/* CSS Document */
	#subcat_box {
		border:				1px dotted #369;
		border-top:			none;
		margin-bottom:		20px;
		position:			relative;
		padding:			10px;
		background-color:	#f6f9fb;
	}
	
	#subcat_box dl {
		margin-bottom:		1em;
		background:			url(../img/arrow.gif) 0 4px no-repeat;
		padding-left:		1.3em;
	}
	
	#subcat_box dt {
		text-transform:		uppercase;
	}
	
	#subcat_box dd a {
		color:				#000;
	}

	div.reviewItem { 
		border-bottom:		1px dashed #CCC; 
		padding:			1em 0; 
		font-family:		Verdana, Arial, Helvetica, sans-serif; 
	}
	
	div.reviewImg { 
		float:				left; 
		width:				60px;
		margin-right:		15px;
	}
	
	div.reviewRating { 
		float:				left; 
		width:				30px;
		margin-right:		15px;
	}
	
	div.reviewText, div.reviewText2 {					
		float:				left;
		text-align:			left;
		padding-right:		5px;
	}
	
	div.reviewText {					
		width:				308px;
	}
	
	div.reviewText2 {					
		width:				260px;
	}
	
	div.reviewText dt, div.reviewText2 dt {
	 	font-size:			0.85em;
		margin-bottom:		2px;
	}
	
	div.reviewText dd, div.reviewText2 dd { font-size:0.8em;}
	
	#rev_nl_promo { background:url(../img/reviews_newsletter_promo_bg.gif) bottom right no-repeat; margin-bottom:20px; padding-bottom:20px; }