.view-block-moteur-recherche .nav-tabs li{width:50%}
.view-block-moteur-recherche .nav-tabs li a{text-align:center;height:38px;}
.view-block-moteur-recherche .form-recherche{
}
.view-block-moteur-recherche .tab-content{padding:15px;}
.view-block-moteur-recherche .dropdown-toggle b{
	display:none;
	
}
.view-block-moteur-recherche .dropdown-toggle{
	text-align:left;
	font-family:"Raleway-Medium";
	border-radius:0;
	border:none;
	background:#fff url("../images/drop-down-arrow.png") no-repeat right top;
	height:38px;
	color:#3b3f44;
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default{
	box-shadow:none;
	background-color: #fff;
	background:#fff url("../images/drop-down-arrow-active.png") no-repeat right top;
	color:#3b3f44;
	border:1px solid #9a7859;
}
.view-block-moteur-recherche .btn-group{
	margin-bottom:10px;
}
.view-block-moteur-recherche ul.multiselect-container{
	width:100%;
	border-radius:0;
	max-height:160px;
	overflow-y:auto;
	margin-top:1px;
}
.view-block-moteur-recherche .text-prix{	text-align:left;
	font-family:"Raleway-Medium";
	border-radius:0;
	border:none;
	height:38px;
	width:100%;
	padding: 6px 12px;
	background:#fff url("../images/sigle-euro-text.png") no-repeat right top;
	margin-bottom:10px;
	color:#3b3f44;
}
.view-block-moteur-recherche .submit-recherche{
	width : 100%;
	font-family:"Raleway-Medium";
	height:38px;
	border:none;
	color:#fff;
	background: #ccac8f url(../images/arrow-item-menu-white.png) 74% 50% no-repeat;
}
.view-block-moteur-recherche .submit-recherche:hover,
.view-block-moteur-recherche .submit-recherche:active{
	background-color:#9a7859;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus{
	background-color:#f2e7dd;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
	background-color:#9a7859;
}
.view-block-moteur-recherche button:active,
.view-block-moteur-recherche button:hover,
.view-block-moteur-recherche input[type="text"]:active,
.view-block-moteur-recherche input[type="text"]:hover,
.view-block-moteur-recherche input[type="text"]:focus{
	border:1px solid #9a7859;
}
.view-block-moteur-recherche .error{display:none;}
input[name="location-regions[]"],
input[name="achat-regions[]"],
input[name="location-villes[]"],
input[name="achat-villes[]"]{
	display:none;
}
.ie8 input[name="location-regions[]"],
.ie8 input[name="achat-regions[]"],
.ie8 input[name="location-villes[]"],
.ie8 input[name="achat-villes[]"]{
	display:block;
	border:none;
	margin-left:-50px;
}
.view-block-moteur-recherche .multiselect-container>li>a>label.radio{
	padding-left:15px;
}