@charset "utf-8";

/* Column Layout */

#productleft {
	float: left;
	width: 180px;
	display: inline;
}

#productright {
	margin-left: 10px;
	margin-right: -2px;
	float: left;
	width: 420px;
	display: inline;	
}

.productbox {
	margin-top: 10px;
	border: 1px solid #D7E6F0;
}

.productimagebox {
	margin-top: 10px;
	width: 180px;
	border: 1px solid #D7E6F0;
	font-size: 0;
}

.productimagebox .zoom {
	position: absolute;
 	background-image: url(/images/layout/boxhead.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
	font-size: 11px;
	line-height: 18px;
	padding-left: 5px;
}

.productimagebox img {
	width: 180px;
	margin: 0;
}

.productbox .boxhead {
	background-image: url(/images/layout/boxhead.png);
	height: 20px;
	font-size: 11px;
	line-height: 18px;
	padding-left: 5px;
	background-repeat: no-repeat;
	color: #00629F;

}

.productbox p, .productbox ul {
	margin-left: 6px;
	margin-right: 5px;
}

.additionalimages 
{
	margin-bottom: 4px;
}
.additionalimages a
{
	float:left;
	display: inline;
	margin-left: 5px;
	margin-top: 5px;
	border: solid 1px white;
}

.additionalimages a:hover
{
	border: solid 1px #D7E6F0;
}

/* Pricing */

.pricetable {
	width: 100%;
	border: 0;
}

.pricetable tr td {
	width: 25%;
	text-align: center;
}

/* Drug Selection */

.stockpicker, .testpicker 
{
	margin: 5px;
	width: 408px;
}

.stockpicker input, .testpicker input 
{
	margin-left: 8px;
}

.stockpicker tr, .testpicker tr {
	background-image: url(/images/minibullet3.gif);
	background-repeat: no-repeat;
	background-position:2px 8px;
	padding-left: 6px;
}

.stockpicker span {
	border-bottom: #F14F9B 1px dotted;
	margin: 0 2px;
	cursor: help;
}

.stockpicker span:hover {
	border-bottom: #F14F9B 1px solid;
}

/* Test Selection */

.testpicker a {
	border-bottom: #F14F9B 1px dotted;
	margin: 0 2px;
	cursor: help;
	text-decoration: none;
}

.testpicker a:hover {
	border-bottom: #F14F9B 1px solid;
	text-decoration: none;
}

/* Bulk pricing */

.bulktable {
	width: 100%;
	text-align: center;
	color: #666666;
}

.bulktable tr td {
	width: 33%;
}

.bulktable span {
	color: #00629F;
}

/* Info Table */

.infotable 
{
	border: solid 1px #D7E6F0;
	margin: 5px;
	width: 409px;
}

.infotable th
{
	background-color: #F0F5F9;
	border-bottom: solid 1px #D7E6F0;
	border-left: dotted 1px #fff;
	padding: 5px;
}

.infotable td
{
	border-bottom: dotted 1px #E4EEF3;
	border-left: dotted 1px #E4EEF3;
	padding: 5px;
}