﻿.divReviewIcon
{
	width: 38px; 
	height: 38px; 
	background: url(../../../Images/template/QandA_comment.png) no-repeat scroll 0 0 transparent;
	float: left;
}
.divQAIcon
{
	width: 38px; 
	height: 38px; 
	background: url(../../../Images/template/QandA_Q.png) no-repeat scroll 0 0 transparent;
	float: left;
}
.divReviewAnwserIcon
{
	width: 38px; 
	height: 38px; 
	background: url(../../../Images/template/QandA_A.png) no-repeat scroll 0 0 transparent;
	float: left;
}
.divReviewHelpful_yesIcon
{
	width: 20px; 
	height: 22px; 
	background: url(../../../Images/template/QandA_thumbs_up.png) no-repeat scroll 0 0 transparent;
	float: left; 
	cursor:pointer;
}
.divReviewHelpful_noIcon
{
	width: 21px; 
	height: 22px; 
	background: url(../../../Images/template/QandA_thumbs_down.png) no-repeat scroll 0 0 transparent;
	float: left; 
	cursor:pointer;
}
.divReviewFlayIcon
{
	width: 15px; 
	height: 16px; 
	background: url(../../../Images/template/QandA_flag_off.png) no-repeat scroll 0 0 transparent;
	float: right;	
}
.divReviewsContainer
{
	width: 760px; 
	margin: 0 18px 20px 18px; 
	padding-top:1px;
}
.divReviewHeaderTitle
{
	text-align: left; 
	margin: 20px 0 10px 5px; 
	color: #646464; 
	font-size: 16px;
	font-weight: bold;
}
.divReviewHeaderContainer
{
	margin: 0 0 10px 5px; 
	display: table;
}
.divReviewHeaderContainer2
{
	width: 660px; 
	border: solid 1px #CCCCCC; 
	padding: 15px 10px 10px 10px;
	margin-left: 10px; 
	text-align: left; 
	background-color: #F0F0F0;
	float: right; 
}
.divReviewHeaderContent
{
	padding:6px; 
	margin-top:8px; 
	background-color:#FFFFFF; 
	cursor:pointer;
}
.divReviewLine
{
	width: 100%; 
	height: 1px; 
	margin: 10px 0; 
	background-color: #CCCCCC;
}
.divReviewLine2
{
	width: 627px; 
	height: 1px; 
	margin: 10px 0 10px 61px; 
	background-color: #CCCCCC;
	float: right;
}
.divReviewUserContainer
{
	padding-left: 5px; 
	display: table;
}
.divReviewUserContainer2
{
	width: 707px; 
	margin: 3px 0 0 10px; 
	text-align: left;
	float: right;
}
.spanReviewRatingContainer
{
	width: 110px; 
	display: inline-table;
}
.reviewFirstName
{
	margin: 0 10px 0 5px; 
	color: #003A9B; 
	text-decoration: underline;
}
.reviewTitle
{
	margin-top: 15px;
	font-weight: bold;
}
.reviewComment
{
	line-height: 18px; 
	margin-top: 15px;
	word-wrap:break-word;
}
.reviewHelpTip
{
	width: 100%; 
	margin: 15px 0 10px 0; 
	display: table;
}
.divReviewHelpfulContent
{
	margin-right: 10px; 
	float: left;
}
.divReviewHelpfulContent2
{
	margin: 0 15px 0 5px; 
	float: left;
}
.reviewFlagText
{
	margin: 0 2px 0 10px; 
	color: #003A9B; 
	text-decoration: underline; 
	float: right;
}
.divReviewAnswerContainer
{
	margin: 5px 0 10px 0;	
}
.divReviewAnswerComment
{
	color: #003A9B; 
	text-decoration: underline; 
	cursor: pointer;
}
.divReviewAnswerContent
{
	width: 649px; 
	margin: 3px 0 0 20px; 
	text-align: left;
	float: right;
}



.divReviewMyAnswerContainer
{
	margin-left: 40px; 
	display: table;
}
.divReviewMyAnwser
{
	width: 599px; 
	border: solid 1px #CCCCCC; 
	margin-left: 8px; 
	padding: 10px;
	text-align: left; 
	background-color: #F0F0F0;
	float: right; 
}
.divReviewMyAnwserContent
{
	padding: 6px; 
	background-color: #FFFFFF; 
	cursor:pointer;
}


#tbReviewTitle
{
	width:457px;
}
#taReviewContent
{
	width:457px;
	height:60px;
}
#taReviewContent2
{
	width:571px;
	height:60px;
}
#inputReviewReason
{
	width:300px;
}
