/* Basics Start */
body, p, span, div, form, ul, li {
    margin:0;
    padding:0;
    font-family:arial;
    font-size:13px;
    color:#444444;
}

h1{
    color: #2074BE;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
}

h2{
    color: #2074BE;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
}

h3,
h3 a{
    padding: 0;
    margin: 0;
    font-family: arial;
    color: #2074BE;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

p{
    line-height: 1.7;
    text-align: justify;
}

.container{
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.full-div{
    float: left;
    width: 100%;
    clear: both;
}

.full-div-center{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}

.float-div-left{
    float: left;
    width: auto;
}

.float-div-right{
    float: right;
    width: auto;
}

.space-div-5{
    float: left;
    width: 100%;
    clear: both;
    height: 5px;
}

.space-div-10{
    float: left;
    width: 100%;
    clear: both;
    height: 10px;
}

.space-div-20{
    float: left;
    width: 100%;
    clear: both;
    height: 20px;
}

.space-div-40{
    float: left;
    width: 100%;
    clear: both;
    height: 40px;
}

.space-div-80{
    float: left;
    width: 100%;
    clear: both;
    height: 80px;
}

.border-top{
    border-top: 1px solid #DDDDDD;
}

.border-bottom{
    border-bottom: 1px solid #DDDDDD;
}

label.error{
    color: #BE0000;
    font-size: 11px;
    line-height: 15px;
}

input.error,
select.error,
textarea.error{
    border-color: #BE0000 !important;
}
/* Basics End */

/* TC Styles Start */
.tc-link,
.tc-link:visited{
    color: #2074BE;
    text-decoration: none;
}

.tc-link:hover{
    color: #FF7403;
}

.tc-orange-button{
    background-color: #FF7403;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
}

.tc-grey-button{
    background-color: #666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
}

.tc-blue-button{
    background-color: #2074be;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    border:none;
    color: #FFFFFF;
    font-family: arial !important;
    margin: 0;
    cursor:pointer;
    letter-spacing:1px;
    text-decoration:none;
    display:inline-block;
}

/* TC Autocomplete Start */
.tc-autocomplete{
    border: 1px solid #DDD;
    padding: 4px;
    width: 170px;
    font-size: 13px;
}

.tc-autocomplete-dd{
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
    float: left;
    width: auto;
    position: absolute;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    z-index: 2000;
    background: #FFF;
    box-shadow: 0 4px 4px -2px #000;
    -webkit-box-shadow: 0 4px 4px -2px #000;
    -moz-box-shadow: 0 4px 4px -2px #000;
}

.tc-autocomplete-dd li{
    border-bottom: 1px solid #DDD;
    padding: 6px 3px;
    display: block;
    font-family:arial;
    font-size: 12px;
    cursor: pointer;
}

.tc-autocomplete-dd li:nth-child(even){
    background-color: #F2F2F2;
}

.tc-autocomplete-dd li:hover,
.tc-autocomplete-dd li.selected{
    background-color: #444;
    color: #FFF;
}
/* TC Autocomplete End */

.box-210{
    float:left;
    width:180px;
    padding: 15px;
    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);
}

.box-240{
    float:left;
    width:240px;
    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);
}

.box-680{
    float:left;
    width:640px;
    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;
}

.box-960{
    float:left;
    width:920px;
    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;
}

.box-960-no-padding{
    float:left;
    width:960px;
    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);
}
/* TC Styles End */

/* Header Start */
.header-top{
    width: 100%;
    background: url("/images/texture.min.png") repeat scroll 0 0 #444444;
    height: 45px;
}

.header-bottom{
    width: 100%;
    background: url("/images/texture.min.png") repeat scroll 0 0 #777777;
    overflow: auto;
    height: 95px;
    top: 0px;
    z-index: 100;
}

.header-border{
    background: url("/images/border-bottom.png") bottom center no-repeat;
    width: 100%;
    height: inherit;
}

.header-top-container{
    margin: 0 auto;
    padding: 0 20px;
    min-width: 960px;
    max-width: 1400px;
    overflow: auto;
}

.header-logo{
    float: left;
    width: auto;
    padding-top: 13px;
}

.tc-fb-like-count{
    float: left;
    width: auto;
    padding-top: 12px;
    padding-left: 30px;
}

.goto-ta{
    display: block;
    color: #FFF;
    text-decoration: none;
    height: 45px;
    padding: 0px 10px;
    margin-left: 10px;
    line-height: 45px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #2074BE;
}

.call-me{
    display: block;
    color: #FFF;
    text-decoration: none;
    height: 45px;
    padding: 0px 20px;
    margin-left: 10px;
    line-height: 45px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #2074BE;
    font-size: 18px;
}


.nav-bar{
    float: right;
    width: auto;
}

.nav-bar ul{
    list-style: none;
    float: left;
}

.nav-bar li{
    float: left;
    margin: 0px 5px;
}

.nav-bar li a{
    padding: 5px;
    color: #A2A2A2;
    font-size: 12px;
    border:1px solid transparent;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.nav-bar li a:hover{
    border:1px solid #555555;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
}

.login{
    color: white !important
}

.login span{
    color: white;
    font-size: 7px;
}

.user-img{
    vertical-align: middle;
}

.form-lines{
    float: left;
    width: auto;
    clear: both;
    padding-left: 20px;
}

.form-line{
    color: #FFF;
    font-size: 24px;
    font-family: Helvetica;
}

.form-line-button{
    padding-left: 40px;
}

#toggle-form{
    padding: 9px 0px;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin-top: 12px;
    width: 225px;
}

#toggle-form img{
    position: relative;
    top: 2px;
    border: 0;
}

.form-line-1{
    float: left;
    width: auto;
    padding-top: 20px;
    color: #BBBBBB;
    font-size: 20px;
    font-family: Helvetica;
    text-shadow: -1px -1px 0 #000000;
}

.form-line-2{
    float: left;
    clear: both;
    width: auto;
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 28px;
    font-family: Helvetica;
    text-shadow: -1px -1px 0 #000000;
}

.form-preview{
    float: right;
    width: auto;
    padding-top: 20px;
}

.form-preview-label{
    padding-bottom: 3px;
    color: #BBBBBB;
}

.form-preview .input-box{
    border: none;
    width: 250px;
    padding: 8px;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

#preview-submit{
    padding: 6px 14px;
    font-size: 18px;
}

.loged-in-flyout{
    position: absolute;
    background: transparent;
    width: 120px;
    top: 0px;
    cursor: pointer;
    z-index: 100;
}

.flyout-transparent-div{
    width: inherit;
    height: 40px;
}

.flyout-links-container{
    background-color: white;
    overflow: auto;
    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);
}

.flyout-link a{
    font-size: 12px;
    color: #2074BE !important;
    display: block !important;
    padding: 10px !important;
    text-decoration: none !important;
    border: 0 !important;
    margin: 0 !important;
}

.flyout-link a:hover{
    background-color: #F2F2F2;
    color: #FF7403;
    border: none !important;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius: 0px;
}
/* Header End */

/* Slide Form Start */
.slide-form-container{
    position: fixed;
    width: 100%;
    z-index: 2000;
    top: 105px;
}

#full-form{
    width: 820px;
    margin-left: 70px;
    background:url("/images/texture.min.png") repeat scroll 0 0 #F5F5F5;
}

.form-container{
    float: left;
    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: 10px;
    width: 460px;
}

.info-container{
    float: right;
    width: 310px;
    padding-left: 30px;
    overflow: auto;
}

.home-step-num{
    color: #BBB;
    font-size: 44px;
    padding-right: 10px;
}

.home-step-title{
    color: #2074BE;
    padding-top: 6px;
    font-size: 17px;
    padding-bottom: 1px;
}

.home-step-desc{
    color: #444;
    font-size: 12px;
}

.benefit{
    color: #888;
    padding-bottom: 10px;
    font-size: 14px;
}

.benefit span{
    color: green;
    font-size: 14px;
}

.travel-form-table{
    padding-left: 40px;
}

.travel-form-table .label-cell{
    padding-bottom: 5px;
    width: 210px;
}

.travel-form-table .label-cell label{
    color: #444;
    font-size: 13px;
    line-height: 13px;
}

.travel-form-table .input-cell{
    padding-bottom: 20px;
}

.travel-form-table .tc-input{
    border: 1px solid #CCC;
    padding: 4px;
    width: 160px;
    font-size: 13px;
    line-height: 13px;
    height: 16px;
    margin: 0;
}

.travel-form-table .tc-select{
    border: 1px solid #CCC;
    width: 170px;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    vertical-align: middle;
    padding: 4px;
}

#travel-form .tc-orange-button{
    font-size: 20px;
    line-height: 36px;
    padding: 0px 18px;
    height: 36px;
}

/* Slide Form End */

/* Main Start */
.main{
    clear: both;
    width: 100%;
    background: url("/images/noise.min.png") repeat;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 70px;
}

.left{
    float: left;
    width: 240px;
}

.center{
    float: right;
    width: 680px;
}

.bread-crum{
    float: left;
    width: auto;
}

.bread-crum a{
    text-decoration: none;
}

.bread-crum a span{
    color: #888888;
    font-size: 12px;
}

.bread-crum-arrow{
    padding: 0px 5px;
    float: left;
    width: auto;
}

.share{
    position: fixed;
    left: 50%;
    top: 250px;
    margin-left: 500px;
    z-index: 99;
}

.share-title{
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

.share-bar{
    float: left;
    padding: 10px 0px;
    width: 100%;
    background-color: #F2F2F2;
}

.share-bar table{
    padding-left: 15px;
}

.share-bar td{
    width: 90px;
}
/* Main End */

/* Info Start */
.info{
    width: 100%;
    overflow: auto;
    background: url("/images/border-top.png") top center no-repeat;
    clear: both;
    padding-bottom: 40px;
}

.sell-boxes{
    width: 100%;
    overflow: auto;
    background:url("/images/noise.min.png") repeat scroll 0 0;
    padding: 50px 0px;
}

.sell-box{
    float: left;
    width: 290px;
    min-height: 320px;
}

.sell-box-gutter{
    float: left;
    height: 270px;
    width: 45px;
}

.holiday-step-num{
    color: #ccc;
    font-size: 50px;
    padding-right: 10px;
    line-height: 50px;
}

.holiday-step-header{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 3px;
    padding-top: 5px;
}

.sell-box .love-us-item{
    font-size: 14px;
    padding-bottom: 15px;
}

.sell-box .love-us-item span{
    color: green;
    font-size: 14px;
    padding-right: 5px;
}

.click-to-call{
    position: fixed;
    left: 0px;
    top: 150px;
    background:rgb(220, 220, 220);
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.click-to-call a{
    display: block;
    text-decoration: none;
    padding: 7px 5px;
}

.click-to-call .call-me{
    color: #FF7403;
    text-align: center;
    font-size: 20px;
    line-height: normal !important;
}

.click-to-call .click-we-call{
    font-size: 11px;
    line-height: normal !important;
    color: #666666;
}

.callme-label{
    width: 120px;
}

.callme-label em{
    color: red;
}
/* Info End */

/* Review Bar Start */
.sell-box .review-stars{
    background: url("/images/star.min.png") repeat-x;
    width: 95px;
    height: 18px;
    margin-top: 3px;
    margin-right: 10px;
}

.sell-box .review-header{
    color: #666;
    font-size: 20px;
    font-style: italic;
}

.sell-box .review-text{
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.5;
}

.sell-box .review-by{
    color: #888;
    font-style: italic;
    font-size: 12px;
}
/* Review Bar End */

/* Footer Start */
.footer{
    width: 100%;
    clear: both;
    overflow: auto;
    padding-top:20px;
    padding-bottom:20px;
    background: url("/images/texture.min.png") repeat scroll 0 0 #444444;
}

.footer-left{
    float: left;
    width: 320px;
}

.footer-right{
    float: left;
    width: 640px;
}

.footer-logo{
    padding-bottom: 45px;
}

.follow-us a{
    padding-left: 10px;
}

.footer-links-col{
    float: left;
    width: 210px;
}

.footer-links-col-header{
    font-size: 14px;
    color: #999999;
    float: left;
    width: 130px;
    padding-left: 100px;
}

.footer-links-container{
    float: left;
}

.footer-links{
    float: left;
    width: auto;
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid #666666;
    margin-bottom: 5px;
}

.no-pipe{
    border-right: none !important;
}

.footer-links a{
    color: #CCCCCC;
    font-size: 11px;
    text-decoration: none;
}

.footer-links a:hover{
    color: #EEEEEE;
}

.the-end{
    width:954px;
    float:left;
    margin-top:10px;
    clear:both;
    color:#666666;
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
}

.footer-text{
    font-size:11px;
    color:#AAAAAA;
    text-align:justify;
    border-top:1px solid #666666;
    border-bottom:1px solid #666666;
    padding-top:10px;
    padding-bottom:10px;
}

.copyright{
    float:left;
    width:100%;
    text-align:center;
    color:#AAAAAA;
    padding-bottom:20px;
    padding-top:20px;
}
/* Footer End */

/* Form Start */
.ui-widget-overlay{
    background-color: rgba(30, 30, 30, 0.9) !important;
    opacity: 0.9 !important;
    background-image: none !important;
}

.ui-dialog{
    border: none !important;
    padding: 0 !important;
    -moz-border-radius:0px !important;
    -webkit-border-radius:0px !important;
    border-radius: 0px !important;
    box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 3px 8px rgba(34, 25, 25, 0.4);
}

.ui-dialog-titlebar{
    display: none !important;
}

.form-box{
    float:left;
    width:100% !important;
    background-color: white;
    padding: 0 !important;
    font-family: arial;
}

.form-title{
    color: #2074BE;
    font-size: 24px;
    padding-left: 20px;
    padding-top: 10px;
    float: left;
    width: auto;
    clear: both;
}

.close-button{
    float: right;
    width: auto;
    padding-right: 10px;
}

.form-title-note{
    float: left;
    width: auto;
    clear: both;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
}

.popup-form-container{
    padding-left: 30px;
    float: left;
    width:460px;
}

.form-table{
    width: 100%;
}

.form-table td.left-col{
    width: 230px;
}

.form-table td.right-col{
    width: 230px;
}

.form-table td.label-cell{
    padding-bottom: 2px;
    padding-top: 20px;
}

.form-table td.label-cell label{
    font-size: 12px;
    color: #444444;
}

.form-table td.label-cell em{
    font-size: 12px;
    color: red;
}

.form-table td.input-cell input{
    font-size: 12px;
    padding: 4px;
    width: 160px;
    border: 1px solid #BBBBBB;
    margin: 0;
}

.form-table td.input-cell select{
    font-size: 12px;
    padding: 3px;
    width: 170px;
    border: 1px solid #BBB;
    height: 26px;
}

.form-table td.input-cell textarea{
    font-size: 11px;
    padding: 4px;
    border: 1px solid #BBBBBB;
    width: 410px;
    height: 40px;
}

.phone-note{
    float: left;
    clear: both;
    width: 280px;
    margin: 0px 50px;
    background-color: #F2F2F2;
    padding: 5px 70px;
}

.phone-note-header{
    color: #FF7403;
    font-size: 14px;
    float: left;
    width: auto;
    clear: both;
}

.phone-note-point{
    color: #444444;
    font-size: 11px;
    float: left;
    width: auto;
    clear: both;
}

.phone-note-point span{
    color: green;
}

.submit-button-container{
    padding-right: 60px;
}

#form-submit-button{
    font-size: 18px;
    padding: 6px 14px;
}

.popup-form-hiw{
    border-left: 1px solid #DDDDDD;
    float: left;
    margin: 20px 0px;
    padding-left: 40px;
    padding-right: 30px;
    width: 279px;
}

div.form-popup-hiw-title{
    color: #2074BE;
    font-size: 18px;
}

div.form-popup-hiw-num{
    color: #888888;
    font-size: 40px;
    padding-right: 10px;
}

div.form-popup-hiw-step-title{
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 2px;
}

div.form-popup-hiw-step-title span{
    font-size: inherit;
    color: #2074BE;
}

div.form-popup-hiw-step-text{
    font-size: 13px;
    color: #AAAAAA;
    padding-left: 18px;
}

div.form-popup-trusted-network{
    color: #888888;
    font-size: 18px;
}

form#create-password-form{
    float: left;
    overflow: auto;
}

div.create-password-label{
    float: left;
    width: auto;

}

div.create-password-input{
    float: left;
    width: auto;
    clear: both;
}

div.create-password-input input{
    padding: 7px;
    margin: 0;
    border: 1px solid #DDD;
    margin-top: 2px;
}

div.create-password-button{
    float: left;
    padding-left: 20px;
    width: auto;
}

input#create-password-button{
    font-size: 18px;
    padding: 6px 14px;
}

a.create-password-nothanks{
    font-size: 18px;
    text-decoration: none;
}
/* Form End */

/* hiw Start */
#hiw-popup{
    width: 680px;
    overflow: auto;
    padding: 20px !important;
}

.hiw-title{
    color: #2074BE;
    font-size: 28px;
}

.step-no{
    font-size: 90px;
    color: #DDDDDD;
    float: left;
    width: auto;
}

.step-text{
    float: left;
    padding-left: 15px;
    width: auto;
    padding-top: 10px;
}

.step-header{
    color: #FF7403;
    font-size: 24px;
    float: left;
    width: auto;
}

.step-detail{
    float: left;
    clear: both;
    width: auto;
    padding-top: 5px;
}

.step-image{
    float: right;
    width: auto;
}

.step-image img{
    width: 240px;
}

.hiw-footer{
    color: #AAAAAA;
    font-size: 24px;
    text-align: center;
}
/* hiw End */

/* Tabs Start */
.tab-headers{
    float: left;
    width: 160px;
    padding-top: 20px;
}

.tab-header{
    float: right;
    clear: both;
    padding: 9px;
    margin: 5px 0px;
    width: 140px;
    background-color: #EFEFEF;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.tab-header a{
    font-size: 16px;
    display: block;
    color: #2074BE;
    text-decoration: none;
}

.tab-header-selected{
    float: left;
    clear: both;
    padding: 9px;
    margin: 5px 0px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #FFF;
    width: 140px;
    background-color: #FFF;
    font-weight: bold;
    position: relative;
    right: -1px;
}

.tab-header-selected a{
    color: #2074BE;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.tab-content{
    float: left;
    width: 718px;
    border: 1px solid #DDD;
    min-height: 300px;
    padding: 20px;
    background-color: #FFF;
}
/* Tabs End */