/* Чат */
.editarea{
	width:99%;
	display: none;
}
#chat_body 
{
	width:100%;
	margin:0 auto;
	float:left;
	word-wrap: break-word;
}
#chat_text_field 
{ 
	width:728px;
	overflow:auto;
}
.img_left{
	z-index: 999;
	position:relative;
	left: -20px;
	top:5px;
	
}
#inp_closed{float:left;}
#inp_open{float:left;}
.setap_div{
	float:right;
	margin-top: 6px;
}
.setap_div img{
	margin-left: 4px;
	cursor: pointer;
}
.chat_post_del{
	position:relative;
	float: right;
	top: -20px;
	left: -5px;
	cursor: pointer;
	color:#ccc;
}
.chat_post_del:hover{
	color:#000;
}
.chat_text_input 
{   
width:720px; height:120px;margin-bottom: 5px;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#title_inp{
	width:100%;
	font-size:16px;
	display:none;
}
.otpravit{
	cursor:pointer; 
	padding:10px 25px;
	margin-top: 5px;
}
.fileInp{
	float:left; 
	position:relative; 
	top:16px;
}
#chat_button
{
	float:right;
}
#logout_button
{
	float:left;
	margin:20px 5px;
}

.chat_mess_time {margin:1px 3px; float:right;}
.chat_nickname {font-weight:bold;}

.chat_post_my {margin:1px 3px; color:#000; 
	
}
.chat_post_other {margin:1px 3px; color:#000;}
.my_post {
	
	margin-top: 8px; 
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.other_post{
	
	margin-top: 8px; 
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	
}
.gifuploaf{
	position:relative;
	top:15px;
	left:15px;
	display: none;
}

.mess_text_area
{
	color:#333;
	padding:0 3px 10px 3px;
}

.parsed_url { color:#06C !important; text-decoration:none;}
.parsed_url:hover { color:#06C; text-decoration: underline;}
.serch_input{
	float:right;
	margin-right: 5px;
}
/* Список FAQ */
#list4 { width:100%; rfont-size:15px; }
#list4 ul { list-style: none; }
#list4 ul li { padding: 0 5px 0 0 ;}
#list4 ul li{margin-left: 10px; 
}
#list4 ul li:hover{
	margin-left: 0px; 
}



#list4 ul li span{ 
	margin: -5px 0 0 0px;
	float:left;
	padding-left: 10px;
	color: #666;
}

#list4 ul li a { display:block; text-decoration:none; color:#000000; 
	white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
	 line-height:30px;
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; 
	padding-left:10px; cursor:pointer; }



#list4 ul li a strong { margin: 0 10px 0px 10px; }
/*
.support_border:hover .delete{
	display: block;
}*/
.support_border{border-left: 10px solid #749510;}
.delete{
	float:right;
	position: relative;
	top:20px;
	cursor: pointer;
	color:#ccc;
	opacity:0;
}
.delete:hover{
	color:#000;
	cursor: pointer;
}
