/*	style sheet for healthwarehouse cart.html
 * 	8/9/2009 werner glinka
 * 
 *	color codes
 *	color green: #5b984f;
 * 	color blue: #1b6498
 * 	color dark green:#423b39
 */


/******************** background ********************/
div#sub-main {
	background:url("../images/backgrounds/sub-main.gif") bottom no-repeat;
	width:965px;
	margin:0;
	}
div#sub-main #sub-main-head{
	background:url("../images/backgrounds/sub-main-head.gif") top no-repeat;
	width:965px;
	padding-top:30px;
	}
div#sub-main-middle{
	background:url("../images/backgrounds/sub-main-middle.gif") 0px 50px repeat-y;
	width:965px;
	}
	
div#flash-wrap{
	width:600px;
	height:255px;
	margin:0 0 0 20px;
}

/******************** ask our pharmacist ********************/
div#ask-our-pharmacist{
	clear:right;
	float:right;
	width:315px;height:80px;
	margin:2px 22px 0 0;
	background:url("../images/backgrounds/ask-our-pharmacist_sm.jpg");
	}
div#ask-our-pharmacist h3{
	padding:12px 0 8px 100px;
	margin:0;
	color:#ffffff;
	font-size:18px;
	}
a.ask-now{
	display:block;
	width:98px;
	height:28px;
	background: transparent url(../images/buttons/button-ask.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	line-height:28px;
	float:left;
	}
a:hover.ask-now {
	background-position: 0 -28px;
	text-decoration:none;
	}
a.ask-now-faq,
p.ask-now-faq{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	line-height:28px;
	margin:0 0 0 10px;
	padding:0;
	}
a.ask-now-faq{
	margin:0;
}	
div#ask-our-pharmacist div#button-wrap{
	width:190px;
	height:28px;
	margin-top:5px;
}
div#ask-our-pharmacist{
	margin-top:4px;
}

/******************** drug promo screener ********************/
div#drug-promo-screener{
	clear:right;
	float:right;
	width:315px;
	height:104px;
	margin:5px 22px 0 0;
	background:transparent url("../images/backgrounds/300_350_prescriptions_promo.png") no-repeat;
	}
/******************** drug compatibility screener ********************/
div#drug-comp-screener{
	clear:right;
	float:right;
	width:315px;
	height:104px;
	margin:5px 22px 0 0;
	background:transparent url("../images/backgrounds/drug-comp-screen-bg.png") no-repeat;
	}
div#drug-comp-screener h3{
	padding-left:30px;
	margin:0;
	color:#ffffff;
	font-size:18px;
	line-height:45px;
	}
div#drug-comp-screener div#drug-comp-screener-input{
	height:55px;
	}
div#drug-comp-screener-input form input#drug-comp{
	float:left;
	margin:17px 0 0 10px;
	padding:4px 10px;
	width:220px;
	}
div#drug-comp-screener-input form input#drug-comp-button{
	height:31px;
	width:40px;
	border:0;float:right;
	background: transparent url(../images/buttons/wg-search-button-simple.gif) no-repeat;
	margin:15px 10px 0 0;
	}
div#drug-comp-screener-input form input#drug-comp-button:hover{
	background-position: 0 -31px;
	}
/* and here the inevitable IE fix*/	
div#drug-comp-screener-input form input#drug-comp-button { 
	font-size: 0; 
	line-height: 31px; 
	}	
	
/******************** find your drug  ********************/	
div#find-your-drug{
	clear:right;
	float:right;
	width:315px;
	height:57px;
	margin:5px 22px 0 0;
	background:transparent url("../images/backgrounds/find-your-drug-bg.png") no-repeat;
	}
div#find-your-drug h3{
	padding-left:60px;
	margin:0;
	color:#ffffff;
	font-size:18px;
	line-height:57px;
	}
div#find-your-drug h3 a{
	color:#ffffff;
}
/******************** changes to main menu ********************/

div#menu #buttons a.active{
	background:transparent url("../images/backgrounds/menu-on.gif") right no-repeat;
	}
	
div#menu div#reorder-button{
	float:right;
	margin:.4em 9px 0 0;
	}

/******************** pharmacy prescription mid section ********************/
div#pharmacy-all-prescriptions{
	width:920px;
	height:285px;
	background:transparent url(../images/backgrounds/prescription-large-bg.png) no-repeat;
	margin:8px  auto 0;
	}
div#pharmacy-new-prescription,
div#pharmacy-transfer-prescription,
div#pharmacy-refill-prescription{
	height:285px;
	width:305px;
	float:left;
	}
div#pharmacy-new-prescription h3,
div#pharmacy-transfer-prescription h3,
div#pharmacy-refill-prescription h3{
	text-align: center;
	line-height:45px;
	color:#ffffff;
	font-size:18px;
	margin:0;
	}
div#pharmacy-new-prescription p,
div#pharmacy-transfer-prescription p,	
div#pharmacy-refill-prescription p{
	text-align: left;
	color:#000;
	font-size:12px;
	margin:0;
	padding: 0 30px;
	}
div#pharmacy-new-prescription p a,
div#pharmacy-transfer-prescription p a,	
div#pharmacy-refill-prescription p a{
	color:#5b984f;
	line-height:30px;
	font-weight:bold;
	}
div.button-holder{
	margin:20px auto;
	width:129px;
	overflow:hidden;
}			
a.pharm-button{
	display:block;
	float:left;
	height: 31px;
	width: 129px;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	color:#5b984f;
	padding-top:80px;
	}
a:hover.pharm-button{
	background-position: 0 -111px;
	text-decoration:underline;
}		
a.new-pharm{
	background: transparent url(../images/buttons/btn_pharm_new.png) no-repeat;
}
a.transfer-pharm{
	background: transparent url(../images/buttons/btn_pharm_transfer.png) no-repeat;
}	
a.refill-pharm{
	background: transparent url(../images/buttons/btn_pharm_refill.png) no-repeat;
}	

/******************** health and drug awareness ********************/
div#pharmacy-main-left{
	margin-top:20px;
	border-right:1px dotted #cfcfcf;
	width:620px;
	float:left;
	}    
div#pharmacy-main-left h2{ 
	font-weight:normal;
	margin:0 0 20px 0;
	}    
div#pharmacy-main-left h3{ 
	color:#1b6498;
	font-size:16px;
	margin:0;
	padding:0;
	} 
div#pharmacy-main-left h3 a{ 
	color:#1b6498;
	font-size:16px;
	}
div#pharmacy-main-left h3 a:hover{ 
	text-decoration:underline;
	}	
		   
div#pharmacy-main-left p,
div#pharmacy-customer-stories p{
	color:#423b39;
	font-size:12px;
	margin:0;
	padding:0;
	}    
div#pharmacy-main-left a,
div#pharmacy-customer-stories a{
	color:#1b6498;
	font-size:12px;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:bold
	} 
div#pharmacy-main-left a:hover,
div#pharmacy-customer-stories a:hover{
	text-decoration:underline;
}		   
div#h-d-awareness-topics{
	margin:0 30px 0 40px;
	}
div#h-d-awareness-topics .topic{
	margin:0 0 20px 0;
	border-bottom:1px dotted #cfcfcf;
	padding-bottom:20px;
	}
div#h-d-awareness-topics .last{
	border:none;
	}
	
/******************** customer stories ********************/		
div#pharmacy-customer-stories{
	float:left;
	width:620px;
	margin-top:20px;
	}	
div#pharmacy-customer-stories .story{
	border-bottom:1px dotted #cfcfcf;
	padding-bottom:20px;
	}
div#pharmacy-customer-stories .last{
	border:none;
	}		
div#pharmacy-customer-stories h2{ 
	font-weight:bold;
	margin:0 0 20px 0;
	}    
span.pharmacy-customers{
	color:#000;
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold
	}

