.cartimg {
    max-width: 70px;
    max-height: 70px;
    vertical-align: top;
    padding-left: 5px;
    text-align: center;
}

.itemqty {
    width: 20px;
    border: 1px dotted #ffffff;
    text-align: right;
    height: 15px;
}

.itemprice {
    text-align: right;
    color: #50401f;
    font-size: 13px;
}

.allprice {
    text-align: right;
    color: #50401f;
    font-size: 14px;
    font-weight: bold;
}

.cartitems {
    text-align: right;
    color: #ffffff;
}

.cartitem1 {
    vertical-align: middle;
    color: #ffffff;
}

.cartitem1 a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.cartitem1 a:hover {
    text-decoration: underline;
}

.cartitem1 p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #ffffff;
}

.emptysep {
    border-top: 1px solid #ffffff;
    height: 5px;
    width: 565px;
}

#tabhead {
    float: left;
    width: 565px;
    height: 19px;
    padding-top: 4px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.celkom {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #50401f;
    text-align: right;
}

.suma {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #50401f;
    text-align: right;
    padding-right: 5px;
}

#sumar {
    float: left;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}

#cartmsg {
    font-size: 14px;
    color: #50401f;
    height: 25px;
    padding-top: 7px;
    padding-left: 5px;
    clear: both;
}

#cartnext {
    border: 1px solid #ffffff;

    height: 18px;
    width: 100px;
    text-align: center;
}

#cartnext a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#cartnext a:hover {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
}

#cartnextd {
    border: 1px solid #000000;
    height: 18px;
    width: 100px;
    text-align: center;
}

#cartnextd a {
    color: #f0f0f0;
    text-decoration: none;
    font-weight: bold;
}