/*	style sheet for healthwarehouse home.html
 * 	8/9/2009 werner glinka
 * 
 *	color codes
 *	color green: #5b984f;
 * 	color blue: #1b6498
 * 	color dark green:#423b39
 */


/******************** background ********************/

/******************** left column *********************/

/******************** left call-outs *********************/
div#callout-left-free-order,
div#callout-left-shipping,
div#callout-left-insurance{
	width:170px;
	height:49px;
	font-size:16px;
	padding-left:60px;
	}
	
div#callout-left-free-order{
	background: url(../images/callout-free-order.gif) 0 0 no-repeat;
	}
div#callout-left-shipping{
	background: url(../images/callout-free-shipping.gif) 0 0 no-repeat;
	}
div#callout-left-insurance{
	background: url(../images/callout-credit-cards.gif) 0 0 no-repeat;
	}
div#callout-left-free-order p,
div#callout-left-shipping p,
div#callout-left-insurance p{
	padding-top:2px;
	margin:0;
	}
div#callout-left-free-order p,
div#callout-left-shipping p,
div#callout-left-insurance p,	
div#callout-left-free-order p a,
div#callout-left-shipping p a,
div#callout-left-insurance p a{	
	color:#3c8340;
	}
	
/******************** online prescription module ********************/

/******************** left sub menu ********************/

/********************* slide-out filter box in sub menu *********************/

/**************** Standard Sub Sub Category Selectors ********************/
  
/**************** online prescription module ********************/
	
/******************** recently-viewed ********************/

/******************** right column ********************/
	
/******************** pagination for product grid *********************/
	
/******************** pagination buttons ********************/

/******************** alphabet filter ********************/

/******************** product grid ********************/


/******************* karim hack : error-message  **********************/
.main-err-busse {
	background:url("../images/backgrounds/sub-main-middle.gif") 0px 50px repeat-y;
	width:960px;
}

.sub-err-busse{
	background:url("../images/backgrounds/sub-main.gif") bottom no-repeat;
	margin:0;
	}
.head-err-busse{
	background:url("../images/backgrounds/sub-main-head.gif") top no-repeat;
	padding:25px 0;
	}

.content-err-busse{
	margin-left:auto;
	margin-right:auto;
	width:96%;
	font-weight:bold;
	}
	
	
/******************** pagination for product grid *********************/

/******************* form & guides **********************/	
	
div#forms-guides h3{
	margin:0;
	padding:15px 0 20px 20px;
	}
	
ul.pdf-form{
	background: transparent url(../images/icons/pdf.png) 0 0 no-repeat;
	list-style: none;
	margin:0px 0px 20px 25px;
	padding-left:40px;
	}

ul.pdf-form li:first-child{
	color:#1B6498;
	font-size:12px;
	font-weight:bold;
	}
ul.pdf-form li{
	color:#000000;
	font-size:12px;
	}
ul.pdf-form li a:link,
ul.pdf-form li a:visited{
	color:#1B6498;
	font-size:12px;
	text-decoration:none;
	}
ul.pdf-form li a:hover{
	text-decoration:underline;
	}
	

