*{
    margin:0;
    padding:0;
    font-family:arial;
    font-size:13px;
    line-height: 1;
    color:#444444;
}

.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;}

.label-cell{padding-top: 20px;padding-bottom: 5px;width: 190px;}
.label-cell label{color: white;font-size: 13px;line-height: 13px;}

.holiday-form-table { padding-left: 30px; padding-right: 30px;}

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

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

.processing{ padding: 20px 0px; text-align: center; font-size: 18px; }
.tc-link, .tc-link:visited{ color: #2074BE;text-decoration: none;}
.tc-link:hover{color: #FF7403;}
.tc-input{border: 1px solid #CCC;padding: 4px;width: 260px;height: 16px;}
.tc-select{border: 1px solid #CCC;width: 270px;height: 26px;vertical-align: middle;padding: 4px;}
.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;cursor:pointer;letter-spacing:1px;text-decoration:none;display:inline-block;font-size: 20px;line-height: 1;padding: 0px 18px;height: 40px;}
.tc-grey-button{
    background-color: #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: white !important;
    font-family: arial !important;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    padding: 8px 18px;
}

.review-stars{background: url("/images/star.min.png") repeat-x;width: 95px;height: 18px;margin-top: 3px;margin-right: 10px;}
.review-header{color: #666;font-size: 20px;font-style: italic;}
.review-text{font-size: 14px;color: #666;font-style: italic;line-height: 1.5;}
.review-by{color: #888;font-style: italic;font-size: 12px;}

/* Jquery UI Start */
.ui-tooltip {
    border-radius: 2px;
    box-shadow: none !important;
}

div.ui-widget-overlay {
    background: #000;
    opacity: 0.9;
    filter: Alpha(Opacity=90);
}

.ui-dialog{
    padding: 0 !important;
    border: none !important;
    -moz-border-radius:2px !important;
    -webkit-border-radius:2px !important;
    border-radius: 2px !important;
}

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

.ui-dialog-content{
    padding: 0 !important;
}

.ui-tooltip {
    font-weight: normal;
    box-shadow: 0 0 7px black;
}

#error-list{
    padding: 20px 0px;
}

#error-list p{
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 20px;
}

#error-list p a{
    font-size: 16px;
    line-height: 1.5;
    color: #2075be;
    font-weight: bold;
}
/* Jquery UI End */

/* TC Autocomplete Start */
.tc-autocomplete{
    border: 1px solid #DDD;
    padding: 4px;
    width: 150px;
    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 */

/* Show Popout Start */
.sell-box{
    overflow: auto;
    border: 1px solid #bbb;
    padding: 40px;
    clear: both;
}

.pop-out-title-1{
    font-size: 30px;
    color: #666;
    padding: 10px;
}

.pop-out-title-2{
    font-size: 30px;
    color: #2074be;
}

#exit-popup-header{
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
    background-color: #2074be;
    margin-bottom: 20px;
}

#exit-popup-header h1{
    padding: 0px 25px;
    font-size: 28px;
    line-height: 1.3;
    color: white;
    font-weight: normal;
}

.call-us{
    font-size: 24px;
}

.call-us span{
    color: #ff7403;
    font-size: 24px;
}

table#exit-callme-table{
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

table#exit-callme-table td.label-td{
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: right;
}

table#exit-callme-table td.label-td label{
    text-align: right;
}

table#exit-callme-table td.input-td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tc-input-popup{
    border: 1px solid #ccc;
    padding: 9px;
    width: 200px;
    color: #444;
}

em{
    color: red;
}
/* Show Popout End */



