
/** before_content **/
.dd_before{
	padding:2px;
	margin:0px;
}

.dd_before img{
	border:none;
}

.dd_before table{
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

.dd_before td{
	padding:2px;
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

/** after_content **/
.dd_after{
	padding:4px;
	margin:0px;
}

.dd_after img{
	border:none;
}

.dd_after table{
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

.dd_after td{
	padding:2px;
	border-width:0px;
	border-color:#000000;
	border-style:none;
}


/** left_float **/
.dd_left{
	float:left;
	padding:2px;
	text-align:left;
}

.dd_left img{
	border:none;
}


.dd_left table{
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

.dd_left td{
	padding:2px;
	border-width:0px;
	border-color:#000000;
	border-style:none;
}


/** right_float **/
.dd_right{
	float:right;
	padding:2px;
    text-align:right;
}

.dd_right img{
	border:none;
}

.dd_right table{
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

.dd_right td{
	padding:2px;
	border-width:0px;
	border-color:#000000;
	border-style:none;
}

/** post comments style **/
#dd_comments{
	clear:both !important;
    width:50px;
    height:60px;
    font-family:arial;
}

#dd_comments a:link, #dd_comments a:visited, #dd_comments a:active, #dd_comments a:hover {
    text-decoration:none;
}

#dd_comments .clcount{
	background-image:url(image/comments-count.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-align:center;
	color:#444444;
	display:block;
	font-size:17px;
	height:34px;
	padding:4px 0;
	position:relative;
	text-align:center;
	width:50px;
}

#dd_comments .ccount{
	color:#444444;
	font-size:17px;
	text-align:center;
	text-decoration:none;
}

#dd_comments .cmsg{
	display:block;
	font-size:9px;
	left:2px;
	line-height:10px;
	position:absolute;
	top:23px;
}


#dd_comments .clink{
	background-image:url(image/comments-link.png); 
    background-repeat: no-repeat;
    text-align:center;
	height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	width:50px;
	display:block;
}