a {
    text-decoration: none !important;
}

.search_thumb {
    width: 25px;
    height: 25px;
}

/* SEARCH FORM */

#suggestions {
    color: #000000 !important;
    background: #FFFFFF;
    position: relative;
    top: 5px;
    left: 0px;
    /*width: 100%;*/
    display: none;
}

div .auto_complete:hover {
    width: 100%;
    background: #3498db;
}

.auto_complete:hover a {
    text-decoration: none;
    color: #FFFFFF !important;
}

/* SEARCHRESULTS */

#searchresults {
    border-width: 1px;
    border-color: #919191;
    border-style: solid;
    width: 320px;
    background-color: #a0a0a0;
    font-size: 10px;
    line-height: 14px;
}

#searchresults a {
    display: block;
    background-color: #e4e4e4;
    clear: left;
    height: 56px;
    text-decoration: none;
}

#searchresults a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #000000 !important;
}

#searchresults a img {
    float: left;
    padding: 5px 10px;
}

#searchresults a span.searchheading {
    display: block;
    font-weight: bold;
    padding-top: 5px;
    color: #191919;
}

#searchresults a:hover span.searchheading {
    color: #000000;
}

#searchresults a span {
    color: #555555;
}

#searchresults a:hover span {
    background: #000066;
    color: #FFFFFF !important;
}

#searchresults span.category {
    font-size: 11px;
    margin: 5px;
    display: block;
    color: #000000;
}

#searchresults span.seperator {
    float: right;
    padding-right: 15px;
    margin-right: 5px;
    background-image: url(images/site/indicator.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#searchresults span.seperator a {
    background-color: transparent;
    display: block;
    margin: 5px;
    height: auto;
    color: #000000;
}

/*.grey:hover {*/
    /*color: #000000;*/
/*}*/

/*rate box style*/

#room_rate_tag .grey:hover{
    color: #000000;
}

.rate_box_head {
    border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
    border: 4px double #0099cc;
    background-color: #0099cc;

    text-align: center;
    text-shadow: 2px 3px 15px #000000;
}

#rate_box_hotel_name {

    text-align: center;
    color: #0099cc;

    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
}

#room_rate_tag h4 {
    margin-bottom: 5px;
}

#room_rate_tag hr {
    margin: 10px;
}

.rate_box_foot {
    border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    -webkit-border-radius: 10px 0px 10px 0px;
    border: 4px none #72bf66;
    background-color: #0099cc;
}

#room_rate_tag span {
    font-family: 'Roboto Slab', serif;
    font-weight: 700
}

.filters .hpadding20 label{
    font-size: 12px !important;
}

.filters .collapsebtn{
    height: 50px !important;
}
