#shoppingcart {
    margin-top: 3px;
    width: 100%;
    text-align: left;
    color: #FFF;
    font-weight: normal;
}
#shop {
    display: inline-block;
    background: url("/_img/modules/shop/bg.gif") repeat-y;
}
#shop img {
    border: 0px;
}
#shop_left, #shop_left_big {
    background-repeat: no-repeat;
    background-position: right top;
    width: 288px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#shop_left {
    height: 205px;
}
#shop_left_big {
    background-position: left 10px;
    height: 410px;
    border-top: 1px solid #FFF;
}

h1.shop_title {
    display: block;
    position: relative;
    left: 5px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}
#shop_left p img, #shop_left_big p img {
    margin: 0px 5px 5px 0px;
}
#shop_left p {
    padding: 3px 0 0 5px;
    width: 275px;
    height: 145px;
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    border: 0px solid #000;
    margin: 0px 0px 4px 0px;
    overflow: hidden;
}
#shop_left_big p {
    padding: 3px 0 0 5px;
    width: 275px;
    height: 336px;
    text-align: justify;
    font-family: Verdana;
    font-size: 11px;
    border-top: 0px solid #000;
    margin: 0px 0px 4px 0px;
    overflow: hidden;
}
#shop_left span.shop_bottom {
    border: 0px solid green;
    display: block;
    position: relative;
    top: 1px;
    height: 30px;
}
#shop_left_big span.shop_bottom {
    border: 0px solid green;
    display: block;
    position: relative;
    top: 10px;
    height: 30px;
}
span.shop_bottom span.shop_left {
    float: left;
    border: 0px solid #F00;
    margin: 12px 0 0 5px;
}
span.shop_bottom span.shop_right{
    float: right;
    border: 0px solid #F00;
    margin-right: 5px;
}

span.shop_tag {
    display: block;
    border: 0px solid #FF0000;
    width: 190px;
    text-align: right;
    font-size: 12px;
    color: #e00075;
    font-weight: normal;
    height: 14px;
}
span.shop_voor {
    display: block;
    border: 0px solid #FF0000;
    width: 190px;
    text-align: right;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
