/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

a {
	color:#0000EE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin:10px 0;
	margin-left:35px;
	color:#333333;
	font-size:16px;
}
#tableProductDetails h1 {
	margin:10px 0;
}
h2 {
	margin-bottom:30px;
}

/*Form Elements*/
form {
	margin: 0px 35px;
}

form p, form .tabularData {
	margin-left: 0 !important;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}
img {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #C9161F;
	color: #fff;
	border-style:none; 
	padding:2px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData {
	margin-left: 35px;
}

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: #8F8F8F;
	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 {
	color: #C60000;
	font-weight: bold;
	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:#333333;
	font-size:14px;
}
table#tableProductDetails h1 a {
	border:none;
	text-decoration:none !important;
}

table#tableProductDetails {
	width:700px;
	margin:10px 0;
	margin-left:35px;
}

table#tableProductDetails td:first-child {
	width:160px;
}

table#tableProductDetails td img {
	margin-right:20px;
}
table#tableProductDetails td p {
	margin:0;
	margin-bottom:10px;
}

table#tableProductDetails td form {
	margin:10px 0;
}
