@import url("breakscommon.css");

.topsect
{
    width: 669px;
    background-color: #ffd279;
    padding: 10px;
}

.topsect p.highlights
{
    font-weight: bold;
    color: #ac4317;
}

.subheading h2
{
    color: White;
    font-size: 1.5em;
    font-weight: normal;
    margin: 15px 0px 10px 0px;
}

.travelplan
{
    width: 462px;
    _width: 455px;
}

.travelplan h2
{
    padding: 0px;
    margin-top: 0px;
}

.travelplan .tplanday
{
    margin-bottom: 5px;
}

.travelplan .summary
{
    background-color: #ffd279;
    padding: 5px 10px 5px 10px;
    color: #ac4317;
}
.travelplan .summary h2
{
    font-size: 1.1em;
}

.travelplan .detail
{
    background-color: #ffc757;
    padding: 5px 10px 10px 10px;
}

.images
{
    width: 222px;
    float: right;
    margin-right: 8px;
}

.images img
{
    margin-bottom: 5px;
}
.cta
{
    clear: right;
    position: relative;
    top: 10px;
}

.sociallinks
{
    padding: 10px 0px;
    width: 640px;
    margin: 10px 0px 0px 85px;
    border: 0px solid black;
}

.sociallinks a.print, .sociallinks a.print:visited, 
.sociallinks a.email, .sociallinks a.email:visited,
.sociallinks a.download, .sociallinks a.download:visited
{
    display: block;
    float: right;
    width: 105px;
    padding: 3px 0px 0px 30px;
    background: transparent url('/_structure/images/print.gif') no-repeat scroll left top;
    color: Black;
    font-weight: normal;
    font-size: 0.9em;
    border: 0px solid black;
    height: 28px;
}

.sociallinks .email
{
    width: 135px !important;
    background-image: url('/_structure/images/email.gif') !important;
}

.sociallinks .download
{
    width: 155px !important;
    background-image: url('/_structure/images/download.gif') !important;
}

.sociallinks .addthis_button
{
    position: relative;
    top: 3px;
}

/* Options */
.options
{
    background-color: #FFE68A;
    width: 689px;
    margin-top: 10px;
}

.options .optinfo
{
    padding: 20px 10px 0px 15px;
    width: 435px;
    float: left;
    _width: 430px;
}

.options .optimgs
{
    margin-left: 467px;
    _position: absolute;
    _margin-left: 0px;
}
.options .optimgs img
{
    _display: block;
}

.options .opttitle
{
    color: #ac4317;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.options .closedopts
{   
    font-size: 1.2em;
    color: #ac4317;
}
.options .openopts
{
    margin-top: 15px;
}

.options .openopts .openopt
{
    margin-top: 30px;
}

.options .closedopts .closedopt
{
    font-weight: bold;
    padding-left: 20px;
    background: transparent url('/_structure/images/bullet.gif') no-repeat scroll left 2px;
    margin-bottom: 2px;
}

.options a.findmore, .options a.findmore:visited, .options a.findmore:hover
{
    background-color: #c54f1e;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 21px;
    color: White;
    font-weight: bold;
    font-size: 0.8em;
    padding: 5px 0px 0px 11px;
    margin: 10px 0px 0px 330px;
    _margin-left: 320px;
    
}

#findless
{
    font-size: 0.9em;
}

.options #openimgs, .options #openopts
{
    display: none;
}

.options #openimgs, .options #closedimgs
{
    text-align: right;
}

.options #openimgs img, .options #openimgs .videothumb, .extension .videothumb
{
    margin-bottom: 5px;
}

.openopttitle
{
    font-weight: bold;
    color: #ac4317;
    font-size: 1.2em;
}

.openoptdetail
{
    margin-bottom: 20px;
    width: 435px;
}

/* Extensions */
.extntitle
{
    color: White;
    font-size: 1.8em;
    margin: 10px 10px;
}

.extensions
{
    width: 689px;
    margin-top: 10px;
}

.extensions .extension
{
    background-color: #ffe68a;
    margin-bottom: 10px;
}

.extnimgs
{
    margin-left: 467px;
    width: 222px;
    text-align: right;
    _position: absolute;
    _margin-left: 5px;
}

.extninfo
{
    width: 450px;
    float: left;
}

.extninfo .closed
{
    padding: 20px 10px 0px 15px;
    min-height: 91px;
    font-weight: bold;
    color: #AC4317;
}

.extension .extninfo  .closed h2
{
    color: #ac4317;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.openextnimgs, .extntplan
{
    display: none;
}


.extension a.findmore, .extension a.findmore:visited, .extension a.findmore:hover
{
    background-color: #c54f1e;
    text-decoration: none;
    display: block;
    width: 100px;
    height: 21px;
    color: White;
    font-weight: bold;
    font-size: 0.9em;
    padding: 5px 0px 0px 11px;
    margin: 10px 0px 0px 345px;
}

.extension .openextnimgs img
{
    margin-bottom: 5px;
}


.extension .extntplan
{
    width: 462px;
}

.extension .extntplan h2
{
    padding: 0px;
    margin-top: 0px;
}

.extension .extntplan .tplanday
{
    margin-bottom: 5px;
}

.extension .extntplan .summary
{
    background-color: #ffd279;
    padding: 5px 10px 5px 15px;
    color: #ac4317;
}

.extension .extntplan .detail
{
    background-color: #ffc757;
    padding: 5px 10px 10px 15px;
}


.extprices
{
    background-color: #d1471e;
    padding: 10px 15px;
    color: White;
    font-size: 1.1em;
    margin: 10px 0px;
}

.extprices .price
{
    font-weight: bold;
    font-size: 1.2em;
}

.extdets
{
    padding: 0px 10px 15px 15px;
}

.video
{
    position: absolute;
    display: none;
    top: 0px;
    background-color: White;
    z-index: 99999;
    
}

.video .closevideo
{
    background-color: #c54f1e;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 15px;
    color: White;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0px 0px 6px 10px;
    margin: 5px 0px 5px 575px;
    cursor: hand;
    cursor: pointer;
}

.video .closevideo sup
{
    font-size: 0.8em;
}

#videobg
{
    background: transparent url('/_structure/images/videobg.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.videothumb
{
    cursor: hand;
    cursor: pointer;
    text-align: left;
}

