body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;	
	color: #000000;
	background-color: #186A99;
	margin: 0px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
	text-decoration:none;
}
a:active {
	color: #006699;
	text-decoration:none;
}
hr{
	color: #003366;
	height: 1px;
	width: 90%;
}
h1 {
	background-color: #6C98B3;
	color: #FFFFFF;
	font-size: 1.4em;
	border: 1px solid #003366;
	border-left: 8px solid #003366;
	padding: 2px 5px 2px 5px;
	margin-top: 0px;
}
h1 a:link, h1 a:visited, h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFF66;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-size: 1.2em;
	border-bottom: 1px solid #6C98B3;
}
h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	color: #003366;
	font-size: 1em;
}
h3 a {
	color: #003366;
}
h4 {
	color: #666666;
	font-size: 1em;
	padding: 2px;
	padding-left: 8px;
	border: solid 1px #CCCCCC;
	border-left: solid 5px #CCCCCC;
}
h4 a {
	color: #666666;
}

/*Form Elements*/
form {
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: .8em;
	color: #000000;
	border: 1px inset #003366;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
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: #003366;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #186A99;
	border-right: 1px solid #000033;
	border-top: 1px solid #186A99;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 10px 3px 10px;
}

/* 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 #003366;
	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: #003366;
	color: #FFFFFF;
}
.prodDetails {
	padding-left: 5px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}
.smallprint {
	font-size: 10px;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* RK layout styles */
#bodyArea {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#leftNav {
	padding-bottom: 20px;
}
#leftNav .leftBox-top {
	background-image: url(../../../images/leftBox-top.gif);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	margin-left: 20px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;	
}
#leftNav .leftBox-bottom {
	background-image: url(../../../images/leftBox-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 20px;
}
#leftNav .navBox a {
	display: block;
	background-image: url(../../../images/leftBox-BG.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#leftNav .navBox a.navBox-over, #leftNav .navBox a:hover {
	background-image: url(../../../images/leftBox-highlight.gif);
	background-repeat: repeat-y;
	color: #000000;
}
.subCatIndent, .subCatIndent a {
	font-size: .9em;
}
#leftNav .leftBox {
	background-image: url(../../../images/leftBox-BG.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	padding: 5px 10px 5px 10px;
}
#leftNav .leftBox p {
	margin-top: 5px;
}
#leftNav .leftBox a {
	color: #FFFFFF;
}

#contentArea {
	padding: 10px 15px 10px 15px;
	overflow: visible;
}
#contentArea img {
	padding: 0 5px 0 5px;
}
#homeHeader {
	padding: 10px 10px 5px 10px;
}
#footerArea {
	background-color: #186A99;
	background-image: url(../../../images/footer.gif);
	background-repeat: no-repeat;
	overflow: visible;
	padding: 75px 25px 25px 175px;
	color: #FFFFFF;
	font-size: .8em;
}
#footerArea a {
	color: #FFFFFF;
}
.resultList {
	float: left; 
	overflow: hidden;
	margin: 0px;
	width: 175px;
	height: 300px;
}
.cleanRow {
	clear: both;
}