.right-panel {
    /* width: 673px; */
    /* padding: 5px 0px 0px 0px; */
}
.right-panel .sa-list {
    /*width: 539px;*/
    margin: 0 auto;
    position: relative;
}
.right-panel .block-content-bg .sa-list {
    margin: 0 15px 0 15px;
}
.right-panel .sa-list h2 {
    border-radius: 5px 5px 0 0;
    background: url(/public/themes/images/sa_header.png) no-repeat 10px 3px #045798;
    font-family: Georgia, Times, Arial, Verdana;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: normal;
    padding: 3px 20px 3px 38px;
}
.right-panel .sa-list table tr th {
    padding: 5px 10px;
}
.right-panel .sa-list table tr td {
    padding: 3px 10px;
}
.right-panel .sa-list table tr td {
    border-top: none;
    border-bottom: none;
}
.right-panel .sa-list table tr.row_first td {
    padding-top: 10px;
}
.right-panel .sa-list table tr.row_last2 td {
    border-bottom: 1px solid #BEE7F7;
    padding-bottom: 10px;
}
.right-panel .sa-list table tr td.price {
    border-right: none;
    font-weight: bold;
    color: #DE2830;
    text-align: right;
}
.right-panel .sa-list table tr td.price_border {
    border-right: 1px solid #BEE7F7;
}
.right-panel .sa-list table tr td.showflights {
    border-left: none;
}
.right-panel .sa-list table tr td.showflights span {
    background: url(/public/themes/base/images/arrow-right-blue.png) no-repeat left 50%;
    padding: 0 0 0 6px;
}
.right-panel .sa-list .price-info {
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #BEE7F7;
    border-right: 1px solid #BEE7F7;
    background: #E1F5FE;
    padding: 10px 10px 0 10px;
    text-align: center;
}
.right-panel .sa-list .buttons {
    border-left: 1px solid #BEE7F7;
    border-right: 1px solid #BEE7F7;
    border-bottom: 1px solid #BEE7F7;
    background: #E1F5FE;
    padding: 15px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.checkin-bottom {
    background: url(/public/themes/base/images/checkin-bg-bottom-wide.png) no-repeat left bottom #CEEEFA;
    margin-bottom: 11px;
    padding: 0 0 4px 0;
    border-radius: 5px;
}
.checkin-top {
    background: url(/public/themes/base/images/checkin-bg-top-wide.png) no-repeat right top;
    padding: 0;
}
.checkin-top h3 {
    margin: 0;
    padding: 0 0 10px 0;
}
.checkin-top .block-text {
    padding: 0 0 10px 0;
    text-align: justify;
}
.checkin-top .checkin_code {
    float: left;
    margin-right: 6px;
}
.checkin-top .checkinInputSubmit {
    background: url(/public/themes/base/images/btn-go.png) no-repeat center center;
    border: none;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 1px 0px 0px 0px;
    vertical-align: middle;
    width: 18px;
}
.checkin-top .checkin_verify {
    min-height: 150px;
    _height: 150px;
    padding: 20px 20px 0px 25px;
}
.checkin-top .checkin_goto {
    padding: 20px 20px 20px 25px;
    background: url(/public/themes/base/images/checkin-separator.png) repeat-x left top;
}
.checkin-top .btnCheckinGoto {
    background: url(/public/themes/base/images/btn-checkin.png) no-repeat center center;
    border: none;
    width: 180px;
    height: 40px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    font-family: Georgia, Times, Arial, Verdana;
    font-size: 1.1em;
    color: #00599C;
}

.destination-detail {
    margin-bottom: 10px;
}

.destination-detail .dest-title {
    border: 1px solid #d3effb;
    border-width: 1px 1px 0 1px;
    float: left;
    background: #fff;
    padding: 3px 5px 0 5px;
    border-radius: 5px 5px 0 0;
}

.destination-detail .dest-title h3 {
    font-family: Georgia, Times, Arial, Verdana;
    font-size: 1.5em;
    padding: 5px;
    margin: 0px;
}

.destination-detail .dest-content {
    border: 1px solid #d3effb;
    margin-top: -1px;
    padding: 10px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    height: 60px;
}

.destination-detail .dest-content .dest-image {
    display: block;
    float: left;
    width: 92px;
}

.destination-detail .dest-content .dest-image img{
    width: 90px;
    height: 59px;
}

.destination-detail .dest-content .dest-detail {
    display: block;
    float: left;
    width: calc(100% - 100px);
}

.destination-detail .dest-content .dest-detail .dest-desc {
    padding-left: 10px;
}

.destination-detail .dest-content .dest-detail .dest-link {
    background: url(/public/themes/base/images/arrow-right-red.png) no-repeat right center;
    padding: 0px 10px 0px 0px;
    text-align: right;
    width: 97%;
}

.destination-detail .dest-content .dest-detail .dest-link a {
    color: #E11B22;
}