
/* Featured Product Formatting */

#products_box {
	width: 590px;
}

	#products_top .top {
		background: url('../images/featdrugbg.gif') no-repeat bottom center;
		width: 590px;
		height: 9px;
	}
	
	#products_top .content {
		background: #334d64;
		color: #fff;
		padding: 0 5px;
	}
	
	#products_top h3 {
		float: left;
		color: #fff;
		margin: 0 0 6px 0;
	}

	
	#products_bottom h3 {
		float: left;
		color: #fff;
		margin: 5px 0 6px 0;
		line-height:30px;
	}
	
	#products_top .bar {
		background: url('../images/lightboxbarbg.jpg') repeat-x;
		width: 100%;
		height: 2px;
		margin: 5px 0;
		clear: both;
	}
	
	#products_bottom .top {
		background: url('../images/featprobg.jpg') #334d64 no-repeat bottom center;
		width: 590px;
		height: 9px;
	}
	
	#products_bottom .content {
		background: #2a3d4d;
		color: #fff;
		padding: 0 5px;
	}
	
	#products_bottom .bar {
		background: url('../images/darkboxbarbg.jpg') repeat-x;
		width: 100%;
		height: 2px;
		margin: 5px 0;
		clear: both;
	}
	
	#products_bottom .bottom {
		background: url('../images/featprobottombg.gif') no-repeat top center;
		width: 590px;
		height: 9px;
		background-color:#334d64;
	}
	
	.view_more {
		float: right;
	}
	
	.view_more a:link, .view_more a:visited {
		font-size: 13px;
		color: #bdcb00;
	}

	#products_bottom .view_more {
		margin: px 0 0 0;
	 }
	
/* Item Formatting */

h4 {margin:10px 0px 20px 0px; font-weight:bold; color:#ABBCCB;}

p.note {font-style:italic; padding: 10px 0px 30px 0px; font-size:12px; color:#ffffff;}


.itemDrug {
	width: 145px;
	height: 66px;
	font: 12px/14px arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
}
	#products_bottom .itemDrug {height: 131px;}
	.itemDrug a:link, itemDrug a:visited {color: #fff;}
	.itemDrug p {margin-top: 0;}
	.itemDrug strong {color: #ec7200}

.itemSupplier {
	width: 145px;
	height: 66px;
	font: 12px/14px arial, helvetica, sans-serif;
	float: left;
	margin: 0 0 10px 0;
}
	#products_bottom .itemSupplier {height: 131px;}
	.itemSupplier a:link, itemSupplier a:visited {color: #fff;}
	.itemSupplier p {margin-top: 0}
	.itemSupplier strong {color: #ec7200}

	.product_img {
		background: url('../images/productbg.jpg') no-repeat;
		width: 66px;
		height: 66px;
		float: left;
		margin: 0 10px 0 0;
		overflow: hidden;
	}
	
	#products_bottom .product_img {
		background: url('../images/productlargebg.jpg') no-repeat;
		width: 131px;
		height: 131px;
		float: left;
	}
	
	.product_img img {
		margin: 3px;
	}
	
	
a.home_product_title:link {
	font-weight: bold;
	color:#EC7200;
	text-decoration:none;
}

a.home_product_title:hover {
	color:#EC7200;
	font-weight:bold;
	text-decoration:underline;
}
a.home_product_title:visited {
	color:#EC7200;
	font-weight:bold;
	text-decoration:none;
}

a.home_product_link:link {
	font-weight: normal;
	color:#2A3D4D;
	text-decoration:underline;
	margin-top:-10px;
}

a.home_product_link:hover {
	color:#2A3D4D;
	font-weight:normal;
	text-decoration:none;
}
a.home_product_link:visited {
	color:#2A3D4D;
	font-weight:normal;
	text-decoration:none;
}