﻿div#cart_container
{
   width:700px;
   margin:10px auto;
   padding:5px;
   background-color:#f0f0f0;
   border:1px solid #B0CEE6;
}
   
table#cart_table
{
   width:700px;
   margin:10px auto 15px auto;
   border:0px;
   border-collapse:collapse;
}

table#cart_table th
{
   background-color:#0D468D;
   color:#fff;
   padding:3px;
}

th.item_description
{
   text-align:left;
}

th.item_qty, th.item_delete
{
   text-align:center;
}

th.item_price, th.item_subtotal
{
   text-align:right;
}

td
{   
   padding-top:3px;
   text-align:left;
}

.bold
{
   font-weight:bold;
}

td.item_qty, td.item_delete
{
   text-align:center !important;
}

td.item_price, td.item_subtotal
{
   text-align:right;
}

td.subtotal_label, td.cart_subtotal
{
   font-size:9pt;
   color:#6F1515;
   text-align:right;
   font-weight:bold;
   /*background-color:#BA8E8E;*/
}

td.control_buttons
{
   text-align:right;
   padding-right:5px;
   padding-top:25px !important;
}

td.control_buttons input
{
   margin-left:15px;
}

table#cart_table td hr
{
   color:#ccc;
   border:0px;
   background-color:#ccc;
   height:2px;
}
