/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Nature's Farmacy Store CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #008000;
	text-decoration:none;
}
a:active {
	color: #008000;
	text-decoration:none;
}
.footer A:link {text-decoration: none; color: #000000;}
.footer A:visited {text-decoration: none; color: #000000;}
.footer A:active {text-decoration: none; color: #008000;}
.footer A:hover {text-decoration: none; color: #008000;}

.leftnav A:link {text-decoration: none; color: #000000; font-size: 12px;}
.leftnav A:visited {text-decoration: none; color: #000000; font-size: 12px;}
.leftnav A:active {text-decoration: none; color: #008000; font-size: 12px;}
.leftnav A:hover {text-decoration: none; color: #008000; font-size: 12px;}

.top A:link {text-decoration: none; color: #008000; font-size: 12px;}
.top A:visited {text-decoration: none; color: #008000; font-size: 12px;}
.top A:active {text-decoration: underline; color: #008000; font-size: 12px;}
.top A:hover {text-decoration: underline; color: #008000; font-size: 12px;}

.cart A:link {text-decoration: none; color: #008000; font-size: 11px;}
.cart A:visited {text-decoration: none; color: #008000; font-size: 11px;}
.cart A:active {text-decoration: underline; color: #008000; font-size: 11px;}
.cart A:hover {text-decoration: underline; color: #008000; font-size: 11px;}

img
{  border-style: none;
}

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

h1 {
	color: #008000;
	font-weight:bold;
	font-size: 20px;
	margin: 0px;
	border-bottom:3px double #868686;
}

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

leftnavh2 {
	color: black;
	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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Nature's Farmacy Store 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: #008000;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}
 
.cartButton {
	background-color:#008000;
	background-image:url(/store/cart.gif);
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	width:120px;
	height:22px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer; /* cursor: hand; for IE5 */
/* image is 120 by 22 pixels */
}

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

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

table.tabularDataLite, table.tabularDataLite td, table.tabularDataLite th {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
table.tabularDataLite td, table.tabularDataLite th{
	padding: 5px;
}
table.tabularDataLite th, table.tabularDataLite th a:link, table.tabularDataLite th a:visited, table.tabularDataLite th a:hover, table.tabularDataLite th a:active  {
	background: #b2d9b2;
	color: #000000;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	font-size:16px;
	color: #FF0000;
	font-weight: bold;
}

.tags {
	font-size:10px;
	color: #FFFFFF;
	display: none;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
