.right_nav {
	width: 248px; text-align: center; padding-bottom: 5px; background-color: #EDF9EF;
}
h1 {
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 3px;
}
.imgBlock
{
	float: left;
	width: 100px;
	text-align: center;
}
.detailBlock
{
	margin-left: 105px;
}
.priceBlock
{
	font-size: 15px;
	line-height: 19px;	
	font-weight: normal;
	color: #990000;
}
.caseBlock
{
	font-size: 10px;
}
.msrpBlock
{
	font-size: 11px;
	color: gray;
	font-weight: normal;
}
.msrpBlock .youSave
{
	color: #990000;
}
.stockBlock
{
	color: #009900;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
.cartQty
{
	margin-top: 0px;
}
.cartBlock
{
	margin-top: 2px;
}
.cartBlock input
{
	font-size: 14px;
	padding: 2px;
}
.mfgpnBlock
{
	color: gray;
}
.volumeBlock
{
	clear: both;
	margin-top: 4px;
	padding-left: 105px;
}
.volumeBlock table
{
	background-color: gainsboro;
}
.volumeBlock table td
{
	background-color: white;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
}
.qtyRange
{
	text-align: center;
	color: gray;
}
.qtyPrice
{	
	text-align: center;
}
.seeMore
{
	clear: left;
	margin-top: 5px;
	font-size: 11px;
}
.divider
{
	clear: left;
}
.productBlock
{
	padding: 5px;
}
.ratingBlock
{
	margin-top: 3px;
}
.surveyBlock {
	position: relative;
	background-image: url(/images/gui/home_survey_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2686C2;
	height: 258px;
}
.surveyForm {
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
}
.surveyForm p {
	font-size: 11px;
	line-height: 13px;
	color: #003350;
	font-weight: bold;
}
.surveyForm input {
	font-size: 11px;
	line-height: 13px;
	/*width: 100%;*/
	width: 60px;
	margin-bottom: 5px;
}
.surveyBlock .submit {
	position: absolute;
	top: 209px;
	left: 721px;
	width: 70px;
	height: 34px;
}
.homeBlock {
	background-image: url(/images/gui/home_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.homeProducts {
	padding: 5px;
}
.homeKits {
	padding: 0px;
}
.divider {
	margin: 10px 5px 10px 5px;
	border-width: 2px 0px 0px 0px;
	border-color: #78D278;
	border-style: solid;	
}