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

.ad_top{
	width: 586px;
	height: 100px;
	background: url(../images/top_ad.png) no-repeat;
}
.ad_top .image{
	width: 409px;
}
.ad_top .form span{
	font-weight: bold;
	padding: 3px 3px 3px 13px;
	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 {
	;
}
.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 Verdana;
}
.ad_main .item .short_content {
	height: 30px;
	overflow: hidden;
}
.ad_main .item .short_content a{
	font: normal 8pt/15px Verdana;
}

.ad_list{
	width: 566px;
}
.ad_list .item{
	float: left;
	padding: 10px 10px 0px 0px;
}
.ad_list .item .content{
	width: 130px;
}
.ad_list .item .inner{
	border: solid 1px #C3C3C3;
	padding: 2px;
}
.ad_list .item img{
	border: none;
	width: 125px;
	height: 94px;
}
.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_list .link{
	margin: 10px 0px 0px 0px;
}
.ad_list .link a{
	font: 700 8pt/15px Tahoma;
	color: #E00025;
}
/**/
.ad_detail{
	width: 555px;
}
.ad_detail .detail_table{
	width: 100%;
	margin-bottom: 8px;
}
.ad_detail .detail_table td{
	background: #EBEBEC;
}
.ad_detail .detail_table .row{
	padding: 5px 0px 5px 0px;
	font: 100 8pt/18px Tahoma;
}
.ad_detail .detail_table .header{
	height: 23px;
	background: #6D6C6C;
	color: #FFFFFF;
	font: 700 8pt/18px Tahoma;
	text-align: center;
}
.ad_detail .detail_table .label{
	width: 25%;
	height: 20px;
	padding-left: 3px;
	font-weight: bold;
	background: #EBEBEC;
	color: #737373;
}
.ad_detail .detail_table .value{
	padding: 3px;
	width: 75%;
	background: #FFFFFF;
}
.ad_detail .part_2{
	width: 100%;
}
.ad_detail .part_2_1{
	width: 300px;
}
.ad_detail .part_2_2{
	width: 245px;
	background: url(../images/ad_detail_header_bck.jpg) repeat-x;
	padding-left: 8px;
	border: 1px solid #8bc1d7;
}
.ad_detail .part_2_2 .header{

}