﻿
.dropdownmenu { height:14px; background:url(../images/icon_dropdown.gif) no-repeat left; width:27px; margin-left:5px; cursor:pointer}
.dropdownmenu input{border:none; background:none; width:27px; padding-top:1px; font-size:10px; font-family:Arial, Helvetica, sans-serif; margin-left:-2px; cursor:pointer}

.hide {
display:none;
}

.dropdownlistcontainer {
clear:both;
}

#adults_select, #children_select {
    padding:0px; cursor:pointer;
}

#adults_select .dropdownlist, #children_select .dropdownlist {
    z-index:11000;  position:absolute;
}
#adults_select .dropdownlist_item, #children_select .dropdownlist_item {
	padding:3px 3px 0 3px; cursor:pointer; text-align:left
}

.dropdownlist_item:hover{background:#ececec;}

#adults_list, #children_list { height:auto; overflow:auto; border:1px solid #ccc; border-top:none; width:25px; margin:1px 0 0 0; background:#fff; font-size:10px; padding-bottom:5px; color:#000;}

