@charset "utf-8";
/* CSS Document */

ul.buttons{float:right; margin-top:6px;}
.box .box-bg-big{padding-top:30px; padding-bottom:10px}

.box-bg-big .b-bl{background:url(layout/box-big-bl.png) no-repeat 0 0; width:5px; height:31px; float:left; clear:left;}
.box-bg-big .b-br{background:url(layout/box-big-br.png) no-repeat bottom right;width:604px; height:31px; float:left;}
	
.box-bg-big .b-tr{width:884px;}
.box-bg-big .b-content{width:857px; padding:2px 15px 2px 15px;}
.box-bg-big .b-br{width:884px; }

ul.buttons li span span { height:17px;padding:6px 8px 0 0;}

	   ul#cart-items{float:left;}
	   ul#cart-items li{float:left; width:855px;border-top:1px solid #2f2f2f; padding:5px 0;}
	   ul#cart-items li a{font-weight:bold;font-size:13px; float:left;}
	   ul#cart-items li span{float:right; padding-right:20px; color:#6d6d6d; font-size:12px;}
	   ul#cart-items li a.remove{ float:right; font-size:11px; font-weight:normal; background:url(layout/remove.jpg) no-repeat center left; padding-left:15px;}
	   ul#cart-items li a.download{ float:right; font-size:11px; font-weight:normal; background:url(layout/download.jpg) no-repeat center left; padding-left:15px;}

		dl.cart-total, 
		dl.cart-total  dd, 
		dl.cart-total  dt { float:left; margin:0; padding:0;color:#a3a3a3; }
		dl.cart-total  {padding:8px 0 2px 4px;;}
		dl.cart-total  dt {color:#e28500;padding-right:5px;width:633px; font-weight:bold;}
		dl.cart-total  dt span{color:#9a9a9a; font-size:11px;}
		dl.cart-total  dt strong,
		dl.cart-total  dd strong{color:#a3a3a3; padding-right:10px;}
		dl.cart-total  dt strong span{color:#dbdbdb; font-size:14px; padding:0 20px 0 5px;}
		dl.cart-total  dd {width:200px; float:right;color:#ddef92; font-weight:bold;}

