/* CSS Document */

table#cartstyle{
margin:auto;
width:100%;
}
table#cartstyle tr.header td{
background-color:#AE8939;
border-bottom:1px SOLID #CCCCCC;
border-left:1px SOLID #CCCCCC;
border-top:1px SOLID #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
padding:3px;
}

table#cartstyle tr.products td{
background-color:#FFFFFF;
border-bottom:1px SOLID #CCCCCC;
border-left:1px SOLID #CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
padding:3px;
}

table#cartstyle tr td.lastcol{
border-right:1px SOLID #CCCCCC;
}
table#cartstyle tr.bottom td{
background-color:#EFEFEF;
border:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
padding:3px;
}