.ws_text { position:relative; margin-bottom: 0px; }
.ws_text .style { margin-bottom:7px; }
.ws_text a.widgetMoreLink { position:absolute; top:10px; right:10px; font-style:italic; font-size:11px; text-decoration:none; text-shadow: 1px 1px 2px #eee; color:#bfbfbf; transition: transform 0.4s ease-out, opacity 0.6s ease; transform: translateX(-10px);}
.ws_text a.widgetMoreLink:hover { transform:translateX(5px); opacity:1 }
#Mhcontent { position:relative; }
.ws_text .lTitleBg_m { font-style:italic }

.ws_text .lTitleBg_m { float:left; font-size:12px; margin-left:0px; padding:6px 20px 6px 15px; 
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-size:12px;
	font-style:italic;
	text-shadow: 1px 1px 2px #fff; 
	max-height:20px;}

.ws_text .lTitleBg_m:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9; font-weight:bold; }

.ws_text .line { border-bottom:2px solid #e9e9e9; height:26px; }
.ws_text .lTitleBg_m .fa { margin-right:5px; color:#bfbfbf; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);}
.ws_text .lTitleBg_m i { color:#ff6600; margin-right:5px; }