div.userReview
{
	margin:0 0 1px 0;
}

/************************************************************
* User review overall header
************************************************************/

div.userReview div.OverallReviewHeader div.submitReviewHeader
{
	display:block;
	padding:10px 0 6px 0;
	background:#665a5b;
}

body.gear div.userReview{ margin:0 0 10px 0; }

body.gear div.userReview div.OverallReviewHeader div.submitReviewHeader
{
	background:#665a5b url(/Shared/css/images/common/userreview/grey_innershadow.gif) repeat-x;
	padding:10px 0 0 0;
}

div.userReview div.OverallReviewHeader
{
	background:#905833;
}

div.userReview div.OverallReviewHeader h2
{
	display:inline-block;
	font-size:1.3em;
	padding:10px 0px 10px 10px;
	color:#fff;
}

div.userReview div.OverallReviewHeader h2 div
{
	display:inline;
}

div.userReview div.OverallReviewHeader h2 span
{
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	padding:0 0 0 10px;
}

div.userReview div.overallHead
{
	float:left;
	display:inline;
	width:auto;
	margin:0 0 0 10px;
}

div.userReview div.overallHead a
{
	display: block;
	background:#5d833a;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:2px 5px 3px 5px;
	border:2px solid #709e45;
	font-size: 1.2em;
}

div.userReview div.overallHead a:hover
{
	color:#fff;
}

div.userReview div.overallHeadForm
{
	width:300px;
	float:left;
}

/************************************************************
* Add your review styling
************************************************************/

div#addYourReview
{
	background:url(/Shared/css/images/discussthis/mainbg.gif);
	padding:10px 0 10px 0;
}

div#addYourReview div.internalreviewblock
{
	margin:0 10px 0 10px;
	padding:0 0 10px 0;
	background:url(/Shared/css/images/lightnoisebg.gif);
}

div#addYourReview p.yourRatings
{
	padding:0 0 10px 10px;
}

div#addYourReview p span.username
{
	font-weight: bold;
}

div#addYourReview p span.notYou
{
	color: #666666;
}

div#addYourReview h2
{
	padding:0 0 10px 10px;
	font-size:1.4em;
	color:#5b3920;
}

div#addYourReview ul
{
	list-style: none;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 5px;
}

div#addYourReview ul li
{
	width: 9px;
	padding: 9px 3px 6px;
	background-color: #fff;
	text-align: center;
	float: left;
}
div#addYourReview  ul li a
{
	display: block;
	padding-top: 9px;
	background: #fff url(images/rate_this_off.gif) 0 0 no-repeat;
}
div#addYourReview  ul li a:hover, 
div#addYourReview  ul li a.hilight
{
	background: #fff url(images/rate_this_on.gif) 0 0 no-repeat;
}

div#addYourReview div.section
{
	float: left;
	display: inline;
	margin-left: 10px;
	width: 91px;
	background-color: #ffffff;
}

div#addYourReview div.section h3
{
	min-height:32px;
	background-color: #C9DDF5;
	padding: 10px 10px 10px 10px;
	font-size: 1.1em;
}

div#addYourReview p.lastPlay
{
	clear: both;
	float: left;
	display: inline;
	width: 170px;
	margin-left: 10px;
	font-size: 1.1em;
}

div#addYourReview select
{
	width: auto;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 1.1em;
}

div#addYourReview select option
{
	padding-right:10px;
}

div#addYourReview p.yourReview
{
	clear:both;
	margin:0 10px 5px 10px;
	font-size:1.2em;
}

div#addYourReview input.textbox
{
	width:580px;
	display:block;
	margin:0 0 10px 10px;
}

div#addYourReview textarea
{
	width:580px;
	height:70px;
	margin:0 0 0 10px;
}

div#addYourReview p.usage
{
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 1.1em;
}

div#addYourReview div.validation
{
	background: #E7EBEF;
	padding: 10px 10px 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#addYourReview div.validation p
{
	padding: 0px 0px 10px 0px;
}

div#addYourReview input
{
	margin-left: 10px;
}

div#addYourReview p.loginInformation
{
	padding:10px;
	font-size:1.1em;
}

div#addYourReview p.cancel
{
	margin:10px 0 0 10px;
}

div#addYourReview a
{
	color:#255690;
	font-weight:bold;
}

div#addYourReview p.cancel a
{
	font-weight:bold;
	background:url(/Shared/css/images/discussthis/cancelbttnbg.gif);
	display:block;
	width:70px;
	height:27px;
	text-indent:14px;
	line-height:20px;
	color:#fff;
}

/*************************************************
* Tooltip styling
*************************************************/

div.userReview div.ratingTooltip {
	width: 180px;
	background: #000000;
}

div.userReview div.ratingTooltip table {
	border-collapse: collapse;
	color: #ffffff;
	margin: 10px;
	width: 160px;
	font-size: 1em;
}

div.userReview div.ratingTooltip table tr {
	vertical-align: top;
}

div.userReview div.ratingTooltip table tr th {
	font-weight: normal;
	text-align: left;
	width: 112px;
	
}

/****************************************
* Sorter styling
****************************************/

div.resultsSortSearch {
    padding-bottom: 5px;
}

div.resultsSortSearch div.searchbox {
    float: left;
    width: auto;
    display: inline;
    padding-right: 5px;
}

div.resultsSortSearch div.searchboxButton {
    float: left;
    display: inline;
    width: auto;
    border-left: 1px solid #ccc;
}	

/***********************************************
* New list code
***********************************************/

div.userReview ul.list
{
	
}

div.userReview ul.list li
{
	background:#fff;
	margin:0 0 1px 0;
	padding:10px 0 10px 0;
}

div.userReview ul.list li div.userDetails01 {
	float: left;
	display: inline;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

div.userReview ul.list li div.userDetails01 p.commentTitle {
	font-size: 1.1em;
	font-weight: bold;
}

div.userReview ul.list li div.userDetails01 p.username
{
	padding:3px 0 3px 0;
}

div.userReview ul.list li div.userDetails01 p.username a
{
	padding:3px;
	background:#e7cbb5;
}

div.userReview ul.list li div.userDetails01 p.location
{
	font-size: 1.1em;
	color: #222222;
}

div.userReview ul.list li div.userDetails02 {
	float: left;
	display: inline;
	width: 190px;
	padding-right: 10px;
	margin-bottom: 10px;
}

div.userReview ul.list li div.userDetails02 img.moderator {
	float: left;
	width: auto;
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.userReview ul.list li div.userDetails02 img.expert {
	float: left;
	width: auto;
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.userReview ul.list li div.userDetails02 img.badge {
	float: right;
	width: auto;
	display: inline;
	margin-bottom: 10px;
}

div.userReview ul.list li div.userDetails02 p.ownerRating {
	clear: both;
	font-size: 1.1em;
	margin-bottom: 5px;
}

div.userReview ul.list li div.userDetails02 p.showDetails {
	font-size: 1.1em;
}

div.userReview ul.list li div.userDetails02 div.ratingTooltip {
	font-size: 1.1em;
}

div.userReview ul.list li div.review
{
	clear:both;
	padding:0 10px 0 10px;
}

div.userReview ul.list li div.review p
{
	color:#784f30;
}

div.userReview ul.list li div.review div.userReviewPrimaryContent
{
	padding:0 0 10px 0;
}

div.userReview ul.list li div.review div.userReviewPrimaryContent p
{
	color:#000;
}

div.userReview ul.list li div.review a.showMoreText, div.userReview ul.list li div.review a.showMoreText:link, div.userReview ul.list li div.review a.showMoreText:visited {
	color:#096AA7;
}

div.userReview ul.list li div.review a.showMoreText:hover, div.userReview ul.list li div.review a.showMoreText:active {
	text-decoration: none;
}
