.searchbydest { text-align: center; }
.destsearchform { margin: 15px 10px 25px; text-align: left; background-color: #F1F1F1; padding: 10px 20px; }
.destsearchform p { margin-bottom: 8px; }
.destsearchform strong { color: #0C83C7; font-size: 16px; font-weight: bold; }
.destsearchform label { font-weight: bold; }
.destsearchform input { vertical-align: bottom; }
.destsearchform .submit { padding-left: 20px; }
p.instr { text-align: left; margin-left: 10px; }
.destlists { position: relative; }
.destlists .item { position: absolute; width: 186px; }
.item-inner {
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
    padding: 10px 4px;
}
.destlists li { margin-bottom: 5px; }
li.region {
    color: #0C83C7;
    font-size: 16px;
    font-weight: bold;
}
li.region a { text-decoration: none; }
li.country {
    text-align: left;
    background: transparent url("http://img.affordabletours.com/img/newlayout/rightarrow_blue.jpg") no-repeat 42px 4px;
    padding-left: 50px;
}
.not-important { display: none; }
.show-all {
    display: block;
    width: 95%;
    margin: 14px 0 0 0;
    border: 1px solid #E4E4E4;
    background: #f1f1f1 url("http://img.affordabletours.com/img/newlayout/doublearrow_down_grey.jpg") no-repeat 95% 4px;
    cursor: pointer;
    text-align: left;
    color: #636363;
    padding: 2px 0 2px 5px;
    text-decoration: none;
}
.hide-all {
    background-image: url("http://img.affordabletours.com/img/newlayout/doublearrow_up_grey.jpg") !important;
}