/************** styles for the add reviews section of the products **************/
.jquery-ratings-star {/* individual star item - default state OFF */
	width: 16px;
	height: 23px;
	background-image: url('/images/stars/starOff.png');
	background-repeat: no-repeat;
	/*position: relative;*/
	float: left;
	margin-right: 2px;
}

.jquery-ratings-full {/* individual star item - state ON */
	background-image: url('/images/stars/starOn.png');
}

#errorDiv {/* display any form errors */
	color: Red;
	font-weight: bold;
	font-size: large;
}

#okDiv {/* display any form messages */
	color: Green;
	font-weight: bold;
	font-size: large;
}

#divStarRating {/* labeled contents of add review form div */
	padding-top: 3px;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	display: block;
}

#rating-label, #product_id-label {/* unwanted Zend_Form labels */
	display: none;
}

label {
	vertical-align: middle;
}

#addReviewLnk {/* link to show/hide review form div */
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	top: 5px;
	left: 10px;
}

#reviewDiv {/* div containing the review form */
	display: none;
	padding: 10px 0 15px 20px;
	width: auto;
	vertical-align: top;
}

#addReviewForm {/* review <form> */
	vertical-align: middle;
}

#reviewerName {/* review customer name <input> */
	width: 150px;
	float: left;
	vertical-align: middle;
}

#reviewTitle     {/* review title <input> */
	width: 150px;
	float: left;
	vertical-align: middle;
}

#reviewDescription {/* review body <input> */
	width: 190px;
	float: left;
	vertical-align: middle;
}

#addReviewButton {/* review add button <input> */
	vertical-align: middle;
	margin-left: 80px;
}

/************** styles for the paging/display of current reviews **************/

.selectedSpn {
	text-decoration: underline;
}

#productReviewsHeaderContainer {/* product reviews header container */
	width: 100%;
	height: auto;
}

#productReviewsContainer {/* product reviews container */
	width: 100%;
	height: auto;
}

div.reviewsHeader {/* product reviews header row */
	width: 100%;
	margin: 10px 0 5px 0;
	padding: 0;
	background: url(/images/basketGrad.jpg) repeat-x left bottom;
	height: 25px;
	vertical-align: middle;
	text-align: left;
}
span.reviewsHeaderSpn {/* product reviews header row item */
	font-weight: bold;
	color: #534138;
	text-align: left;
	vertical-align: middle;
	font-size: 1.2em;
	position: relative;
	top: 5px;
	padding: 0 5px 0 5px;
	cursor: pointer;
	height: auto;
}

