
/*TOPIC LIST*/
.mslist-topics-loading{text-align:center; padding:5em 0;}
.mslist-topics-noresult{text-align:center; padding:5em 0; display:none;}

.ms-topics-form{width:240px; padding:8px;}
.ms-topics-tab{ overflow:hidden; margin:24px 0;}
.ms-topics-tab li{background:url(../../../topics/images/tab2.gif) no-repeat 0 0;	float:left; color:#555;
	width:79px; text-align:center; height:32px; line-height:32px; cursor:pointer;}
.ms-topics-tab li:hover{background:url(../../../topics/images/tab2.gif) no-repeat 0 -32px; color:#000;}
.ms-topics-tab li.select,
.ms-topics-tab li.select:hover{background:url(../../../topics/images/tab2.gif) no-repeat 0 -64px; color:#fff; cursor:default;}

#mslist-topics li{
	display:block;
	overflow:hidden;
	border-bottom:1px solid #cc0000;
	width:100%;
}

#mslist-topics li a{
	display:block;
	overflow:hidden;
	padding:18px 0;
	text-decoration:none;
}
#mslist-topics li a img{
	float:left;
}
#mslist-topics li a:hover img{
	filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
}

#mslist-topics li a span{
	float:right;
  width:920px;
	font-size:11px;
}
#mslist-topics li a strong{
  display:block;
  font-size:15px;
  padding:2px 0 0;
  text-indent:-0.5em;
}

.topics_bottom{text-align:center; padding:24px;}
.topics_bottom a{margin:0 8px;}



@media(max-width: 736px){
	#mslist-topics li a{
display: table;
		width: 100%;
	}
	#mslist-topics li a img{
	float:none;
		width: 40px;
		min-width: 40px;
		height: auto;
		display: table-cell;
}
	#mslist-topics li a span{
	float:none;
  width:auto;
		padding: 0 4px;
	display: table-cell;
		vertical-align: top;
}
}