
.reviewwrapper
{
	margin-top: 20px;
}

.reviewnav 
{
	text-align: left;
	font-size: 10pt;
	color: #ebc282;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	clear: none;
}

.reviewnav a
{
	color: #ebc282;
	text-decoration: none;
	outline: none;
}

.reviewnav a:hover
{
	color: #f1a836;
}

.reviewtitle
{
	clear: none;
	margin-top: 0px;
	padding-top: 0px;
	/*color: #f1a836;*/
}

.reviewdate
{
	color: #888;
	font-size: 9pt;
}

.review
{
	display: none;
}

.reviewsummary
{
	clear: both;
	margin-bottom: 30px;
	/*border: 1px #f00 solid;*/
}

.reviewlogo
{
	float: left;
	clear: left;
	margin-right: 30px;	
	width: 175px;
	vertical-align: middle;
}

.reviewlogo img
{
	width: 175px;
	padding: 4px;
	background-color: #000;
	border: 1px #444 solid;
	margin-bottom: 20px;
}

.reviewquote
{
	margin-left: 50px;
	margin-right: 70px;
	clear: right;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: #ebc282;
}

.reviewer
{
	display: block;
	clear: left;

	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #ddd;
	white-space: nowrap;
}

.reviewtime
{
	color: #888;
	clear: right;
}

