﻿#review-body-contain { clear:both; padding-top:12px; }
.body-top-left { float:left; width:40%; padding:10px 0px 10px 10px; }
.body-top-left label { color:#0f9fb3; font:normal 18px Arial, Helvetica; }


.OnlineStoreBorder {  }





/*-----body-----*/


.review-header
{
	width: 978px;
	font-size: 20px;
	color: Purple;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

.body-top-right
{
	float: right;
	width: 40%;
	height: auto;
}

.MerchntSelectedItem
{
	display: block;
	width: 330px;
	
	padding: 0px 0px 0px 30px;
	background: #FFFFFF url(Images/yes.gif) no-repeat;
	background-position: 12px 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	line-height: 16px;
	text-decoration: none;
}

.MerchntNonSelectedItem
{
	display: block;
	width: 330px;
	
	padding: 0px 0px 0px 30px;
	background: #FFFFFF url(Images/no.gif) no-repeat;
	background-position: 12px 3px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	line-height: 16px;
	text-decoration: none;
}

