.header-top{
    position: fixed;
    z-index: 20;
}

.main{
    padding-bottom: 80px !important;
}

.main .container{
    margin-top: 60px;
}

.left-side{
    width: 220px;
}

.main .tc-orange-button{
    font-size: 18px;
    line-height: 18px;
    padding: 8px 0px;
    width: 195px;
    text-align: center;
    margin-top: 5px;
}

div.black-overlay{
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

.ui-dialog-content{
    padding: 15px 0px !important;
}

div#call-me-dialog{
    padding-left: 15px !important;
}

.package-button{
    background-color: #EEE;
    border: 1px solid #CCC;
    color: #444;
    cursor: pointer;
    text-shadow: 0 1px #FFF;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 14px;
    width: 74px;
}

.tc-request-button{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    color: #666;
    cursor: pointer;
    text-shadow: 0 1px #FFF;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 18px;
}

#email-package-button{
    text-decoration: none;
    color: #FFF;
    background-color: #2074BE;
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#email-package-button span{
    font-size: 11px;
    padding-right: 3px;
    color: #FFF;
}

.share-container{
    width: 120px;
    padding-right: 20px;
}

#share-buttons{
    width: 90px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px 10px;
    overflow: hidden;
}

/* Package Navigation Start */
#package-navigation{
    position: absolute;
    width: 218px;
    top: 165px;
    z-index: 1;
}

div.package-navigation-item{
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.package-navigation-link{
    text-decoration: none;
    padding-left: 18px;
    font-size: 16px;
    color: #444;
    display: inline-block;
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.package-navigation-highlight{
    color: #FF7403 !important;
    background-color: #FFFFFF;
    position: relative;
    right: -1px;
}

.package-navigation-link:hover{
    color: #FF7403;
}
/* Package Navigation End */

/* Package Box Start */
#package-bar{
    width: 710px;
    padding: 10px 15px;
    overflow: auto;
    position: absolute;
    top: 80px;
    background-color:rgba(240,240,240,0.9);
    z-index: 19;
    border-bottom: 1px solid #CCC;
}

.package-bar-left{
    float: left;
    padding: 5px 15px;
    background-color: #DDD;
    border: 1px solid #BBB;
    border-radius: 2px;
}

.start-price-text{
    font-size: 12px;
    color: #666;
}

.start-price{
    font-size: 20px;
    color: #444;
}

.package-bar-right{
    float: right;
    width: 200px;
    text-align: right;
}

.box-740{
    float: left;
    width: 700px;
    background-color: white;
    box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 7px rgba(34, 25, 25, 0.4);
    padding: 20px;
}

.package-name{
    color: #2074BE;
    font-size: 24px;
}

h1{
    font-size: 14px;
    font-weight: normal;
    color: #444;
    padding: 0;
    margin: 0;
    font-family: arial;
}

.sub-header{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sub-header-text{
    padding-bottom: 10px;
    font-size: 14px;
}

.summary-box{
    width:500px;
}

.price{
    font-size: 20px;
    color: #FF7403;
}

.pricing-table{
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.pricing-table th{
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    background-color: #F2F2F2;
    text-align: left;
}

.pricing-table td{
    padding: 10px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    vertical-align: top;
    min-width: 125px;
}

.not-provided{
    color: #AAA;
    font-style: italic;
    font-size: 12px;
}

.valid-date{
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.photos a{
    text-decoration: none;
    display: inline-block;
    height: 120px;
    vertical-align: top;
}

.photos img{
    border: 0;
    max-width: 120px;
    max-height: 120px;
    padding-right: 20px;
}

.box-740 ul{
    list-style-position: inside;
}
/* Package Box End */

/* Custom Trip Panel Start */
.custom-trip-panel{
    background: url("../images/texture.png") repeat scroll 0 0 #EEE;
    width: 100%;
    overflow: auto;
    padding: 50px 0px;
}

.custom-trip-line-1{
    font-size: 28px;
    color: #2074BE;
}
/* Custom Trip Panel End */

/* Package Enquiry Form Start */
div#tour-package-slider{
    z-index: 2000;
    position: fixed;
    width: 100%;
}

div#form-package-bar{
    width: 710px;
    padding: 15px;
    background-color:#F5F5F5;
    float: right;
}

div#form-package-bar h2{
    font-size: 28px;
    line-height: 34px;
}

a.later-button{
    font-size: 18px;
    line-height: 18px;
    padding: 8px 0px;
    height: 18px;
    width: 195px;
    margin-top: 12px;
    background-color: #777;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    background-image: -moz-linear-gradient(#999, #888);
    background-image: -webkit-linear-gradient(#999, #888);
    background-image: linear-gradient(#999, #888);
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
    text-align: center;
}

div.tour-package-form-container{
    width: 700px;
    float: right;
    background-color: white;
    padding: 15px 20px;
}

.tp-form-table{
    width: 100%;
}

.tp-form-table .label-cell{
    text-align: right;
    width: 20%;
    padding-bottom: 25px;
    padding-right: 10px;
}

.tp-form-table .label-cell label{
    font-size: 13px;
}

.tp-form-table .input-cell{
    padding-bottom: 25px;
    width: 30%;
    text-align: left;

}

.tc-input{
    border: 1px solid #CCC;
    padding: 4px;
    width: 170px;
    font-size: 13px;
    line-height: 13px;
    height: 16px;
    margin: 0;
}

.tc-select{
    border: 1px solid #CCC;
    width: 180px;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    vertical-align: middle;
    padding: 4px;
}

.tc-textarea{
    border: 1px solid #CCC;
    padding: 4px;
    width: 520px;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    font-family: arial;
}

div#tour-package-slider .tc-orange-button{
    font-size: 18px;
    line-height: 18px;
    padding: 10px 16px;
}
/* Package Enquiry Form End */

/* Email Package Popup Start */
#email-package-popup h2{
    font-size: 24px;
}

.email-package-table{
    margin-left: 30px;
}

.email-package-table .label-cell{
    text-align: right;
    padding-right: 10px;
    padding-bottom: 20px;
}

.email-package-table .input-cell{
    padding-bottom: 20px;
}

#email-package-popup .tc-orange-button{
    font-size: 18px;
    line-height: 18px;
    padding: 8px 16px;
}
/* Email Package Popup End */

/* Maps Start */
#map-canvas{
    min-height: 400px;
    position: relative;
    z-index: 1;
}

.info-image img{
    max-width: 130px;
    padding-right: 10px;
}

.info-links a{
    text-decoration: none;
    color: #444;
    font-size: 13px;
    font-weight: bold;
}

.info-links a:hover{
    color: #FF7403;
}

.info-text{
    color: #666666;
}

.next-info-window{
    color: #2074BE;
    text-decoration: none;
}

.next-info-window:hover{
    color: #FF7403;
}
/* Maps End */

/* Weather Popup Start */
#weather-popup-content{
    padding: 0px 20px;
    width: 700px;
}

#weather-popup-content h2{
    font-size: 24px;
}

.weather-table{
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}

.weather-table td{
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 5px;
    font-size: 12px;
    vertical-align: top;
}

.weather-table td span{
    font-size: 12px;
}
/* Weather Popup End */

.email-button{
    display: inline-block;
    background-color: #f2f2f2;
    padding: 0px 8px;
    border: 1px solid #BBB;
    text-decoration: none;
    color: #2074be;
    font-size: 12px;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
    text-rendering: optimizeLegibility;
}