/* Customer Reviews 2009 Provided by Gproxy Design*/ 

/* #GENERAL REVIEWS# */
.crv_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.crv_text a {
	color: #0076A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.crv_table {
	width: 100%;
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
	border: 4px solid #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.crv_table td {
	vertical-align: top;
}
.crv_table .crv_odd_cell td {
	background-color: #F8FAF1;
}
.crv_table a {
	color:#6C8C37;
	display:block;
	font-weight:normal;
	text-decoration:none;

}
.crv_table a:hover {
	color:#009193;
	text-decoration:none;
}
/* #HEAD REVIEWS# */
.crv_table thead th {
	background-color: #0076A3;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:normal;
	height:25px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
}
/* #CONTENT REVIEWS# */
.crv_table tbody td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}


/* #GENERAL DETAIL# */
.crv_table_detail {
	width:300px;
	/*border-spacing: 0;*/
	border: 2px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
.crv_table_detail td {
	vertical-align: middle;
}
.crv_table_detail .crv_detail_odd_cell td {
	background-color: #F8FAF1;
}
.crv_table_detail a {
	color:#6C8C37;
	display:block;
	font-weight:normal;
	text-decoration:none;

}
.crv_table_detail a:hover {
	color:#009193;
	text-decoration:none;
}
/* #HEAD DETAIL# */
.crv_table_detail thead th {
	background-color: #0076A3;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	height:25px;
	padding:2px;
	text-align:center;
	text-transform:uppercase;
}
/* #CONTENT DETAIL# */
.crv_table_detail tbody td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.crv_table_detail .crv_detail_col_1 {
	width: 20%;
	text-align:center;
}
.crv_table_detail .crv_detail_col_2 {
	width: 65%;
}
.crv_table_detail .crv_detail_col_3 {
	width: 15%;
	text-align:center;
}
.crv_detail_bars {
	background-color: #FFCC33;
	background-position: left center;
	height: 15px;  
}

/* #SHOW RATING */

#crv_wrapper{
	position:relative;
}
.crv_rating_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.crv_rating_detail {
	display:none;
	position:absolute;
	top: 35px;	 
} /* hidden initially */

/* #WRITE REVIEWS */
.crv_write_from {
	display:none;
} /* hidden initially */
.crv_rating {
	font: bold 12px/18px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: left;
	color:#999999;
}
.crv_rating img {
	vertical-align:middle;
}
.crv_list_rating {
	font: bold 11px/13px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: center;
	color:#999999;
	margin-bottom:5px;
}
.crv_list_rating img {
	vertical-align:middle;
}

.crv_write {
	margin: 10px 0;
}
.crv_write a{
	color: #009933;
	font: bold 12px/18px Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: left;	
	display: block;
	width: 200px;
	/*background: url(crv_review.gif) no-repeat left;*/
}
/*.crv_write a span {
	display: none;
}*/
.crv_write a:hover {
	color:#009193;
	text-decoration:none;
}
.crv_label{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin:15px 0 5px 0;
	text-align:left;
	display:block;
}
.crv_input_submit {
	background:transparent url(/site/addons/crv/crv_submit.gif) no-repeat scroll left top;
	border:0 none;
	cursor:pointer;
	overflow:hidden;
	padding:0;
	margin:0;
	width:60px;
	height:32px;
	margin-bottom:15px;
	letter-spacing:70px;	/* for FF and IE */
	text-indent:70px;		/* for Chrome */ 
	text-align:left;		/* for Opera or it won't take the text indent */
	/* float:left;			for IE due to the text-indent */ 
}
.crv_input_stars {
	border:0pt none;	
	padding:2px;
}
.crv_input_comments {
	font-size: 12px
}

.crv_display_rating { width:50px!important;}