.col-main.cart
{
    width: 100%;
}
.col-main.cart .tools
{
    float: none;
    margin-bottom: 10px;
}
.cart .figure-cart
{
    width: 100px;
    margin-left: 20px;
}
.cart .cart_item_sku_name,
.cart .cart_item_sku_nr,
.cart .cart_item_qty
{
    float:left;
    margin-right: 20px;
}
.cart .cart_item_delete
{
    float: right;
}
.cart .cart_item_sku_nr{
    width: 230px;
}
.cart .cart_item_sku_name{
    width: 410px;
}
.cart .cart_item_qty
{
    width: 115px;
}
.cart .cart_item_qty input
{
    width: 50px;
}


a:focus > .icon.icon-cart-datenblatter,
a:hover > .icon.icon-cart-datenblatter,
.icon.icon-cart-datenblatter-active   { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:19px; height:20px; background-position: -47px -1px; }
.icon.icon-cart-datenblatter          { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:19px; height:20px; background-position: 2px -1px; }

a:focus > .icon.icon-cart-ausschreibungstexte,
a:hover > .icon.icon-cart-ausschreibungstexte,
.icon.icon-cart-ausschreibungstexte-active  { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:15px; height:20px; background-position: -66px -2px; }
.icon.icon-cart-ausschreibungstexte         { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:15px; height:20px; background-position: -17px -2px; }

a:focus > .icon.icon-cart-delete,
a:hover > .icon.icon-cart-delete,
.icon.icon-cart-delete-active  { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:19px; height:20px; background-position: -80px -2px; }
.icon.icon-cart-delete         { background: url("/quable_images/cart_pictos.png") top left no-repeat; width:19px; height:20px; background-position: -31px -2px; }


.icon.icon-pdf:hover { width:19px; height:19px; background-position: -3990px -10px; }

.col-main.cart .teaser.underlined,
.col-main.cart .group.underlined
{
    border-bottom: 0px;
    padding-bottom: 0px;
}

img.add_to_cart_sku
{
    cursor: pointer;
}
