@charset "gb2312";



/* select */
.select{
	border:0px solid #ddd;
	border-radius:4px;
	width:400px;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
.select li{
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.select .select-list{
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
}
.select-shuo  {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	float: left;
	margin-left: 7px;
}
.select-shuo a {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
	line-height: 28px;
}


.select dl{
	zoom:1;
	position:relative;
	line-height:18px;
}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select dt{
	width:50px;
	margin-bottom:5px;
	position:absolute;
	top:3px;
	left:-50px;
	text-align:right;
	color:#666;
	height:24px;
	line-height:24px
}
.select dd{
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.select dd a{
	display:inline-block;
	white-space:nowrap;
	color:#666666;
	-moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px;   /* Webkit browsers */
	border-radius:3px;            /* W3C syntax */
	border: 1px solid #CCCCCC;
	text-decoration:none;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	line-height: 22px;
	font-size: 12px;
	height: 22px;
}
.select dd a:hover,
.select .selected a{
	text-decoration: none;
	border: 2px solid #FF3300;
	line-height: 20px;
	height: 20px;
	padding-right: 9px;
	padding-left: 9px;
	background-image: url(gou.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.select-result dt{font-weight:bold}
.select-no{
	color:#666666
}
.select .select-result a{
	padding-right:20px;
	background:#f60 url("close.gif") right 9px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.select .select-result a:hover{
	background:#f60 url("close.gif") right -15px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}.select .zongjiage {
	font-size: 22px;
	color: #FF3300;
	font-weight: bold;
	font-family: Arial;
}
.chanlist-img {
	padding: 1px;
	height: 318px;
	width: 378px;
	border: 1px solid #DDDDDD;
	float: left;
}
