/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
font-family: Arial;
	font-size: 12px;
	margin:0;
	padding:0;
	background-color:black;
	color:black;
}

td, th, p {
	font-family: Arial;
	font-size: 12px;
	background-color:white;
	color:black;
}


a:link {
	color: #345F81;
}
a:visited {
	color: #002252;
}
a:hover {
	color: #868686;
	text-decoration:none;
}
a:active {
	color: #696969;
	text-decoration:none;
}

hr{
	color: #696969;
	height: 1px;
	width: 90%;
}

h1 {
	color: #002252;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #868686;
}

h2 {
	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;
}

input.formButton {
	background: black;
	border:1px solid #2D3B22;
	color: white;
	margin:5px;
	padding:5px;
	cursor:pointer;
}

/* 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 black;
	background-color:white;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
padding:7px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #2D3B22;
	color: #FFFFFF;
}

table.tabularData1, table.tabularData1 td, table.tabularData1 th {
	border: 1px solid black;
	background-color:white;
	color:black;
	border-collapse: collapse;
}
table.tabularData1 td, table.tabularData1 th{
padding:7px;
}
table.tabularData1 th, table.tabularData1 th a:link, table.tabularData1 th a:visited, table.tabularData1 th a:hover, table.tabularData1 th a:active  {
	background-color: #2D3B22;
	color: white;
}

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

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration:line-through;
	color:black;
}
.salePrice{
	color:Red;
}
.cw_saving{
color:blue;
font-weight:bold;
font-size:15px;
}
.smallprint {
	font-size: 12px;
	font-weight:bold;
}

.pagingLinks {
	text-align: center;
	color:white;
}
.pagingLinks a{
	color:white;
}

.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;
}

.cwLink a
{
	color:white;
	text-decoration:none;
}

.cwLink a:hover
{
	color:#DDDDDD;
}