/**
 * BEGIN - styles for Reviews
 */
a.show-reviews { color: darkgray; text-decoration: none; font-size:1.4em; text-align: center;}
a.show-reviews:hover { color: orange; text-decoration: none; }

h3.review-form-toggle, h3.k-form-toggle {
	cursor: pointer;
	color:#333;
	margin:0 0;
	display: block;
	padding: 0px 10px;
	height: 28px;
	line-height: 28px;
	background: #ccc url(/assets/css/redmond-1.8/images/ui_bg_default.png) repeat-x;
}
h3.review-form-toggle .ui-icon, h3.k-form-toggle .ui-icon { margin: 6px 5px 0px 0px; }

.reviewFormDiv, .linkedAcctFormDiv {
	background: #f6f6f6;
	position: relative;
	margin-bottom: 10px;
}
.review-form-wrapper { padding: 5px; }
.reviewFormDiv .validation_exception ul, linkedAcctFormDiv .reviewFormDiv .validation_exception ul
 { padding-left: 25px; }

.review-form, k-form {
	float:left;
	background-color: #f6f6f6;
	padding: 5px;
}
.review-form-ajax-results, k-form-ajax-results {
color: #cc0000;
padding: 5px;
}

.review-form textarea { width:320px; height:150px; margin: 10px 0px; }

.review { border-top: 1px solid #ccc; padding: 10px; position: relative; }
.reviews-current { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px;}
.reviews-none-found { padding: 5px; line-height: 1.5em; }
.review .score {  text-transform: uppercase; font-weight: bold; font-family: Century Gothic, Helvetica, Arial, san-serif; margin-bottom: 8px; }
.review .review_text { line-height: 1.5em; }
.review .author_time { color: #999; font-size: .9em; font-style: italic; }
.review .score, .review .review_text, .review .author_time { padding: 3px 0px; }
.review .karma { float: left; padding-top: 5px; }
.review .review-manage { float: right; }

.review-pagination { padding: 5px; font-size: .9em; color: #999; margin-top: -5px; margin-bottom: 10px; }
.review-pagination a { color: #EC983E; }

.thumbs { margin-top: 10px; background: #eee; padding: 5px; border: 1px solid #fff; }
.thumb-msg-helpful { float:left; height: 16px; line-height:16px;}

/* BEGIN - thumb images
 *
 * Thumbs UP/Down images all in one image, control which is displayed
 * with background-position property
 */
.thumbs a.review-thumb-click {
	float: left;
	margin-left:5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}
.thumbs-down, .thumbs-down.thumb-inactive:hover { background: url(/assets/images/ui/thumbsdown.png) top right no-repeat;       } /* upper-left */
.thumbs-down.thumb-inactive { background: url(/assets/images/ui/thumbsdown.png) top left no-repeat;    } /* upper-right */
.thumbs-up, .thumbs-up.thumb-inactive:hover { background: url(/assets/images/ui/thumbsup.png) top right;  } /* lower-left */
.thumbs-up.thumb-inactive { background: url(/assets/images/ui/thumbsup.png) top left no-repeat;  } /* lower-right */
/*
 * END - thumb images
 */

.clear { clear:both; }

/**
 * BEGIN - "my reviews" specific styles
 */

.review-separator {
	background-color: #eee;
	margin:0 0;
	padding: 8px 10px;
}
.review.review-highlight {
	background-color:#f6f6f6;
}
.review-manage a {
	background-color: #eee; 
	background-repeat: no-repeat;
	background-position: 2px 2px;
	height:16px;
	padding: 2px 5px;
	cursor: pointer;
	padding-left: 20px;
	margin-left: 20px;
}
.review-manage a:hover { background-color: #019BE3; }
.review-manage a.delete-review { background-image: url(../images/reviews/delete.png);  }

.review-manage a.edit-review {   background-image: url(../images/reviews/edit.png);  }

.ajax-spinner { /* ajax spinner overlay layer */
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ajax-spinner.overlay-light { /* additional [optiona] style for the overlay */ }
.ajax-spinner.overlay-dark  { /* additional [optiona] style for the overlay */
	background:#000;
	opacity:0.45;
	-moz-opacity:0.45;
	filter:alpha(opacity=45);
}
.ajax-spinner .ajax-loading-object { position: relative; } /* the animated image or whatever */

/* MY REVIEWS */
.modal .review { position: relative; padding-bottom: 30px; }
.modal .review-separator { position: absolute; top: 0px; left: 0px; width: 96%; pad
3px 10px; font-size: .9em;  }