/* CSS Document */

#cartLables span, .itemList span, #cartTotal span {display:block; float:left;}
span span { float:none !important; display:inline !important;}
#cartLables, .itemList p, #cartTotal {clear:both;}

.itemList {border:2px solid #ffffff; padding-top:2px; padding-bottom:2px;height:35px;}
.itemListHover {border:2px solid #fcd9b3;}

.cartAdd, .cartRemove {text-decoration:none; color:#000000;}
.cartAdd:hover, .cartRemove:hover {color:#0F63B7;}

#cartLables {height:20px; border-bottom:2px solid #f78e1f;}
#cartLables .itemCode {display:none;}
#cartLables .itemName {width:290px;}
#cartLables .itemPrice {width:60px; text-align:right;}
#cartLables .itemDownArea {display:none;}
#cartLables .itemCount {width:61px; text-align:center}
#cartLables .itemUpArea {display:none;}
#cartLables .itemCost {width:50px; text-align:right; float:right;}
#cartLables .itemDelete {display:none;}
#cartLables .itemAdd {display:none;}
#cartLables .itemColor {display:none;}

#cartList .itemCode {width:40px;}
#cartList .itemName {width:250px;}
#cartList .itemPrice {width:60px; text-align:right;}
#cartList .itemDownArea {width:25px; text-align:right}
#cartList .itemCount {width:20px; text-align:center;}
#cartList .itemUpArea {width:16px; text-align:left}
#cartList .itemCost {width:70px; text-align:right; float:right;}
#cartList .itemDelete {width:80px;}
#cartList .itemAdd {display:none;}
#cartList .itemColor {width:65px;}

#cartTotal {border-top:2px solid #f78e1f;}
#cartTotal .itemTotal {width:416px;}
#cartTotal .itemCost {width:70px; text-align:right; float:right;}

#side-upsell .itemCode {display:none;}
#side-upsell .itemName {width:185px;}
#side-upsell .itemPrice {width:50px; text-align:right; float:right}
#side-upsell .itemDownArea {display:none;}
#side-upsell .itemCount {display:none;}
#side-upsell .itemUpArea {display:none;}
#side-upsell .itemCost {display:none;}
#side-upsell .itemDelete {display:none;}
#side-upsell .itemAdd {width:180px;;}
#side-upsell .itemColor {display:none;}

