.vbox-content{
	//border:10px solid red;
	//overflow:hidden !important;
	//position:relative;
	//bottom:0;
}
/* Comments Widget ========================================================== */

#comments_types, #comments_types a{
	height:26px;
	line-height:26px;
}
#comments_types{
	margin:8px -10px 10px 10px;
	background:#B3C2C9;
	font-size:13px;
}
#comments_types a{
	display:block;
	padding:0 8px;
	float:left;
	color:#fff;
	background:#B3C2C9;
	text-decoration:none;
	border-right:5px solid #fff;
	position:relative;
	-webkit-transition: none;
	-moz-transition:none;
	transition:none;
	text-align:center;
}
#comments_types a:first-child{
	width:105px;
}
#comments_types a:hover{
	color:yellow;	
}
#comments_types a:last-child{
	//border-right:0px;
}
#comments_types a.is_this{
    background:#FF7E00 !important;
	color:#fff !important;
}
 #comments_types.last_actived{
	background:#FF7E00; 
 }
#comments_types a.is_this:after {
	bottom: -10px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FF7E00;
	border-width: 5px;
	margin-left: -5px;
}








#comments_sorter, #comments_sorter a, #comments_sorter span{
	width:170px;
	height:24px;
	line-height:23px;
	overflow:hidden;
}
#comments_sorter{
	background:#B3C2C9;
	border:1px solid #B3C2C9;
	font-size:12px;
	float:right;
	position:relative;
	padding-left:18px;
	margin-top:-1px;
	cursor:pointer;
}
	
#comments_sorter:before{
  display:inline-block;
  position:absolute;
  left:5px;
  top:0;
  line-height:23px;
  color:#fff;
}
#comments_sorter:hover, #comments_sorter.is_open{
	background:#39A5C9;
	border-color:#39A5C9;
}
#comments_sorter.is_open{
    position:absolute;
	right:10px;
	height:146px;
	z-index:1111;
}

#comments_sorter a, #comments_sorter span{
	display:block;
	padding:0 8px;
	color:#B3C2C9;
	background:#fff;
	text-decoration:none;
	position:relative;
	-webkit-transition: none;
	-moz-transition:none;
	transition:none;
}
#comments_sorter a:hover{
	color:#009bde;	
}
#comments_sorter a.is_this, #comments_sorter span{
    color:#FF7E00 !important;
}




#cmm_menu{
	margin:0 0 0 0;
	display:block;
	position:fixed;
	overflow:hidden;
	background:#666;
	width:200px;
}
#cmm_menu ul, #cmm_menu ul li, #cmm_menu p{
	display:block;list-style:none;margin:0;padding:0;overflow:hidden;
}
#cmm_menu ul li {
	float:left;
}
#cmm_menu ul li a{
	display:block;
	padding:0 7px 0 7px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	position:relative;
}
#cmm_menu ul li a:hover{
	color:yellow;
	//background:#009bde
}
#cmm_menu ul li.is_this a{
    background:#FF7E00 !important;
	color:yellow !important;
}

#cmm_menu p{
	clear:botch;
	padding:5px 7px;
	font-size:12px;
	color:#fff;
	background:#FF7E00;
}


#cmm_menu_content{
	padding-top:20px;
}


#item_comments_widget .no_comments{
	padding:20px;
	clear:botch;
	overflow:hidden;
	display:table;
	width:100%;
}
#item_comments_widget{
	margin:0 -15px;
	padding:0 0 100px 0;
}

.box_content #item_comments_widget .title{	
	padding-left:10px;
	position:relative;
	float:left;
}

.box_content #item_comments_widget .title h2{	
    margin-top:0;
    display:block;
	padding:0;
    font-size:14px;
    color:#000;
	overflow:hidden;	
	border-bottom:0 !important;
	float:left;
}
.box_content #item_comments_widget .title h2 span{	
    display:block;		
	float:left;
	line-height:22px;
	color:#FF7E00;	
	margin-left:10px;
}
.box_content #item_comments_widget .title h2 span:before{	
    padding:15px 10px;
	padding-right:0;
}




.box_content #item_comments_widget .title .track{
	margin:-1px 0 0 10px;
	display:inline-block;
	background:#fff;
}
.box_content #item_comments_widget .title .track input{

}
.box_content #item_comments_widget .title .track label{
	display:inline-block;
    margin:0 0 0 5px;
	padding:0;
	height:16px;
	line-height:18px;
}

.box_content #item_comments_widget .comment .date{
	font-size:11px;
}
.box_content #item_comments_widget .comment a{
	text-decoration:none !important;
}

.box_content #item_comments_widget .comment .name{
	font-weight:bold;
	color:#000;
}
.box_content #item_comments_widget .comment .name a{
	color:#000;
}
.box_content #item_comments_widget .comment.is_topic_starter .name a{
	color:#FF7E00;
}



#item_comments_widget .track{
    height:24px;
    line-height:24px;
    margin-top: 22px;
    margin-left: 20px;
    font-size:12px;
    color:#999;
}

#item_comments_widget .track input{ margin:0; padding:0; }







#item_comments_widget #item_comments_add_link {
  

}
#item_comments_widget #item_comments_add_link a { 
   
}





#item_comments_widget .buttons input{ 
    font-size:13px; 
    color:#fff;
	padding:5px 6px;
	background:#009bde;
	border-radius:2px;
	-moz-border-radius:2px;
	border:0 !important;
	text-decoration:none !important;
}



#item_comments_widget #item_comments_add_form, #item_comments_add_link .shadow_add_form {
    display: block;
    margin:10px 0 0 0;
    padding:10px 10px 10px 10px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	position:relative;	
}

 .reply_this #item_comments_add_form, .edit_this #item_comments_add_form {
	 margin-top:10px !important;
 }

#parent_form{
	background:#fff;	
	overflow:hidden;
	
}
#parent_form #item_comments_add_form, #item_comments_add_link .shadow_add_form {
	width:100%;
	max-width:730px;
	position:fixed;
	bottom:38px;
	margin:0;
	padding-top:15px;
	padding-left:15px;
	margin-left:-10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow:hidden;
	background:#fff;
	webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
	//border-top:1px solid #fff;
	
}


#item_comments_add_form textarea, #item_comments_add_link .shadow_add_form textarea{
	display:block;
	width:98% !important;
	padding:5px 7px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	border:1px solid #fff;	
	margin-bottom:10px;
    word-wrap:break-word;
    overflow:hidden;
    resize:	vertical;
	border-radius:1px;
	-moz-border-radius:1px;
}

#parent_form #item_comments_add_form textarea, #item_comments_add_link .shadow_add_form textarea{
	border:1px solid #39a5c9;	
}
#item_comments_add_link .shadow_add_form textarea{
	height:36px;
}

#item_comments_widget #item_comments_add_form .markItUpContainer{
	margin-top:-5px;
}

#item_comments_widget #item_comments_add_form .markItUpContainer ul li a{
	width:32px !important;
	height:32px !important;
	display:inline-block !important;
}
#item_comments_widget #item_comments_add_form .markItUpContainer ul li a:hover{
    background-color:#fafafa;
}

#item_comments_widget #item_comments_add_form textarea{
    margin-bottom:4px;
}

#item_comments_widget #item_comments_add_form .preview_box{
    margin-bottom:10px;
    padding:15px;
    border:solid 4px #B3C2C9;
    border-radius:3px;
    background:#FFF;
    display:none;
}

#item_comments_widget #item_comments_add_form .loading{ display: none; }

#item_comments_widget #item_comments_add_form .author_data {
	margin-bottom:8px;
}

#item_comments_widget #item_comments_add_form .author_data .field {
	overflow:hidden;
}
#item_comments_widget #item_comments_add_form .author_data .field label {
	float:left;
	width:140px;
	height:20px;
	line-height:20px;
}
#item_comments_widget #item_comments_add_form .author_data .field .input {
	width:99%;
	max-width: 200px;
	min-width: 50px;
}

#item_comments_widget #item_comments_refresh_panel {
    display: block;
    width:50px;
    height:35px;
    position: fixed;
    z-index:100;
    right:0px;
    top:45%;
    background:url("/templates/default/images/loader24.gif") no-repeat center center #B3C2C9;
}

#item_comments_widget #item_comments_refresh_panel a{
    display: block;
    width:50px;
    height:35px;
    background:url("/templates/default/images/icons32/update-black.png") no-repeat center center #B3C2C9;
}
#item_comments_widget #item_comments_refresh_panel a:hover{
    background-color: #e1ebef;
}
#item_comments_list{
	clear:botch;
	padding-right:10px;
	padding-left:10px;
	padding-top:100px;
}
#item_comments_list .comment{
	width:100%;
	border:solid 3px #FFF;
	border-width:0 0 0 3px;
	border-left-color:#cdd5d8;
    padding:10px 10px 10px 0;
    margin:0 0;
	border-radius:0 !important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
	background:#fff;
	-webkit-transition: 200ms ease-in;
	-moz-transition: 200ms ease-in;
	transition: 200ms ease-in;
}
#item_comments_list .comment:hover{
    //background:#FEF5E7;
}


#item_comments_list.striped-list .comment{
    border-bottom: solid 1px #EDEDED;
	border-right:0;
    padding-bottom:15px;
}

#item_comments_list.striped-list .comment:last-child{
    border:none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#item_comments_list .selected-comment{
    background:#ffffd9 !important;
}

#item_comments_list .reply_this{
    background:#FEF5E7 !important;
	padding-bottom:0;
	padding-right:0;
}
#item_comments_list .edit_this{
    background:#FEF5E7 !important;
	padding-bottom:0;
	padding-right:0;
}


#item_comments_list .comment .info,
#item_comments_list .comment .body {
    overflow: hidden;
    clear: both;
	padding-left:10px;
}

#item_comments_list .comment .info{
    margin-bottom:6px;
	display:inline-block;
}
#item_comments_list .comment .body {
   
}
#item_comments_list .comment .info div {
    float: left;
    margin-right: 10px;
    font-size:12px;
}



#item_comments_list .comment .text{
	//min-height:48px;
	//max-height:48px;
	overflow:hidden;
}






#item_comments_list .comment .info .name .user{ color:#375D81; }
#item_comments_list .comment .info .name .user:hover{ color:#d35400; }
#item_comments_list .comment.is_topic_starter .info .name .user{ color:#d35400; }
#item_comments_list .comment.is_topic_starter .info .name .user:hover{ color:#e67e22; }

#item_comments_list .comment .info .name .guest_name{ font-weight: bold; }

#item_comments_list .comment .info .name .subject{ color:#4096EE; }
#item_comments_list .comment .info .name .subject:hover{ color:#d35400; }

#item_comments_list .comment .info .date{ color:#999; }

#item_comments_list .comment .nav a {
    text-decoration:none;
    margin-right: 3px;
    color:#BDC3C7;
}

#item_comments_list .comment .nav a:hover {
    color:#d35400;
}

#item_comments_list .comment .nav .scroll-down { display:none; }


#item_comments_list .comment .comment_anchor{
	display:inline-block;
}

#item_comments_list .comment .body .avatar img, #item_comments_list .comment .body .avatar a { display:block; }
#item_comments_list .comment .body .avatar{
   float: left;
   margin: 4px 0 0 0;
   position:relative
}
#item_comments_list .comment .body .avatar.comment_user_online{
    border-left-color: #27ae60;
    border-left-width: 2px;
}
#item_comments_list .comment .body .avatar a img
{
	border:0;
	text-decoration:none;
    border-radius: 80px;
	width:40px;
	max-height:40px;
	overflow:hidden;
}
#item_comments_list .comment.is_levels .body .avatar a img{
	opacity:0.9
}

.spinner {
  width: 8px;
  height: 8px;
  position: relative;
  float:left;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: red;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.comment_user_online .spinner {
  width: 8px;
  height: 8px;
}
.comment_user_online .double-bounce1, .comment_user_online .double-bounce2{
  -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
  animation: sk-bounce 4.0s infinite ease-in-out;
  background-color: green;
}
.comment_user_online .double-bounce2 {
  -webkit-animation-delay: -2.0s;
  animation-delay: -2.0s;
}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}













#item_comments_list .comment .content{
    color:#333;
    padding-left:10px;
    padding-top: 4px;
    position: relative;
    overflow: hidden;
}
#item_comments_list .comment:hover .content{
	
}
#item_comments_list .comment:first-child .content{
    color:#222;
}
#item_comments_list .comment .content img {
	max-width:100%;
}

#item_comments_list .comment .content .links{
    padding:0;
	margin:8px 0 0 0;
    font-size:12px;
	padding-top:8px;
	overflow:hidden;
}

#item_comments_list .comment .content .links a {
    font-size:11px;
    color:#999;
    text-decoration:none;
    margin-right:2px;
	display:inline-block;
	background:#fff;
	padding:4px 6px;
	border:1px solid #ECF0F1;
}
#item_comments_list .comment .content .links a:hover {
    color:#d35400;
	border-color:#d35400;
}
#item_comments_list .comment .content .links a.edit:hover {
    color:green;
	border-color:green;
}
#item_comments_list .comment .content .links a.reply{
	color:#fff;
	position:relative;
	background:#39add3;
	border-color:transparent !important;
}

#item_comments_list .comment .content .links a.reply:after {
	top: -12px;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;	
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #39add3;
	border-width: 6px;
	margin-left: -7px;
}

 #item_comments_list section .comment.is_levels .content .links a.reply{
	background:#60a9c1;
	border-color:#60a9c1; 
 }
  #item_comments_list section .comment.is_levels .content .links a.reply:after{
	border-bottom-color:#60a9c1; 
 }
 
 #item_comments_list .comment .content .links a.reply:hover,  #item_comments_list section .comment.is_levels .content .links a.reply:hover{
	background:#009bde;
	color:#fff;
}
 #item_comments_list .comment .content .links a.reply:hover:after, #item_comments_list section .comment.is_levels .content .links a.reply:hover:after {
	 border-bottom-color: #009bde;
 }
 
 
 
#item_comments_list .comment .deleted{
    padding:5px 15px;
    color:#666;
    font-style:italic;
    margin-right:6px;
	font-size:12px;
}

#item_comments_widget .login_to_comment{
	margin-top:5px;
	font-size:12px;
	color:#666;
}



#item_comments_list section{
	border-top:2px solid #ECF0F1;
	padding:0;
	margin:0;
	position:relative;
	display:block;
	width:100%;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition:opacity 400ms ease-in;
	transition:opacity 400ms ease-in;
}
#item_comments_list section:hover, #item_comments_list section.this_selected{
	border-color:#39ADD3 !important;
	border-top-color:#ECF0F1 !important;
	
}
#item_comments_list section:hover .comment, #item_comments_list section.this_selected .comment{
	border-color:#39ADD3 !important;
	border-top-color:#ECF0F1 !important;
}
#item_comments_list section:hover .comment.pos, #item_comments_list section.this_selected .comment.pos{
	border-color:#65bf00 !important;
	border-top-color:#ECF0F1 !important;
}
#item_comments_list section:hover .comment.neg, #item_comments_list section.this_selected .comment.neg{
	border-color:#ff001c !important;
	border-top-color:#ECF0F1 !important;
}

#item_comments_list section.this_selected .comment:first-child{
	background-color:#ccebfb !important;
	-webkit-transition: none;
	-moz-transition:none;
	transition:none;
}

#item_comments_list section:first-child{
	margin-top:10px;
}

#item_comments_list section #item_comments_add_form {

}
#item_comments_list section.this_selected .comment:first-child #item_comments_add_form {
	 background:#ccebfb !important;
 }
 
body {
counter-reset: cmm-count-parent;
}

#item_comments_list section .comment[data-level="1"]
{
	counter-increment: cmm-count-parent;
}
#item_comments_list section .comment{
	background-color:#f5f5f5;
	position:relative;
}
#item_comments_list section .comment:first-child{
	background-color:#fff;
	border-bottom:1px solid #cdd5d8;
}




.comment.is_levels{
	border-width:0 3px 0 0 !important;
	border-right-color:#cdd5d8 !important;
}
#item_comments_list section .comment.is_levels:first-child{
	
}
.comment.is_levels .content{
	color:#666;
}


.is_display_block{
	display:block;
}
.is_display_none{
	display:none;
}

.section_head a:before{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;	
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display:inline-block;
	padding-right:4px;
}
	
.section_head{
	float:right;
	display:inline-block;
	overflow:hidden;
	height:22px;
	margin:0 10px 0 0
}
.section_head a{
	display:block;
	position:relative;
	float:right;
	text-decoration:none;
	font-size:12px;
	height:22px;
	line-height:22px;
	border:1px solid #cdd5d8;
	margin-left:2px;
	padding:0 5px;
	color:#39add3;
	background:#fff;
		-webkit-transition: 200ms ease-in;
	-moz-transition: 200ms ease-in;
	transition: 200ms ease-in;
}
.section_head a:hover{

}
.section_head a span{
	display:inline-block;
	height:24px;
	line-height:24px;
	background:#cdd5d8;
	color:#fff;
	margin:-2px -6px -2px 6px;
	padding:0 5px;	
}
.section_head a:hover span, .section_head a.open span{
	
}

 .section_head a.show_childs{
 }  
 .section_head a.show_childs:before{
	content:"\e916";
 }        

.section_head a.open{
	background:#b3c2c9;
	color:#fff;	
	border-color: #b3c2c9 !important;
}	
		 
#item_comments_list section:hover .section_head a, 
#item_comments_list section.this_selected .section_head a{
	border-color:#88b7d5;
} 
#item_comments_list section:hover .section_head a span, 
#item_comments_list section.this_selected .section_head a span{
	background:#88b7d5;
} 

		 
.latests_comments_slider{
	
}		 
.latests_comments_slider a{
	text-decoration:none !important;
	display:block;
	color:#000;
}				 
	


#cmm_info_bar{
	position:relative;
}	
#cmm_info_bar .timer_container{
	font-size:11px;
	line-height:11px;
	overflow:hidden;
	color:#888;
} 




/* Рейтинг */



#item_comments_list .comment:first-child .comment_rating{
	
}

#item_comments_list .comment .comment_rating{
	display:block;
	float:right;
	overflow:hidden;
	margin-top:14px;
	margin-right:10px;
}
#item_comments_list .comment .comment_rating a, #item_comments_list .comment .comment_rating .value, #item_comments_list .comment .comment_rating span,
#item_comments_list .comment .comment_rating a:before, #item_comments_list .comment .comment_rating span:before {
	display:block;
	height:24px;
	line-height:24px;
}
#item_comments_list .comment .comment_rating a, #item_comments_list .comment .comment_rating span, #item_comments_list .comment .comment_rating .value {
	float:left;
	text-align:center;
	overflow:hidden;
}
	
#item_comments_list .comment .comment_rating a, #item_comments_list .comment .comment_rating span {
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:0 4px 0 4px;
	position:relative;
}


#item_comments_list .comment .comment_rating .value {
    font-weight: normal;
	padding:0 0;
	color:#B3C2C9;
	margin:0 0;
	font-size:12px !important;
	min-width:20px;
}
#item_comments_list .comment .comment_rating .value.positive {
	background:#65bf00;
	color:#fff;
	}
#item_comments_list .comment .comment_rating .value.negative { 
    background:#ff001c;
	color:#fff;
   }
 #item_comments_list .comment .comment_rating span {
	color:#B3C2C9;
	}
	
	
#item_comments_list .comment .comment_rating a.rate-up {
	color:#65bf00;
	}
#item_comments_list .comment .comment_rating a.rate-up:hover { 
	color:#65bf00;
 }
 
#item_comments_list .comment .comment_rating a.rate-down { 
	color:#ff001c;
 }
#item_comments_list .comment .comment_rating a.rate-down:hover { 
	    color:#ff001c;
 }



 
 


.bottom_panel {
  overflow:hidden;
  position: fixed;
  bottom: 0px;
  height:38px;
  line-height:38px;
  background:#B3C2C9;
  width:100%;
  font-size:12px;
  border-left:5px solid rgba(0,0,0,0.5);
  border-right:5px solid rgba(0,0,0,0.5);
  margin-left:-15px;  
    }
 

 
.bottom_panel a.goTop {
	float:right;
    display: block;
	background:#B3C2C9;
	color:#B3C2C9;  
	text-decoration:none !important;
	height:38px;
    line-height:38px;
	text-align:center;
	width:78px;
	background: linear-gradient(to right, #B3C2C9 50%, #39a5c9 50%);
    background-size: 200% 100%;
    background-position:left bottom;
    margin-left:10px;
    transition:all 1s ease;
    }
.bottom_panel a.goTop:hover {
    background-color: #39a5c9;   
    }
.bottom_panel a.goTop.is_show {
	background-position:right bottom;
	color:#fff;
}	
	

	@media (max-width: 1400px) {

	}
	
@media (max-width: 992px) {
    #parent_form #item_comments_add_form {
	//max-width:730px;
    }
	.box_side,.colLeft,.colRight, #comments_sorter, .reg_info.parent_form, #item_comments_list .avatar{
		display:none;
	}
	#item_comments_list .info .name{
		display:block;float:none !important;margin-bottom:3px;
	}
	#item_comments_list .content{
		padding-left:0 !important;
	}
	#item_comments_list .content .text{
		font-size:12px;line-height:14px;
	}
	#item_comments_list .links a{
		float:left;
		overflow:hidden;
		margin-bottom:5px;
	}
}
@media (max-width: 767px) {
   #parent_form #item_comments_add_form {
	//max-width:433px;
    }
	.box_side,.colLeft,.colRight, #comments_sorter, .reg_info.parent_form, #item_comments_list .avatar{
		display:none;
	}
	#item_comments_list .info .name{
		display:block;float:none !important;margin-bottom:3px;
	}
	#item_comments_list .content .text{
		font-size:12px;line-height:14px;
	}
	#item_comments_list .content{
		padding-left:0 !important;
	}

	#item_comments_list .links a{
		float:left;
		overflow:hidden;
		margin-bottom:5px;
	}
}
@media (max-width: 460px) {
   #parent_form #item_comments_add_form {
	//max-width:100%;
    }
	.box_side,.colLeft,.colRight, #comments_sorter, .reg_info.parent_form, #item_comments_list .avatar{
		display:none;
	}
	#item_comments_list .info .name{
		display:block;float:none !important;margin-bottom:3px;
	}
	#item_comments_list .content .text{
		font-size:12px;line-height:14px;
	}
	#item_comments_list .content{
		padding-left:0 !important;
	}
	#item_comments_list .links .reply{
		margin-bottom:5px;
	}
		#item_comments_list .links a{
		float:left;
		overflow:hidden;
		margin-bottom:5px;
	}
}
