.products{
     margin:10px auto;
     width:956px;
	}


.products .cart_shopping{
	margin:10px auto;
	text-align:center;
	}
	
	
.products .cart_nav{
	background:url(../img/cart_nav.png);
	width:939px;
	height:31px;
	margin:0 auto;
	line-height:31px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	color:#06476d;
	
	}
	
	
.products .cart_nav .span1{
	position:absolute;
	left: 220px;
	top: 3px;
}

.products .cart_nav .span2{
	position:absolute;
	left: 526px;
	top: 3px;

}

.products .cart_nav .span3{
	position:absolute;
	left: 676px;
	top: 3px;
}

.products .cart_nav .span4{
	position:absolute;
	left: 836px;
	top: 3px;
}

.products .cart_text{
	border:#dbdddf solid 1px;
	width:937px;
	margin:0 auto;
	
}
.clear{
clear:both;
}

.products .cart_text .oneline{
margin-top:5px;
}

.products .cart_text .oneline .items{
width:418px;
float: left;
margin:5px 20px;

}

.products .cart_text .oneline .Qty{
width:108px;
float: left;
margin:5px 20px;

}

.products .cart_text .oneline .Price{
width:107px;
float: left;
margin:5px 25px;

}


.products .cart_text .oneline .Total{
width:105px;
float: left;
margin:5px 30px;

}

.products .cart_text .oneline .same{

height:20px;
color:#59595e;
border:solid #a0b9c6 1px;
line-height:20px;
text-align:center;
}

.products .cart_text .oneline .all_total{
width:105px;
float: left;
margin:5px 24px 5px 35px;
height:20px;
border:solid #5e8091 1px;
line-height:20px;
text-align:center;

}
