
#commentContainer {
  line-height: 16px;
  width:90%;
}

.commentlist {

	margin-bottom: 20px;
	list-style-type: none;
	font-size: 14px;

}

.commentlist li {

	/*background: #FFFCC5;*/
	background: #EEE;
	
	
	
	
	margin-bottom:10px;

}

.commentcontent {

	padding: 0;
	margin: 0;
	border:1px solid #999;

	

}

.commentcontent p {
    padding: 8px; 
	margin: 0;
	font-size:17px;
	font-weight:bold;
	color:#333;
	line-height:17px;
	

}

.commentcontent a {

	color: #265368;

}

p.authorcom {
        margin: 0;
        padding: 0;
	background-color: #fff;
	text-align: right;

}

p.authorcom span {

	background: #fff url(authorbg3.jpg) no-repeat;
	color: #294a59;
	font-size: 16px;
        margin-top: 0;
	padding-left: 100px;

}

.authorcom small {

	font-size: 10px;

}


.commentcontent ul {

	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;

}

.commentcontent li {

	background: transparent url(images/bullet02.gif) no-repeat 0px 5px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;

}

.commentcontent blockquote {

	background-color: #FFF;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #FFFCC5;
	font-size:11px;
	color:#777;
	line-height:17px;

}

.commentcontent blockquote p {

	margin-bottom:5px;

}

#divBookmark{
	
	margin-left:50px;
	float:left; width:300px;
	}