/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 5, 2013 */
@font-face {
    font-family: 'heydings';
    src: url('/modules/cart/heydings_icons-webfont.eot');
    src: url('/modules/cart/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/modules/cart/heydings_icons-webfont.woff') format('woff'),
         url('/modules/cart/heydings_icons-webfont.ttf') format('truetype'),
         url('/modules/cart/heydings_icons-webfont.svg#heydings_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#shoplist_header, 
#shoplist_content {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    clear: both;
}

.shoplist_item {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #CCC;
    position: relative;
    min-height: 200px;
}
.shoplist_price {
    float: right;
}

.shoplist_cover {
    display: block;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 150px;
    padding: 0 !important;
    marign: 0 !important;
}
.shoplist_description {
    padding-right: 170px;
}

.shoplist_add_to_cart {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    border: 1px outset #CCC;
    padding: 3px;
    border-radius: 6px 6px 6px 6px;
}
.shoplist_add_to_cart a {
    text-decoration: none; 
    font-weight: bold;
}
.shoplist_add_to_cart a:before {
    font-family:'heydings';
    content:'S';
}

#shoplist_footer {
    display: block;
    width: 100%;
    clear: both;
}
