/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h2 {
	margin-top:10px;	
	color: #696969;
	font-size: 18px;
}

/*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;
	width:3em;
}

input.formButton {
	background: #009999;
	color: #FFFFFF;
	border-style:none; 
	padding:2px; 
	width:9em;
	margin:0px 0;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData {
	width:100%;
	margin:5px 0;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #696969;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	border:solid #023940 1px !important;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #009999;
	color: #FFFFFF;
}

table.tabularData input.w3em {
	width:3em;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EEEEEE;
	color:#000;
}
.altRowOdd{
	background-color: #fff;
	color:#000;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
	margin:5px 0;
}

.errorMessage {
	background:#FFFFCC;
	padding:10px;
	color: #C60000 !important;
	font-weight: bold;
	border:solid #FFCC00 1px;
	margin:10px 0 !important;
	display:block;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults,
table#tableSearchResults td,
table#tableSearchResults th {
	border:none;
	padding:5px;
}
table#tableSearchResults th {
	font-size:13px;
}
table#tableSearchResults td {
	font-size:12px;
}
table#tableSearchResults .altRowEven {
}
table#tableSearchResults .altRowOdd{
}
table#tableSearchResults {
	margin:10px 0;
}
table#tableSearchResults img {
	border:none;
	margin-right:5px;
}
table#tableSearchResults td {
	vertical-align:top;
}
table#tableProductDetails td#details,table#tableSearchResults td#details {
	width:100%;
}
table#tableProductDetails h1, table#tableSearchResults h1, table#tableProductDetails h1 a {
	color:#649BAF;
	padding:5px 0;
	border-bottom: solid #3B881E 1px;
}
table#tableProductDetails h1 a {
	border:none;
	text-decoration:none !important;
}

table#tableProductDetails {
	width:100%;
	margin:10px 0;
}

table#tableProductDetails td {
	padding:5px;
}

table#tableProductDetails td img {
	margin-right:10px;
}
table#tableProductDetails td p {
	margin-bottom:10px;
}

table#tableProductDetails td form {
	margin:10px 0;
}