@charset "utf-8";
/* CSS Document */

/* --- COMMENTS --- */
div#comments {
	float: left;
	clear: both;
	margin-top: 10px;	
	width: 500px;
}

div#comments .headerBar {
	font-size: 9px;
	color: #064c91;
	padding: 8px;
	padding-bottom: 12px;
	clear: both;
	float: left;
	width: 450px;
	height:11px;
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #c0d9ef;
}

div#comments a.active {
	color: #035ead;
}

div.commentsPost {
	padding: 10px;
	clear: both;
	float: left;
	width: 455px;
	padding-left: 10px;
}

div.commentsHeader {
	width: 455px;
	float: left;
	clear: both;
	font-size: 9px;
}

div.commentsHeader img {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

div.commentsHeader span {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

span.commentsIp {
	color: #999;
}

div.commentsText {
	padding-left: 10px;
	padding-top: 10px;
	clear: both;
	float: left;
	font-size: 9px;
	width: 455px;
}

div#comments .commentsHide {
	float: left;
	clear: both;
	text-align: right;
	font-size: 9px;
	width: 455px;
}

div#comments .commentsHide a {
	color: #209f0d;
	text-decoration: none;
}

div.commentsFill img {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
div.commentsFill input {
	background-image:url(img/inputTxtBg.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 9px;
	color: #999;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #ababab;
}

div.commentsFill input.captch {
	background-image:url(img/inputTxtBg.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 9px;
	color: #999;
	float: left;
	margin-top: 4px;
	border: 1px solid #ababab;
}

div.commentsFill textarea {
	float: left;

	background-image:url(img/inputTxtAreaBg.gif);
	background-repeat: no-repeat;
	width: 412px;
	height: 77px;
	border: 1px solid #ababab;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #666;
	padding: 5px;
}

div.commentsFill .ip {
	width: 120px;
	float: left;
	clear: right;
	padding-left: 10px;
	font-size: 9px;
	color: #999;
	padding-top:5px;
	font-style: oblique;
}

div#comments .commentsBts {
	float: left;
	clear: both;
	text-align: right;
	width: 445px;
	padding-top: 10px;
}

div#comments .commentsBts  a {
	color: #035ead;
}

div#comments .commentsBts  span {
	padding-left: 5px;
	padding-right: 5px;
}

div.infContentTools {
	float: left;
/*	width: 280px; */
	width: auto;
	margin-top: 10px;
}

div.infContentTools img {
	float: left;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

div.infContentTools a {
	color: #ff7800;
	font-size: 9px;	
}

div.infContentTools a:hover {
	color: #999;
}


div.infContentTools img {
	float: left;
	padding-top: 6px;
}

div.infContentTools .links {
	color: #999;	
	font-size: 9px;	
	float: left;
}

div.infContentTools .links a {
	float:left;
	color: #999;	
	font-size: 9px;	
	display: inline-block;
	padding-top: 3px;
}

div.infContentTools .links img {
	float: left;
	padding: 0px;
	padding-right: 3px;
	padding-top: 0px;
}


div.infContentTools .more {
	width: 65px;
	float: left;
	text-align: right;
	padding-top: 3px;
}

div.infContentTools .more a {
	font-size: 9px;	
	
}

/* --- END OF COMMENTS --- */
