
#country_div {
    float: left;
    height: 30px;
}
#clik_liste {
    background: url("http://site-data.optionweb.com/images/all/old-prefix.png") no-repeat scroll -7px -2px transparent;
    #background: url("http://www.optionweb.com/wp-content/themes/spotbase/images/pictos/prefix.png") no-repeat scroll -7px -2px transparent;
    border: 1px solid #b0b0b0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    float: left;
    font-size: 11px;
    height: 16px;
    padding: 7px 0 0 10px;
    width: 68px;
}
#clik_liste:hover {
    background: url("http://site-data.optionweb.com/images/all/old-prefixHov.png") no-repeat scroll -7px -2px transparent;
    #background: url("http://www.optionweb.com/wp-content/themes/spotbase/images/pictos/prefixHov.png") no-repeat scroll -7px -2px transparent;
	border: 1px solid rgba(91, 90, 90, 0.7);
	-webkit-box-shadow: 0 1px 4px 0 rgba(8, 65, 255, 0.6) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(8, 65, 255, 0.6) inset;
	box-shadow: 0 1px 4px 0 rgba(8, 65, 255, 0.6) inset;
}
#to_put_in_country {
    background-color: white;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    display: none;
    padding-bottom: 2px;
    position: absolute;
    top: 24px;
    z-index: 10;
}
.plus_long {
    top: 517px !important;
}
#search_country {
	position: static !important;
    background: url("http://site-data.optionweb.com/images/all/old-searchPictoHov.png") no-repeat scroll 2px center rgba(255, 248, 248, 1) !important;
    #background: url("http://www.optionweb.com/wp-content/themes/spotbase/images/pictos/searchPictoHov.png") no-repeat scroll 2px center rgba(255, 248, 248, 1) !important;
    border: 1px solid #0064b6 !important;
    border-radius: 5px;
    margin: 5px 2px;
    padding: 5px;
    text-indent: 25px;
    width: 328px;
}
#country {
    margin: 0;
    max-height: 250px;
    overflow: auto;
    padding: 0;
    width: 345px;
}
.flag_country img {
    float: left;
}
#country_div .filtered {
    display: none;
}
.liste_country {
    cursor: pointer;
    font-size: 14px;
    padding: 3px;
}
.liste_country:hover {
    background-color: #d9d8d6;
    cursor: pointer;
    font-size: 14px;
    padding: 3px;
}
.liste_country img {
    margin: 3px 7px 0 3px;
}
#country_div input.mid {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b0b0b0;
    border-radius: 0 5px 5px 0;
    float: left;
    height: 21px;
    position: static !important;
    text-indent: 6px;
    width: 123px;
}


