
/* hacks */
*+html .select_custom { z-index:10; }
*+html #search_district_area,
*+html #more_options_area { position: relative; }

/* defaults - green */
.select_custom { width:255px;height:40px;font-size:12px;position:relative; }
.select_option_container { position: relative; overflow: auto; overflow-x: hidden; width: 245px; z-index: 1000; background-color: #fff; border-color:#CEE4DF; border-style:solid; border-width:0 5px 5px; }

.selected_option_text { border:0px solid #9DC9BE;display:block;width:240px;height:40px;line-height:40px;color:black;padding-left:15px;text-decoration:none;background-image:url(../images/bg_select.jpg); }
.selected_option_text:hover { text-decoration:none; background-image:url(../images/bg_select_hover.jpg);}

/* list */
.select_custom ul { margin:0;padding:0;left:0;top:0;position:absolute;display:block;}
.select_custom li { list-style-image: none;list-style-type: none;height:20px;width:215px;line-height:20px; padding:2px; padding-left:10px; cursor: pointer;}
.select_custom li.selected_option, .select_custom li.hover {background-color:#CEE4DF}

/* post context - brown */
#post_context_id .selected_option_text { background-image:url(../images/bg_select_brown.jpg) }
#post_context_id .selected_option_text:hover { background-image:url(../images/bg_select_brown_hover.jpg) }
#post_context_id .select_option_container { border-color:white }
#post_context_id .selected_option, #post_context_id li.hover { background-color:#ebe4d4 }

/* restaurant cuisine */
#restaurant_cuisine_id .select_option_container { width: 260px; }
#restaurant_cuisine_id ul, #restaurant_cuisine_id li { width: 230px; }

/* search engine */
#restaurant_cuisine_id, #region_id, #district_id, #locality_id { margin-left:auto;margin-right:auto; }

/* separators */
.select_custom .separator { border-top:5px solid #CEE4DF }
.select_custom .first_separator { border-top:0px solid #CEE4DF }

