@CHARSET "UTF-8";


/*

COMMENT PREVIEW
   
*/

.site_preview{
	margin:0px;
	padding:0px;
}

.preview_header{
	height: 30px;
	background-color: #ffffff;
	padding: 10px;	
}

.preview_header .logo{
	width:360px;
	float:left;
}

.preview_header .exit-link{
   float: left;
   padding: 5px;
}

.preview_header .exit-link a {
	font-weight: bold;
	color: #ffffff;
	background: #c2000a;
	padding: 5px 7px;
}

.preview_header .exit-link a:hover {
	background: #ed222c;
	text-decoration: none;
}

.preview_box{
	padding: 20px;
}


/* COMMENTS */

.comment_box {
   padding:0px 0px 15px 3px;
}

.comment_box a {
   color: #84b800;
   font-weight: bold;
   text-decoration: none;
}

.comment_box a:hover {
   text-decoration: underline;
}

.comment_box .comment{
   margin-bottom:20px;  
}

.comment_box .comment .user_box{
   float:left;
   font-size:11px;
   font-family: "Trebuchet MS", sans-serif;
   font-size: 13px;
   color: #666666;
   padding: 10px 0px 5px 7px;
}

.comment_box .comment .user_box a {
   color: #84b800;
   font-weight: bold;
   text-decoration: none;
}

.comment_box .comment .user_box a:hover {
   text-decoration: underline;
}

.comment_box .comment .comm_text{
   float:left;
   /*width:450px;
   background: transparent url(../images/main/comments/bgr_comments_text_t.jpg) no-repeat top left; */
   text-align: left;
   width: 100%;
   line-height: 17px;
   font-family: "Trebuchet MS", sans-serif;
   font-size: 13px;
   color: #363636;
}

.replied-comment {
   padding-left: 15px;
   border-left: 10px solid #D6D6D6;
}

.user_gender_img {
   float: left;
   padding: 3px;
}

.comment_box .comment .comm_text .toolbar_row {
   padding: 5px 0 0 15px;
}

.comment_box .comment .comm_text .reply_row {
   padding: 5px 0 0 15px;
}

.comment_box .comment .comm_text .text{
  /* margin: 0 0 0 10px; */
   /* background-color: #f1dfbb; */
   background-color: #F3F3F3;
   padding: 15px;
   border:none;
   overflow: hidden;
}

.comment_box .comment .comm_text .end {
  /* background: transparent url(../images/main/comments/bgr_comments_text_b.jpg) no-repeat top left; */
   height: 2px;
   line-height: 2px;
   font-size: 1px;
   background-color: #C7C7C7;
}

.comment_box .comment .end {
   clear: both;
}

.comment_box .comment .comm_text .comm_cons{
   padding: 5px 10px;
   border-bottom: 1px solid #FFF;
   font-size: 14px;
   background-color: #d9e2e0; 
   font-weight: bold;
}

.comment_box .comment .comm_text .comm_cons .num{
   float:left;
}

.comment_box .comment .comm_text .comm_cons .right{
   float:right;   
}

#pc {
   padding-top: 10px;
}

