#customer-reviews
{
	width: 530px;
	margin: 0px ;
	background-color: #fff
}

#customer-reviews .header
{
	background-color: #606669;
	color: #fff;
	font: bold 11px Arial;
	padding: 5px 5px 5px 11px;
	margin-bottom: 12px;
}

/*width/3 depending on #customer-reviews width*/

#customer-reviews .state
{
	float: left;
	margin-left: 7px;
}

/*width/3 depending on #customer-reviews width*/

#customer-reviews .state div
{
	width:200px
	margin-bottom: 4px;
}

#customer-reviews .state .overall
{
	font: bold 11px Arial;
}

#customer-reviews .state .total
{
	font: normal 11px Arial;
}

#customer-reviews .view
{
	padding-top: 11px;
}

#customer-reviews .view a
{
	color: #000;
	font: bold 11px Arial;
}

#customer-reviews .stars img
{
	cursor: pointer;
}

#customer-reviews .stars a
{
	font: bold 11px Arial;
	text-decoration: none;
	color: #000;
}

#customer-reviews .stars a:hover
{
	/*text-decoration: underline;*/
}

#customer-reviews .view,
#customer-reviews .stars
{
	float: left;
	width: 150px;
	text-align: center;		
}

#reviews
{
	/*display: none;*/
	clear: both;
	background-color: #fff;
}

/*
.review-separator
{
	border-top: 1px solid #eee;
}
*/

.review .review-stars
{
	float: left;
	width: 100px;	
	text-align: left;
	height: 16px;
}

.review div
{
	font: normal 11px Arial;
	padding: 5px;
}

.review b
{
	margin-left: 10px;
}

.review .revloc
{
	margin: 10px 0 10px 0;
}

.review .revloc .reviewer
{
	float: left;
	width: 50px;	
}

.viewall
{
	text-align: center;
}

.viewall a
{
	font: bold 11px Arial;
	color: #000;
}

.clearboth
{
	clear: both;
}

.top-line
{
	width: 514px;
	border-top: 1px solid #ccc;	
}

/* Common*/
form
{
	margin: 0px;
	padding: 0px;
}

div, td
{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}

input, textarea
{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
}

img
{
	border: 0 !important;
}

.button
{
	font: bold 10px Arial, Verdana, Geneva, Helvetica, sans-serif;
/*
	color: #000000;
	background: #dcdcdc;
	border-bottom: 3px outset #999999;
	border-right: 3px outset #999999;
	border-left: 2px outset #666666;
	border-top: 2px outset #666666;
*/
	cursor: pointer;
}

.button-over
{
	font: bold 10px Arial, Verdana, Geneva, Helvetica, sans-serif;
/*
	color: #000000;
	background: #eeeeee;
	text-decoration: underline;
	border-bottom: 3px outset #999999;
	border-right: 3px outset #999999;
	border-left: 2px outset #666666;
	border-top: 2px outset #666666;
*/
	cursor: pointer;
}

.confirm
{
	font: bold 11px Arial, Verdana, Helvetica, sans-serif !important;
	/*color: #990000 !important;*/
	text-align: center !important;
}
/* popup.css */
div
{
	margin: 5px 0 5px 0;
}

/*
#reviewform
{
	border: 1px solid #C3173B;
	width: 565px;
}
*/

.header
{
	background-color: #606669;
	color: #fff;
	font: bold 11px Arial;
	padding: 5px 5px 5px 11px;
	margin-bottom: 12px;
}

.name-box
{
	width: 200px;
}

.review-box
{
	width: 400px;
	/*height: 100px;*/
}

