
#entry_comments
{
	margin:12px;
}

#entry_comments h3
{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
    padding-bottom:3px;
    border-bottom:1px solid #CCC;
}

.cmt
{
	margin-top:10px;
	overflow:hidden;
}

.cmt_photo
{
	width:55px;
	float:left;
}

.cmt_photo_small
{
	width:27px;
	float:left;
}

.cmt_photo_small .thumb_small
{
    margin-top:10px;
}

.cmt_post
{
	position:relative;
	width:553px;
	float:left;
	overflow:hidden;
	text-align:left;
}

.cmt_nick
{
	font-size:16px;
	font-weight:bold;
}


/*********** comments/blogs box */

.box
{
	width:100%;
	border-collapse:collapse; 
	margin-top:1px;
}

.comments_box
{
	width:100%;
	border-collapse:collapse; 
}

.box_t
{
	height:19px;
	width:100%;
	background-image:url(../img/box_t.gif);		
}

.comments_box .box_t
{
    height:9px;
    background-image:url(../img/box2_t.gif);
    font-size:1px;
}

.box_tl, .box_tr
{
	height:19px;
	width:9px;
	overflow:visible;
}

.comments_box .box_tl, .comments_box .box_tr
{
    height:9px;
}

.comments_box .box_tl
{
    width:18px;
}

.box_m
{
    background-color:#efefef;
}

/*
.box_m div
{
	width:100%;
	overflow:hidden;    
}
*/

.box_m p
{
	margin:0;
	padding:0;
}


.box_ml
{
	background-image:url(../img/box_ml.gif);
}

.comments_box .box_ml
{
	background-image:url(../img/box2_ml.gif);
}

.box_mr
{
	background-image:url(../img/box_mr.gif);
}

.box_b
{
	height:9px;
	width:100%;
	background-image:url(../img/box_b.gif);	
	overflow:hidden;
}

.box_bl, .box_br
{
	height:9px;
	width:9px;
	overflow:hidden;
}

.box_tl div
{
	position:relative;
}

.box_permalink
{
    position:relative;
    top:6px;
    margin-left:5px;
}

.comments_top
{
    width:100%;
    collapse-border:collapse;
    margin-left:7px;
}

.comments_bottom
{
    width:100%;
    collapse-border:collapse;
    margin-top:3px;
}

.comment_links
{
    text-align:right;
}

.comment_rate
{
	text-align:left;
	width:110px;
}

.comment_foo
{
    width:5px;
    font-size:1px;
}

.comment_info
{
	text-align:right;
	font-size:11px;
	color:#339933;    
    padding-right:5px;
}

/*
table .comment_rate .entry_rate
{
	position:relative;
	top:-8px;
	left:8px;
	float:right;	
	margin:0px;
	padding:0px;
}
*/
textarea#comment_text
{
	
}

/*********** comments button */

.cmt_btn
{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    float:right;
    background:#f5f5f5;    
    height:20px;
    margin-left:3px;
}

.cmt_btn:hover
{
    background:#f9f9f9;
}

.cmt_btn div
{
    position:relative;
    top:-1px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    height:14px;
    line-height:14px;
    padding:3px 8px 3px 26px;
}

.cmt_btn div img
{
    position:absolute;
    top:2px;
    left:6px;
}

.cmt_btn a
{
    text-decoration:none;
}
	
.cmt_btn a:hover
{
    text-decoration:underline;
}
	
.cmt_btn div b
{
    font-weight:normal;
    color:#999999;
    font-size:14px;
    margin-left:3px;
}

.blg_cmt_below_threshold
{
    font-size:11px;
    text-align:center;
}

.blg_cmt_toggle_replies
{
    padding:0 0 0 14px;
    font-size:11px;
}

.blg_cmt_more
{
    background-color:#CCC; 
    text-align:center;
    margin:10px 0 10px 0;
}

.blg_cmt_more a, .blg_cmt_more span
{
    background-color:white; 
    padding:0 10px 0 10px;    
}

