#search_form_leftside{
	font-family: 'Asap',sans-serif;
	padding: 13px 0 17px 9px;
    width: 199px;
}
#search_form_leftside label{
	display: inline;
	font-size: 11px;
	color:#405CA4;
	font-weight: normal;
}
.tags_checkbox_hidden_list{
	display: none;
}

/* check boxes type expert */
.expert_type_checkboxes {
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}
.expert_type_checkboxes input{
	position: absolute;
	left: -100px;
	top: -100px;
}
.expert_type_checkboxes label{
	background: url(../themes/bij/images/check_box.png) 0 0 no-repeat;
	display: block;
	float: left;
	padding-left: 27px;
	height: 19px;
	line-height: 19px;
}
.expert_type_checkboxes .expert_chbx_ctnr{
	float: right;
}
.expert_type_checkboxes label.checked_picto{
	background: url(../themes/bij/images/check.png) 0 0 no-repeat;
}

/* input free word search */
.search_like_ctnr{
	margin-bottom: 14px;
}
.search_like_ctnr input{
	border: none;
	background: url('../themes/bij/images/search.png') 0 0 no-repeat;
	width: 175px;
	height: 25px;
	line-height: 25px;
	padding: 0 34px 0 2px;
}
.cross_btn{
	background: url('../themes/bij/images/btn_fermer.png') 0 0 no-repeat;
	display: block;
	width: 10px;
	height: 10px;
}

.add_keywords_ctnr {
	padding-bottom: 5px;
}

/**/
.deploy_title{
	background: url('../themes/bij/images/gradient_library.png') 0 0 repeat-x;
	color: #405CA4;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	padding-left: 11px;
	cursor: pointer;
	margin-top: 9px;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.deploy_title .arrow_down{
	background: url('../themes/bij/images/arrow_library.png') 0 0 no-repeat;
	float: right;
	margin-right: 6px;
	margin-top: 7px;
	width: 11px;
	height: 6px;
}
.hidden_list{
	position: relative;
	z-index: 20;
}
.hidden_list .content-to-deploy{
	display: none;
	width: 400px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 15px #B2B2B2;
	-webkit-box-shadow: 0 0 15px #B2B2B2;
	box-shadow: 0 0 15px #B2B2B2;
	position: absolute;
	left: 0;
	top: 0;
}
.hidden_list .content-to-deploy .check_ctnr{
	float: left;
	margin-right: 15px;
}
.hidden_list .content-to-deploy .check_ctnr input{
	vertical-align: middle;
}
.hidden_list .content-to-deploy .deployed_title{
	color: #405ca4;
	font-size: 14px;
	margin-bottom: 14px;
}
.hidden_list .content-to-deploy .close_deployed{
	float: right;
	cursor: pointer;
	font-size: 11px;
	color: #666666;
}
.hidden_list .content-to-deploy .close_deployed .close_img{
	background: url('../themes/bij/images/btn_close.png') 0 0 no-repeat;
	float: right;
	margin-left: 8px;
	width: 12px;
	height: 12px;
}

.search_bottom{
	line-height: 25px;
	margin-top: 14px;
}
.search_bottom input#search_type{
	vertical-align: middle;
	margin-left: 0;
}

#submit_btn{
	font-family: 'Asap',sans-serif;
	color: #ffffff;
	font-size: 11px;
	background: #979797;
	border: none;
	cursor: pointer;
	width: 88px;
	height: 25px;
	float: right;
}

/* results */
.results_ctnr{
	font-family: 'Asap',sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 10 !important;
}
.result_filters{
	background: #7F7F7F;
	color: #ffffff;
	padding: 12px 14px;
	font-size: 11px;
}
.result_filters p{
	margin: 0;
	padding: 5px 0;
}
.result_filters p span.bold{
	font-weight: bold;
}
.result_filters .filters_tags{
	font-size: 13px;
}
h2.results_title{
	color: #4E4E4E;
	font-size: 18px;
	margin: 16px 0;
}
h2.expert_name, h3.expert_name a{
	color: #4E4E4E;
	font-size: 18px;
	margin: 0 0 18px 0;
	text-decoration: none;
}
h3.expert_name a:hover{
	text-decoration: underline;
}
.expert_image {
	float: left;
}
.expert_texts,
.expert_texts_only {
	color: #666666;
	font-size: 11px;
}
.expert_texts h3,
.expert_texts_only h3{
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 22px 0;
}
.expert_block{
	color: #666666;
	padding: 23px 18px 13px 18px;
	position: relative;
}
.expert_block.pair{
	background: #F1F1F1;
}
.expert_block.impair{
	background: #FFFFFF;
}
.expert_block .expert_texts{
	margin-left: 121px;
}
.expert_block .expert_texts_only{
	margin-left: 0px;
}
.expert_block p{
	margin: 0 0 10px 0;
}
.expert_block p.expert_desc{
	margin-bottom: 21px;
}
p.pagination{
	background: #f1f1f1;
	text-align: center;
	padding: 5px 0;
}
p.pagination a{
	background-color: #FFFFFF;
    color: #666666;
    display: inline-block;
    font-family: 'Asap',sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 16px;
    text-align: center;
    text-decoration: none;
    width: 16px;
}
p.pagination a:hover{
	background-color: #C0272E;
	color: #FFFFFF;
}
p.pagination a.current_page{
	background-color: #C0272E;
	color: #FFFFFF;
}

.results_ctnr .sub_info_title, .sub_info_title{
	float: left;
}
.results_ctnr .sub_info_content, .sub_info_content{
	margin-left: 61px;
}
.sub_info_content a{
	color: #666666;
	text-decoration: underline;
	outline: none;
}
.sub_info_content a:hover{
	text-decoration: none;
}
a.lien_expert_icon{
	display: block;
	position: absolute;
	right: 11px;
	bottom: 13px;
	background: url('../themes/bij/images/picto_plus.png') 0 0 no-repeat;
	width: 13px;
	height: 13px;
}

/* expert fiche */
.expert_fiche{
	font-family: 'Asap',sans-serif;
}
.expert_header{
	background: #F1F1F1;
	padding: 20px;
	font-size: 11px;
	color:#666666;
}
.expert_header_texts h2{
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.expert_header .expert_image{
	margin-top: 30px;
	float: left;
}
.expert_header .expert_header_texts{
	margin-left: 123px;
}
.expert_header .expert_header_texts p{
	margin: 0;
}
.expert_header .expert_header_texts_only{
	margin-left: 0;
}
.expert_header .expert_header_texts_only p{
	margin: 0;
}
.expert_header .expert_description{
	margin: 11px 0 21px 0;
}
.expert_header .expert_keywords > div{
	margin-top: 10px;
}


.expert_content h3{
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	margin: 31px 0 25px 0;
}
.expert_content{
	font-size: 12px;
	color:#666666;
}
a.ask_contact{
	display: block;
	background: #979797;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}
a.ask_contact:hover{
	text-decoration: underline;
}
.hidden_html{
	display: none;
}
a.reset_filters{
	display: block;
	text-decoration: none;
	font-family: 'Asap',sans-serif;
	color: #ffffff;
	font-size: 11px;
	background: #979797;
	border: none;
	width: 88px;
	height: 25px;
	float: left;
	text-align:center;

}
a.reset_filters:hover{

}

ul#choosenCountriesList{
	padding:0;
	margin: 0;
}
.country_cbx{
	display: none;
}
#country_select{
	margin: 10px 0;
}