#Reviews
{
	width: auto;
	clear: both;
}

#Reviews #ReviewHeader
{
	width: auto;
	height: 30px;
	background-image: url(../../../../images/To604/Restaurant/Review_Background.gif);
	background-repeat: no-repeat;

	border-bottom: solid 2px #8DC73F;
	margin-top: 10px;
}

#Reviews>#ReviewHeader
{
	margin-top: 0px;
}

#Reviews #ReviewHeader h1,
#Reviews #ReviewHeader h2
{
	float: left;
	padding: 0;
	color: #8DC73F;

	margin: 2px 0;
	font-size: 22px;
	
	padding-left: 37px;
}

/******************************************************************/

#Reviews #ReviewList table
{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#Reviews #ReviewList .ListItemDark
{
	background-color: #F8F8F8;
}

#Reviews #ReviewList .ListItemDark,
#Reviews #ReviewList .ListItemLight
{
	padding: 10px 0 10px 5px;
	border-bottom: solid 1px #E6E6E3;
}

#Reviews #ReviewList .UserRating,
#Reviews #ReviewList .ReviewSubject,
#Reviews #ReviewList .ReviewSubjectDash,
#Reviews #ReviewList .Reviewer,
#Reviews #ReviewList .DateOfReviewed
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

#Reviews #ReviewList .UserRating
{
	margin-right: 10px;
	margin-bottom: 5px;
	clear: both;
}

#ReviewList .RestaurantName
{
	margin-top: 5px;
	margin-bottom: 5px;
	
	position: relative;
	top: -5px;
}

#ReviewList .RestaurantName a
{
	font-size: 14px;
	font-weight: bold;
}


#Reviews #ReviewList .ReviewSubject
{
	font-weight: bold;
}

#Reviews #ReviewList .Reviewer,
#Reviews #ReviewList .DateOfReviewed
{
	margin-top: 2px;
}

#Reviews #ReviewList .ReviewSubjectDash
{
	margin-top: 1px;
}

#Reviews #ReviewList .DateOfReviewed
{
	float: none;
}

#Reviews #ReviewList .UserComment
{
	clear: both;
	margin: 10px 0 10px 0;
	width: 80%;
}

#Reviews #ReviewList .ReviewUsefulness div
{
	margin-right: 5px;
	float: left;
}

#Reviews #ReviewList .ReviewUsefulness .Question
{
	margin-right: 10px;
	color: #0086BB;
	font-weight: bold;
	margin-bottom: 3px;
}

#Reviews #ReviewList .ReviewUsefulness .UsefulnessStat
{
	clear: both;
}

#Reviews #ReviewList #ReviewControls
{
	float: right;
	margin-top: 17px;
}

div#Reviews div#ReviewList .ListItemDark>#ReviewControls,
div#Reviews div#ReviewList .ListItemLight>#ReviewControls
{
	margin-top: 0px;
}

#Reviews #ReviewControls #EditReview
{
	margin-right: 10px;
	float: left;
}

/**********************************************************************/

#Reviews #ReviewList div.ExpandCollapse
{
	width: 17px;
	float: left;
}

#Reviews #ReviewList div.ExpandCollapse a
{
	display: block;
	width: 12px;
	height: 12px;

	background-repeat: no-repeat;
	background-position: 0 1px;
}

#Reviews #ReviewList div.ExpandCollapse a.Expand
{
	background-image: url(../../../../images/To604/Common/ArrowDesc.gif);
}

#Reviews #ReviewList div.ExpandCollapse a.Collapse
{
	background-image: url(../../../../images/To604/Common/ArrowAsc.gif);
}

#Reviews #ReviewList div.CommentSection
{
	clear: both;
	display: none;

	padding-left: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
