h1 {
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:16px;
    font-weight:normal;
}

.collection {
    border-bottom:dotted #114195 1px;
    border-top:dotted #114195 1px;
}

.collection .shortcut {
    float:left;
    margin:10px 20px 10px 0px;
    width:160px;
    height:160px;
}

.collection .items {
    clear:both;
    margin:20px 0px 20px 180px;
    width:530px;
    text-align:center;
    border-top:dotted #114195 1px;
}

.collection .items .item {
    display:inline-block;
    margin:10px 20px 0px 0px;
}

.collection .items .item .price {
    color:#000000;
    display:block;
    font-family:Tahoma,Arial,Sans-Serif;
    font-size:12px;
    text-decoration:none;
    text-align:right;
    background:url(buy.gif) no-repeat left top;
    margin:5px 0px 0px 0px;
}

.collection .items .item img {
    border:none;
}

.collection .items .item .price:hover {
    background:url(b_buy.gif) no-repeat left top;    
}

.collection .items .item h3 {
    margin:0px 0px 10px 0px;
    font-family:Tahoma,Arial,Sans-Serif;
    font-size:16px;
    font-weight:normal;
}

.banner {
    clear:both;
}

.banner .left {
    float:left;
    width:160px;
    margin:0px 20px 5px 0px;
}

.banner .right {
    float:left;
    width:500px;
    vertical-align:top;
    margin:0px 0px 5px 0px;
}

.banner .right h2 {
    margin:0px 0px 20px 0px;
    font-size:12px;
    font-family:Verdana,Arial,Sans-Serif;
    font-weight:normal;
}

.banner .right p {
    font-style: italic;
    margin:0px 0px 0px 0px;
}