/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link {
	color: #dbcc91;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}
.divlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	padding-left: 10px;
}
a:visited {
	color: #dbcc91;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}
a:hover {
	color: #dbcc91;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}
a:active {
	color: #dbcc91;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}

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;
}

a {text-decoration: none; }
img {border: 0;}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
 	font-size: 11px;
	color: #000000;
	border: 1px inset #979797;
}

productcontent {
	width: 90%;
	margin-left: 5px; 
}

greentext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #336699;
	color: #336600;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 {
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #001128;
	border-right-color: #001128;
	border-bottom-color: #00357D;
	border-left-color: #00357D;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;/*	background: url(../../../images/productsbox.gif);*/
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;/*	background: #979797; */
	
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #D6D6D6;
}
*/
.smallprint {
	font-size: 10px;
	font-color: 
; 	color: #FFFF99;
}

.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;
}.greenbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF99;
	background-color: #002A02;
	font-weight: bold;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
}
