/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


	body
	{
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#DED6A5;
		scrollbar-shadow-color:#000000;
		scrollbar-face-color:#804000;
		scrollbar-highlight-color:#D7D7D7;
		scrollbar-darkshadow-color:#000000;
		scrollbar-3dlight-color:#BFDFE0;
		margin: 0;
		padding: 0;
		color: #000000;
		text-align: center;
		background-color: #ECE7CA;
		background-position: top center;
		background-repeat: repeat;
		background-attachment: fixed;
	}
	

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #804000;
	padding: 1px;
}
a:visited {
	color: #804000;
	padding: 1px;
}
a:hover {
	color: #FFFFFF;
	background-color: #804000;
	text-decoration:none;
	border: 1px solid #000000;
	padding:0px;
}
a:active {
	color: #000000;
	text-decoration:none;
	padding: 1px;
}

hr{
	color: #000000;
	height: 1px;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

h1 {
	color: #000000;
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px double #000000;
	line-height: 150%;
}

h2 {
	color: #000000;
	font-size: 15px;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #804000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #ECE7CA;
	border-right: 2px solid #000000;
	border-top: 2px solid #ECE7CA;
	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 #000000;
	border-collapse: collapse;
}
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  {
	background: #804000;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ECE7CA;
}
.altRowOdd{
	background-color: #DED6A5;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	text-decoration: blink;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}