.cart_list {
    padding: 0px;
    width: 100%;
    height: 10px;
    border-right:1px solid grey;
    border-bottom:1px solid grey;
    background: white;
}

.cart_list_title {
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    float: left;
    text-align: left;
    width: 400px;
}

.cart_list_image {
    padding: 5px;
}

.cart_list_store {
    font-size:11px;
    float: left;
    color:black;
    clear:left;
}

.cart_list_price {
    font-size:11px;
    color:black;
    text-align: right;
    bottom: 0px;
    float:right;
    clear:right;
}

.cart_list_cart {
    font-size:11px;
    color:black;
    text-align: right;
    bottom: 0px;
    width: 200px;
    float: right;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px dotted #CCCCCC;
}

.cart_list_a {
    text-decoration: none;
    color: black;
    border: none;
}

