body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#652d8a;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#AC8A2F;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:235px;
	background:url(../gfx/optimal-rx-flash-placeholder.jpg) no-repeat;
} 

.myhome #header, .index #header{
	height:345px;
	background:none;
	padding:0;
	margin:0;
}

.myhome #header h1, .index #header h1{
display:none;
}

#productslistop{
height:45px; background-repeat:no-repeat;
}
#brandtagline{
/*text-indent:-9999px;
background-image:url(../gfx/quality-without-compromise.gif) no-repeat;
width:304px;
height:29px;*/
}
#content h1{	text-align:left; font-size:18px;}
#content h2{font-weight:normal; color:#612C86; font-size:14px;}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-9999px;
}
 #left-sidebar {
	float: left; /* since this element is floated, a width must be given */
	text-align:center;
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
 #right-sidebar {
	float: right; /* since this element is floated, a width must be given */
	text-align:center;	
	width: 270px;
	font: 12px Arial, Helvetica, sans-serif; 	
}

.specials #right-sidebar, .news #right-sidebar, .products #right-sidebar{
	padding-top:54px;
	
	}

 #mainContent { 
	margin: 0 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
}

#mainContent{
	text-align:justify;
}

 #mainContent a{
 text-align:left;
 }

 #footer { 
	background:#231F20;
	/*background:#333333;*/
	border-top: 5px solid #ae8c2d;
	color:#97CA33;	
	font-size:11px;
	line-height:1.5em;
	height:41px;
	padding: 10px 10px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#copyright span{
display:none;
}

#copyright img{
	padding-top:27px;
}


#email a, #email a:visited{
 color:#97CA33;	
 text-decoration:none;
 font-size:11px;
}

#email a:hover{
 text-decoration:underline;
}

#phone span{
	display:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat, br.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#menuContainer{
/*position:absolute;
display:block;
width:950px;
height:55px;
clear:both;*/
margin:0;
position:relative;
height: 35px;
z-index: 9999;
}

ul#menubar{
width:950px;
/*height:42px;*/
list-style: none;
margin:0 auto;
padding:0;
text-indent:0;
display:block;
background-color:#ac8a2f;
position:absolute; 
}

ul#menubar li{
display: inline;
text-align: center;
margin:0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
float: left;
background-color:#ac8a2f;
}

ul#menubar li a{
text-transform:uppercase;
color:#FFFFFF;
display:block;
margin:10px 0;
padding:3px 35px;
font-size:12px;
text-decoration:none;
border-right:1px solid #652d8b;
background-color:#ac8a2f;
cursor:pointer;
}

ul#menubar li a.nolink{
cursor:default;
}

ul#menubar li.first{
padding-left:53px;
}

ul#menubar li.last{
padding-right:53px;
}
ul#menubar li.last a{
border-right:0;
}

ul#menubar li ul{
position:absolute;
width:150px;
z-index:100;
display:none;
margin:0;
padding:0;
/*border-top:1px solid #FCD290;*/

/*visibility:hidden;*/
background-color:#ede5d0;
color:#824b9c;
padding-top:2px;
}

ul#menubar li ul#ourProductsSub{
width:170px;
}

ul#menubar li ul#literatureSub{
width:145px;
}



ul#menubar li:hover ul{
	display: block;
}


ul#menubar li ul li{
display:block;
float:none;
background-color:#ede5d0;
color:#824b9c;
border-bottom:1px dotted black;
text-align:left;
}

ul#menubar li ul li a{
background-color:#ede5d0;
color:#824b9c;
margin:2px;
padding:7px 20px;
border-right:0;
text-transform:none;
}

ul#menubar li ul li a:hover{
background-color:#ac8a2f;
color:#FFFFFF;
}

span#page_title
{
	font:15px bold Arial, Helvetica, sans-serif;
	color:#AC8A2F;
	text-transform:uppercase;
	display:block;
	text-align:center;
	font-weight: bold;
	padding:10px 0 0 0;
}
span#tagline
{
	margin-top:5px;
	margin-bottom: 10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 2px solid #c3b3d5;
	border-bottom: 2px solid #c3b3d5;
	display:block;
	text-align:center;
	color:#97cb52;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#mainContent{ min-height:500px; height:auto !important; height:500px;
}

span#content{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.7;
}

a#range1, a#range2, a#range3, a#range4
{
	display:block;
	margin-top: 10px;
}

#practitioner-login{
background-color:#231F20;
height:30px;
padding:10px 30px 10px 10px;
border-bottom:5px solid #ae8c2d;
position:relative;
}


a#login,a#login:visited{
background:url(../gfx/btn-pract-login.gif) no-repeat;
width:255px;
height:29px;
display:block;
text-indent:-9999px;
}

a#login:hover{
background:url(../gfx/btn-pract-login-on.gif) no-repeat;
}


a#logout,a#logout:visited{
background:url(../gfx/btn-practitioner-log-out.gif) no-repeat;
width:260px;
height:29px;
display:block;
text-indent:-9999px;
}

a#logout:hover{
background:url(../gfx/btn-pract-log-out-over.gif) no-repeat;
}


a#myinfo,a#myinfo:visited{
background:url(../gfx/btn-myinfo-over.gif) no-repeat;
width:96px;
height:29px;
display:block;
float:left;
text-indent:-9999px;

}

a#myinfo:hover{
background:url(../gfx/btn-myinfo.gif) no-repeat;
}




a#myhome,a#myhome:visited{
background:url(../gfx/btn-myhome-over.gif) no-repeat;
width:100px;
height:29px;
display:block;
text-indent:-9999px;
}


a#myhome:hover{
background:url(../gfx/btn-myhome.gif) no-repeat;
}


a#home,a#home:visited{
background:url(../gfx/btn-home-over.gif) no-repeat;
width:100px;
height:29px;
display:block;
text-indent:-9999px;
}

a#home:hover{
background:url(../gfx/btn-home.gif) no-repeat;
}




#wrapper{
  clear:both;
/*  margin-top:40px;*/
  padding-top:30px;
  background:url(../gfx/bg-top-body.jpg) repeat-x #f3f3f4;
}

#signup{
 text-indent:-9999px;
 background:url(../gfx/sign-up.gif) no-repeat top left;
 display:block;
 width:125px;
 height:94px;
 margin:0 auto; 
/* margin-top:4px;*/
}

.specials #signup{
margin-top:-5px;
}

#signup:hover{
 background:url(../gfx/sign-up-over.gif) no-repeat;
}

#range1, #range2, #range3, #range4{
display:block;
width:124px;
height:95px;
text-indent:-9999px;
margin:0 auto;
}

a#range1{
 background:url(../gfx/btn-water-nutrition.gif) no-repeat;
 padding-top:0px;
 margin-top:0;
}

#range1:hover{
 background:url(../gfx/btn-water-nutrition-on.gif) no-repeat;
}

#range2{
 background:url(../gfx/btn-nutrition.gif) no-repeat;
}

#range2:hover{
 background:url(../gfx/btn-nutrition-on.gif) no-repeat;
}

#range3{
 height:100px;
 background:url(../gfx/btn-herbal-extract.gif) no-repeat bottom left;
 padding-top:5px;
}

#range3:hover{
 background:url(../gfx/btn-herbal-extract-on.gif) no-repeat bottom left;
}

#range4{
 height:85px;
 padding-top:10px;
 background:url(../gfx/btn-optimal-synergy.jpg) no-repeat bottom left;
}

#range4:hover{
 background:url(../gfx/btn-optimal-synergy-on.jpg) no-repeat bottom left;
}


/*-------------------------------------------------------------------------*\
| Contact form CSS
\*-------------------------------------------------------------------------*/
#formcontainer{

}
#formcontainer fieldset, #formcontainerpreview fieldset{
margin:0;
padding:5px 13px;
border:0;
background-color:#ded3e8;
color:#743391;
font-size:12px;
font-weight:bold;
}

#formcontainer fieldset p, #formcontainerpreview fieldset p{
padding-bottom:10px;
border-bottom:2px dotted #c0a87a;
}

#formcontainer label, #formcontainerpreview label{
display:block;
width:175px;
clear: left;
float: left;
text-align:left;
}


#formcontainer input, #formcontainer textarea{
border:0;
background-color:#ece8f2;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#formcontainer textarea{
width:178px;
}

#formcontainer input{
width:178px;
}

#mainContent a#forgotten-pass{
display:block;
color:#fff;
}



#formcontainer #preview
{
	display: none;
}

#prev_comments{float:right; width:190px;}


#formcontainer .errordiv
{
	display:none;
/*	background-color:#990000;	
	padding:14px;
	color:#F3F3F4;
	font-weight:bold;
	font-size:12px;*/
}

#formcontainer p.error{
	border-bottom:0;
	padding:5px 0;
	/*background-color:#990000;*/
	color:#AC8A2F;/*#FFFFFF;*/
	font-weight:bold;
	border-bottom: 2px dotted #c0a87a; padding-bottom: 10px;
}

p.error label{background:url(../gfx/error-icon.gif) no-repeat 97% 50%; }
.errordiv, .errormsg, .form-message, p.inlineerrormsg,.info{background:url(../gfx/error-icon.gif) no-repeat top left; padding-left:25px; color:#AC8A2F; font-size:13px; font-weight:bold;}
.form-message{background:none; margin-bottom:10px; color:#000; font-weight:normal;}
.successmsg, #preview{ color:#AC8A2F; font-size:13px; font-weight:bold;}
.info{background:none; padding-left:0; padding-bottom:4px;}
.successmsg{color:#000; font-weight:normal;}
p.inlineerrormsg{color:#AC8A2F;background:none; text-align:right; font-size:11px;/*padding-left:150px; */}

#formcontainer a#again
{
	display:none;
}

#mainContent a#myinfoedit{
display:block;
color:#fff;
}


input#submit, a#forgotten-pass, #mainContent a#myinfoedit, a#goback, a#save{
background-color:#b79cca;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
width:390px;
margin-top:8px;
padding:6px 0;
text-align:center;
margin-left:0;
}

input#submit:hover, a#forgotten-pass:hover, #mainContent a#myinfoedit:hover, a#goback:hover, a#save:hover{
background-color:#987bb4;
cursor:pointer;
}

#mainContent a#goback, #mainContent a#save{
display:block;
clear:both;
color:#fff;
}


input#goback{
background-color:#b79cca;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
width:390px;
margin-top:8px;
padding:6px 0;
text-align:center;
clear:right;
display:block;
}

input#goback:hover{
background-color:#987bb4;
cursor:pointer;
}


p.icon-phone{
background-image:url(../gfx/icon-phone.gif);
}

p.icon-home{
background-image:url(../gfx/icon-home.gif);
}

p.icon-email{
background-image:url(../gfx/icon-mail.gif);
}


p.icon-phone, p.icon-home, p.icon-email{
display:block;
padding-left:50px;
height:30px;
padding-top:10px;
background-repeat:no-repeat;
}

p.icon-email a, p.icon-email a:visited{
color:#000000;
text-decoration:none;
}

/*
 news page css
 */
 
.newstagline{
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.newsarticleheading, .personheading{
position:relative;
width:390px;
height:140px;
background:url(../gfx/bg-news-featurebox.jpg) no-repeat top right #652C8A;
/*clear:both;*/
}

.personheading{
background:url(../gfx/bg-plain-featurebox.jpg) no-repeat top right #652C8A;
}

.personheading #primeheadline span{color:#97cb52; font-size:12px; font-weight:normal; line-height:normal;}

.newsarticleheading #primeheadline, .personheading #primeheadline{
/*display:block;*/
padding-left:165px;
padding-right:100px;
color:#FFFFFF;
padding-top:40px;
font-size:16px;
line-height:1.4em;
}

.newsarticleheading #primeheadline{
padding-right:35px;
}


.newsarticleheading img{
position:absolute;
left:0;
top:0;
/*margin-right:267px;*/
}

.personheading img{
float:left;
padding-right:10px;
}

.personheading #primeheadline{
padding-left:20px;
/*vertical-align:bottom;
padding-left:130px;*/
}

.productheading{
background:url(../gfx/bg-new-prod-hdr.gif) no-repeat;
display:block;
width:173px;
height:50px;
text-indent:-9999px;
padding-bottom:15px;
border-bottom:2px dotted #ac8a2f;
}

.productpreview{
width:173px;
margin:0 auto;
}

.productpreview .productfooter{
padding-top:10px;
border-top:2px dotted #ac8a2f;
background:url(../gfx/bg-new-prod-ftr.gif) no-repeat center bottom;
height:53px;
margin-top:10px;
}

.productinner{
margin:0;
background:#FFFFFF url(../gfx/bg-whitecurves.gif) no-repeat center top;
padding: 15px 13px 0px 13px;
color:#7a3b96;
text-align:left;
width:144px;
/*height:250px;*/
text-align:center;
}

.productname{
color:#602687;
text-align:left;
}

.productshortdesc{
color:#8c8d90;
text-align:left;
font:11px Arial, Helvetica, sans-serif;
line-height:1.2;
}

.productinner .productprice .wasprice{
display:none;
}

.productinner h3, .productinner p{
text-align:left;
}

.productinner p{
color:#88898b;
}

.productinner h3{
font-size:14px;
}

.productinner .productprice{
background:url(../gfx/bg-prod-price-purp.gif) no-repeat center top;
width:150px;
padding-top:10px;
padding-bottom:10px;
display:block;
color:#7a3b96;
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px
}

.productinner a, .productinner a:visited{
color:#8dc640;
text-decoration:none;
text-align:left;
}

.productinner .productlink, .productlink a{
text-align:left; font-size:11px;
}


.boxbottom{
height:9px;
width:170px;
background:url(../gfx/bg-whitecurves-bot.gif) no-repeat;
}

.purple{
color:#774698;
}

#mainContent ul, #right-sidebar ul{
list-style-image:url(../gfx/bg-greenbullet.gif);
margin-right:6px;
text-align:left;
}

/*#mainContent ul li, #right-sidebar ul li{
padding:5px 0;
}*/

#mainContent ul li, #right-sidebar ul li{
margin:10px 0;
line-height:normal;
}

#mainContent a, #right-sidebar a{
color:#8dc640;
text-decoration:none;
}

div.dottedborders, div.dottedborderstop{
border-top:2px dotted #ac8a2f;
border-bottom:2px dotted #ac8a2f;
padding:10px 0;
}

div.dottedborderstop{
border-top:0;
}

a#newsletterblock{
display:block;
height:14px;
background:url(../gfx/btn-download-block.gif) no-repeat #652D8A;
background-position:20px center;
color:#FFFFFF;
padding:20px 20px 10px 100px;
height:28px;
}


a#newsletterblock:hover{
background:url(../gfx/btn-download-block-over.gif) no-repeat #501d6e;
background-position:20px center;
}

#right-sidebar a.newsletter{
color:#ac8a2f;
padding:10px 0 10px 40px;
background:url(../gfx/btn-downloadsml.gif) no-repeat left center;
display:block;
}

#right-sidebar a.newsletter:hover{
background:url(../gfx/btn-downloadsml-over.gif) no-repeat left center;
}

.monthnewssummary{
width:165px;
margin:0 auto;
text-align:left;
}

.monthnewssummary h2{
color:#6c378f;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:0;
margin:0;
}

.monthnewssummary ul{
padding-left:15px;
margin-left:0;
}

ul#toplinks{
display:block;
float:left;
padding-left:10px;
width:520px;
list-style:none;
position:absolute;
top:0;
left:0;
}

ul#toplinks li{
display:inline;
float:left;
}

#loginform #submit, #loginform #submit:visited{
background:url(../gfx/btn-login-purp.gif) no-repeat;
width:240px;
height:54px;
display:block;
clear:both;
text-indent:-9999px;
cursor:pointer;
}

#loginform #submit:hover{
background:url(../gfx/btn-login-over-purp.gif) no-repeat;
}

#loginform #register{
background:url(../gfx/btn-register.gif) no-repeat;
width:240px;
height:81px;
display:block;
clear:both;
text-indent:-9999px;
cursor:pointer;
margin-top:10px;
padding-bottom:10px;
}

#loginform #register:hover{
background:url(../gfx/btn-register-over.gif) no-repeat;
}


span.specialsheading{
background:url(../gfx/bg-practitioner-specials.gif) no-repeat;
width:393px;
height:55px;
display:block;
text-indent:-9999px;
}

div.special{
border-top:2px dotted #AC8A2F;
border-bottom:2px dotted #AC8A2F;
padding:4px 0;
}

.specialpricedisp{background:url(../gfx/bg-purp-box-lit.gif) no-repeat bottom left; margin-top:5px; padding:10px; padding-top:13px; height:22px; border-top:2px dotted #AD8A2E;}
.specialpricedisp .wasprice{display:none; vertical-align:middle;}
.specialpricedisp .productprice{font-weight:bold; color:#652D8A; font-size:14px; display:block; float:right; padding-top:4px; width:270px; text-align:left;}

span.special{
display:block;width:60px; height:24px; padding-top:6px; padding-left:4px; float:left; background:url(../gfx/bg-wasprice.gif) no-repeat top left; color:#fff; font-size:9px; font-weight:bold;
}



.special .productinner{
width:auto;
background-image:none;
}

.special .productinner img{
float:left;
}

.special .proddetails{
float:right;
padding-left:5px;
background-image:none;
width:220px;
text-align:left;
border-left:1px solid #CCCCCC;
}

.special .proddetails h3{
margin:0;padding:0;
}

.special .proddetails .productprice{
text-align:center;
margin-bottom:2px;
background:url(../gfx/bg-purp-long.gif) no-repeat;
width:auto;
}

.special .proddetails .productprice .wasprice{
color:#fff;
display:inline;
font-size:12px;
border-right:1px solid #652D8A;
padding-right:8px;
}

#formcontainer input#receive_newsletter_mbr, input#agree{
border:0;
background-color:#ece8f2;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:auto;
height:auto;
}

#formcontainer #lbl_receive_newsletter_mbr, #formcontainer #lbl_agree{
display:block;
width:365px;
height:40px;
clear:both;
font-size:10px;
}
#formcontainer #lbl_agree{
height:70px;
}

#formcontainer p#checkbox{
height:30px;
}

#left-sidebar ul{
margin:0; padding:0;
}

#left-sidebar ul li{
list-style:none;
padding:0; margin:0;
}

#literaturetop, #productslistop{
background:url(../gfx/hdr-black.jpg) no-repeat;
height:45px;
margin-top:10px;
}

#literaturebottom, .productslistbottom{
background:url(../gfx/ftr-black.gif) no-repeat;
height:48px;
margin-top:10px;
}

.productslistbottom{height:39px;}

#literatureitems .litprev{
padding:10px;
}

/*#literatureitems .litprev img.borderimg, img.borderimg{ padding-right:10px; margin-bottom:10px; border-right:1px solid #b7a3cb;}*/

#literatureitems .borderimg{border-right:1px solid #652D8A; padding-right:8px;}

#literatureitems .litprev h3{padding:0 0 2px 10px;margin:0; color:#55187e; font-weight:bold;}
#literatureitems .litprev p{padding:0 0 0 0px;margin:0; color:#717173; line-height:1.4em;}

#literatureitems .purppricebox{background:url(../gfx/bg-purp-box-lit.gif) no-repeat; padding:5px 9px 5px 9px; height:30px;}

#literatureitems .purppricebox a{color:#fff; padding-left:40px; padding-top:3px; display:block; height:27px; width:230px; float:right; background:url(../gfx/btn-download-trans.gif) no-repeat 0% 50%; margin-left:5px;}
#literatureitems .purppricebox a:hover{background:url(../gfx/btn-download-trans-on.gif) no-repeat 0% 50%;}

.techsheetdates{border-right:1px solid #fff;color:#652D8A; width:65px; float:left; font-size:10px; font-weight:bold; line-height:normal;}

#productpagination{margin-bottom:5px;padding:2px 15px; color:#fff; font-size:14px; text-transform:uppercase; font-weight:bold; background:#79A83A;}

#productpagination a, #productpagination a:visited{color:#fff; text-decoration:underline; font-weight:bold;}


.categoryproductpreview{background:#fff; border:1px solid #cfcfd2; padding:10px; margin:5px 0; line-height:normal;}

.categoryproductpreview .productinfo h3{ margin:0; padding:0; font-size:15px;}
.categoryproductpreview .productinfo h4{ margin:0; padding:0; color:#b4d882; font-size:12px; padding-top:3px;}
.categoryproductpreview .productinfo p{color:#423f40; margin:3px 0; line-height:1.4em;}
.productinfo{float:right; width:280px;padding-left:10px; border-left:1px solid #b7a3cb; }
table#monograph-summary{
width:100%; margin-bottom:30px;
}

.grey-border-box .monograph-summary tr th{padding-left:10px;}
.grey-border-box .monograph-summary tr td{color:#86878a;}
div.grey-border-box{border:1px solid #c0c1c4; padding:10px 5px; margin:10px 0; }
table.monograph-summary tr td, table.monograph-summary tr th{border-bottom:2px dotted #AD8A2E; padding:5px 0;vertical-align:top;}
table.monograph-summary tr th{color:#80539e; width:137px; }
table.monograph-summary td, table.monograph-summary th{font-size:12px;}
.monograph-summary tr.monotbllast td, .monograph-summary tr.monotbllast th{border-bottom:0px;}

a.litdown,a.litdown:visited{background:url(../gfx/btn-download.gif) no-repeat left; display:block; text-indent:-9999px; width:50px;height:50px;}
a.litdown:hover{background:url(../gfx/btn-download-over.gif) no-repeat left;}
.grey-border-box .monograph-summary tr td,.grey-border-box .monograph-summary tr th{vertical-align:middle; font-size:12px;}

.monograph-summary tr.purpleheader td, .monograph-summary tr.purpleheader th{border-bottom:0; background:#b7a3cb; padding:11px 10px; color:#fff;}
.monograph-summary tr.purpleheader th{background:#B7A3CB url(../gfx/bg-purp-box-lft.gif) no-repeat left;}
.monograph-summary tr.purpleheader td{background:#B7A3CB url(../gfx/bg-purp-box-rht.gif) no-repeat right; font-weight:bold;}


a.productlink, productlink:visited{background:url(../gfx/btn-view-prod-desc.gif) no-repeat top left; display:block; width:72px; height:70px; text-indent:-9999px; margin:0 auto;}
a.productlink:hover{background-image:url(../gfx/btn-view-prod-desc-on.gif);}

#content a.backtocategory{display:block; width:100%; color:#FFFFFF; margin:5px 0; text-align:center; text-transform:uppercase; font-weight:bold; font-size:12px; padding:5px 0;}

table.purpProdHeader tr td{ width:370px; height:95px; background:url(../gfx/bg-product-header.jpg) no-repeat top left; vertical-align:middle}
/*div .purpProdHeader{ width:370px; height:100px; background:url(../gfx/bg-product-header.jpg) no-repeat top left; }*/
.purpProdHeader tr td h3{ padding-left:110px; color:#fff; font-size:16px; display:block;line-height:normal;}
table.purpProdHeader tr td h3 span{color:#8dc640; font-size:12px; font-weight:normal; text-align:left;}
/*
.product .productdetails h3{ background:url(../gfx/bg-product-header.jpg) no-repeat top left; display:block; width:250px; padding-left:120px; height:80px; padding-top:20px; color:#fff; font-size:16px; line-height:normal;}
*/


.productview{background:#fff; border:1px solid #bdbec1; padding:2px 8px;}

td.elemQty{padding-left:0; padding-right:2px; text-align:right;}
td.elemEquivDesc{padding:0 0 5px 2px; font-size:11px; line-height:normal;}

span.prodPrice{font-size:16px; font-weight:bold;}
span.exGST{font-size:12px;}


div.topbotborders{border-top:2px dotted #ac8a2f; border-bottom:2px dotted #ac8a2f; margin:5px 0; padding:10px 0;}
div.botborders{border-bottom:2px dotted #ac8a2f; margin:5px 0; padding:10px 0;}
#print, #print:visited{/*float:right; */ position:absolute; top:10px; right:0; display:block; background:url(../gfx/btn-print.gif) no-repeat; display:block; width:70px; height:70px; text-indent:-9999px;}
#print:hover{background-image:url(../gfx/btn-print-over.gif);}

.center{text-align:center;}

span#practitionerdispensingonly{display:block; background:url(../gfx/bg-pract-dispensing-only.gif); text-indent:-9999px; height:43px; margin:10px 0;}

.purpboxtop{background:url(../gfx/bg-purpboxtop.gif) no-repeat top left; height:5px; font-size:2px;}
.purpboxmid{background:url(../gfx/bg-purpboxmid.gif) repeat-y top left;}
.purpboxbot{background:url(../gfx/bg-purpboxbot.gif) no-repeat top left; height:7px; font-size:2px;}

a#productlogin, a#productlogin:visited{display:block; padding:18px 10px 15px 95px; color:#652D8A; text-transform:uppercase; background:url(../gfx/btn-login.gif) no-repeat 5% 50%; }
a#productlogin:hover{background:url(../gfx/btn-login-over.gif) no-repeat 5% 50%;}
a#productlogin span{font-weight:bold;}
.productcontents{padding:10px;color:#652D8A; }
.purpboxmid h2{margin:0;padding:0; color:#652D8A; padding-left:80px; height:50px; padding-top:20px; font-size:12px; background:url(../gfx/bg-prod-contents.gif) no-repeat top left;}

.product #content #loginform { display:none; } /* Chris added 2009-06-01 for slidedown login */


tr.dots td{border-bottom:2px dotted #AC8A2F;}

.productcontentsprice{padding:10px;}


#productviewprice{background:url(../gfx/bg-prod-price.gif) no-repeat 3% 30%; display:block;padding-left: 80px; height: 50px; padding-top: 20px; font-size: 12px; color:#652D8A; font-weight:bold;}

.sthing{
background-repeat: no-repeat;

background-attachment: scroll;

background-position: left top;}
/*#productviewprice{background:url(../gfx/bg-prod-price.gif) no-repeat top left; display:block; height:40px; padding-left:80px; padding-top:20px; color:#652D8A; font-weight:bold;}
#productviewprice{background:url(../gfx/bg-prod-price.gif) no-repeat 3% 30%; display:block; padding-left:80px; padding-top:10px; height:70px; color:#652D8A; font-weight:bold;}*/

#hdrmyinfo{background:url(../gfx/hdr-bg-myinfo.jpg)no-repeat; height:30px;/*45px;*/ padding:0;margin:0; padding-top:12px; padding-left:100px; text-align:left; font-size:12px; color:#fff; text-transform:capitalize;}

.contentsbot{margin-bottom:10px;}

.productview .productcontents{text-align:left;}
.header{height:40px;}

table.prodListing{width:390px;}
.categoryproductpreview td.prodImg{width:90px;text-align:center;}
.categoryproductpreview .border{border-left:1px solid #b7a3cb;}
.categoryproductpreview td.prodImg img{ /*padding-right:10px;*/ }
.categoryproductpreview td.prodDescLink{width:85px; text-align:center;}
.categoryproductpreview td.prodInfo{padding:5px 0;}
td.prodInfo div.border{ padding-left:10px; }
.categoryproductpreview td.prodInfo h3{ margin:0; padding:0; font-size:15px;}
.categoryproductpreview td.prodInfo h4{ margin:0; padding:0; color:#8CAA3A;/*#b4d882;*/ font-size:12px; padding-top:3px; text-align:left; font-weight:bold; }
.categoryproductpreview td.prodInfo p{color:#423f40; margin:3px 0; line-height:1.4em;}

/*div.herbalDescAttr{border-bottom:1px dotted #AC8A2F; }
div.herbalDescAttr .header{color:#8c57a4; font-weight:bold; display:block; float:left; width:144px;}*/
/*.productinfo{float:right; width:280px;padding-left:10px; border-left:1px solid #b7a3cb; }*/
#herbalbit{margin-bottom:10px; margin-top:0px; padding-top:0; padding-bottom:0px; text-align:center;}
#herbalbit img{margin:0 auto; padding:10px; border:1px solid #e0e0e2;}
table#herbalDesc{width:100%;margin-bottom:10px; }
table#herbalDesc tr td, table#herbalDesc tr th{border-bottom:1px dotted #AC8A2F; padding:10px 0; text-align:left;}
table#herbalDesc tr.last td, table#herbalDesc tr.last th{border-bottom:0; padding-bottom:0;}
table#herbalDesc tr th{color:#8c57a4; font-weight:bold; width:130px; padding-left:15px;}
table#herbalDesc tr td{color:#808184;}

#hdrmyinfo span{color:#C19ED4; font-size:11px;}

img.normalProdImg{margin:0 auto;}

.productview #formcontainer fieldset{ background:#E8E2EE;}
.productview #formcontainer fieldset input{background-color:#DED3E8;}
.productview #formcontainer fieldset label{width:100px;}
.productview #formcontainer fieldset #submit, .productview #formcontainer fieldset #register{margin:0 auto;}
.productview #formcontainer fieldset #register{margin-top:10px;}

/*
.productview #productloginform fieldset{border:0;}
.productview #productloginform #submit{width:350px;}
.productview #productloginform fieldset p label{width:110px;}
*/