/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}

a:link, a:visited {
	color: #46690f; 
	text-decoration: underline;
}

a:hover {
	color: #976eb4; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}



/*Main template styles.*/

#wrapper {
	min-height:100%;
	margin-bottom:-160px;
	height:auto;
	position: relative;
}
* html #wrapper{height:100%;}

#masthead {
	width: 100%;
	position: relative;
	height: 128px;
	background: #bdd694 url(images/background_masthead.gif) top left;
}

#acctlogin {
	position: absolute;
	top: 5px;
	right: 20px;
	height: 40px;
	width: 100;
	text-align: left;
}


#mainnav {
	position: absolute;
	top: 85px;
	right: 20px;
	height: 50px;
	text-align: right;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 8px;
}

#mainnav li {
	display: inline;
	/*padding: 5px 10px;*/
	font-family: Georgia, serif;
	/*font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;*/
}

#mainnav li a:link, #mainnav li a:visited {
	color: #ffffff;
	background-color: #976eb4;
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 6px;
}

#mainnav li a:hover {
	color: #ffffff;
	padding: 5px 10px;
	background-color: #46690f;
	text-decoration: none;
}

#contentwrapper {
	width: 100%;
	position: relative;
	background: url(images/bkgnd_content.gif) top left;	
	padding-bottom: 20px;
}

#navigation {
	position: relative;
	width: 150px;
	background: #bdd694 url(images/navbox_top.gif) top center no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#navigation li {
	list-style: none;
	font-family: Georgia; serif;
	color: #46690f;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 8px;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	color: #46690f;
	text-decoration: none;
}

#navigation li a:hover {
	color: #976eb4;
	text-decoration: none;
}

.navheader {
	padding-top: 20px;
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: bold;
}

#navbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 150px;
	height: 17px;
	background: url(images/navbox_bottom.gif) top left no-repeat;
}

.sidebar {
	width: 150px;
}

#content {
	z-index: 100;
}

#footer {
	width:100%;
	clear:both;
	height:160px;
	background: url(images/bkgnd_body.gif) bottom left repeat-x;
	position: relative;
}

#clearfooter{clear:both;height:160px;}

div>p {margin:0}

.footerlinks {
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}

.footerlinks a:link, .footerlinks a:visited {
	text-decoration: none;
}

.footerlinks a:hover {
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.disclaimer {
	background-color: #ddc3db;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.2em;
}

.sidebarname {  
	color: #976eb4; 
	font-family: Georgia, serif;
	font-weight:bold; 
	font-size: 14px;
}

.sidebartext {
	font-size: 12px;
	padding-top:8px;
}

.siteby {  
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #666666;
}

.siteby a:link, .siteby a:visited, .siteby a:hover {
	text-decoration: none;
}

#echinacea {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/geneslogo.gif) top left no-repeat;
	width: 284px;
	height: 159px;
	z-index: 100;
}

#mint {
	position: absolute;
	bottom: 20px;
	right: 0px;
	background: url(images/mint.gif) top left no-repeat;
	width: 176px;
	height: 114px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 20px;
	left: 284px;
	background: url(images/logo.gif) top left no-repeat;
	width: 402px;
	height: 44px;
	z-index: 101;
}


#shopping {
	text-align: right;
	margin-bottom: 15px;
	height: 25px;
	padding-left: 32px;
}

.shoppingheader {  
	color: #976eb4; 
	font-family: Georgia, serif;
	font-weight:bold; 
	font-size: 14px;
}

.shoppingheader a:link, .shoppingheader a:visited, .shoppingheader a:hover {
	text-decoration: none;
}


/*index template styles*/

.featuredheader {
	font-size: 13px; 
	font-family: Georgia, serif;
	color: #976eb4; 
	font-weight:bold;
}

.featuredheader a:link, .featuredheader a:visited    {
	color: #976eb4;
	text-decoration: none;
}

.featuredheader a:hover  {
	color: #46690f;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.featuredtext {  font-size: 11px; line-height: 1.2em;}



/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Georgia, serif; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.2em; 
	color: #976eb4;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px;
	font-family: Georgia, serif; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #976eb4;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Georgia, serif; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #976eb4;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #976eb4;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
}

.sku {font-size: 11px; font-weight:bold;}

.cellheader {
	font-size: 15px; 
	font-family: Georgia, serif;
	color: #976eb4; 
	font-weight:bold;
}

.cellheader a:link, .cellheader a:visited    {
	color: #976eb4;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #46690f;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 12px; line-height: 1.3em;}

.testimonialcellheader {
	font-size: 15px; 
	color: #976eb4; 
	font-weight:bold;
}

.testimonialcellheader a:link, .testimonialcellheader a:visited    {
	color: #976eb4;
	text-decoration: none;
}

.testimonialcellheader a:hover  {
	color: #46690f;
	text-decoration: underline;
}/*item name on the testimonial product list page*/

.testimonialcelltext {  
	font-size: 12px; 
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #46690f; 
}

.highlight a:link, .highlight a:visited {
	color: #46690f;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #976eb4;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #46690f;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 15px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #46690f;
	background-color: #bdd694;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 11px;
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 12px; line-height: 1.5em; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 150px;
	background: #ddc3db;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson {
	display: inline;
	width: 150px;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	background: #976eb4;
	font-weight: bold;
	text-align: center;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #976eb4;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background-color: #ffffff;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #976eb4;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 13px;

}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #4f86ba;
	padding-top: 6px;
	background-color: #ffffff;
}

.tablecart td.options {
	font-size: 12px;
	background-color: #ffffff;
}

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #976eb4;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #333333;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #46690f;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}

.continuebutton {
	background: #46690f;
	border: 1px solid #ffffff;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #bdd694;
line-height:1.2em;
z-index:100;
border-right: 2px solid #bdd694;
border-bottom: 2px solid #bdd694;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #333333;
	background-color: #ddc3db;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #46690f;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #976eb4; background-color: #ddcedb; }
.certificate td { padding: 5px; }


/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}


table.pmt_table th {
	background-color: #976eb4;
	color: #ffffff;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #ffffff;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #cc0000; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {
	background: #bdd694; 
	font-family: Georgia, serif; 
	font-size: 13px; 
	color:#46690f;
}

.fancybutton2 {
	background: #bdd694; 
	font-family: Georgia, serif; 
	font-size: 11px; 
	color:#46690f;
}