@charset "utf-8";

.search_box{
	border:1px solid #004DE6;
	border-radius:14px;
	background-color:#FCF7E0;
	width:100%;
	margin:15px 0 10px 0;
	
}

.search_box ul.type{
	margin-top:5px;
	
}
.search_box ul.type li{
	float:left;
	width:46%;
	border:1px solid #F7630F;
	border-radius:3px;
	-webkit-box-shadow: 1px 1px 6px #696969;
	-moz-box-shadow: 1px 1px 6px #696969;
	box-shadow: 1px 1px 6px #696969;
	margin-left:2%;
	margin-bottom:2%;
}
.search_box ul li .inner{
	padding:5px 0 5px 0;
	font-size: 11pt;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: -moz-linear-gradient(top, #FB9C3B 50%, #FB8224 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #FB9C3B), color-stop(0.5, #FB8224));
	border: 1px solid #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-shadow: 1px 1px 0px #F15A24,1px -1px 0px #F15A24,-1px 1px 0px #F15A24, -1px -1px 0px #F15A24;
	text-align: left;
	line-height:1.6;

	
}
.search_box ul li .inner .cb{
	background-image:url(../images/check_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:17px;
	height:25px;
	float:left;
	background-size:contain;
	
}
.search_box ul li .inner .cb.checked{
	background-image:url(../images/checked_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	
}
.search_box ul li .inner .cb input{
	display:none;
}

.search_box ul li .inner .icon{
	width:23px;
	height:21px;
	float:right;
	height:auto;
	line-height:1.2;
}
.search_box .search_button{
	float:left;
	font-size:19px;
	color:#333333;
	text-shadow: 0px -1px 0px #FFF;
	font-weight:bold;
	background-color:#FBCC3B;
	border:1px solid #FBB03B;
	border-bottom:5px solid #FBB03B;
	border-radius:5px;
	padding:10px;
	text-align:left;
	width:60%;
	margin:0 0 10px 2%;
	background-image:url(../images/search_icon.png);
	background-size:26px 26px;
	background-repeat:no-repeat;
	background-position:85% center;
	
	
}
.search_box .extend{
	display:none;
}
.search_box .extend_button{
	color:#1111CC;
	margin:15px 0 0 10px;
	float:left;
}

.search_box .extend .title{
	background-color:#0F59D4;
	border-radius:3px;
	color:#FFF;
	float:left;
	margin-left:2%;
	padding:3px;
}
.search_box .extend .arrow{
	background-image:url(../images/arrow.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:10px;
	float:left;
	margin-left:10%;
}
.search_box .extend ul li{
	width:47%;
	float:left;
	text-align:left;
	margin:0 0 5px 2%;
}

.search_box .extend .title span{
	color:#FFFF00;
	font-size:11px;
}




