/************************************
*  layout 
************************************/
.itinerary .top {
    margin: 10px 0 5px 10px;
}
.sailing .main {
    margin: 0 10px 5px 10px;
}

.itinerary .top .left {
    float: left;
    width: 190px;
}
.itinerary .top .right {
    float: left;
    width: 565px;
}




.left a {
    display: block;
    margin: 0 0 12px 0;
}
.left a.shipname,
.left a.shipname:active,
.left a.shipname:link,
.left a.shipname:visited {
    text-decoration: none;
    font-weight: bold;
    color: #3389C2;
}
.left a.shipname:hover {
    text-decoration: underline;
    color: #3389C2 !important;
}

.right h2,
.right .deparr,
.right .availability,
.right ul,
.right .disclaimer {
    margin: 0 5px 8px 8px;
}

.right h2 {
    font-weight: bold;
    font-size: 16px;
}

.deparr {
    margin-top: 12px;
}
.deparr p {
    margin: 0 0 8px 0;
}
.deparr p strong {
    padding-right: 6px;
}
.deparr a,
.deparr a:active,
.deparr a:link,
.deparr a:visited {
    color: #757575;
    text-decoration: underline;
    cursor: pointer;
}
.deparr a:hover {
    color: #000 !important;
}

.disclaimer {
    font-style: italic;
}

.saildates table { 
    border-collapse: collapse; 
    margin: 10px auto;
    border-bottom: 1px solid #cce0eb;
    width: 745px;
}
.saildates thead tr { background: transparent url("/img/results_header_slice.jpg") repeat-x top left; height: 40px; }
.saildates th.select, .saildates td.yousave, .saildates td.select { text-align: center; }
.saildates th { font-weight: bold; padding: 0 0 0 8px; }
.saildates td, .saildates th { padding-left: 10px; }
.saildates tr { height: 35px; background-color: #fff; } 
.saildates table tbody tr.even { background-color: #f2f1ec; }
.saildates table tbody tr:hover,
.saildates table tbody tr.hover { background-color: lightyellow; }    
.saildates table td,.saildates table th {text-align: center;}
.saildates table .date { width: 130px; text-align: left !important; }
.saildates table .departdate {
    border-left: 1px solid #cce0eb;
}
.saildates table .cabinprice {width: 75px;}
.saildates table .yousave {width: 50px;}
.saildates table .select {
    width: 75px; border-right: 1px solid #cce0eb; 
}
.saildates table {  }