/* CSS Document */
/*	Cartmods.com
	Recent Reviews Home Page Mod
	June 2008 - Alex MacDonald
	recent_reviews.css
*/

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.marginOff{
	margin:0px;
}

.paddingOff{
	padding:0px;
}

.marginLeft{
	margin-left:5px;
}

.recentReviewsBox{
	width:100%;
	border-bottom:dotted 1px #000;
	margin-bottom:20px;
	padding-bottom:20px;
}


.rrImageBox{
	width:100px;
	height:100px;
	margin-right:10px;
	cursor:pointer;
}

.rrProductTitle{
	font-weight:bold;
	font-size:14px;
}

.rrDateTime{
	font-style:italic;
}

.rrReviewedByName{
	font-weight:bold;
}

.rrOverall{
	margin-top:10px;
	margin-right:5px;
	font-size:14px;
}

.rrReview{
	margin-top:20px;
	font-size:12px;
}

.rrLinks{
	margin-top:20px;
}