@charset "utf-8";
/* CSS Document */

.whiteNav {color:#FFF;}

#CW3scroll {overflow:scroll;}

td, th, p {
	font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding:0;
	margin:0;
	width:240px;
}


a:link {
	color:#FFFFFF;
	text-decoration:none;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
 a:active {
	color: #FFFFFF;
	text-decoration:none;
}

hr{
	color: #663300;
	height: 1px;

}

h1 {
	color: #663300;
	font-size: 13px;
	line-height:13px;
	text-align:left;
	padding: 0px;
	margin:0 auto;
	width:300px;
	
}

h2 {
	color: #663300;
	font-size: 12px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family:"Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000;
	border: 1px inset #663300;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #663300;
	border-bottom: 1px solid #cc9966;
	border-left: 1px solid #cc9966;
	border-right: 1px solid #cc9966;
	border-top: 1px solid #cc9966;
	color: #ffffff;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #663300;
	border-collapse: collapse;
	font-size:11px;
	line-height:11px;
}
table.tabularData td, table.tabularData th{
	padding: 0px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #cc9966;
	color: #663300;

}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #cc9966;
	color:#663300;
	width:520px;
}
 .altRowOdd{
	background-color: #cc9966;
	color:#663300;
	width:520px;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 11px;
	color:#FFF;
}

.pagingLinks {
	text-align: center;
	color:#FFF;
}

.errorMessage {
	color: #663300;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}