/* 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:125px;
	height:150px;
    border:3px solid #202F09;
	margin-right:10px;
	cursor:pointer;
    overflow:hidden;
    background:white;
}

.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;
}

.rrDetails{
	width:480px;
}

.write_review{
	background:url(/skin1/images/write_review.png) no-repeat;
	width:33px;
	height:16px;
}

.read_review{
	background:url(/skin1/images/read_review.png) no-repeat;
	width:16px;
	height:16px;
	margin-right:5px;
}

.productReviewsBox{
	width:150px;
	cursor:pointer; 
}

.productReadReviewsBox{
	width:125px;
	cursor:pointer; 
}

.productReviewsBox:hover{
	text-decoration:underline;
}

.productReadReviewsBox:hover{
	text-decoration:underline;
}

.writeReviewText{
	margin-top:3px; 
	position:relative; 
	font-weight:bold; 
	font-size:12px;
}