@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;
}

.h_search{
	float:left;
	height:30px;
	position:relative;
}
.h_search .option_selected{
	width:50px;
	height:25px;
	padding:5px 0px 0px 10px;
	float:left;
	overflow:hidden;
	background:url(../images/css_sprites/search.gif) 0px 0px no-repeat;
}
.h_search .option_selected a{
	width:40px;
	height:19px;
	line-height:19px;
	float:left;
	padding:2px 2px 2px 8px;
	color:#666;
	text-decoration:none;
}
.h_search .option_selected a:hover{
	color:#393;	
}
.h_search .option_list{
	position:absolute;
	left:5px;
	top:28px;
	width:50px;
	z-index:999;
	border-style:solid;
	border:0px;
	background:#f2f2f2;
	display:none;
}
.h_search .option_list ul{
	width:50px;
	overflow:hidden;
}
.h_search .option_list ul li{
	width:50px;
	height:19px;
	line-height:19px;
	text-align:center;
	border-left:1px solid #eee;
	margin-left:-1px;
	float:left;
}
.h_search .option_list ul li a{
	display:block;
	width:50px;
	height:19px;
	color:#333;
}
.h_search .option_list ul li a:hover{
	color:#333;
	background:#ccc;
}
.h_search .option_list ul li.selected a,.h_search .option_list ul li.selected a:hover{
	background:#2d9000;
	color:#fff;
}
.h_search .search_box{
	height:30px;
	float:left;
	background:url(../images/css_sprites/search.gif) 0px -40px no-repeat;
	overflow:hidden;
}
.h_search .search_box input{
	width:200px;
	height:19px;
	line-height:19px;
	padding:2px ;
	font-size:14px;
	color:#666;
	font-size:12px;
	border:0px;
	float:left;
	margin-top:4px;
	background:none;
}
.h_search .search_box button{
	width:30px;
	height:30px;
	border:0px;
	background:url(../images/css_sprites/search.gif) 0px -80px no-repeat;
	float:left;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
}