@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	background-color:#FFF;
/*	background:url('debug_bg.gif') center top repeat;/**/
}
ul,li{
	list-style:none;
}
a{
	color:#06C;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
img{
	border:0px;
}

.new_search{
	float:left;
	height:29px;
	padding:15px 16px 0px 0px;
	position:relative;
}
.new_search .option_selected{
	width:70px;
	height:25px;
	padding:4px 0px 0px 14px;
	float:left;
	overflow:hidden;
	background:url(http://main.a8-img.com/www/images/search.gif) 0px 0px no-repeat;
}
.new_search .option_selected a{
	width:40px;
	height:19px;
	line-height:19px;
	float:left;
	padding:2px 8px;
	color:#666;
	text-decoration:none;
}
.new_search .option_selected a:hover{
	color:#393;	
}
.new_search .option_list{
	position:absolute;
	left:5px;
	top:43px;
	width:57px;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	border-color:#999 #999 #999 #999;
	background:#FFF;
	display:none;
}
.new_search .option_list ul{
	width:57px;
	overflow:hidden;
}
.new_search .option_list ul li{
	width:57px;
	height:19px;
	line-height:19px;
	text-align:center;
	border-left:1px solid #EEE;
	margin-left:-1px;
	float:left;
}
.new_search .option_list ul li a{
	display:block;
	width:57px;
	height:19px;
	color:#666;
}
.new_search .option_list ul li a:hover{
	color:#F30;
	background:#e7ffb3;
}
.new_search .option_list ul li.selected a,.search .option_list ul li.selected a:hover{
	background:#5d8817;
	color:#fff;
}
.new_search .new_search_box{
	height:29px;
	float:left;
	background:url(http://main.a8-img.com/www/images/search.gif) 0px -61px repeat-x;
	overflow:hidden;
}
.new_search .new_search_box input{
	width:124px;
	height:19px;
	line-height:19px;
	padding:2px ;
	font-size:14px;
	border:0px;
	float:left;
	margin-top:4px;
}
.new_search .new_search_box button{
	width:88px;
	height:29px;
	border:0px;
	background:#fff url(http://main.a8-img.com/www/images/search.gif) 0px -30px no-repeat;
	float:left;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
}