@import "paging.css";
@import "form.css";
@import "html_page.css";

.ad_main {
	;
}
.ad_main .part_2_1, .ad_main .part_2_2 {
	width: 278px;
}
.ad_main .item {
	text-align: left;
	border: 1px solid #d7d7d7;
	height: 62px;
	overflow: hidden;
}
.ad_main .item .container{
	padding: 8px 8px 8px 8px;
}
.ad_main .item img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.ad_main .item .title{
	height: 16px;
	overflow: hidden;
}
.ad_main .item .title a{
	color: #E00025;
	font: 700 8pt/16px Verdana;
}
.ad_main .item .short_content {
	height: 30px;
	overflow: hidden;
}
.ad_main .item .short_content a{
	font: normal 8pt/15px Verdana;
}
/**/
.ad_list{
	width: 480px;
}
.ad_list .item{
	float: left;
	padding: 10px 10px 0px 0px;
}
.ad_list .item .content{
	width: 146px;
}
.ad_list .item .inner{
	border: solid 1px #C3C3C3;
	padding: 5px;
}
.ad_list .item img{
	border: none;
	width: 134px;
	height: 101px;
}
.ad_list .item .title{
	height: 88px;
	overflow: hidden;
}
.ad_list .item .part_1{
	margin-top: 5px;
	color: #666666;
	font: 700 8pt/15px Tahoma;
	height: 60px;
	overflow: hidden;
}
.ad_list .item .part_2{
	margin-top: 3px;
	color: #E0010A;
	font: 700 8pt/15px Tahoma;
	height: 15px;
	overflow: hidden;
}
/**/
.ad_detail{
	width: 480px;
	margin-bottom: 10px;
	border: 1px solid #DEDEDE;
}
.ad_detail td{
	background: #DEDEDE;
}
.ad_detail .row{
	padding: 5px 0px 5px 0px;
	font: 100 8pt/18px Tahoma;
}
.ad_detail .header{
	height: 23px;
	background: #DEDEDE;
	color: #43565F;
	font: 700 8pt/23px Tahoma;
	text-align: center;
}
.ad_detail .label{
	width: 25%;
	height: 20px;
	padding-left: 3px;
	font-weight: bold;
	background: #DEDEDE;
	color: 43565F;
}
.ad_detail .value{
	padding: 3px;
	width: 75%;
	background: #FFFFFF;
	font: 100 9pt/23px Tahoma;
}