
/************************************************
 *	AJAX Comments			        *
 ************************************************/
 
 ul, ol {
  padding: 0;
  margin-left: 1em;
}

.commentlist li {
margin: 2px 10px 3px 0;
padding: 5px 10px 3px 0;
list-style: decimal;
}

a.showhidelink {
font-family: Helvetica, Arial, sans-serif;
color: #993300;
font-size:11px;
line-height: 14px;
text-decoration: underline;
}

a.showhidelink:hover {
font-family: Helvetica, Arial, sans-serif;
color: #961B1E;
font-size:11px;
line-height: 14px;
text-decoration: none;
}


.ajax-comments-wrapper {
	width: 385px;
	background: #FFFFFF;
	clear: both;
	display: block;
	margin: 0px;
	display: block; 
	border:1px solid #D0DACF;
	padding:0px 0px 3px 0px;
	/*-moz-border-radius: 10px;*/
}
.ajax-comment, .ajax-comment-alt {
	position: relative;
	display: block;
	margin: 1px 0px 10px 0px;
	padding: 0px 0px 1px 0px;
	clear: both;
	font-family: Helvetica, arial, sans-serif;
	color: #42360F;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	border: 0px;
	/*-moz-border-radius: 10px;*/
	overflow: hidden;
}
.ajax-comment-header, .ajax-comment-header-alt {
	top: 0px;
	width: 383px;
	position: relative;
	color: #42360F;
	font-family:Helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	clear: both;
	background: #D9E6E6;
	/*-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
}

.ajax-comment, .ajax-comment-alt {
	background: #FFFFFF;
}
 
.ajax-comment-header a, .ajax-comment-header-alt a {	
	color: #993300;
}
.ajax-comment-header a:hover, .ajax-comment-header-alt a:hover {
	text-decoration: none;
	color: #3C657B;
}

.ajax-comment-num {
	color: #AABAA8;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	padding-right:3px;
}

.ajax-comment-info {
	color: #433C1E;

}
.ajax-comment-author {
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.0em;
}
.ajax-comment-text {
	padding: 3px 8px 3px 13px;
	margin: 1px 1px 1px 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size:12px;
	line-height: 12px;
	text-decoration: none;
	clear: both;
	display: block;
}

.ajax-options a{
font-family: Arial, sans-serif;
color: #993300;
font-size:10px;
line-height: 14px;
text-decoration: none;
padding-left:5px;
padding-bottom:4px;
}

.ajax-options a:hover{
font-family: Arial, sans-serif;
color: #961B1E;
font-size:10px;
line-height: 14px;
text-decoration: underline;
}