.c-header {
	position:relative;
	float:left;
	width:100%;
	
}
.c-header h2 {
	float:left;
	width:13%;
	color:#608D18;
	font-size: 19px;
	font-weight: bold;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:13px 0px 0px 0px;
	cursor:pointer;
	white-space: nowrap;
}
.hot-topics-cont {
	position:relative;
	float:right;
	width:86%;		
	min-height: 56px;
}
.hot-topics {
	overflow:hidden;
}
.hot-topics .hide-r {
	position:absolute;
	top:0; bottom:0; right:0; width:41px;
	background:url(../images/chat/hide-r.png);
}
.hot-topics .icon-down {
	position:absolute;
	right:0; 
	top: 18px;
	cursor: pointer;
}
.icon-close .icon-close {
	display: none;
}
.hot-topics.full .icon-close{
	position:absolute;
	display: block;
	top:10px;
	right:10px;
	cursor: pointer;
}

.hot-topics-shd-b {
	position: absolute;
	bottom: -11px; 
	left: 7px;
	right: 0;
	height: 11px;
	background: url(../images/chat/hot-topics-shd-b.png);
}
.hot-topics-shd-t {

}
.hot-topics-shd-l{
	position: absolute;
	top: 11px;
	bottom: 0px; 
	left: -4px;
	width: 4px;
	background: url(../images/chat/hot-topics-shd-l.png);
}
.hot-topics-shd-r{
	position: absolute;
	top: 8px;
	bottom: 0px; 
	right: -8px;
	width: 8px;
	background: url(../images/chat/hot-topics-shd-r.png);
}
.hot-topics-shd-tl{
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 11px;
	background: url(../images/chat/hot-topics-shd-tl.png);
}
.hot-topics-shd-tr{
	position: absolute;
	top: 0px;
	right: -8px;
	width: 8px;
	height: 8px;
	background: url(../images/chat/hot-topics-shd-tr.png);
}
.hot-topics-shd-bl{
	position: absolute;
	bottom: -11px; 
	left: -4px;
	height: 11px;
	width: 11px;
	background: url(../images/chat/hot-topics-shd-bl.png);
}
.hot-topics-shd-br{
	position: absolute;
	bottom: -11px; 
	right: -8px;
	height: 11px;
	width: 8px;
	background: url(../images/chat/hot-topics-shd-br.png);
}
.hot-topics .shd{
	position: static;
	display:none;	
}	
.hot-topics.full .shd{
	display:block;	
}			
			
.hot-topics ul{
	margin:1px;
	background:#fff;
	padding:15px 15px 5px 15px;
	white-space:nowrap;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.hot-topics.full {
	overflow:visible;
	position:absolute;
	z-index: 1000;
}
.hot-topics.full ul {
	margin: 0px;	
	white-space: normal;
	border:1px solid #e7e7e7;
}
.hot-topics.full .hide-r, .hot-topics.full .icon-down{
	display: none;
}
.hot-topics ul li {
	display:inline-block;
	margin-right:35px;
	margin-bottom:15px;
}
.hot-topics ul li a {
	margin-right:4px;
	font-size:15px;
	color: #373e48;
	text-decoration:none;
	border-bottom: 1px dotted #98a0ac;
}
.hot-topics ul li a:hover {
	color:#72A112;
}
.icon-down {
	width: 16px;
	height: 16px;
	background: url(../images/chat/icon-down.png);
}
.icon-close {
	width: 16px;
	height: 16px;
	background: url(../images/chat/icon-close.png);
}
.icon-man {
	background: url(../images/chat/icon-man.jpg) no-repeat 2px 2px #efefef;
	padding: 3px 5px 3px 18px;
	color: #373e48;
	font-size: 10px;
	font-family: tahoma;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.relative {
	position: relative;
}
