body {
    font-family: Arial,Helvetica,FreeSans,sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.4em;
}

body.no_background {
    background-color: #FFF !important;
    background-image: none !important;
}

hr {
    border-color:#ccc;
    border-style:solid;
    border-width:1px 0 0;
    clear:both;
    height:0
}


/* CLEAR FIX */

.clearfix {
    clear:both;
    display:block;
    font-size:0em;
    height:0px;
    font-size: 1px;
    margin:0pt;
    padding:0pt;
    visibility:hidden;
    width:100%;
    line-height: 0px;
}

.separator {
    clear:both;
    display:block;
    font-size:0em;
    height:0px;
    font-size: 1px;
    padding:0pt;
    width:100%;
    line-height: 0px;
    border-top: 1px solid;
}

/* HEADINGS [individual styles defined in {site id}/site.css] */

h1, h2, h3, h4, h5, h6, h1.subtitle {
    word-spacing: normal;
    letter-spacing: -1px;
    font-weight: normal;
}

h1 {font-size:18px} 
h2 {font-size:16px}
h3 {font-size:16px}
h4 {font-size:14px}
h5 {font-size:12px}
h6 {font-size:10px}


h1.subtitle {font-size:16px;}
h4.subtitle {
    color: #555; 
    font-weight: bold; 
    /*border-bottom: 1px solid #CFCFCF;
    padding: 0 0 2px 0;
    position: relative;*/
}

h4.subtitle span{
    position: absolute;
    right: 0;
    bottom: 0 !important;
    top: 0;    
    font-size: 9px;
    text-transform: uppercase;
    color: #CFCFCF;
    
    display: none;
}

.break {
    border-top: 1px #C0C0C0 solid;
    padding-top: 10px;}

/* TEXT */

.justify_text {text-align: justify;}
.center_text {text-align: center;}
.left_text {text-align: left;}
.right_text {text-align: right;}

.font_size_10 {font-size: 10px;}
.font_size_11 {font-size: 11px;}
.font_size_12 {font-size: 12px;}
.font_size_13 {font-size: 13px;}
.font_size_14 {font-size: 14px;}

.line_height_1 {line-height: 1em}
.line_height_1_1 {line-height: 1.1em}
.line_height_1_2 {line-height: 1.2em}
.line_height_1_3 {line-height: 1.3em}
.line_height_1_4 {line-height: 1.4em}
.line_height_1_5 {line-height: 1.5em}
.line_height_2 {line-height: 2em}

/* LISTS */

ol {list-style:decimal} 
ul {list-style:square}
li {margin-left:20px}

ul.link_list, ul.vertical_link_list {list-style:none;}
ul.link_list li {margin:0 0 0 0; display:inline;}
ul.link_list li a {color: #3F99FD; white-space: nowrap}

ul.vertical_link_list   {margin-bottom: 0px;}
ul.vertical_link_list li {margin:0 0 0 0;}

/* SPACING */

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {margin-bottom:10px}

/* POSITIONING */

.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}
.static {position: static;}

/* FLOATS */
.float_left {float: left}
.float_right {float: right}

/* LINKS [individual styles defined in {site id}/site.css] */

a                   {text-decoration: none; color: #111111; white-space: nowrap;}
a:hover             {text-decoration: underline}
a:active            {text-decoration: underline}
a.linkcopy          {white-space: normal;} /* for AdPrecision */


a.more_link         {font-weight: bold; padding: 2px;}
a.more_link:hover:after {content: "...";}

div.link_block {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

div.link_block div {
    background: url(VTD/bg_FFFFFF_80.png) center center repeat;
    padding: 10px;
    position: absolute;
    width: 100%;
}

p a {text-decoration: underline;}

.zoom {cursor: pointer;}

.showvideo {
    display: block;
    cursor: pointer;
    width: 160px;
    height: 27px;
    background: url(../images/icons/vidlink.gif) center center no-repeat;
    margin-bottom: 10px;   
}

.showvideo:hover {text-decoration: none}

/* MARGINS */

.margin_bottom_10   {margin-bottom: 10px !important}
.margin_top_10      {margin-top: 10px !important}
.margin_left_10     {margin-left: 10px !important}
.margin_right_10    {margin-right: 10px !important}

.margin_bottom_20   {margin-bottom: 20px !important}
.margin_top_20      {margin-top: 20px !important}
.margin_left_20     {margin-left: 20px !important}
.margin_right_20    {margin-right: 20px !important}


/* HEADER [individual styles defined in {site id}/site.css] */

div#title {
    text-align: right;
    font-size: 10px;
    padding: 5px 10px 5px 0;    
    color: #FFFFFF; 
}

div#title a {
    color: #FFFFFF;
}

div#logo {}

div#logo a:hover{
    text-decoration: none;    
}

div#logo h1 {
    font-size: 30px;
    padding: 20px 0 0 84px;
}

div#logo h2 {
    font-size: 20px;
    padding: 0 0 20px 84px;
    color: #3F99FD;
}

div#logo h2 a {
    color: #3F99FD;
}

div#phone {
    text-align: right;
    margin: 10px 0 0 0;
    font-size: 16px;    
    color: #FFFFFF;   
}

div#phone strong {
    font-size: 40px;
    font-weight: normal;
    padding: 10px 0 0 0;
    display: block; 
    cursor: default;      
}


/* FOOTER */

div#footer {
    border-top: 1px solid;
    padding: 20px 0 10px 0;
    font-size: 10px;
}

div#footer ul {
    list-style: none;    
}

div#footer ul li {
    margin-left: 0px;
    display: inline;
}

div#affiliates {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    height: 40px;
}

div#affiliates img {
    margin: 0 10px 0 10px;
}

div#secondary_footer {
    padding: 20px 0 0 0;    
}

div#secondary_footer h4 {
    font-weight: bold;    
}

div#secondary_footer .path {
    border-bottom: 1px solid #C0C0C0;    
    border-top: 1px solid #C0C0C0;
    padding: 10px 0;
}

div#secondary_footer ul {
    margin-bottom: 30px;
}

div#secondary_footer ul li a {
    display: block;
    font-size: 11px;
    padding: 2px 5px;
}

div#secondary_footer ul li a:hover {
    background: #f0f0f0;
    color: #333333;
    text-decoration: none;
}

/* MENU [individual styles defined in {site id}/site.css] */

ul#siteMenu {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 10px 0px 20px 0px;
    height: 28px;
    border: 1px solid;    
}

ul#siteMenu li{
    padding: 0px;
    margin: 0px;
    display: inline;
    float: left;
}

ul#siteMenu li a{
    display: block;
    padding: 5px 10px 5px 10px;
    font-size: 14px;    
    color: #000000; 
}

/* FORM ELEMENTS */

input[type^="text"], textarea {
    width: 98%;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-family: Arial,Helvetica,FreeSans,sans-serif;
    padding: 3px 2px 3px 2px;
    font-style: italic;
    border: 1px solid #C0C0C0;
}

textarea {height: 200px;}

input[type^="text"]:focus, textarea:focus {
    border: 1px solid;
}

/* SEARCH */

#search_form fieldset {
    border: 1px solid #CFE6FF;
    border-right: none;
    border-left: none;
    padding: 5px 0px 5px 0px;
}

#search_form .searchCommand {
    float: right;
}

#search_form fieldset legend{
    color: #3F99FD;
    font-size: 14px;
}

#search_form fieldset div {
    margin: 10px 0 5px 0;    
}

#search_form label {
    float: left;
    width: 100px;
    margin: 0 5px 0 0;    
}

#search_form select {
    width: 148px;
    background: #fff;
    border: none;    
}

#search_form select:hover, #search_form select:focus{
}

#search_form select option{
    background: #fff;
}

#search_form select.day_select {width: 45px;}
#search_form select.month_select {width: 80px;}

/* SIGN UP */
div.signupCommand {cursor: pointer;}
div#signup {background: url(signup.jpg) center right no-repeat;}
div#signupBox {position: absolute; top: 10%;}

div.signup_form fieldset {
    border-style: solid;
    border-color: #C0C0C0;
    border-width: 0 0 1px 0;
    /*padding: 0 0 10px 0;*/
    margin: 0 0 10px 0;    
}

div.signup_form fieldset.signup_details label {
    width: 90px; 
    display: inline-block; 
    text-align: right; 
    padding: 0 10px 0 0;
}

div.signup_form fieldset.signup_details input {width: 300px;}

div.signup_form fieldset.buttons {
    margin: 0;
    border-width: 0;
    padding: 0;
    text-align: right;
}

div.signup_form fieldset legend {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;    
}

div.signup_form fieldset ul {list-style: none;}
div.signup_form fieldset ul li {padding: 2px 0 2px 0;}
div.signup_form fieldset.signup_interests ul {width: 50%; float: left;}

/* BOX [individual styles defined in {site id}/site.css] */

.box {
    border: 1px solid;
    padding: 10px;
    margin: 0 0 10px 0;
    display: block;
}

.box .box {
    margin-bottom: 0px;    
}

/* AREA [individual styles defined in {site id}/site.css] */

.area {
    text-align: left;
    display: block;   
}

.area h1 {
    margin: 0 0 0 0;
}

/* CAPTIONED IMAGES */
div.captioned {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;   
}

div.caption_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    z-index: 5;
    opacity: 0.3;
    -moz-opacity: 0.3;
    background: url(bg_FFFFFF_80.png) center center repeat !important; 
    width: 100%; 
    display: block !important;
    display: none;   
}

/* HOT DEALS LISTS */
div ul.hot_deal{margin-bottom: 0;}

ul.hot_deal{list-style: none; width: 100%;}
ul.hot_deal li{line-height: 2em; margin: 0; font-size: 13px; float: none;}
ul.hot_deal li a{line-height: 2em;}
ul.hot_deal li a strong{font-size: 0.8em; font-weight: normal; line-height: 2em;}

.offers ul.hot_deal li {font-size: 0px;}
.offers ul.hot_deal li a {font-size: 12px;}

/* 4 Column */
ul.hot_deal li.column4-1{margin-left: 0%;}
ul.hot_deal li.column4-2{margin-left: 25%;}
ul.hot_deal li.column4-3{margin-left: 50%;}
ul.hot_deal li.column4-4{margin-left: 75%;}

/* 3 Column */
ul.hot_deal li.column3-1{margin-left: 0%;}
ul.hot_deal li.column3-2{margin-left: 33.33%;}
ul.hot_deal li.column3-3{margin-left: 66.66%;}

/* 2 Column */
ul.hot_deal li.column2-1{margin-left: 0%;}
ul.hot_deal li.column2-2{margin-left: 50%;}

/* Resets / List Settings */

li.reset1       {margin-top: -2em !important;}
li.reset2       {margin-top: -4em !important;}
li.reset3       {margin-top: -6em !important;}
li.reset4       {margin-top: -8em !important;}
li.reset5       {margin-top: -10em !important;}
li.reset6       {margin-top: -12em !important;}
li.reset7       {margin-top: -14em !important;}
li.reset8       {margin-top: -16em !important;}
li.reset9       {margin-top: -18em !important;}
li.reset10      {margin-top: -20em !important;}

li.reset30      {margin-top: -60em !important;}

div.bg_image div.offers ul.hot_deal li {
    margin-left: 0 !important;
}

/* SPOTLIGHT / TABBED LISTS */
#spotlight, #spotlight_page, #tabbed_content, #tabbed_content_page {list-style: none; margin: 0 0 0 0px;}
#spotlight li, #spotlight_page li, #tabbed_content li, #tabbed_content_page li{margin-left: 0px;}

#spotlight_page, #tabbed_content_page{
    height: 24px;
    margin-bottom: -2px;
}

#spotlight_page li {
    display: inline;
    float: left;
    margin: 0 3px 0 0;
    border: 1px solid;
    border-bottom: none; 
}

#spotlight_page li a, #tabbed_content_page li a {
    display: block;
    padding: 2px 3px 2px 3px;
    font-size: 10px;
    font-weight: bold;    
    background: #F9F9F9;
    color: #333;
}

#spotlight_page li a:focus, #tabbed_content_page li a:focus {
    outline: none;
} 

#spotlight_page a.activeSlide, #tabbed_content_page li a.activeSlide {
    padding: 2px 5px 4px 5px; 
    background: #FFF;
    color: #333; 
}

/*#tabbed_content {height: 240px;} */
#tabbed_content li {width: 618px;}
#tabbed_content_page li {border-color: #CCDFEA;}

#tabbed_content div.box {
    border-color: #CCDFEA;
    background: #FFF;
}

/* COLUMN SPECIFIC */
.col1 {
    font-size: 12px;    
}

.col1 .inner {
    margin: 0 10px 0 5px;
}
    .col1 table {display: block;}
    .col1 table tbody{display: block;}    
    .col1 table tbody tr {display: block; text-align: left;}
    .col1 table tbody tr th {padding: 2px 5px 2px 5px; width: 130px;}
    .col1 table tbody tr td {padding: 2px 5px 2px 5px;}


.col2 {
    width: 160px;
    float:  right;
    margin-left: 10px;
}

/* IMAGE GALLERIES */    
ul.gallery_vert {list-style: none;}
ul.gallery_vert li {margin-left: 0px;}

/* RATINGS */
.rating {
    height: 10px;
    background: url(star.gif) repeat-x left center;
    margin: 3px 0 0 0;
}

td .rating {
    margin-top: 0px;
}

.star_0 {width: 0px;}
.star_1 {width: 15px;}
.star_2 {width: 30px;}
.star_3 {width: 45px;}
.star_4 {width: 60px;}
.star_5 {width: 75px;}

/* RESULTS PAGE SPECIFIC */
.result_item_subtitle {
    font-size: 13px;
    letter-spacing:-0.03em;
    font-weight: normal;
    padding-left: 5px;  
}

.result_btn_container {
    right: 5px;
    top: 2px;
    display: inline;
    background: transparent url(VTD/result_bar_fade_bg.png) repeat-y left center !important;
    background-color: #46D4F8;
    background-image: none;
    width: 160px;
    padding-left: 55px;
    height: 23px;
}

 .result_btn {
    margin: -36px 0 0 0;
    display: block;
    font-size: 13px !important;
    color: #000;
    text-align: center;
    width: 101px;
    height: 23px;
    line-height: 23px;    
}

.box .price{
    text-align: right;
    font-size: 14px;
    color: #3F99FD;
    letter-spacing: -0.02em;       
}

.box .price span {
    display: block;
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 37px;    
}

.box .price span span{ 
    font-size: 20px;   
    display: inline;
}

.box .result_image {
    width: 80px;
    height: 80px;
    background: url(../images/icons/no-image.gif) center center no-repeat #FFFFFF;
}

/* PAGINATION */
a.previous {float: left;}
a.next {float: right;}

/* QUOTE PAGE SPECIFIC */

div.foot {
    background: #FFF;
    border-top: 1px solid #3F99FD;
    padding: 5px;
    font-size: 12px;
    color: #1F77DA;
    line-height: 28px;
}

div.foot span.price {
    font-size: 28px;
    line-height: 28px;
}

div.call_to_action {
    font-size: 16px;
}

div.call_to_action span.open_hours {
    font-size: 11px;
    display: block;
    margin: 2px 0 0 0;    
}

/* PRODUCT INFO PAGE SPECIFIC */
.product_highlights {
    width: 230px;
    margin: 0 10px 0 0;
    float: left;        
}

.product_fold {
    background: url(result_item_foot_bg.gif) repeat-x center top;
    border-top: 1px solid #FFFFFF;
    padding: 10px 0 0 0;
}

#ul-img {list-style: none; margin: 20px auto 0 auto;}
#ul-img li {display: inline !important; margin-right: 3px;}
#ul-img li.cr {margin-right: 0px;}
#ul-img li img {width: 80px; margin: 0 auto; cursor: pointer;}
#l-img img {display: block; margin: 0 auto;}

/* POP UP SPECIFIC */
div.info_window {
    width: 638px;
    margin: 0 auto 0 auto;
}

/* OVERRIDES */

.reset_margin{
    margin-top: 0 !important;
    margin-bottom: inherit !important; 
    margin-left: 0 !important; 
    margin-right: 0 !important;
}

.no_border{border: none !important;}
.account_border{margin-left: 8px;}

.no_background{background: transparent !important;}
.no_width{width: auto !important;}
.no_padding{padding: 0 !important}


/* FLOATS */

.f_right{float: right; clear: right;}
.f_left{float: left; clear: left;}

/* 'BOOK WITH CONFIDENCE' */
div#bwc{
    z-index: 30;
    position: absolute;
    right: 0;
    top: 0;
    width: 106px;
    height: 106px;
    background: url(../images/icons/book_with_confidence.gif) center top no-repeat;  
}

/* FLEXIBLE TRIPS I-FRAME */

div#flexibletrips_main {
    border:1px solid #FF0099;
    height:32em;
    margin:0 0 20px 0;
    position:relative;
}

div#flexibletrips_main iframe {
    height:30em;
    margin:20px auto 0;
    position:relative;
    width:30em;
}

/* SOCIAL NETWORKING LINKS */
ul.social_links {
    list-style: none;
    margin: 0 auto;
}

ul.social_links li{
    margin: 0 5px 0 0;
    display: inline;
}

/* MAGAZINE LAYOUTS */
div.panoramic {    
    height: 270px;
}

div.panoramic, div.bg_image {
    background: center center no-repeat;
    position: relative;
}

div.panoramic div, div.bg_image div {    
    background: url(bg_FFFFFF_80.png) center center repeat !important;
    background: #FFFFFF;
    position: absolute;
    padding: 10px;
    border: 1px solid #E5E5E5;
    color: #555555;
    /*    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    */ 
}

div.panoramic div h1, div.bg_image div h1 {font-size: 20px; font-weight: bold;}
div.panoramic div h2, div.bg_image div h2 {font-weight: bold;}
div.panoramic div p, div.bg_image div p {margin-bottom: 0px;}

div.panoramic div div, div.bg_image div div {
    background: transparent !important;
    padding: 0;
    border: none;
    position: relative;
}

div.panoramic ul.hot_deal li a, div.bg_image ul.hot_deal li a {
    padding-left: 10px;
    display: block;
}

div.panoramic ul.hot_deal li a:hover, div.bg_image ul.hot_deal li a:hover {
    background: #FFF;
    text-decoration: none;
}

