/* CSS Document */
*{ margin:0px; padding:0px;}
img{ border:none;}
.clear{ clear:both; height:1px; overflow:hidden;}

.hidecontent {display:none;}

.showmob{
	width:100px; 
	height:130px; 
	overflow:hidden; 
	float:left; 
	margin-left:10px; 
	margin-top:10px; 
	border:1px solid #666; 
	text-align:center;
	padding-bottom:5px; 
	cursor:pointer
}
.showmob_img{
	width:100px; 
	height:100px; 
	overflow:hidden;  
}
.showmob_title{
	width:100px; 
	height:25px; 
	overflow:hidden;   
	margin-top:5px; 
	text-align:center; 
	color:#000
}
.hiddes{
	position:absolute;
	width:710px;
	background-color:#FFF;
	display:block;
	z-index:101;
	left:40px;
	display:none;
	border:1px solid #dedede
}
.hiddes h1{
	width:60%; 
	font-size:14px; 
	font-weight:bold; 
	color:#000; 
	float:left; 
	padding-left:5px
}
.hiddes span{
	width:40px; 
	font-family:"Times New Roman"; 
	float:right; 
	color:#000; 
	text-align:right; 
	text-align:center; 
	cursor:pointer
}
.mb{
	width:100%;
	background-color:#000000;
	opacity: 0.40;
	filter : progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50,finishOpacity=100);
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	display:none;
	z-index:100
}
.hiddesc{
	border-top:1px solid #dedede;
	height:400px;
	width:100%;
	overflow-y:scroll
}	
.showmob1{
	width:225px; 
	height:60px; 
	overflow:hidden; 
	float:left; 
	margin-left:10px; 
	margin-top:15px;  
	text-align:center;
	padding-bottom:5px; 
	cursor:pointer
 }
