@charset "utf-8";
/* 

<summary>
CDON Public - rating-and-review.css
</summary>
<author>Dan Nilsson, Web designer - CDON.COM</author>
<copyright>CDON.COM AB 1999-2011, all rights reserved</copyright>

*/

/* ---< Ratings from one star to five stars >-- */

.rating,
ul.rating li a:hover {
	width: 84px;
	height: 16px;
	background: url(../images/review/star-matrix.gif) no-repeat 0 0;
}

.rating-list { text-indent: -999em; }

.combo-image.rating-list {
	width: 69px;
	height: 13px;
	background: url(../images/review/star-matrix-small.gif) no-repeat 0 0;
}

.image.combo-image { margin-bottom: 5px; }

.list.rating-list {
	width: 15px;
	height: 20px;
	background: url(../images/review/star-matrix-micro.gif) no-repeat 0 0;
}

.combo-container .rating-list { float: right; }

.rating {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
}

.nostar { background-position: 0 0; }
.onestar { background-position: 0 -16px; }
.twostar { background-position: 0 -32px; }
.threestar { background-position: 0 -48px; }
.fourstar { background-position: 0 -64px; }
.fivestar { background-position: 0 -80px; }

.list.rating5	{ background-position: -16px 0; }
.list.rating10	{ background-position: -32px 0; }
.list.rating15	{ background-position: -48px 0; }
.list.rating20	{ background-position: -64px 0; }
.list.rating25	{ background-position: -80px 0; }
.list.rating30	{ background-position: -96px 0; }
.list.rating35	{ background-position: -112px 0; }
.list.rating40	{ background-position: -128px 0; }
.list.rating45	{ background-position: -144px 0; }
.list.rating50	{ background-position: -160px 0; }

.combo-image.rating0	{ background-position: 0 0; }
.combo-image.rating5	{ background-position: 0 -13px; }
.combo-image.rating10	{ background-position: 0 -26px; }
.combo-image.rating15	{ background-position: 0 -39px; }
.combo-image.rating20	{ background-position: 0 -52px; }
.combo-image.rating25	{ background-position: 0 -65px; }
.combo-image.rating30	{ background-position: 0 -78px; }
.combo-image.rating35	{ background-position: 0 -91px; }
.combo-image.rating40	{ background-position: 0 -104px; }
.combo-image.rating45	{ background-position: 0 -117px; }
.combo-image.rating50	{ background-position: 0 -130px; }

ul.rating li {
	cursor: pointer;
	float: left;
	text-indent: -999em;
}

ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 16px;
	text-decoration: none;
	z-index: 200;
}

ul.rating li.one a { left: 0px; }
ul.rating li.two a { left: 17px; }
ul.rating li.three a { left: 33px; }
ul.rating li.four a { left: 49px; }
ul.rating li.five a { left: 65px; }

ul.rating li a:hover {
	left: 0;	
	overflow: hidden;
	z-index: 2;
}

ul.rating li.one a:hover { background-position: 0 -16px;} 
ul.rating li.two a:hover { background-position: 0 -32px; }
ul.rating li.three a:hover { background-position: 0 -48px; }
ul.rating li.four a:hover { background-position: 0 -64px; }
ul.rating li.five a:hover { background-position: 0 -80px; }

/* ---</ Ratings from one star to five stars >-- */


/* ---< rating-and-review - layout >--- */

#rating-and-review .row { margin-bottom: 5px; }
#rating-and-review .last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

#mark-average { padding: 5px 0; }

#mark-average ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mark-average ul * {
	display: inline;
	vertical-align: middle;
}

#mark-average .label { font-weight: normal; }

.product-image-container #mark-average p { padding-top: 2px; }

#rating-and-review div,
#rating-and-review form { overflow: hidden; }

#rating-and-review img { display: inline; }

#rating-and-review .left {
	float: left;
	margin-right: 10px;
}

#rating-and-review .right {
	float: right;
	margin-left: 10px;
}

#product-review-write {
	float: left;
	background: url(../images/review/review-write.gif) no-repeat 0 center;
	padding: 5px 0;
	padding-left: 30px;
}

#product-review-write a { color: #0080a3; }

#product-review-page-settings {
	border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	margin-top: 5px !important;
	padding: 5px 0 !important;
	padding-left: 5px !important;
}

#product-review-page-settings .label { padding-top: 2px; }

#rating-and-review div.column {
	float: left;
	margin-right: 5px;
}

#review-login div.text { margin: 5px 0; }

#rating-and-review div.review-list { margin-top: 5px; }

#rating-and-review div.review-list {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 10px;
}

#rating-and-review div.review-write-form {
	background: #f8f8f8;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 0 0 5px;
}

#rating-and-review div.review-write-form div.disclaimer {
	margin-left: 5px;
	width: 170px;
}

#rating-and-review div.review-write-form div.disclaimer p { margin: 0; }

#rating-and-review div.review-name { font-weight: bold; }

#rating-and-review div.review-item {
	padding: 15px 0;
	border-bottom: 1px solid #cbcbcb;
}

#rating-and-review div.review-item .label {
	padding-top: 2px;
	font-weight: bold;
}

#rating-and-review div.review-item .review-text {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

#rating-and-review div.review-item .review-report { padding-top: 2px; }

#rating-and-review div.review-item div.review-opinion,
#rating-and-review div.review-item div.review-rating { font-weight: normal; }

#rating-and-review div.review-item span.positive { color: #358300; }
#rating-and-review div.review-item span.negative { color: #cd0606; }
#rating-and-review div.review-item div.scissor-wrap { clear: both; }

#review-success-wrapper {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 10px;
}

#review-success-wrapper h2 {
	color: #000;
	font-size: 1em;
}

#review-success-wrapper h2 img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: -1px;
}

#review-error-wrapper-single {
	background: #fffbe6;
	border: 1px solid #ffd600;
	padding: 5px;
}

#review-error-wrapper-single h2 {
	color: #000;
	font-size: 1em;
	margin: 0;
}

#review-error-wrapper-single h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

#review-success-wrapper,
#review-error-wrapper-single,
#review-error-wrapper { margin: 5px 0; }

/* ---</ rating-and-review - layout >--- */


/* ---< new layout >--- */

#post-review-content p,
#product-radio-rating { float: left; }

#post-review-content p { margin: 1px 5px 0 0; }
#review-write-rating { margin-left: 50px !important; }

#review-write-review {
	clear: both;
	margin: 10px 0 0;
}

#product-review-text {
	border: 1px solid #cfcfcf;
	width: 534px;
	height: 150px;
	padding: 2px;
}

/* ---</ new layout >--- */
