#column-wrapper{
	padding-top:48px;
}

#reviews h2{
	width:499px;
	height:24px;
	text-indent:-9999px;
	background-image:url(../../images/lbl_latest_reviews.gif);
	background-repeat:no-repeat;
}

.review{
	background-repeat:no-repeat;
	padding:11px 11px 17px 11px;
}
#reviews .odd{
	background-image:url(../../images/bg_review_odd.gif);
}
#reviews .even{
	background-image:url(../../images/bg_review_even.gif);
}
.review h3{
	margin-bottom:6px;
}
.review h3 a{
	color:#6042c2;
	font-size:93%;
	font-weight:bold;
}
.review h3 a:hover{
	border-bottom:1px dotted #6042c2;
}
.review h3 span{
	margin-left:6px;
	font-size:77%;
	color:#c2c2c2;
}

.review p{
	font-size:77%;
	width:367px;/* 379 - 12 */
}
.review p strong{
	color:#6042c2;
	font-weight:bold;
}
.review img{
	border:3px solid #d1d1d1;
}
.odd img{
	float:left;
}
.odd p{
	float:left;
	padding-left:12px;
}
.even img{
	float:right;
}
.even p{
	float:left;
	padding-right:12px;
}