#ultimate_comments {
	text-align: left;
	color:#000;
}
.comm_cl {
	clear:both;
}
.comm_lf {
	clear:left;
}
#comments_id label {
	display:inline;
}
/* Comments title */
.comm_title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom: solid 1px #999;
	margin-bottom:8px;
}
/*Single comment container (font, background, align, border)
-----------------------------------*/

.comm_even {
	font-size:11px;
	text-align:left;
	background:url(../images/comm_even-back.png) repeat;
	border:0px;
	width:100%;
	color:#000;
}
.comm_odd {
	font-size:11px;
	text-align:left;
	background:url(../images/comm_odd-back.png) repeat;
	border:0px;
	width:100%;
	color:#000;
}
/* Left container */
.comm_left {
	vertical-align:top;
}
.left_comm {
	margin:0px;
}
.left_reply {
	margin-left:30px;
}
/* User picture */
.comm_photo {
	vertical-align:top;
	padding:15px 5px 15px 10px;
	width:50px;
	text-align:left;
	float:left;
	display:inline;
}
.comm_photo img {
	text-decoration:none;
	border:0;
	width:40px;
	height:40px;
}
.comm_photo a {
	text-decoration:none;
}
/* comment content */
.comm_content {
	padding:15px 10px 15px 5px;
}
/* Comment date */
.comm_date {
	color:#888;
	font-size:10px;
	padding-bottom:4px;
}
/* Comment user link */
.comm_date a {
	color:#2F84C4;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.comm_date a:hover {
	text-decoration:underline;
}
/* Reply date */
.reply_date {
	color:#888;
	font-size:10px;
	padding: 0 0 0 20px;
}
/* Reply user link */
.reply_date a {
	color:#2F84C4;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.reply_date a:hover {
	text-decoration:underline;
}
/* Comment content  */
.comm_comment {
	font-size:12px;
	padding-top:5px;
	padding-left:60px;
}
/* Reply content  */
.comm_reply {
	font-size:12px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:10px;
}
/* Right container */
.comm_right {
	white-space:nowrap;
	overflow:hidden;
	float:right;
	text-align:right;
	padding:10px 10px 10px 0px;
	width: 120px;
}
.right_inside {
}
/* Icons div - same height as icons height */
.comm_icon {
	height: 18px;
	line-height: 18px;
	text-align:right;
}
/* Icon Down */
a.comm_down {
	background-image:url(../images/thumb_down.gif);
	background-repeat: no-repeat;
	display:block;
	width:22px;
	height:18px;
	text-indent:-9999px;
	display: inline;
	float:right;
	outline:none;
	-moz-outline-style: none;
	text-decoration:none !important;
}
a.comm_down:hover {
	background-image:url(../images/thumb_down.gif);
	background-repeat: no-repeat;
	background-position:0px -18px;
	display:block;
	width:22px;
	height:18px;
	text-indent:-9999px;
	display: inline;
	float:right;
	outline:none;
	-moz-outline-style: none;
	text-decoration:none !important;
}
/* Icon Up */
a.comm_up {
	background-image:url(../images/thumb_up.gif);
	background-repeat: no-repeat;
	display:block;
	width:22px;
	height:18px;
	text-indent:-9999px;
	display: inline;
	float:right;
	outline:none;
	-moz-outline-style: none;
	text-decoration:none !important;
}
a.comm_up:hover {
	background-image:url(../images/thumb_up.gif);
	background-repeat: no-repeat;
	background-position:0px -18px;
	display:block;
	width:22px;
	height:18px;
	text-indent:-9999px;
	display: inline;
	float:right;
	outline:none;
	-moz-outline-style: none;
	text-decoration:none !important;
}
/* Comment rate info */
.rates {
	padding-right:10px;
	font-weight:normal;
	color:#333;
}
.rate_plus {
	color:#009900;
	font-weight:bold;
}
.rate_minus {
	color:#FF0000;
	font-weight:bold;
}
.rate_zero {
	color:#000;
	font-weight:normal;
}
/* Right links */
.comm_links {
	color: #000;
	margin-top:5px;
	margin-bottom:10px;
}
.comm_links a {
	color: #000;
	text-decoration:none;
	outline:none;
}
.comm_links a:hover {
	text-decoration:underline;
	outline:none;
}
/* Char left label */
#char_left {
	font-size:10px;
	color:#999;
}
.char_left {
	font-size:10px;
	color:#999;
}
/* Comment textarea */
.comm_area {
	margin:0;
	border: 1px solid #66c9f2;
	background:#fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding:4px;
	margin-bottom:4px;
	width:95%;
	height:70px;
}
textarea:focus.comm_area {
	background: #fff;
	border: 1px solid #000;
}
/* Reply textarea */
.rep_area {
	margin:0;
	border: 1px solid #000;
	background:#FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding:4px;
	margin-bottom:5px;
	width:95%;
	height:70px;
}
textarea:focus.rep_area {
	background: #fff;
	border: 1px solid #66c9f2;
}
/* Reply square */
.rep_sq {
	padding:12px;
}
/* More comment link */
.comm_more {
	font-weight:bold;
	float:right;
	text-align:right;
}
.comm_more a {
	color:#000;
	text-decoration:underline;
	outline:none;
}
.comm_more a:hover {
	color:#f00000;
	text-decoration:underline;
	outline:none;
}
/* Login link */
a.comm_link {
	color:#000;
	text-decoration:none;
	text-decoration:underline;
}
a.comm_link:hover {
	color: #f00000;
}
/* Message */
#comm_message {
	font-weight:bold;
	color:#009900;
	text-align: center;
}
/* Smileys */
.smdiv {
	margin: 8px 0 8px 0;
}
.smdiv img {
	border:0px;
	padding:0 3px 0 3px;
	cursor:pointer;
}
.smdiv img a {
	outline:none;
	text-decoration:none;
}
/* Custom styles */

.comments_total {
	float:right;
	width:200px;
	height:50px;
	background: url(../images/comments_bubble.jpg) no-repeat;
	text-align: left;
	text-indent: 13px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	padding-top:5px;
}
.headline-script-black {
	padding-left:100px;
	background: url(../images/video-comments.png) no-repeat;
}

.comment_send__button {
	float:left;
	margin-left: 10px;
	width: 138px;
	height: 37px;
	padding-top: 12px;
	background: url(../images/add_comment_button.png) no-repeat;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	text-align: center;
	text-indent: 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.comment_send__button:hover {
	float:left;
	margin-left: 10px;
	width: 138px;
	height: 37px;
	padding-top: 12px;
	background: url(../images/add_comment_button_over.png) no-repeat;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	text-align: center;
	text-indent: 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.comment_send_button_new {
	float:left;
	text-decoration:none;
}

