/*
#cartwidget,#cowidget
{
text-align:center;
margin-top:3px;
}

#cart_checkout,#cowidget  a
{
color:white;
}
#cartwidget a ,#cart_empty,#cart_continue
{
color:white;
}
#widget_list_order tr td
{
border-bottom:1px solid gray;
}


#shoppingcart tr th {
    background: none repeat scroll 0 0 #B0AFAC;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px;
}
#shoppingcart {
    border: 0 none;
    border-collapse: collapse;
    width: 100%;
}
#shoppingcart tr td {
    border: 0 none;
    padding: 5px;
}
.lasttotal {
    background: none repeat scroll 0 0 #B0AFAC;
    color: #FFFFFF;
}
.btnupdatecart {
    background: none repeat scroll 0 0 #B0AFAC;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
}
.btnupdatecart:hover {
    background: none repeat scroll 0 0 #258C68;
}
#cart_empty,#cart_continue,#cartwidget
{
background: none repeat scroll 0 0 #B0AFAC;
    color: #FFFFFF;
    padding: 5px 5px;
    text-decoration: none;
}
#cart_checkout,#cowidget{
background: none repeat scroll 0 0 #258C68;
    color: #FFFFFF;
    padding: 5px 5px;
    text-decoration: none;
}
img
{vertical-align:text-top;
}
*/