@import url(product.header.css);
@import url(gallery.css);

#layout_content h3 {
	color: #900B09;
	font-size: 16px;
	margin-bottom: 10px;
}

h4.summary {
	color:#000000;
	font-size:14px;
	padding-right: 8px;
}

#layout_content span.pipe {
	margin: 0 6px;
	color: #c7c7c7;
}



/*
 *	Product reviews
 *	The reviews shown on the product page
 */

#product_reviews {
	height: 1%; /* IE6 Haslayout fix */
	margin-bottom: 20px;
}

#product_reviews h3 {
	margin: 0 5px 10px 0;
	float: left;
}

#product_reviews h4 {
	color: #900B09;
	font-size: 14px;
	margin-top: 10px;
}

#product_reviews p.more {
    margin-bottom: 10px;
}

#product_reviews ul.review_pages_links li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
	color: #555;
}

#product_reviews ul.review_pages_links li strong {
	color: #f60;
}

p.review_incentive a.review_incentive,
#product_reviews a.review_incentive {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

p.review_incentive a.review_incentive:hover,
#product_reviews a.review_incentive:hover {
	text-decoration: underline;
}



/* Average rating */

#product_reviews_averagerating {
	width: 170px;
	margin-bottom: 10px;
	padding: 1px 0 4px 0;
	float: left;
	color: #555;
}

#product_reviews_averagerating a.stars,
#product_reviews_averagerating a.stars0,
#product_reviews_averagerating a.stars1,
#product_reviews_averagerating a.stars2,
#product_reviews_averagerating a.stars3,
#product_reviews_averagerating a.stars4,
#product_reviews_averagerating a.stars5 {
	width: 78px;
	height: 0; /* Uses IE.boxmodel fix: height needs to include padding and border */
	margin-right: 5px;
	padding-top: 14px;
	float: left;
	overflow: hidden;
	background: url(/images/default/sprite_averagerating.png) no-repeat -80px 0;
}

#product_reviews_averagerating a.stars {
	background-position: 0 -31px;
}

#product_reviews_averagerating a.stars1 {
	background-position: -64px -15px;
}

#product_reviews_averagerating a.stars2 {
	background-position: -48px -15px;
}

#product_reviews_averagerating a.stars3 {
	background-position: -32px -15px;
}

#product_reviews_averagerating a.stars4 {
	background-position: -16px -15px;
}

#product_reviews_averagerating a.stars5 {
	background-position: 0 -15px;
}

#product_reviews_averagerating a.stars1 {
	background-position: -64px 0;
}

#product_reviews_averagerating a.stars2 {
	background-position: -48px 0;
}

#product_reviews_averagerating a.stars3 {
	background-position: -32px 0;
}

#product_reviews_averagerating a.stars4 {
	background-position: -16px 0;
}

#product_reviews_averagerating a.stars5 {
	background-position: 0 0;
}


/*
 *	Reviews page size box
 */

div.pagesize {
	padding: 0 3px 6px 7px;
	float: left;
}

div.pagesize p {
	margin: 0 5px 0 0;
	float: left;
}
 
div.dropdown {
	margin: -1px 0 0 0;
	float: left;
	position: relative;
}

div.dropdown div.dropdown_button {
	width: 43px;
	height: 17px;
	display: none;
	background: url(/images/default/dropdown_background.png) no-repeat 0 0;
}

body.js div.dropdown div.dropdown_button {
	display: block;
}

div.dropdown div.dropdown_button:hover {
	background-position: 0 -17px;
}

div.dropdown a.dropdown_toggle {
	width: 37px;
	height: 15px;
	padding: 1px 0 0 6px;
	overflow: hidden;
	display: block;
	background: url(/images/default/dropdown_arrow_down.png) no-repeat 32px 7px;
	color: #000;
	text-decoration: none;
}

.text_scorecard span {
	padding-left: 5px;
	display: inline-block;
}

div.dropdown_button a.active {
	background: url(/images/default/dropdown_arrow_up.png) no-repeat 32px 6px !important; /* IE6 doesn't use this without !important */
}

body.js div.dropdown ul.dropdown_dropdown {
	width: 43px;
	padding-bottom: 2px;
	top: 14px;
	position: absolute;
	display: none;
	z-index: 100;
	background: url(/images/default/dropdown_dropdown_background.png) repeat-y bottom left;
}

body.js div.active ul.dropdown_dropdown {
	display: block;
}

div.dropdown ul.dropdown_dropdown li {
	padding-right: 1px;
	display: inline;
}

div.dropdown ul.dropdown_dropdown li.active {
	color: #000;
	font-weight: bold;
}

body.js div.dropdown ul.dropdown_dropdown li {
	height: 14px;
	margin: 0 2px 0 1px;
	padding: 0;
	display: block;
	border-top: 1px solid #ccc;
}

body.js div.dropdown ul.dropdown_dropdown li.active {
	padding-left: 5px;
	background-color: #1b5c9d;
	color: #fff;
	font-weight: normal;
}

body.js div.dropdown ul.dropdown_dropdown li a {
	height: 14px;
	display: block;
	padding-left: 5px;
	color: #000;
	text-decoration: none;
}

body.js div.dropdown ul.dropdown_dropdown li a:hover {
	background-color: #80a2c3;
	color: #fff;
}



/*
 *	Reviews paging
 */

#reviews_navigation_page {
	min-height: 23px;
	height: auto !important;
	height: 23px; /* IE6 fix, container doesn't stretch to full height */
	margin-top: 8px;
	padding: 8px 0 0 0;
	clear: both;
	border-top: 1px solid #f1f1f1;
	color: #555;
	background-color: #fefcf5;
	font-size: 11px;
}

#reviews_secundairy_navigation_page {
	margin-top: -3px;
}

div.navigation_page {
	padding-right: 1px;
	float: right;
	color: #555;
	font-size: 11px;
}

div.navigation_page span.pagecount {
	float: left;
}

div.navigation_page ul.pagelinks {
	padding: 0 1px;
	float: left;
	display: inline;
}

div.navigation_page ul.pagelinks li {
	padding-left: 3px;
	padding-right: 2px;
	float: left;
}

div.navigation_page ul.pagelinks li a {
	font-size: 10px;
}

div.navigation_page ul.pagelinks li.active {
	color: #000;
	font-weight: bold;
}



/* Page nav previous/next buttons */

div.navigation_page .button {
	width: 14px;
	height: 0 !important; /* Uses IE.boxmodel fix: dimension needs to include padding */
	margin: 0 2px;
	padding-top: 14px !important;
	float: left;
	overflow: hidden;
}

div.navigation_page span.button.first {
	background: url(/images/default/btn_skiptofirst_faded.png);
}

div.navigation_page a.button.first {
	background: url(/images/default/btn_skiptofirst.png);
}

div.navigation_page span.button.previous {
	background: url(/images/default/btn_previouspage_faded.png);
}

div.navigation_page a.button.previous {
	background: url(/images/default/btn_previouspage.png);
}

div.navigation_page span.button.next {
	background: url(/images/default/btn_nextpage_faded.png);
}

div.navigation_page a.button.next {
	background: url(/images/default/btn_nextpage.png);
}

div.navigation_page span.button.last {
	background: url(/images/default/btn_skiptolast_faded.png);
}

div.navigation_page a.button.last {
	background: url(/images/default/btn_skiptolast.png);
}

div.navigation_page a.button:hover {
	background-position: 0 -14px;
}

#reviews_page_sort {
	margin-bottom: 10px;
	padding: 5px 4px 5px 0;
	clear: both;
	color: #555;
	background: #f9f3e1 url(/images/default/sortbar_background.png) repeat-x bottom;
	font-size: 11px;
	text-align: right;
}

#reviews_page_sort ul,
#reviews_page_sort li {
	display: inline;
	margin: 0;
}

#reviews_page_sort ul {
	padding: 0 0 0 3px;
}

#reviews_page_sort li {
	padding: 0;
}

#reviews_page_sort a:visited {
	color: #1b5c9d;
}

#reviews_page_sort a:hover {
	color: #4794e0;
}

#reviews_page_sort a.active {
	display: inline; /* IE6 fix */
	font-weight: bold;
	padding-right: 14px;
}

#reviews_page_sort .asc {
	background: url(/images/default/blue_arrow_up.png) no-repeat right 5px;
}

#reviews_page_sort .desc {
	background: url(/images/default/blue_arrow_down.png) no-repeat right 5px;
}

#reviews_page_sort span.pipe {
	color: #fefcf5;
}



/*
 *	mod.Collapse for review scorecards
 */

#reviews a.toggle,
#product_reviews a.toggle {
	display: none;
}

body.js #reviews a.toggle,
body.js #product_reviews a.toggle {
	margin-left: 5px;
	padding: 0 10px 0 0;
	display: inline;
	background: url(/images/default/dropdown_arrow_down.png) no-repeat right 6px;
	font-size: 11px;
	color: #555;
}

body.js .hreview a.toggle {
	background: url(/images/default/arrow_grey_down.png) no-repeat right 6px !important;
}

body.js #reviews a.toggle:hover {
	color: #818181;
}

body.js #reviews a.active {
	background: url(/images/default/dropdown_arrow_up.png) no-repeat right 6px;
}

body.js .hreview a.active {
	background: url(/images/default/arrow_grey_up.png) no-repeat right 6px !important;
}

body.js .review_scorecard {
	display: none;
}

body.js .review_scorecard.active {
	display: block;
}



/*
 *	Reviews page ratings
 */
 
p.reviews_average_description {
	margin-bottom: 4px;
	float: left;
	clear: both;
	color: #555;
	font-size: 11px;
}

div.reviews_average_scorecard,
div.review_scorecard {
	width: 100%;
	height: auto;
	min-height: 32px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	color: #555;
	background-color: #f7f7f7;
	font-size: 11px;
}

.review_averagerating {
	display: none;
}

body.js .review_averagerating {
	padding-right: 5px;
	float: left;
	display: block;
	overflow: hidden;
}

div.ratings {
	padding: 1px 0 3px 0;
	float: left;
	display: inline; /* IE fix: prevents double margin bug */
	background-color: #f7f7f7;
	font-size: 11px;
	line-height: 14px;
}

div.ratings {
	padding: 1px 25px 5px 8px;
}

div.row div.ratings {
	padding: 1px 0 3px 8px;
}

body.js div.row div.ratings{
	padding: 1px 12px 3px 0px;
}

body.js div.row div.ratings+div.ratings{
	padding: 1px 12px 3px 8px;
}

div.ratings.first {
	margin: -1px 0 -1px 0;
	padding: 1px 8px 3px 8px;
	position: relative;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #fff;
	font-weight: bold;
}

div.ratings .stars0, .review_averagerating .stars0,
div.ratings .stars1, .review_averagerating .stars1,
div.ratings .stars2, .review_averagerating .stars2,
div.ratings .stars3, .review_averagerating .stars3,
div.ratings .stars4, .review_averagerating .stars4,
div.ratings .stars5, .review_averagerating .stars5 {
	width: 78px;
	height: 0; /* Uses IE.boxmodel fix: height needs to be equal to padding */
	padding-top: 14px;
	overflow: hidden;
	display: block;
	background: url(/images/default/sprite_averagerating.png) no-repeat -80px 0;
}

div.ratings .stars, 
.review_averagerating .stars0 {
	background-position: 0 -31px;
}

div.ratings .stars1, 
.review_averagerating .stars1 {
	background-position: -64px -15px;
}

div.ratings .stars2, 
.review_averagerating .stars2 {
	background-position: -48px -15px;
}

div.ratings .stars3, 
.review_averagerating .stars3 {
	background-position: -32px -15px;
}
div.ratings .stars4, 
.review_averagerating .stars4 {
	background-position: -16px -15px;
}

div.ratings .stars5, 
.review_averagerating .stars5 {
	background-position: 0 -15px;
}

.half .stars1 {
	background-position: -64px 0 !important;
}

.half .stars2 {
	background-position: -48px 0 !important;
}

.half .stars3 {
	background-position: -32px 0 !important;
}

.half .stars4 {
	background-position: -16px 0 !important;
}

/*
 *	Review incentive
 */

p.review_incentive_text {
	clear: left;
}
 
p.review_incentive {
	padding-bottom: 4px;
	clear: both;	
	border-bottom: 1px solid #eee;
	color: #555;
	line-height: 24px;
}

p.review_incentive a.write_review_link {
	width: 140px;
	height: 0;
	margin-right: 5px;
	padding-top: 24px;
	float: left;
	overflow: hidden;
	background: url(/images/default/btn_write_review.png) no-repeat 0 0;
}

p.review_incentive a.write_review_link:hover {
	background-position: 0 -24px;
}




/*
 *	Review
 *	A review, enriched with the hReview microformat
 */

div.hreview {
	padding-top: 8px;
	padding-bottom: 28px;
	clear: both;
	background: url(/images/default/divider.png) repeat-x bottom;
}

div.hreview h4,
div.hreview h4 a {
	margin-bottom: 1px;
	margin-top: 0 !important;
	float: left;
}

div.hreview div.information {
	width: 100%;
}

div.hreview div.information p.reviewincentive_winner {
	height: 18px;
	margin-bottom: 0;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

div.hreview div.information p.reviewincentive_winner img {
	vertical-align: bottom;
}

div.hreview p.item {
	display: none;
}

div.hreview abbr {
	border: none;
}

div.hreview p.postdetails,
div.expert p.postdetails {
	margin: 0 0 6px 0;
	clear: both;
	color: #555;
	font-size: 11px;
}

div.hreview div.review {
	padding-left: 7px;
	clear: both;
}

div.hreview p.description {
	margin: 0 0 4px;
	padding-right: 11px;
	line-height: 15px;
}

div.hreview p.originlink {
	margin: 0;
	padding-top: 5px;
	clear: both;
	color: #555;
	font-size: 11px;
}

div.hreview div.pros_cons_header {
	width: 100%;
	padding-top: 4px;
	float: left;
	clear: both;
	border-bottom: 1px solid #e7e7e7;
}

div.hreview div.pros_cons_header h5 {
	margin-bottom: 2px;
	color: #555 !important;
	font-size: 11px;
}

div.hreview div.pros_cons {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	float: left;
	clear: both;
	border-bottom: 1px solid #e7e7e7;
}

div.hreview div.pros,
div.hreview div.cons {
	width: 49%;
	float: left;
	color: #555;
	font-size: 11px;
}

div.hreview div.pros_cons ul {
	padding-left: 17px;
	line-height: 17px;
	color: #000;
}

div.hreview div.pros_cons div.pros li,
div.hreview div.pros_cons div.cons li {
	padding: 0;
	background: none;
}
	
div.hreview div.pros_cons div.pros li {
	list-style-image: url(/images/default/icon_plus.png);
}

div.hreview div.pros_cons div.cons li {
	list-style-image: url(/images/default/icon_min.png);
}

div.hreview div.pros_cons p {
	margin-top: 3px;
	color: #555;
	font-style: italic;
	line-height: 16px;
}

/* Review images */

div.hreview div.review_images {
	width: 100%;
	float: left;
	clear: both;
}

div.hreview div.borderless {
	border: 0 !important;
}

div.hreview div.review_images h5 {
	color: #555 !important;
	font-size: 11px;
	margin-bottom: 4px;
}

div.hreview div.review_images li {
	margin: 0 10px 5px 0;
	float: left;
}

div.hreview div.review_images a {
	display: block; /* Wrap the border around the image */
	border: 1px solid #dfdfdf;
}

div.hreview div.review_images a:hover {
	border-color: #1b5c9d !important;
	outline: none;
}

/* expert reaction */

div.hreview div.expert {
	margin: 5px 0 5px 0;
	padding: 6px 0 8px 8px;
	clear: both;
	border-left: 9px solid #1b5c9d;
}

div.hreview div.expert h5 {
	font-size: 11px;
	color: #1b5c9d;
}

div.hreview div.expert p {
	margin: 0;
	padding: 0 11px 0 0;
	line-height: 15px;
	text-align: justify;
}

/* reaction bar */

div.hreview div.reactionbar {
	margin: 7px 0 15px 0;
	padding: 3px 0 0 0;
	clear: both;
	border-top: 1px solid #e4e4e4;
	font-size: 11px;
	color: #555;
}

div.hreview span.reactlinks {
	height: 15px;
	padding-left: 20px;
	float: left;
	background: url(/images/default/review_cloud.png) no-repeat left 1px;
}

div.hreview span.reviewvotetext {
	display: none;
}

body.js div.hreview span.reviewvotetext {
	display: block;
	margin-right: 5px;
	float: left;
	font-weight: bold;
}

div.hreview span.reviewvotebuttons {
	display: none;
}

body.js div.hreview span.reviewvotebuttons {
	float: left;
	display: block;
}

div.hreview span.reviewvotebuttons a {
	height: 18px;
	margin: 0 0 0 2px;
	float: left;
	overflow: hidden;
	text-decoration: none;
	background: url(/images/default/btn_vote_background_large.png) no-repeat top left;
	font-weight: bold;
	color: #1b5c9d;
	cursor: pointer;
}

div.hreview span.reviewvotebuttons a span {
	height: 18px;
	margin: 0;
	padding: 1px 5px 0 5px;
	float: left;
	background: url(/images/default/btn_vote_background_small.png) no-repeat top right;
}

div.hreview span.reviewvotebuttons a.disabled {
	color: #bbb;
	background: url(/images/default/btn_vote_background_large_faded.png) no-repeat top left;
}

div.hreview span.reviewvotebuttons a.disabled span {
	background: url(/images/default/btn_vote_background_small_faded.png) no-repeat top right;
}

div.hreview span.reviewvotebuttons a.disabled:hover {
	background-position: 0 0;
}

div.hreview span.reviewvotebuttons a.disabled:hover span {
	background-position: right 0;
}

div.hreview span.reviewvotebuttons a:hover {
	background-position: 0 -18px;
}

div.hreview span.reviewvotebuttons a:hover span {
	background-position: right -18px;
}

div.hreview span.reviewvotebuttons span.loading {
	width: 20px;
	height: 20px;
	margin-top: -1px;
	margin-left: 8px;
	float: left;
	background: url(/images/loading.gif) no-repeat top right;
}



/*
 *	Review comments
 */

div.comments {
	padding: 4px 0 7px 7px;
	clear: both;
	background: url(/images/default/divider.png) repeat-x bottom;
}

div.comments h5 {
	color: #555 !important;
	font-size: 11px;
}

div.comments div.comment {
	margin: 8px 0 15px 0;
	padding: 0 0 4px 8px;
	clear: both;
	border-left: 9px solid #dedede;
}

div.comments p.postdetails {
	margin: 0 0 0 1px;
	padding: 0;
	clear: both;
	color: #555;
	font-size: 11px;
}

div.comments p.description {
	margin: 0;
}



/*
 *	Add a review
 */
 
/* rating stars */
#review_add fieldset div.field div.ratings {
	padding-left: 0;
	padding-right: 19px;
}

#review_add #reviewtitle,
#review_add #reviewtext,
#review_add #reviewpros,
#review_add #reviewcons {
	width: 292px;
}

#review_add #reviewtext {
	height: 192px;
}

#review_add #review_add_text span.validator {
	font-style: normal;
	font-size: 11px;
}

div.review_form fieldset div.row.optional {
	padding: 0;
	background: #fff;
}

#review_add #review_add_pros_cons span.validator {
	width: 25px;
}

body.js #review_add #review_add_pros_cons {
	display: none;
}

body.js #review_add #review_add_pros_cons.active {
	display: block;
}

#review_add #review_add_incentive_column {
	float: left;
}

#review_add #reviewercountry,
#comment_add #commentcountry {
	display: none; /* This field is only used for spam protection, keep it hidden */
}

#review_add #ownershipperiod legend {
	font-size: 12px;
	font-weight: bold;
}

#review_add #ownershipperiod ul li label {
	padding-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#review_add #ownershipperiod ul li label input {
	margin-top: 1px; /* ie.css */
}

#review_add #remember {
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0;
}

#review_add input#remember {
	width: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0;
}

#review_add #rememberlabel {
	width: 250px;
	margin-top: 3px; /* ie */
	font-size: 11px;
	font-weight: normal;
}



/*
 *	Add a comment
 */

#comment_add {
	margin-left: 5px;
}

#comment_add h3 {
	margin: 0 0 5px 5px;
}

#comment_add label {
	width: 135px;
}

#comment_add #commenttext {
	width: 300px;
}

#comment_add p.notice,
#comment_add span.notice {
	padding-left: 135px;
}

#comment_add_text {
	position: relative;
}

#comment_add #comment_add_guidelines_column {
	float: left;
	position: absolute;
	left: 445px;
}

#comment_add #comment_add_guidelines {
	margin: 90px 0 0 3px;
}

#comment_add #comment_add_guidelines li {
	padding-left: 12px;
	float: none;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}



/* Form */

div.review_form {
	height: 1%;
	margin-top: 12px;
	font-size: 11px;
}

div.review_form fieldset {
	border: none;
}

div.review_form legend {
	margin-bottom: 4px;
	padding-top: 10px;
	font-weight: bold;
	padding-left: 10px;
	background: url(/images/default/li_background.gif) no-repeat 0 14px;
}

div.review_form fieldset fieldset legend {
	padding: 0; /* Uses IE fix: needs an additional negative left margin of 5px to get rid of pointless space */
	background: none;
	font-weight: normal;
}

div.review_form fieldset div.row {
	height: 1%;
	padding: 4px 6px;
	clear: both;
	overflow: hidden;
	border-top: 1px #fff solid;
	border-bottom: 1px #e4e4e4 solid;
	background: #f7f7f7;
}

div.review_form fieldset div.row #comment_add_text {
	position: relative;
}

div.review_form fieldset div#review_add_text.row {
	position: relative;
}

div.review_form fieldset div#review_add_text.row span.validation {
	width: 190px;
	position: absolute;
	left: 447px;
	top: 1px;
}

div.review_form div.row.failed span.validation {
	font-size: 11px;
	font-style: italic;
}

div.review_form div.row span.validation img {
	margin: 5px 5px 0 3px;
	vertical-align: sub;
}

div.review_form div.row span.validation {
	color: #555;
}

div.review_form fieldset div.optional {
	height: 1%;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}

div.review_form a.toggle {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #1b5c9d;
	background: url(/images/default/dropdown_arrow_down.png) no-repeat right 6px;
}

body.js div.review_form a.active {
	background: url(/images/default/dropdown_arrow_up.png) no-repeat right 6px;
	display: inline;
}

div.review_form label {
	width: 145px;
	padding-top: 2px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

div.review_form label a {
	color: #000;
}

div.review_form label.row {
	width: 100%;
	clear: both;
	font-size: 10px;
	color: #555;
}

div.review_form div.pros_cons {
	padding: 7px 9px;
	float: left;
	border-left: 1px solid #e4e4e4;
}

div.review_form div.pros_cons textarea {
	height: 65px;
}

div.review_form div.pros_cons p {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}

div.review_form div.pros_cons em {
	font-size: 9px;
	font-style: normal;
	color: #555;
}

#pros span.validation, #cons span.validation{
	display: none;
}

#pros.failed span.validation, #cons.failed span.validation{
	display: block;
	margin-top: 70px;
}

#pros.failed span.validation img, #cons.failed span.validation img{
	margin-top: 1px;
}

div.review_form #imageuploadblock {
	padding: 7px 9px;
	border-left: 1px solid #e4e4e4;
	font-size: 12px;
	color: #555;
}

body.js div.review_form #imageuploadblock {
	display: none;
}

body.js div.review_form #imageuploadblock.active {
	display: block;
}

div.review_form div.imageupload {
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	float: left;
	clear: both;
}

div.review_form div.imageupload label {
	margin-top: -2px;
}

div.review_form div.imageupload label span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #555;
	margin-top: -3px;
}

body.js div.review_form #imageupload_1,
body.js div.review_form #imageupload_2,
body.js div.review_form #imageupload_3,
body.js div.review_form #imageupload_4,
body.js div.review_form #imageupload_5 {
	display: none;
}

body.js div.review_form #imageupload_1.active,
body.js div.review_form #imageupload_2.active,
body.js div.review_form #imageupload_3.active,
body.js div.review_form #imageupload_4.active,
body.js div.review_form #imageupload_5.active {
	width: 100%;
	display: block;
    overflow: hidden;
}

div.review_form div.imageupload div.imageupload_header {
	width: 100%; /* Uses IE.ancient hasLayout fix and fixed width for better display */
}

div.review_form div.imageupload div.imageupload_header h3 {
	float: left;
	font-size: 12px !important;
	color: #000 !important;
}

div.review_form div.imageupload div.imageupload_content { /* Uses IE.ancient fixed width for better display */
	float: left;
	clear: both;
}

div.review_form div.imageupload a.imageupload_delete {
	display: none;
}

body.js div.review_form div.imageupload a.imageupload_delete {
	width: 13px;
	height: 0 !important; /* Uses IE.boxmodel fix: dimension needs to include padding */
	margin-left: 3px;
	padding-top: 13px !important;
	float: left;
	overflow: hidden;
	display: block;
	background: url(/images/default/filter_remove.png) no-repeat;
}

div.review_form div.imageupload div.imageupload_preview {
	width: 94px;
	height: 94px;
	float: left;
	border: 1px solid #e4e4e4;
	background: #f1f1f1 url(/images/default/noimage_cross.png) no-repeat 27px;
}

div.review_form div.imageupload div.imageupload_preview.active {
	clear: both;
	background: #f1f1f1 url(/images/loading.gif) no-repeat 37px;
}

div.review_form fieldset.imageupload_fields { /* Uses IE.ancient hasLayout */
	float: left;
	display: block;
	border-top: 1px solid #e4e4e4;
}

div.review_form fieldset.imageupload_fields div.row {
    width: 500px;
	height: 21px;
	float: left;
	background-color: #fff;
	color: #000;
}

div.review_form fieldset.imageupload_fields div.field label {
	width: 120px;
	padding-top: 4px;
}

div.review_form fieldset.imageupload_fields div.field.file_upload label {
	padding-top: 1px !important;
}

div.review_form #imageuploadblock a.imageupload_add {
	display: none;
}

body.js div.review_form #imageuploadblock a.imageupload_add.active {
	display: block;
}

body.js div.review_form #imageuploadblock a.imageupload_add {
	width: 139px;
	height: 0 !important; /* Uses IE.boxmodel fix: dimension needs to include padding */
	margin-bottom: 7px;
	padding-top: 24px !important;
	float: left;
	clear: both;
	overflow: hidden;
	background: url(/images/default/btn_adduploadimage.png);
}

body.js div.review_form #imageuploadblock a.imageupload_add:hover {
	background-position: 0 -24px;
}

body.js div.file_upload {
	margin-top: 2px;
	position: relative;
}

body.js div.file_upload input.file {
	height: 24px;
	margin-top: -4px;
	position: relative;
	text-align: right;
	opacity: 0; /* Uses IE fix: filter attribute */
	z-index: 2;
	font-size: 13px;
	cursor: default;
}

div.file_upload div.styled_file_upload {
	display: none;
}

body.js div.file_upload div.styled_file_upload {
	height: 24px;
	padding-left: 151px;
	top: 0px;
	left: 0px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

body.js div.file_upload div.styled_file_upload input {
	width: 163px;
	margin-top: 2px;
	background-color: #f0f0f0;
}

body.js div.file_upload div.styled_file_upload img {
	width: 85px;
	height: 48px;
}

div.review_form #pros p {
	background: url(/images/default/icon_plus.png) no-repeat 0 3px;
}

div.review_form #cons p {
	background: url(/images/default/icon_min.png) no-repeat 0 3px;
}

div.review_form input,
div.review_form select,
div.review_form textarea {
	margin-right: 2px;
	float: left;
	display: block;
	border-top: 1px solid #4c4c4c;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #848484;
	border-left: 1px solid #4c4c4c;
	font: 12px Arial, Helvetica, Verdana, Sans-Serif;
	vertical-align: middle;
}

div.review_form input {
	width: 250px;
	padding: 2px 0;
}

div.review_form input[type=checkbox] {
	width: 18px;
}

div.review_form input[type=hidden] {
	display: none; /* Prevent borders from showing up on hidden fields in FF */
}

div.review_form textarea {
	width: 353px;
	height: 107px;
}

#review_add_incentive_column #wordcounter {
	height: 16px;
	padding-left: 3px;
	float: left;
}

#review_add_incentive_column #wordcounter {
	width: 160px;
}

div.review_form div.validation.failed input,
div.review_form div.validation.failed textarea {
	border-color: #f00 !important;
	background-color: #fff;
}

div.review_form form p {
	margin: 0;
	clear: both;
}

div.review_form p.notice,
div.review_form span.notice {
	width: 250px;
	padding-left: 145px;
	float: left;
	clear: both;
	color: #555;
}

div.review_form input.image {
	width: auto;
	border: none;
	margin-top: 10px;
}

div.review_form fieldset li {
	padding: 0;
	background: none;
	float: left;
}

div.review_form li input {
	width: auto;
	margin-right: 5px;
	padding: 0;
	display: inline;
	border: none;
	vertical-align: middle;
}

div.review_form li label {
	margin-right: 10px;
	float: none;
}

div.review_form ul.errors {
	margin: 0 0 10px;
}

div.review_form ul.errors a {
	color: #f00;
}

div.review_form ul.errors li {
	padding-left: 18px;
	background: url(/images/default/validation_failed_background.png) no-repeat 0 1px;
}

div.review_form #review_send_button,
div.review_form #reaction_send_button {
	margin-top: 15px;
	display: block;
	clear: both;
}

div.review_form #review_send_button.disabled {
	padding-left: 88px;
	background: url(/images/default/btn_send_greyedout.png) no-repeat;
}

div.review_form #review_send_button input,
div.review_form #reaction_send_button input {
	width: 88px;
	height: 22px !important;
	padding-top: 1px;
	padding-left: 20px !important;
	float: left;
	border: none;
	font-size: 11px;
	color: #000;
	background: url(/images/default/product_mailafriend_send_button.png);
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
}

div.review_form #review_send_button input:hover {
	background-position: 0 -22px;
}

div.review_form #review_send_button.disabled input {
	display: none;
}

div.review_form #review_send_button span {
	height: 22px;
	padding: 4px 0 0 26px;
	float: left;
	font-size: 12px;
	color: #555;
	background: url(/images/loading.gif) no-repeat 4px 2px;
	display: none;
}

div.review_form #review_send_button.disabled span {
	display: block;
}


/* Rating selector */

div.ratingselector {
	width: 80px;
	height: 14px;
	overflow: hidden;
	background: url(/images/default/rating_background.png) no-repeat -80px 0;
}

div.ratingselector a {
	width: 16px;
	height: 0;
	padding-top: 14px;
	float: left;
	outline: none;
}

div.ratingdescription {
	width: 80px;
	height: 12px;
	padding-top: 1px;
	color: #999;
}



/* Review incentive */

#review_add_incentive {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#review_add_incentive h4 {
	color: #f60;
	font-size: 12px;
}

#review_add_incentive p {
	margin: 1px 0;
	font-size: 12px;
}

#review_add_incentive p.more {
	color: #555;
}



/* Review guidelines */

div.review_form #review_add_incentive_guidelines {
	width: 200px;
	margin: 64px 0 0 3px;
	float: left;
	clear: both;
	color: #555;
}

div.review_form #review_add_incentive_guidelines h4 {
	color: #555;
	font-size: 11px;
}

div.review_form #review_add_incentive_guidelines li {
	padding-left: 12px;
	float: none;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}

#wordcounter {
	margin-top: 30px;
}


/** Captcha validation */
#comment_captcha_notice {
	padding: 5px 0;
}

#comment_captcha_notice h3 {
	margin: 0 0 5px;
	padding-bottom: 5px;
	color: #f00;
	border-bottom: 1px solid #f00;
	font-size: 12px;
}

#comment_captcha_notice p {
	font-size: 12px;
}

#comment_captcha img {
	border: 1px solid #ddd;
}

#comment_captcha_text {
	width: 193px !important;
	margin: 5px 0 0 145px;
}

#comment_add #comment_captcha_text {
	margin-left: 135px !important;
}