/*-------------------------------------------------
  boxes
-------------------------------------------------*/
/* top offer */
#boxTopOffer {
    width: 177px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/box_top_offer.gif) no-repeat;
    height: 288px;
}
/* offer list */
#boxOfferList {
    width: 177px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/box_red_body.png);
}

#boxOfferList h3 {
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #FFFFFF;
    background: url(../images/box_red_header.png);
    font-size: 110%;
    font-weight: bold;
    line-height: 24px;
    height: 26px;
}

#boxOfferList ul {
    margin: 0px;
    padding: 5px;
    font-size: 95%;
    list-style: none;
}

#boxOfferList li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#boxOfferList li a {
    font-weight: bold;
    cursor: hand; cursor: pointer;
    line-height: 18px;
}

#boxOfferList li:hover {
    background-color: #F6DAC9;
}

#boxOfferList .headline {
    width: 100px;
    display: block;
    float: left;
}

#boxOfferList .price {
    width: 60px;
    display: block;
    float: left;
    white-space:nowrap;
}
#boxOfferList .footer {
    clear: both;
    width: auto;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(../images/box_red_footer.png) no-repeat;
    height: 4px;
}


/* stylesheet for offer styles in content.css*/

/* information links */
#boxInformation {
    width: 177px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/box_blue_body.png);
}

#boxInformation h3 {
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #FFFFFF;
    background: url(../images/box_blue_header.png);
    font-size: 110%;
    font-weight: bold;
    line-height: 24px;
    height: 26px;
}

#boxInformation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 95%;
}

#boxInformation li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#boxInformation li a {
    padding: 3px;
    margin: 2px 4px 2px 2px;
    display: block; /*background-color: #FF7100;*/
    color: #0000B8;
    font-size: 100%;
    font-weight: bold;
    line-height: 18px;
}

#boxInformation li a:hover {
    background-color: #F1F1FE;
}

#boxInformation .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(../images/box_blue_footer.png) no-repeat;
    height: 4px;
}

/* Visitors box */


/* information links */
#boxVisitors {
    width: 177px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background: url(../images/box_yellow_body.png) repeat-y;
}

#boxVisitors ul {
    margin: 0px;
    padding: 5px;
    list-style: none;
    font-size: 95%;
}

#boxVisitors .headline {
    width: 130px;
    font-weight: bold;
}

#boxVisitors h3 {
    width: auto;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #B80000;
    background: url(../images/box_yellow_header.png);
    font-size: 110%;
    font-weight: bold;
    line-height: 24px;
    height: 26px;
}
#boxVisitors .footer {
    width: auto;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url(../images/box_yellow_footer.png) no-repeat;
    height: 4px;
}

#boxVisitors a{
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    display: block;
    width: 99%;
}

