﻿ul.dropdown-menu {
    background: #f5f5f5 !important;
}
    ul.dropdown-menu li a:hover {
    background: -webkit-linear-gradient(#FC9630, #D06A04) !important; /* For Safari */
    background: -o-linear-gradient(#FC9630, #D06A04)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FC9630, #D06A04)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FC9630, #D06A04)!important; /* Standard syntax (must be last) */
    }
.TourHomeEnquiry h4{
    color:#ff6600;
        }
.TourHomeEnquiry .tourEnquiryHome {
    color: #003366;
    background:url(/img/bg-calculation.jpg) repeat-x top left;
    min-height:37px;
    padding:7px 15px;
    font:bold 14px/20px Arial;
}
.TourHomeEnquiry .modal-body {
    padding: 0px 15px 15px 15px !important;
}
.TourHomeEnquiry .form-group {
    margin-bottom: 10px!important;
    width:100%;
    float:left;
}
#SiteHeadBox ul.nav-tabs li {
    margin-top: 3px;
}
.FindTourDestinations .combobox {
    margin-bottom:7px;
    width:100%;
}
.EmailJoinbtn {
    margin-top:10px;
    }
.removeMargin {
margin:0px !important;
}
ul.tourfirsttab li {
    margin-bottom: -1px;
}
.contentBorder {
    margin-top: 15px;
}
    /*.contentBorder h1 {
        font: normal 22px/26px Arial;
        color: #008800;
    }*/
.tourHeadname {
    width:100%;
    float:left;
    color:#003366;
    font-weight:bold;
    /*border:1px solid #003366;*/
    margin-bottom:10px;
    padding:10px;
    background:#fff;

}