.specialOffers {
    width: 286px;
    color: #FFF;
    float:right;
    margin:0 10px 0 0;
    _margin:0 5px 0 0;
}

.specialOffers p {
    text-align: center;    
}

.specialOffers p.title{
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}

.specialOffers .specialOffersBody {
    background: url(./images/home-main-section-bg.png) repeat-x center top;
}

.specialOffers .top {
    background: url(./images/home-main-section-top.png) no-repeat left top;    
}

.specialOffers .bottom {
    background: url(./images/home-main-section-bottom.png) no-repeat right top;
    padding: 10px;
}

.specialOffers a.red:hover {
    color:#F00;
    text-decoration: underline;
}

.specialOffers table {
    width:100%;    
}

.specialOffers table thead{
    font-weight: bold;
    color: #6F87C0;
}

.specialOffers table tbody td{
    border-bottom: 1px dotted #223d77;
}

.specialOffers table td.arrival a {
    color: #FFF;
}

.specialOffers table td.departure {
    background: url(./images/oneway.gif) no-repeat center left; 
    padding: 0 0 0 15px;
}

.specialOffers table td.departure {
    background: url(./images/roundtrip.gif) no-repeat center left; 
}

.specialOffers table td.price {
    text-align: right;
}

.section {
    width: 327px;
    margin: 0 8px;
    float:left;    
}

.section .main-section {
    background: url(./images/home-main-section-bg.png) repeat-x center top;
    margin: 0 0 10px 0;    
}

.section .main-section-top {
    background: url(./images/home-main-section-top.png) no-repeat left top;    
}

.section .main-section-bottom {
    background: url(./images/home-main-section-bottom.png) no-repeat right top;
    padding: 10px;    
    min-height: 115px;
    _height: 115px;
}

.section p {
    padding: 0 0 5px 0;
}
.section dt {
    border-bottom: 1px dotted #223D77;
    margin: 0 0 5px 0;    
}

