
/* =============== */
/* = Overloading = */
/* =============== */

.hidden_popups .page {
    position: absolute;
    left: -10000px;
}



.bluebox .offers.content {
    margin-bottom: 20px;
    background-color: #eee;        
    height: 165px;
    overflow: hidden;
    position: relative;
}
.bluebox .offers.content table {
    position: absolute;
}
.bluebox .offers.content table td {
    vertical-align: top;
}
.offer {
    display: block;
    width: 126px;
    line-height: 14px;
    float: left;
    white-space: normal;
    cursor: pointer;
    overflow: hidden;
}
.offer .inner {
    width: 126px;
}
.offer .image {
    text-align: center;
}
.offer img {
    border: 1px solid #ddd;
    border-bottom: 1px solid #777;
}
.offer .date {
    font-size: 9px;
    color: #777;
    line-height: 10px;
}
.offer h3 {
    padding: 5px;    
    font-weight: normal;
    color: #000;
    text-align: center;
}


/* ============ */
/* = Articles = */
/* ============ */
.longbox {
    overflow: auto;
}

/* ================ */
/* = cruise_start = */
/* ================ */
.offerstable table {
    width: 100%;
}
.offerstable table td,
.offerstable table th {
    padding: 6px;
    padding-right: 10px;
    line-height: 14px;
    vertical-align: top;
}

.offerstable .offerimage {
    border: 1px solid #ccc;
}

.articles_cruise {
    width: 400px;
    float: left;
}
.articles_cruise .image {
    margin-left: 10px;
}

.offers_cruise {
    width: 200px;
    float: right;
    list-style-type: none;
}
.offers_cruise li {
    list-style-type: none;    
    margin-bottom: 15px;
    display: block;
}
.offers_cruise h3 {
    margin-bottom: 0px;
}


/* ========== */
/* = Offers = */
/* ========== */
.offers {
    margin-bottom: 10px;
    float: right;
    width: 250px;
    
}
.secondary h2,
.secondary h2 a {
    margin-bottom: 0px !important;
}
.offers ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.offers li {
    position: relative;
    padding-bottom: 20px;
}
.offers li.first {
    margin-top: 0px;
}
.offers .image {
    position: absolute;
    right: 0;
    top: 0;
}
.offers .text {
    padding-right: 55px;
}

.offers .more_offers {
    display: block;
    text-align: right;
}
.offers .price {
    white-space: normal;
}





/* =============== */
/* = Cruise area = */
/* =============== */
.destinations {
    width: 100%;
}
.destinations thead {
    display: none;
}
.destinations td {
    font-size: 11px;
    padding-right: 10px;
    padding: 6px;
    vertical-align: top;
}
.destinations td.content {
    padding: 10px;
}
.destinations h3 {
    margin-bottom: 5px;
    font-size: 13px;
}



/* ========================= */
/* = Cruise operator start = */
/* ========================= */
.operator_start .operator_group {
    margin-bottom: 25px;
}
.operator_start .operator_group ul {
    margin-bottom: 0px;
}
.operator_start .operator_group .image {
    width: 250px;
    float: left;
}
.operator_start .operator_group .text {
    width: 390px;
    float: right;
}
.operator_start .operator_group.odd .image {
    float: right;
}
.operator_start .operator_group.odd .text {
    float: left;
}
