/**** COMMENTS ****/

DIV.comments_container
{
	background: #EEE;
}

DIV.comments_formwrapper 
{
	background: #EEE;
	border: 1px solid #999;
	paddding: 0;
	margin: 1em 0 1em 0;
}

DIV.comments_facebookcolumn
{
	float: right;
	width: 200px;
	background: #DDD;
	border-left: 1px solid #999;
	margin: 0 0 0 20px;
	padding: 10px;
}

DIV.comments_facebookcolumn H4
{
	font-size: 14px;
	border-bottom: 1px dotted #999;
	padding: 0;
	margin: 20px 0 10px 0;
}

FORM.comments_form
{
	padding: 10px;
}

FORM.comments_form H3
{
	font-size: 16px;
	border-bottom: 1px dotted #999;
	padding: 0;
	margin: 0 0 10px 0;
}

DIV.comments_row
{
	position: relative;
	height: 22px;
}

FORM.comments_form INPUT.text, FORM.comments_form SPAN.comments_facebookname
{
	float: left;
	width: 200px;
	padding: 1px;
	border: 1px solid #CCE;
	background: #FFF;
	height: 16px;
}

FORM.comments_form SPAN.comments_facebookname
{
	cursor: default;
	width: 180px;
	padding-left: 21px;
	background: url(/design/icons/facebook.png) 1px 1px no-repeat #FFF;
}

FORM.comments_form TEXTAREA, DIV.comments_formparentmessage, TEXTAREA.comments_adminedit
{
	display: block;
	border: 1px solid #CCE;
	padding: 2px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	width: 382px;
	height: 150px;
}

DIV.comments_avatar
{
	float: left;
	margin: 0 10px 0 0;
	width: 54px;
}

DIV.comments_avatar IMG.comments_avatar
{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 1px;
}

FORM.comments_form DIV.comments_anonymous, FORM.comments_form DIV.comments_facebook
{
	float: left;
}

FORM.comments_form LABEL
{
	float: left;
	width: 120px;
	font-weight: bold;
	color: #666;
}

FORM.comments_form LABEL.comments_inlinelabel
{
	float: none;
	width: auto;
	font-weight: normal;
	color: #666;
}

DIV.comments_formcomment
{
	margin: 20px 0 0 0;
}

OL.comments_list
{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

OL.comments_list LI
{
	list-style: none;
	display: block;
	margin: 10px 0 0 100px;
	padding: 0;
	position: relative;
}

OL.comments_list DIV.comments_authorblock
{
	position: absolute;
	z-index: 2;
	width: 101px;
	left: -100px;
	top: 0;
	text-align: center;
	background: url(/design/commentthread_bulb.png) no-repeat top right;
}

OL.comments_list DIV.comments_authorblock IMG
{
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	position: relative;
	display: block;
	margin: 0 0 0 23px;
}

OL.comments_list DIV.comments_authorblock SPAN
{
	color: #666;
	font-size: 11px;
	cursor: default;
}

OL.comments_list DIV.comments_body
{
	border: 1px solid #CCC;
	min-height: 80px;
	padding: 20px 10px 10px 10px;
	background: #FFF;
	position: relative;
}

OL.comments_list DIV.comments_body DIV.comments_date
{
	position: absolute;
	top: 0;
	right: 2px;
	margin: 0 0 10px 10px;
	font-size: 11px;
	color: #999;
}

A.comments_reply
{
	position: absolute;
	display: block;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 5px;
	right: 0;
	bottom: 0;
}

DIV.comments_formparentmessage
{
	background: #DDD;
}

LI.comments_notaccepted DIV.comments_content
{
	color: #666;
	font-style: italic;
}

LI.comments_notaccepted
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

DIV.comments_formbuttonrow
{
	width: 388px;
}

A.comments_abortanswer
{
	float: right;
	margin: 4px 0 0 20px;
}

DIV.comments_formnotify
{
	margin: 1em 0 1em 0;
}

A.comments_logoutbutton
{
	display: inline-block;
	background: url(/design/icons/door_open.png) no-repeat 2px 2px #5F78AB;
	border-bottom: 1px solid #1A356E;
	border-top: 1px solid #879AC0;
	font-size: 11px;
}

A.comments_logoutbutton SPAN
{
	color: #FFFFFF;
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 21px;
	padding: 1px 6px 1px;
	text-shadow: none;
}

/**** SIMPLE SPAM FIGHTER ****/

DIV.dsimplespam_question
{
	margin: 1em 0 1em 0;
}

DIV.dsimplespam_question INPUT
{
	width: 40px;
}

