/* CSS Document */
/*
 * Reset CSS defaults for consistent render.
 * Document source:  http://developer.yahoo.com/yui/reset/
 */
body,div,object,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img,object {
	border:0;
}
object{display:block;}
address,caption,cite,code,dfn,em,strong,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end resets*/

/* clearing fix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* end clearfix */

body{
	font-family:tahoma !important;
	font-size:11px;
	background:url(../images/background_repeat.gif) repeat-x;
}
.wrapper{
	width:780px;
	margin:0 auto;
	position:relative;
}
.date_currency_and_share{
	text-align:right;
	padding-top:7px;
	height:24px;
}
.date_currency_and_share a{
	margin-right:15px;
}
.date_currency_and_share span{
	color:#2c7a7f;
	font-size:10px;
	float:left;
	margin:3px 0 0 10px;
}
.date_currency_and_share select{
	width: 120px;
	height:16px;
	font:10px Tahoma;
	float: right;
	border: 1px solid #c0c0c0;
	margin-right:32px;
}
.main_header[class]{
	height:123px;
	position:relative;
	background: url(../images/header-background.png) no-repeat scroll 91px 22px transparent;
}
.main_header h1{
	position:relative;
	float:left;
	width:582px;
}
.main_header h1 a[href]{
	text-indent:-3000px;
	display:block;
	height:92px;
}

.main_header .shopping_cart {
	color: #727A85;
	display: block;
	left: 703px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 60px;
	width: 74px; }
	
	.main_header .shopping_cart em {
	display: block;
	text-indent: -5000px;
	}
 
	.main_header .shopping_cart a {
		color: #ff8200;
		text-decoration: none;
		padding: 10px 20px 0 10px ;
		font-weight: bold;
		}

.rss_button_container{
	float:right;
	display:inline;
	width:168px;
	height:173px;
}
#safe_secure{
	margin:25px 0 30px 6px;
	height:23px;
	width:135px;
	display:block;
}
#replace_img{
	width:163px;
	height:57px;
	margin-left:7px;
	display:block;
}
#replace_img img{
	margin-top:25px;
}
.navigation{
	height:35px;
	overflow:hidden;
}
.navigation li{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	padding:0 0 0 10px;
	background:url(../images/tab_btn.png) top left no-repeat;
}
.navigation li a{
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:35px;
	height:35px;
	overflow:hidden;
	text-transform:capitalize;
	text-decoration:none;
	display:block;
	padding-right:10px;
	background:url(../images/tab_btn.png) top right no-repeat;
}
.navigation li.active{
	float:left;
	display:inline;
	margin:0 0 0 2px;
	padding:0 0 0 10px;
	background:url(../images/tab_btn_hover.png) top left no-repeat;
}
.navigation li a.active{
	color:#559ca1;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:35px;
	text-transform:capitalize;
	text-decoration:none;
	display:block;
	padding-right:10px;
	background:url(../images/tab_btn_hover.png) top right no-repeat;
}
.navigation li a:hover{
	color:#fdd168;
}
.navigation li a.last{

}
.navigation li.first{
	margin:0;
}
.search-form{
	background:url(../images/search-background.png) no-repeat;
	height:37px;
	margin-bottom:10px;
}
.main{
	width:800px;
	margin:0 auto;
	margin-top:10px;
}
.menu{
	width:183px;
	position:relative;
	left:-3px;
	padding-bottom:6px;
	background: url(../images/menu_bottom.png) center bottom no-repeat;
}
.left_menu {
	width:183px;
	float:left;
}
.menu li.items {
	background: #cfe5ea url(../images/items_back.png) repeat-y;
}
.menu li.items a{
	text-decoration:none;
	color:#484848;
	line-height:20px;
	display:block;
	height:20px;
	padding-left:30px;
}
.menu li.items a:hover{
	color:#e86d00;
	background: #cfe5ea url(../images/items_back_hover.png) repeat-y;
}
.menu li.title{
	background:url(../images/backgrounds.png) 0px -112px no-repeat;
}
.menu li.title.noline{
	background-position: 0 -115px;
}
.menu li.title a{
	margin-left:30px;
	padding-top:5px;
	color:#fff;
	text-transform:capitalize;
	display:block;
	font-weight:bold;
	text-decoration:none;
	line-height:29px;
	height:31px;
	font-weight:bold;
}
.menu li.title a:hover{
	color:#fff;
}
.menu li.last{
	height:22px;
	background:url(../images/backgrounds.png) 0px -149px no-repeat;
}
.menu li.last a{
	color:#228a91;
	padding:6px 0 0 105px;
	text-decoration:none;
	height:16px;
	display:block;
}
.menu li.last a:hover{
	color:#ff7c00;
}
.main_content{
	float:right;
	display:inline;
	width:585px;
	padding-bottom:336px;
}
.main_content table{
	width:100% !important;
}
.flash_container{
	width:786px;
	height:182px;
	margin-left:-3px;
	position:relative;
	background:url(../images/flash_container.jpg) no-repeat;
}

.flash_container #flash_alt {
    position: absolute;
}
    .flash_container #flash_alt {
        position: absolute;
        top: 123px;
        left: 420px;
    }
    .flash_container #flash_header object#flash_alt {
        position:absolute;
        top:0;
        left:0;
    }
.content_header{
	position:absolute;
	left:10px;
	top:278px;
}
.content_header a{
	float:left;
	width:128px;
	height:47px;
	background-image: url(../general/transparent.gif);
}
.content img.sales_assistance{
	margin:5px 0 0 33px;
	display:block;
}
.product_boxes {
	width:594px;
	margin-left:-3px;
}
.product_boxes li{
	float:left;
	display:inline;
	width:195px;
	height:142px;
	margin-right:3px;
	background:url(../images/product-box-content.png) no-repeat;
}
.product_boxes li div.box-title{
	float:left;
	width:128px;
	margin:0 auto;
	margin-top:5px;
}
.product_boxes li h5{
	text-transform:capitalize;
	font-weight:bold;
	color:#228a91;
	padding-left:10px;
	height:15px;
	overflow:hidden;
}
.product_boxes li a.pill_image{
	width:63px;
	height:56px;
	float:right;
	display:inline;
	border:0;
	margin-right:4px;
	background:url(../images/pic-loader.gif) 24px 17px no-repeat;
}
.product_boxes li a.box-title-logo{
	display:block;
	margin-left:25px;
	margin-top:5px;
	height:44px;
	background:url(../images/pic-loader.gif) 50px 15px no-repeat;
}
.product_boxes li a.order_button{
	width:193px;
	float:left;
	display:inline;
	height:27px;
	margin-top:10px;
	margin:0 auto;
	text-decoration:none;
	color:#228a91;
	line-height:27px;
	text-align:center;
	font-weight:bold;
	margin-top:6px;
}
.product_boxes li a.order_button:hover{
	color:#ff7c00;
}
.product_boxes li p.price{
	margin-left:10px;
	color:#484848;
	line-height:18px;
}
.product_boxes li p.price span{
	color:#FF8A00;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.v_footer_container{
	position:relative;	
}
.prescription{
	position:absolute;
	top:-633px;
	left:190px;
}
.v_footer{
	position:absolute;
	top:-187px;
	left:190px;
}
.footer{
	width:783px;
	margin:0 auto;
	margin-bottom:5px;
	margin-top:5px;
	height:32px;
	overflow:hidden;
	text-align:center;
	line-height:32px;
	background:url(../images/footer-background.png) no-repeat;
}
.footer_container{
	float:left;
	position:relative;
	left:50%;
	text-align:center;
}
.footer ul{
	float:left;
	position:relative;
	left:-50%;
}
.footer li{
	float:left;
	display:inline;
}
.footer li a.last{
	background:none;
}
.footer li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px 0 10px;
	font-size:10px;
	display:block;
	background:url(../images/footer_nav_bar_line.png) right 0 no-repeat;
}
.footer li a:hover{
	color:#146d83;
}
.about { font-size: 11px; }
.about ul{  padding-left:40px; }
.about ul li { line-height: 1.4em; color: #3C526B; padding-bottom:10px; }
.about .title { font-weight: bold; color: #ED5E00; margin:10px 0 10px 0;}
.about p { color: #3C526B; line-height:16px; padding-left:40px;}
.about p a { color: #993300; text-decoration: underline; }

.faq ul li { line-height: 2em; }
.faq .title { font-weight: bold; color: #ED5E00; margin:10px 0 10px 0;}
.faq p, ol { color: #3C526B; line-height:16px; padding-left:40px;}
.faq ul a.a1 { color: #993300; text-decoration: underline; }

/* ----- */
.product_info { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #3C526B; }
.product_info h2 { margin: 0; font-size: 14pt; color: #ED5E00; border-bottom: 2px solid #E5EDF2; }
.product_info .info { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #3C526B; line-height: 11pt; padding: 10px 10px 0 0; }
.product_info h3 { margin: 0; margin-bottom: 6pt; font-size: 8pt; color: #ED5E00; }
.product_info p { margin: 0; line-height: 11pt; padding-bottom: 16pt; padding-left: 10pt;}
.product_info a {text-decoration:none;color:#000;}
.products_table th { text-align: left; color: #484848; background-color: #cde3f5; padding: 3px; white-space:nowrap; }
.products_table th.th_qnty { text-align: left; width: 80px; }
.products_table th.th_qnty_herbal { text-align: left; width: 200px;  }
.products_table th.th_price { width: 100px; }
.products_table tr.r1 { background-color: #EBF2F8 }
.products_table tr.r2 { background-color: #ffffff; }
.products_table td { padding: 3px; border-bottom: 1px solid #D0DFE8; }
.products_table td.td_qnty { text-align: left; padding-right: 20px; }
.products_table td.td_qnty_herbal { text-align: left; }
.products_table td.td_price { text-align: left; }
.products_table td.td_price_pp { text-align: left; }
.products_table .save { padding-left: 10px; color: #cc0000; }
.products_table .note_cell { border:1px solid #CDE3F5; border-bottom:none; padding: 7px; color:#ff0000; }
.products_table .note_cell p{padding:0; line-height:normal;}

.products_pack_table { width: 100%; BORDER: 1px solid #58789B;}
.products_pack_table th { text-align: left; color: #484848; background-color: #b5daf8; padding: 3px 8px; white-space:nowrap; }
.products_pack_table td { padding: 3px 8px;}
.products_pack_table ul li {line-height: 2em; color: #ED5E00; padding-left: 0px;}
.products_pack_table .td_price {background-color: #EBF2F8;}
.products_pack_table .note_cell { border:1px solid #003366; border-bottom:none; padding: 4px;}
.orange_button {
    font-size: 10px;
    background:#f2a746;
    border: 1px solid #666;
    width:70px;
    cursor:pointer;
    color:#484848;
    padding:2px 8px;
    line-height:17px;
} 
.special_offer .header{
	background:#07599A;
}

/*footer*/
#footerMain #footerShipping,
#footerMain #footerPayments {
	padding:8px 0px;
	width:591px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
#footerMain #footerShipping {
	padding:2px 0;
}
#footerMain h2 {
	color:#228A91;
	font-size:12px;
	font-weight:bold;
	padding:13px 0 15px 4px;
	text-transform:uppercase;
}

#footerMain #footerShipping div,
#footerMain #footerPayments div {
	background:url(../images/line.gif) repeat-x left top;
	height:100%;
	padding-left:13px;
}

#footerMain #footerShipping span,
#footerMain #footerPayments span {
	height:85px;
	width:11px;
	position:absolute;
	top:8px;
}

#footerMain #footerShipping span.left,
#footerMain #footerPayments span.left{
	background:url(../images/left.gif) no-repeat left top;
	left:0px;
}
#footerMain #footerPayments span.right,
#footerMain #footerShipping span.right{
	background:url(../images/right.gif) no-repeat left top;
	left:100%;
	margin-left:-11px;
}
#footerMain #footerShipping span.right,
#footerMain #footerShipping span.left {
	top:2px;
}
#footerMain ul {
	margin:0 auto;
}
#footerMain ul li {
	float:left;
	display:block;
	margin-right:3px;
}
/*End footer*/

/* Cart Popup */

 #bestSellersPopupBox {
	width: 613px;
	position: relative;
	z-index: 3000; }

	#bestSellersPopupBox a#bs_close {
		height: 36px;
		width: 36px;
		position: absolute;
		left: 587px;
		top: -12px;
		outline: none;
		z-index: 1002;
		text-indent: -5000px;
		background: url(../images/special_offer/best-sellers-popup-close.png) no-repeat left top; }

	#bestSellersPopupBox #bs_top {
		width: 100%;
		height: 14px;
		background: url(../images/special_offer/best-sellers-popup-top.png) no-repeat left top; }

	#bestSellersPopupBox #bs_bottom {
		width: 100%;
		height: 20px;
		background: url(../images/special_offer/best-sellers-popup-bottom.png) no-repeat left top; }

	#bestSellersPopupBox #bs_content {
		width: 100%;
		background: url(../images/special_offer/best-sellers-popup-back-y.png) repeat-y left top; }

		#bestSellersPopupBox #bs_content #bs_sub_content {
			background: url(../images/special_offer/best-sellers-popup-back-x.png) repeat-x left top;
			margin: 0 10px;
			padding: 4px 30px; }

			#bestSellersPopupBox #bs_content #bs_sub_content h2 {
				font-size: 17px;
                margin: 5px 0 15px 0;
				color: #000;
				font-weight: bold;
				font-family: Arial; }

    /* End Cart Popup */


    /* Cart Table */
    
       #cartTable {
        font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
        font-size: 12px;
        background: #fff;
        margin: 5px 0 20px 0px;
        width: 532px;
        border-collapse: collapse;
        text-align: left; }

    #cartTable th {
        font-size: 13px;
        font-weight: bold;
        color: #3B8A9C;
        padding: 10px 8px;
        border-bottom: 2px solid #6F6F6F; }

    #cartTable tfoot td {
        border-bottom: none;
        font-size: 14px; }

    #cartTable td {
        border-bottom: 1px solid #ccc;
        color: #18464F; 
        padding: 6px 8px; }

    #cartTable tbody tr:hover td {
        color: #000; }

    #cartTable .remove {
       border:0;
       margin-left: 17px;}

    /* end Cart Table*/


    /* Note Box */

.box-note {
	background: #FFFBC2 url(../images/info-icon.jpg) no-repeat 19px center;
	border: 1px solid #FFE222;
	font-size: 1.2em;
	margin: 8px 0 !important;
	padding: 10px;
	padding-left: 55px;
	width: auto !important;
	color: #514721;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; }
	
	.box-note li {
		color: #514721; }

    /* End Note Box */

    /* New input button  */

    input.inputBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	padding: 2px;
	margin: 0;
	outline: 0;
	background: #DDDDDD url(../images/bg-button-new.gif) repeat-x top right;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	-moz-border-radius: 0.3em; /* border radius for modern browsers */
	-webkit-border-radius: 0.3em; /* border radius for modern browsers */ }

	input.inputBtn:hover {
		background: #DDDDDD url(../images/bg-button-new.gif) repeat-x top right;
		border: 1px solid #9a9a9a; }
    
    input.cart {
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        width: 100px; }

    .inputBtnContainer {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        overflow: visible;
        height: 35px;}
    
    /* End new input button  */
	
	#cart {
	padding-top: 10px; /* fixed bug in ie6 */
	} 
h2.title {
    margin: 30px 30px 5px 30px;
    padding-top:5px;
    color:#555555;
    display:block;
    font-weight:bold;
    text-decoration:none;
    line-height:29px;
    font-size: 20px;
    text-align: center;
}
h3.title {
    margin: 5px 30px 30px 30px;
    padding-top:5px;
    color:#AA5555;
    display:block;
    font-weight:normal;
    text-decoration:none;
    line-height:20px;
    font-size: 18px;
    text-align: center;
}
