/*-------------------------------------------------
  Content
-------------------------------------------------*/
#content {
    margin: 20px 0px 0px 3px;
    padding: 0px;
    width: 552px;
    float: right;
    height: auto;
    left: 183px;
}
/* IE prob fixed*/
* html #content {
    margin: 10px -1px 0px 5px;
    left: 185px;
}

/* content boxes */
#contentBoxOrange {
    width: 547px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/content_box_orange_body.png) repeat-y;
}

#contentBoxOrange h1{
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    height: 26px;
    color: #B80000;
    background: url(../images/content_box_orange_header.png) no-repeat;
    font-size: 115%;
    font-weight: bold;
    line-height: 24px;
}

#contentBoxOrange h2{
    margin: 10px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
}

#contentBoxOrange h3 {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
}

#contentBoxOrange .text {
    padding: 5px;
}

#contentBoxOrange .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    height: 5px;
    background: url(../images/content_box_orange_footer.png) no-repeat;
    font-size: 0px;
    line-height: 3px;
}

#contentBoxBlue {
    width: 547px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/content_box_blue_body.png) repeat-y;
}

#contentBoxBlue h1{
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    height: 26px;
    color: #FFFFFF;
    background: url(../images/content_box_blue_header.png) no-repeat;
    font-size: 115%;
    font-weight: bold;
    line-height: 24px;
}

#contentBoxBlue h2{
    margin: 10px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
}

#contentBoxBlue .text {
    padding: 5px;
}

#contentBoxBlue .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    height: 5px;
    background: url(../images/content_box_blue_footer.png) no-repeat;
    font-size: 0px;
    line-height: 3px;
}

#contentBoxRed {
    width: 547px;
    margin: 0px;
    padding: 0px;
    height: auto;
    background: url(../images/content_box_red_body.png) repeat-y;
}

#contentBoxRed h1 {
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    height: 26px;
    color: #FFFFFF;
    background: url(../images/content_box_red_header.png) no-repeat;
    font-size: 115%;
    font-weight: bold;
    line-height: 24px;
}

#contentBoxRed h2{
    margin: 10px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
}

#contentBoxRed h3 {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
}

#contentBoxRed .text {
    padding: 5px 10px 5px 5px;
    /*text-align: justify;*/
}

#contentBoxRed .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    height: 5px;
    background: url(../images/content_box_red_footer.png) no-repeat;
    font-size: 0px;
    line-height: 3px;
}

/*-------------------------------------------------
  Content OFFERs
-------------------------------------------------*/
#contentOffers{
    width: 547px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 288px;
}

#contentOfferLeft{
    width: 177px;
    height: 288px;
    margin-left: 0px;
    padding: 0px;
    float: left;
    background: url(../images/box_content_offer_l.png) no-repeat;
}

#contentOfferMiddle {
    width: 177px;
    height: 288px;
    margin-left: 8px;
    padding: 0px;
    float: left;
    background: url(../images/box_content_offer_m.png) no-repeat;
}

#contentOfferRight {
    width: 177px;
    height: 288px;
    margin-left: 7px;
    padding: 0px;
    float: left;
    background: url(../images/box_content_offer_r.png) no-repeat;
}

/* low offers */
#contentLowOffers{
    width: 547px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    height: 122px;
}

#contentLowOfferLeft{
    background: url(../images/box_low_offer.gif) no-repeat;
    width: 177px;
    height: 122px;
    margin-left: 0px;
    padding: 0px;
    float: left;
}

#contentLowOfferMiddle {
    background: url(../images/box_low_offer.gif) no-repeat;
    width: 177px;
    height: 122px;
    margin-left: 8px;
    padding: 0px;
    float: left;
}

#contentLowOfferRight {
    background: url(../images/box_low_offer.gif) no-repeat;
    width: 177px;
    height: 122px;
    margin-left: 7px;
    padding: 0px;
    float: left;
}

/*-------------------------------------------------
  offerStyles
-------------------------------------------------*/
.thumb {
    position: absolute;
}

.offer {
    padding: 0px;
    padding: 175px 10px 10px 10px;
    color: #FFFFFF;
}
.lowOffer {
    padding: 0px;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
}

.offer a {
    color: #FFFFFF;
    display: block;
}

.lowOffer a {
    color: #B80000;
    display: block;
}

.offer .stars, .lowOffer .stars{
    padding: 3px 0px 3px 0px;
}

.offer h1, .lowOffer h1 {
    font-size: 150%;
    font-weight: bold;
}

.offer h2, .lowOffer h2 {
    font-size: 130%;
    font-weight: bold;
}

.offer h3, .lowOffer h3 {
    font-size: 115%;
}

.offer h4, .lowOffer h4 {
    margin-top: 5px;
    font-size: 115%;
}

.offer h4 .price, .lowOffer h4 .price{
    font-size: 140%;
    font-weight: bold;
}

/*-------------------------------------------------
  destination quick-select
-------------------------------------------------*/
#contentDestinations {
    width: 547px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/content_box_orange_body.png);
}

#contentDestinations h1{
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    height: 26px;
    color: #B80000;
    background: url(../images/content_box_orange_header.png) no-repeat;
    font-size: 115%;
    font-weight: bold;
    line-height: 24px;
}

#contentDestinations .text {
    padding: 5px;
}

#contentDestinations a {
    width: 164px;
    padding: 3px;
    float: left;
    margin: 2px 3px 2px 3px;
    border: 1px solid #FFE888;
    display: block;
    background-color: #FFF2BB;
    color: #CC0000;
    -moz-border-radius: 8px;
}


* html #contentDestinations a {
    /*width: 169px;*/
    padding: 2px;
}

#contentDestinations a:hover {
    background-color: #FF7100;
    color: #FFFFFF;
}

#contentDestinations .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    height: 5px;
    background: url(../images/content_box_orange_footer.png) no-repeat;
    font-size: 0px;
    line-height: 3px;
}

