/**
 * @version: $Id: review.css 2093 2011-12-22 16:03:27Z Radek Suski $
 * @package: SobiPro Review & Rating Application
 * ===================================================
 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET
 * ===================================================
 * @copyright Copyright (C) 2006 - 2011 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license see http://www.gnu.org/licenses/gpl.html GNU/GPL Version 3.
 * You can use, redistribute this file and/or modify it under the terms of the GNU General Public License version 3
 * ===================================================
 * $Date: 2011-12-22 17:03:27 +0100 (Do, 22 Dez 2011) $
 * $Revision: 2093 $
 * $Author: Radek Suski $
 */

div#sprrRevReportForm {
    padding: 20px;
}
button.sprrRevReport {
    float: right;
}

div.sprrRevReportField input,
div.sprrRevReportField select,
div.sprrRevReportField textarea {
    width: 400px;
}

div.sprrRevReportField textarea {
    height: 200px;
}

div.sprrRevTitle {
	padding: 2px;
	font-weight: bold;
	font-size: 1.1em;
}

div.sprrRevOar,
div.sprrSumRevOar {
	float: left;
	width: 90px;
}

div.sprrSumRevOar {
	margin-top: 5px;
}

div.sprrSumRating div.spRatingNum {
	font-weight: bold;
	margin-top: 3px;
}

div.spRatingSummDetails div.spRatingNum {
	font-weight: normal;
	margin-top: 1px;
}
div.spRatingSummDetails  div.spRatingLabel {
	font-weight: normal;
}

div.sprrRatingStars {
	float: left;
}

div.sprrSumRatingHead {
	float: left;
	height: 15px;
	vertical-align:text-top;
	padding: 5px;
	font-weight: bold;
}

div.spRatingSummDetails{
	padding: 5px;
}

div.sprrRevTitle {
	margin-top: 20px;
}

div.sprrRevTitle,
div.sprrRevOar {
	height: 10px;
	padding: 2px;
}
div.sprrReviewCont {
	padding: 10px;
}

div.sprrRevText {
	padding: 5px 0;
	margin-top: 1px;
	font-style: italic;
}

div.sprrRevPosText,
div.sprrRevNegText {
	padding: 3px 0;
}

div.sprrReviewCont,
div.sprrSumRating {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
	border: 1px solid #AAA;
	color: #222;
}

div.sprrSumRatingOai {
	float: left;
}

div.sprrSumRating {
	margin:5px;
	/* width: 350px; */
}

div.spRatingNum {
	vertical-align:text-top;
	padding: 2px;
    height: 9px;
}

div.sprrReviewContRow1 {
	background-color: #F7F7F7;
}

div.sprrReviewContRow0 {
}

div.sprrRevAuthorHead {
	float: right;
}

div#spReviewCont {
	width: 520px;
	margin-bottom: 10px;
}

div#spRatingCont {
	margin: 15px 0 30px 0;
}

input#spRevTitle {
	width: 470px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 3px 0 5px 0;
}

div#spReviewCont textarea {
	border: 1px solid #ccc;
	padding: 3px;
}

input#spRevVisName,input#spRevVisMail {
	width: 230px;
	border: 1px solid #ccc;
	padding: 3px;
}

#spRevVisNameCont,
#spRevVisMailCont {
	margin: 10px;
}

div#spRevVisNameCont span.spRevLabel,div#spRevVisMailCont span.spRevLabel {
	display: inline;
}

textarea#spReview {
	width: 470px;
	height: 100px;
	margin: 3px 0 5px 0;
}

div#spPosReviewCont {
	/* float: left; */
	padding: 3px 0 5px 0;
}

div#spNegReviewCont {
	padding: 3px 0 5px 0;
}

textarea#spPosReview,textarea#spNegReview {
	width: 570px;
	height: 50px;
}

div#spSendBt {
	float: right;
}

div.spRatingLabel {
	width: 150px;
	float: left;
/*	font-weight: bold; */
}

span.spRevLabel {
	display: block;
}

div.spRatingField {
	/* padding: 2px; */
	margin-top: 15px;
	min-height: 15px;
}

div#spRatingHead {
	margin: 3px 0 10px 0;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel,div.rating-cancel a {
	background: url( ../icons/rating/delete.gif ) no-repeat 0 -16px
}

div.star-rating,div.star-rating a {
	background: url( ../icons/rating/star.gif ) no-repeat 0 0px
}

div.rating-cancel a,div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}

div.star-rating-on a {
	background-position: 0 -16px !important
}

div.star-rating-hover a {
	background-position: 0 -32px
}
/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important
}
/* Partial Star CSS */
div.star-rating {
	background: transparent !important;
	overflow: hidden !important
}
/* END jQuery.Rating Plugin CSS */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

div.tagsinput {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
	overflow-y: auto;
	margin: 3px 0 5px 0;
}

div.tagsinput span.tag {
	border: 1px solid #a5d24a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 3px;
	text-decoration: none;
	background: #cde69c;
	color: #336600;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: helvetica;
	font-size: 13px;
}

div.tagsinput span.tag a {
	font-weight: bold;
	color: #336633;
	text-decoration: none;
	font-size: 11px;
	margin-top: 3px;
}

div#spNegReview_tagsinput span.tag {
	border: 1px solid #ff6666;
	background: #ff6666;
	color: #330000;
}

div#spNegReview_tagsinput span.tag a {
	color: #330000;
}

div.tagsinput input {
	width: 120px;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 5px;
	background: transparent;
	color: #000;
	outline: 0px;
	margin: 0 5px 5px 0;
}

div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
