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

.ad_top{
	width: 468px;
	height: 100px;
	background: url(../images/ad_top.png) no-repeat;
	margin-bottom: 10px;
}
.ad_top .form span{
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font: 100 8pt Tahoma;
}
.ad_top .form input{
	border: 1px solid #b0c1cf;
	width: 146px;
	height: 18px;
	background: #FFFFFF;
	font: normal 10px Tahoma;
	padding: 2px;
	color: #8D8D8D;
	padding-left: 4px;
}
.ad_top .form select{
	width: 200px;
	height: 18px;
	font: 100 10px Tahoma;
	color: #8D8D8D;
}
.ad_top .form .submit{
	border-width: 0px;
	width: 33px;
	height: 18px;
	background: url(../images/ad_submit_bck.png) no-repeat -1px;
	font: 100 10px Tahoma;
	margin-left: 0px;
}
/**/
.ad_main {
	margin-bottom: 10px;
}
.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: 0px 8px 8px 8px;
}
.ad_main .item .title{
	height: 24px;
	overflow: hidden;
}
.ad_main .item .title a{
	color: #E00025;
	font: 700 8pt/24px Tahoma;
}
.ad_main .item .short_content {
	height: 30px;
	overflow: hidden;
}
.ad_main .item .short_content a{
	font: normal 8pt/15px Tahoma;
}
/**/
.ad_list{
	width: 468px;
}
.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: 468px;
}
.ad_detail .detail_table{
	width: 100%;
	margin-bottom: 8px;
}
.ad_detail .detail_table td{
	background: #DAE3E8;
}
.ad_detail .detail_table .row{
	padding: 5px 0px 5px 0px;
	font: 100 8pt/18px Tahoma;
}
.ad_detail .detail_table .header{
	height: 23px;
	background: #868686;
	color: #FFFFFF;
	font: 700 8pt/23px Tahoma;
	text-align: center;
}
.ad_detail .detail_table .label{
	width: 25%;
	height: 20px;
	padding-left: 3px;
	background: #E1E1E1;
	color: #000000;
}
.ad_detail .detail_table .value{
	padding: 3px;
	width: 75%;
	background: #FFFFFF;
}