BODY{
    text-align: left;
    color: black;
    font-family: Verdana, tahoma, arial, Sans-serif;
    font-size: 80%;
}

H1{
    color: #8DAEC0;
}

H2{
    color: #496777;
}

A{
    color: #236464;
    text-decoration: underline;
}

A:hover{
    color:red
}

dt{
    font-weight: bold;
    border-bottom: 1px solid #236464;
}

dd{
    margin-bottom: 10px;
}

div#footer{
    border-top: 1px solid #567;
    margin: 50px 0px;
    text-align: center;
    clear: both;
}

a img{
    border: 0;
}

td.description{
    vertical-align: top;
    padding: 10px;
}

td.image{
    vertical-align: top;
    text-align:right;
    padding-right: 5px;
    padding-bottom: 15px;
}

td.price{
    font-size: 80%;
    text-align: center;
    padding: 5px;
}

tr.odd td.description, tr.odd td.price{
    background-color: #EEF7EE;
}

tr.odd td.image{
    border-top: 2px solid #EEF7EE;
    border-bottom: 2px solid #EEF7EE;
}

td.description h4{
    margin-top: 0px;
}

td.description p{
    margin-bottom: 0px;
}

div#container{
    margin: auto;
    width: 690px;
}

hr{
    color: #567;
    background-color: #567;
    border: 0;
    height: 1px;
    margin: 20px 0px;
}

div#header{
    text-align:right;
}

div.date{
margin-top: 10px;
text-align: right;
border-bottom: 1px solid #567;
padding-bottom: 2px;
font-weight: bold;
}
div#left{
float: left;
width: 60%;
}
div#right{
float: right;
width: 38%;
}
div#latest{
margin-top: 20px;
}


#bestsellers ol{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}

#bestsellers li{
    display: inline;
    float: left;
    position: relative;
}

#bestsellers li.right{
/*    float: right;*/
}

#bestsellers span.rank{
    background-color: white;
    border: 1px solid black;
    padding: 2px 5px;
/*    float: left;*/
    font-weight: bold;
    position: absolute;
}

div.bestseller{
    border: 1px solid #CCC;
    margin-bottom: 5px;
    float: left;
}

.image-content-left{
    float: left;
    clear: left;
    margin: 10px 10px 10px 0px;
}

.image-content-right{
    float: right;
    clear: right;
    margin: 10px 0px 10px 10px;
}
