.e4jcart {
    display: inline-block;
    margin: 5px 5px 1px 0px;
    position: relative;
}
.e4jcart a {
    margin-left: 3px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 13px;
    padding: 0 3px;
    height: 41px;
    display: inline-block;
    background-image: url('./e4jemptycart.png');
    padding: 14px 0 0 45px;
}
.e4jemptycartmsg {
    color: #444;
    margin: 0 0 5px;
    padding: 25px 25px 0;
    font-size: 1.2em;
}
.e4jcartcontent-intdiv .product_row {
    border-bottom: 1px solid #ddd;
    color: #666;
    margin: 0;
    padding: 15px;
}
.e4jcartcontent-intdiv .product_row:nth-of-type(even) {
    background: none repeat scroll 0 0 #eee;
}
.e4jcartcontent-intdiv .product_row a {
    color: #444;
}
.e4jcartnumbubble {
    background: none repeat scroll 0 0 #ea7b29;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    left: 30px;
    text-align: center;
    margin-right: 3px;
    position: absolute;
    top: 4px;
    line-height: 20px;
    width: 20px;
}
.product_name {
    text-transform: uppercase;
}
.e4jcartdivtotal {
    margin: 0 15px;
}
.e4jtotalprice {
    margin: 10px 0 0;
    padding: 10px 10px 0 0;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.e4jtotalprice span {
    color: #7a9900;
}
.e4jcartcontent .e4jcheckout {
    text-align: center;
    padding: 5px 0 0px 0;
    margin: 10px 0 0;
    float: right;
}
.e4jcartcontent .e4jcheckout a {
    display: inline-block;
    background: #7a9900;
    color: #fff;
    padding: 7px 15px 7px;
    font-weight: bold;
    margin: 0;
}
#opene4jcart {
    right: 43px;
    position: absolute;
    top: -7px;
}
.e4jcartdivtotal > p {
    vertical-align: top;
    display: inline-block;
}