/*
div.comment{
	border-bottom:1px solid #EEE;
	margin-bottom: 0.6em;
}
*/

/*
div.comment-list h2{
	border-bottom:1px solid #DEDEDE;
	color:#33789C;
	font-size:115%;
	margin:0pt 0pt 0.6em;
	padding:0 0 0.5em 0pt;
}
*/

div.comment span.report{
	float:right;
	display:block;
	background-color: #FFF;
	padding: 5px 15px;
	text-align: center;
}

div.comment span.report a{
	color: #600;
	text-decoration: none;
	color: #FE8623;
	font-weight: bold;
	font-size: 0.9em;
}

div.comment span.commentDate {
	color: #666666;
	font-size: 93%;
	padding-top: 0.8em;
	float: none;
}

div.comment p.author{
	line-height:130%;
	margin:0px 0px 6px;
	color: #000000;
	font-weight: bold;
}

/*
div.comment-list{
	font-size: 93%;
	padding:1em;
	border:2px solid #EEE;
	overflow-x: auto;
	max-height: 50em;
	height:auto;
	margin-top: 1em;
}
*/

div.comment-list form textarea#commentText, div.comment-list form input#email, div.comment-list form input#name, div.comment-list form input#business {
	width: 300px;
	padding: 0.3em 0.5em;
	border-style: none;
}
div.comment-list form textarea#comment {
	width: 95%;
}

span.commentNum {
	margin: 0.1em 0 0.6em 0;
	color: #B10202;
	display: block;
	padding: 0;
	font-size: 93%;
}

p.disclaimer {
	font-size: 80% !important;
	color: #666666;
	text-align: right;
	margin-top:1.3em;
}









/*******************************************************************************************/

.comment-listWrapper {
	margin: 0 15px 8px 15px;
}
.comment-list {
	width: 100%;
	padding-top: 5px;
}
.comment-list h2 {
	font-size: 1.1em;
	line-height: 100%;
	color: #FFFFFF;
	background: #2F424E url(/imgs/site/addyourcomment.gif) no-repeat right top;
	padding: 18px 0 17px 20px;
	text-transform: uppercase;
}
.comment-list h2.commentsFormHeader {
	background-image: none;
}
.comment {
	background: #C4EAF5;
	font-size: 0.95em;
	padding: 10px 20px;
	margin-bottom: 6px;
}
#commentForm {
	background: #E5E5E5;
	padding: 15px 15px 15px 30px;
	margin: 0 0 5px 0;
}
/*
#commentText, #commentName, #commentEmail, #commentText {
	padding: 4px 2px;
	width: 300px;
	border-style: none;
}
*/

.comment p {
	line-height: 130%;
	margin: 0px 0px 6px;
}

.commentName {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.commentDate {
	color: #688DA9;
	display: block;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
}
.commentReport {
	float: right;
	margin: 5px 0 0 0;
}
.commentReport a {
	font-weight: bold;
	color: #FE8623;
	background: #FFF;
	padding: 5px 15px;
	text-decoration: none;
}


#commentsReadAll {
	padding: 0 0 0 23px;
}
#commentsReadAll li {
	font-size: 0.65em;
	line-height: 100%;
	background: url(/imgs/site/commentBubble.gif) no-repeat left center;
	padding: 3px 5px 3px 23px;
}
#commentsReadAll a {
	color: #666666;
	text-decoration: none;
}








#commentForm p {
	font-size: 0.95em;
	line-height: 100%;
	margin-bottom: 5px;
	clear: both;
}

#commentForm h2 {
	background-color: #2F424E;
	font-size: 0.85em;
	line-height: 100%;
	color: #FFF;
	padding: 18px 0 17px 20px;
	text-transform: uppercase;
}
#commentForm label {
	text-align: right;
	display: block;
	float: left;
	margin-right: 10px;
	width: 11.5em;
	padding-top: 5px;
	font-weight: bold;
}
#commentForm label span {
	font-weight: normal;
}
#commentForm .smallPrint {
	font-size:0.55em;
	line-height:130%;
	color:#999999;
}



.commentPara {
	margin-top: 15px;
}
#commentSubmit {
	font-weight: bold;
	color: #FFFFFF;
	background: #FE8623;
	padding: 6px 10px;
	float: right;
	border: none;
	font-size: 0.8em;
}