

#cart { display:block; margin: 0;}
#cart table.contents { color: #000; margin-top:10px; padding: 0px; list-style:none; width:600px; }
#cart li { padding:0 0 0 5px; clear:right;}
#cart li .price { display:block; float:right; width:100px; text-align:left; margin:0; vertical-align:middle;}
.price img { border: none; float:right; padding:6px 5px;  }
#cart td.totals { margin-top:2px; border-top: 1px #E6E8E9 solid; font-weight:bold; }
#cart li ul { list-style-type: none; margin-left:40px; padding:0; font-size:10px;  }
#cart a { font-weight:bold; font-size:11px; }
#cart td.head { border-bottom: 1px #E6E8E9 solid; color: #0093D6;}


#login { display:block; float:right; clear:right; width:400px; border: 2px #fff solid;}
#login table { width:350px;}