#cart_content_table
{
    width: 90%;
    margin: 20px auto 20px auto;
    padding-top: 20px;
    border-collapse: collapse;
}

.item_row
{
    font-weight: bold;
    vertical-align: bottom;
    height: 30px;
    font-size: 15px;
    background-color: #440000;
    color: white;    
}

thead
{
    background-color: #172029;
    color: #FFFFDD;
    text-transform: uppercase;
}

#total_price
{
    text-align: right;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 11px;
    color: white;
}

#checkout
{
    float: right;
}

.count
{
    position: relative;
    right: 40px; 
}

.count_edit
{
     width:25px;
     position: relative;
     right: 15px;
     text-align: right;
}

.imagecell
{
    padding-left: 10px;
}

.sumcountcell
{
    text-align: center;
}

.colorcell
{
    text-align: center;
}

.sizecell
{
    text-align: center;
    width: 100px;
}

.countcell
{
    width: 150px;
    text-align: right;
}

.deletecell
{
    text-align: center;
    width: 100px;
}

.pricecell
{
    text-align: right;
    padding-right: 10px;
    width: 100px;
}