.scroll-pane #book-item {
    position: relative;
    float: left;
    clear: none;
    width: 312px;
    height: 134px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.clear-both {
    position: relative;
    clear:both;
    float: left;
}

#book-item #shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 9px;
    height: 134px;
    background: url(../images/book_shadow.gif) no-repeat;
}

#book-item #book {
    position: absolute;
    left: 9px;
    top: 0px;
    width: 96px;
    height: 134px;
}

#book-item #blurb {
    position: absolute;
    left: 113px;
    top: 0px;
    width: 199px;
    height: 134px;
    background: #333333;
}

#book-item #blurb h2 {
    margin: 5px;
    font-size: 13px;
    color: white;
}

#book-item #blurb p {
    position: relative;
    float: left;
    width: 189px;
    margin: 5px;
    font-size: 12px;
    color: white;
    text-align:left;
}

#book-item #blurb #cart {
    position:absolute;
    top: 92px;
    left: 140px;
    width: 48px;
    height: 36px;
}

#book-desc {
    display:block;
    position: relative;
    float: left;
    width: 688px;
}

#book-desc #image {
    position: relative;
    float: left;
    clear: left;
    width: 100px;
    margin-right: 10px;
}

#book-desc #blurb {
    position: relative;
    float: left;
    clear: none;
    width: 568px;
    border-left: solid 2px #333333;
}

#book-desc #blurb p {
    position: relative;
    float: left;
    width: 568px;
    margin: 5px;
    font-size: 12px;
    color: black;
    text-align:left;
}

#book-desc #blurb #cart{
    position: absolute;
    top:354px;
    left:10px;
    width: 48px;
    height: 36px;
}

#book-desc #blurb h2 {
    margin: 10px;
}

#book-desc #blurb p {
    margin: 10px;
}

