div.collection_selectbox div.selectbox-wrapper{ position:absolute; z-index: 100; margin-top:-10px; padding:0px; margin:0px; text-align:left;}
div.collection_selectbox div.selectbox-wrapper ul{ list-style-type:none; margin:0px; padding:0px; display: block; margin: 2px 2px; }
div.collection_selectbox div.selectbox-wrapper ul li.selected{ background-color: #EAF2FB;}
div.collection_selectbox div.selectbox-wrapper ul li{ display:block; margin:0; padding: 2px 5px; list-style-type:none; cursor:pointer;}

/* look&fell of  select box*/
div.collection_selectbox div.selectbox-wrapper ul{background-color: #fff; border:1px solid #ccc; padding: 0;}
div.collection_selectbox .selectbox{display:block; height: 18px; color:#333; background: url('../assets/selectbox.gif') top right no-repeat; cursor: pointer;  border: 0;}
div.collection_selectbox input.selectbox{width:178px; padding-right: 30px; padding-top: 3px; text-align: right; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 0.9em;}


#country_selector div.selectbox-wrapper{position:absolute; z-index: 9999100; margin-top:-10px; padding:0px; margin:0px; text-align:left;}
#country_selector div.selectbox-wrapper ul{list-style-type:none; margin:0px; padding:0px;}
#country_selector div.selectbox-wrapper ul li.selected{background-color: #EAF2FB; }
#country_selector div.selectbox-wrapper ul li{display:block; margin:0; list-style-type:none; cursor:pointer; padding: 3px 0 5px 35px; background: no-repeat 10px 7px; }

/* look&fell of  select box*/
#country_selector div.selectbox-wrapper ul{background-color: #fff;  width:144px; border:1px solid #ccc; padding: 0;}
#country_selector input.selectbox {height: 22px; color:#333; background: url('../assets/menu/country-selector.gif') top right no-repeat; cursor: pointer;  border: 0;}
#country_selector input.selectbox {width:125px; padding: 2px 0 0 21px; text-align: left; /*font-size: 0.9em; */ display: block;}
#country_selector #select_bar img{padding: 0 9px 0 11px; vertical-align:middle}

#country_selector select option{ background: no-repeat 2px 1px; padding-left: 26px; }
body.js #country_selector select option{ background-position: 10px 7px; padding-left: 26px; }

div#country_selector { float: right; }

div#option_image{background-position: 25px 4px; cursor: pointer;}

span#current_regions { float: right; }
span#current_regions img { padding: 6px; }

