/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#contents, div#contents td, div#contents th, div#contents p{
	font-size: 95%;
	}

div#contents hr{
	color: #696969;
	height: 1px;
	width: 150%;
}

div#contents h1 {
	color: #002252;
	font-size: 160%;
	margin: 0px;
	border-bottom:1px solid #868686;
}

div#contents h2 {
	color: #696969;
	font-size: 130%;
}

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

div#contents input, div#contents select, div#contents textarea {
	color: #002252;
	border: 1px solid #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*/
div#contents input.formCheckbox {
	border: none;
	background: transparent;
}

div#contents input.formButton {
	background: #4A6DAB;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	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 #444A30;
	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: #C1C5C4;
	color: #3A4125;
}

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

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

.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 */
table#tableSearchResults td {
	vertical-align:top;
}
