/*
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

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

h1 {
	color: #425929;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #8CA26B;
}

h2 {
	color: #76685D;
	font-size: 18px;
}

form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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_left {
position:relative;
float:left;
margin: 0px 2px 0px 10px;/* Top  Right  Bottom  Left  */
padding: 0px 0px 0px 0px;
width:auto;
height:auto;
}
#form_right {
position:relative;
float:right;
margin: 0px 12px 0px 2px;/* Top  Right  Bottom  Left  */
padding: 0px 0px 0px 0px;
width:auto;
height:auto;
}
/*Form Styles*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #800000;
	border: 1px inset #A1978F;
}
input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton {
	background: #425929;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 40px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 2px solid #000000;
	border-collapse: collapse;
	font-size:12px;
}
table.tabularData td, table.tabularData th{
	padding: 2px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #B22222;
	color: #FFFFFF;
}
/* Tables "tabular_Data" are used to display Products on results page */
table.tabular_Data, table.tabular_Data td, table.tabular_Data th {
	border: 0px solid #76685D;
	border-collapse: collapse;
	font-size:12px;
}
table.tabular_Data td, table.tabular_Data th{
	padding: 10px;
}
table.tabular_Data th/*, table.tabular_Data th a:link, table.tabular_Data th a:visited, table.tabular_Data th a:hover, table.tabular_Data th a:active*/  {
	background: #A1978F;
	color: #FFFFFF;
}

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

.smallprint {
	font-size: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #800000;
	font-weight: bold;
}