@import url("Base.css");
a:link,a:visited{
	text-decoration:none;
}
	
.mainwidth{
	width:972px;
	margin:0px auto;
}
.case_top{
	height:30px;
	line-height:30px;
	padding-top:14px;
	background:url(../images/case_top.jpg) no-repeat;
	color:#cccccc;
	border-bottom:solid #d8d8d8 1px;
	padding-left:145px;
}
.case_top a{
	color:#000000;
}
.case_top a:hover{
	color:#f19824;
	font-weight:bold;
}
.case_top a.curr{
	color:#f19824;
	font-weight:bold;
}
#caselist{
	margin-top:4px;
}
#caselist dl{
	float:left;
	margin-left:15px;
	padding-top:15px;
	width:304px;
	height:280px;
	overflow:hidden;
	border-bottom:#ececec solid 1px;
}
#caselist dl dt{
	width:300px;
	height:158px;
	border:#eaeaea solid 1px;
}
#caselist dl dt img{
	width:300px;
	height:158px;
}
#caselist dl dd.case_name{
	overflow:hidden;
	display:block;
	padding-top:15px;
	height:14px;
}
#caselist dl dd.case_name a{
	color:#525252!important;
	font-weight:bold;
}
a.case_more{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	background:url(../images/case_more.gif) 0 2px no-repeat;
	font-weight:normal!important;
	float:right;
	color:#6c6c6c;
}
#caselist dl dd.case_date{
	display:block;
	color:#b6b6b6;
	height:9px;
	padding-top:3px;
	font-size:7.5pt;
	font-family:Arial, Helvetica, sans-serif;
}
#caselist dl dd.case_info{
	overflow:hidden;
	padding:5px 0;
	display:block;
	line-height:20px;
	color:#999999;
	height:40px;
}
#caselist dl dd.case_tag{
	display:block;
	height:16px;
	padding-left:30px;
	background:url(../images/case_tag.gif) 0 0 no-repeat;
}
#caselist dl dd.case_tag a{
	margin-left:5px;
	color:#d6881c!important;
}
.case_show{
	padding:15px;
}
.case_show_left{
	width:300px;
	height:158px;
	border:#eaeaea solid 1px;
	float:left;
}
.case_show_left img{
	width:300px;
	height:158px;
}
.case_show_right{
	width:619px;
	height:160px;
	float:right;
}
.case_show_right .case_name{
	padding-left:23px;
	height:18px;
	line-height:18px;
	color:#3f3f3f;
	font-size:16px;
	font-weight:bold;
	background:url(../images/case_naem.gif) 0 0 no-repeat;	
}
.case_show_right .case_info{
	line-height:20px;
	height:100px;
	padding-top:10px;
	overflow:hidden;
}
.case_other{
	background:#efefef;
	padding:8px;
}
.case_content{
	padding-top:15px;
	padding-bottom:15px;
	line-height:20px;
}