/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


html, body{
	width:100%;
	height:100%;
}

body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	font-weight: normal;
}


img {
border: 0;
}


a:link {
	color: #92062a;
	text-decoration:none;
	
}
a:visited {
	color: #92062a;
	text-decoration:none;
	
}
a:hover {
	color: #000;
	text-decoration:none;
	
}
a:active {
	color: #92062a;
	text-decoration:none;
	
}

#search >a {display: inline-block;
	margin-top: 5px;
}


hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000;
	font-size: 11px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: normal;
}

h2 {
	color: #000;
	font-size: 18px;
	letter-spacing: normal;
}

/*Form Elements*/
form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002252;
	border: 1px inset #cfc7a2;
	height: 18px;
}

.comments input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002252;
	border: 1px inset #cfc7a2;
	height: 80px;
}

.searchbox {
	width: 130px;
}

.searchboxwide {
	width: 208px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
}

.topresults {
	padding-top: 5px;
	font-size: 10px;
	line-height: 120%;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

.totalresults {
font-size: 14px;
font-weight: bold;
	line-height: 120%;
	padding-bottom: 10px;
	text-align: center;
}


input.formButton2 {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #755b0e;
	font-size: 10px;
	margin-top: 2px;
	align: center;
	height: 19px;
	border: 1px solid #755b0e;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

input.formButton {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #755b0e;
	font-size: 10px;
	margin-top: 7px;
	align: center;
	height: 19px;
	border: 1px solid #755b0e;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.addtocart {
	float: left;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData_home, table.tabularData_home td, table.tabularData_home th {
background-color:#EEEBD5;
text-align:left;

}
table.tabularData_home td, table.tabularData_home th{
	margin: 0px;
	width: 120px;	
}
table.tabularData_home th, table.tabularData_home th a:link, table.tabularData_home th a:visited, table.tabularData_home th a:hover, table.tabularData_home th a:active  {
	color: #000000;	
}

table.tabularData, table.tabularData td, table.tabularData th {
background-color:#EEEBD5;
text-align:left;
margin-left: auto;
margin-right: auto;
}

table.tabularData td, table.tabularData th{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	border: 1px solid #E3E1BC;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #000000;	
}

table.results, table.results td, table.results th {
	
	
}
table.results td, table.resluts th{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border: 1px solid #cfc7a2;
}
table.results th, table.results th a:link, table.results th a:visited, table.results th a:hover, table.results th a:active  {
	background: #FFFFFF;
	color: #000000;
	
}



table#tableSearchResults td.emptycell {
	background: #e4e1bb;
	border: transparent;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFF;
}
.altRowOdd{
	background-color: #FFF;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.loginhome {
	width: 90px;
}

.numberarea {
	width: 25px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */


#tableProductDetails p{
	font-size:12px;
	line-height:130%;
	margin-left: 0px;
}

#tableProductDetails h1 {
	font-size:16px;
	font-weight:bold;
}


#tableProductDetails td > a{
	display:inline-block;
	margin-top:  5px;
	
}

table#tableSearchResults td {
	vertical-align:bottom;
	horizontal-align:center;
	text-align: center;
	margin: 0px;
	width: 165px;
}


.detailinfo {
	padding-left:20px;
	width:250px;
	font-size: 12px;
	vertical-align: top;
}

div.resultsimage{
	height: 150px;
	overflow: hidden;
	display: table;
	margin: 0;
	width: 165px;
}

div.resultsimage > div {
	display: table-cell;
	vertical-align: middle;
}
.detailphoto {
	padding-left:20px;
	width:230px;
	vertical-align: top;
	text-align: center;
}
