/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #000;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000;
	font-weight:bold;
	font-size: 16px;
	font-weight:normal;
	text-transform:uppercase;
	margin: 0px;
	border-bottom:1px solid #000;
}

h2 {
	color: #696969;
	font-size: 18px;
}

h3 {color: #666666;
	font-size: 18px;
	margin: 0px;
	border-bottom:0px solid #333333;
	/*text-shadow:#c7c7c7 3px 3px 2px;*/
}
	

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
 	font-size: 12px;
	color: #000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #515151;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #ededed;
	font-weight: normal;
	margin: 9px 0px 0px 0px;
	padding: 3px;
	
}

input.formButton:hover {
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	color: #333333;
	font-weight: normal;
	margin: 9px 0px 0px 0px;
	padding: 3px;
}

/*Search Form Styles*/

input.keywords {
	color:#666666;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #333333;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

input.searchButton {
	background: #666666;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #333333;
	font-size:11px;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	text-transform: none;
	
}

input.searchButton:hover {
	background: #666666;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #c7c7c7;
	font-size:11px;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	text-transform: none;
}

/*//////////////////////SETTINGS FOR SEARCH BAR GALLERY//////////////////////*/


input.keywordsGallery {
	color:#666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	background: #000000;
	margin: 3px 3px 3px 3px;
	padding: 2px;
}

input.searchGallery {
	background: #000000;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #333333;
	font-size:9px;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 2px;
	text-transform:uppercase;
	
}

input.searchGallery:hover {
	background: #000000;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #666666;
	font-size:9px;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 2px;
	text-transform:uppercase;
}



/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-collapse: collapse;
	color:#000;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #ffffff;
	
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #737373;
	color:#191919;
}
.altRowOdd{
	background-color: #969696;
	color:#191919;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #691515;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:middle;
	padding:15px;
	
}
	table.tabularDataSearchResults, table.tabularDataSearchResults td, table.tabularDataSearchResults th {
	border-top:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	border-left:0px;
	border-right:0px;
	border-collapse: collapse;
	text-align:left;
	margin-top:0px;

}