html, body {
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Tahoma, "DejaVu Sans";
    font-size:12px;
    color:#fff;
}

#container {
    width:625px;
    height:175px;
    overflow:hidden;
    position:relative;
}

#menu {
    width:176px;
    left:0px;
    top:0px;
    position:absolute;
    z-index:100;
}

#menu .element {
    display:block;
    text-decoration:none;
    color:#000;
    width:149px;
    height:37px;
    border-bottom:1px solid #ccc;
    background:white url("blur_bg.gif") right repeat-y;
    padding-top:6px;
    padding-left:10px;
    cursor:pointer;
}

#menu .element.selected {
    width:166px;
    background:url("buttons.png") no-repeat;
    border-bottom:none;
    height:38px;
    color:#fff;
}

#item-2.element.selected {
    background-position:0px -44px;
}

#item-3.element.selected {
    background-position:0px -88px;
}

#item-4.element.selected {
    background-position:0px -132px;
}

#item-4.element {
    border-bottom:none;
}

.content {
    width:465px !important;
    width:auto;
    background:red;
    height:175px;
    margin-left:159px !important;
    position:relative;
    display:block;
    color:#fff;
}

.element .name, .element .label {
    color:#666;
}

.element.selected .name, .element.selected .label {
    color:#fff;
}

.element .label {
    font-size:11px;
    line-height:13px;
    height:13px;
    overflow:hidden;
}

.element .name {
    font-weight:bold;
    font-size:12px;
}

#content-1 {
    background:url("background1.jpg") no-repeat top right;
}

#content-2 {
    background:url("background2.jpg") no-repeat top right;
}

#content-3 {
    background:url("background3.jpg") no-repeat top right;
}

#content-4 {
    background:url("background4.jpg") no-repeat top right;
}

.bron-image {
    background:url("broneeri.png") no-repeat;
    width:437px;
    height:97px;
    position:absolute;
    right:5px;
    bottom:7px;
}

.content .label {
    padding-top:22px;
    padding-left:35px;
    font-size:11px;
    height:15px;
}

.content .name {
    text-align:center;
    font-size:35px;
    font-weight:bold;
    color:#edf2e5;
    text-shadow: #666 1px 1px 1px;
}

.content .price {
    text-align:center;
    font-size:50px;
    font-weight:bold;
    color:#edf2e5;
    text-shadow: #666 1px 1px 1px;
    z-index:2;
}

.content .bron-link {
    display:block;
    width:420px;
    height:30px;
    position:absolute;
    bottom:7px;
    right:10px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    font-size:18px;
    line-height:30px;
}

.logo {
    position:absolute;
    right:22px;
    top:10px;
    z-index:5;
}

.logo.bt {
    top:22px;
}

a {
    text-decoration:none;
}

a img {
    border:none;
}
