/* CSS for customer review module
 * SR - 11/10/2008
 *
 */

.rating_holder {
	float: left;
	width: 398px;
}

.rating_holder h4 {
	float: left;
	margin: 0 0 2px 0;
}

.rating_holder h4.review_total {
	margin: 0 1px 0 55px;
}

.rating_holder .star_container {
  float:left; 
  margin: 2px 5px 0 4px
}

.rating_holder .average_review {
  float:left; 
  padding-left:5px
}

.rating_holder .total_reviews {
  float:right;
}


/* Validation Error Messages */
 
.rating_holder label {  
  float: left;
  width: 10em;
}

.rating_holder label.error { 
  color: red;
  float: none;   
  padding-left: .5em; 
  vertical-align: top; 
}

.rating_holder p { 
  clear: both; 
}

.rating_holder .submit { 
  margin-left: 12em; 
}

.rating_holder em { 
  font-weight: bold; 
  padding-right: 1em; 
  vertical-align: top; 
}


/* This css file is for the inline stars. */

.star-rating-final,
.star-rating-final a:hover,
.star-rating-final a:active,
.star-rating-final a:focus,
.star-rating-final .current-rating {
	margin: 0;
	padding: 0;
}

.star-rating-final {
	background-position: left top;
	height: 25px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 125px;	
}

.star-rating-final li {
	display: inline;
}

.star-rating-final a, 
.star-rating-final .current-rating {
	border: none;
	height: 25px;
	left: 0;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;	
	text-indent:-1000em;
	top: 0;	
}

.star-rating-final a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating-final a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating-final a.three-stars {
	width: 60%;
	z-index: 4;
}

.star-rating-final a.four-stars {
	width: 80%;
	z-index: 3;
}

.star-rating-final a.five-stars {
	width: 100%;
	z-index: 2;
}

.star-rating-final .current-rating {
	background-position: left center;
	z-index:1;
}	


/* smaller star */

.small-star-final{
	height: 10px;
	width: 50px;
}

.small-star-final,
.small-star-final a:hover,
.small-star-final a:active,
.small-star-final a:focus,
.small-star-final .current-rating{
	background-image: url('/images/ratings/star_small.gif');
	line-height: 10px;
	height: 10px;
}

.review_form, tr {
  height: 15px;
}

#user_bar ul {
	background: #E8E8E9;
	display: inline;
	width: 715px;
	float: left;
	margin: 0 0 4px;
	}

#user_bar ul li a {
	padding: 8px;
	float: left;
	display: block;
	text-align: center;
	}
#user_bar ul li {
	display: block;
	float: left;
	}
#user_bar ul li:hover {
	background: #f8f8f9;
	}

#BVSubmissionContainer {
	clear: both;
	}


/* Global settings needed for thickbox -------------------------------------------------------------
 *
 */

* {
	margin: 0;
	padding: 0;
}
