#delivery,
#payment,
#info{
max-width: 720px !important;
margin: 0 auto;
}

#delivery h2,
#payment h2,
#info h2{
	color:#630;
	font-weight:500;
	margin:30px 0;}
	
#delivery dt,
#delivery dd,
#payment dt,
#payment dd,
#info dt,
#info dd{
	line-height:1.5;}
	
#delivery table{
	width:auto;}

#delivery table tr td:last-child{
	white-space: nowrap !important;}
	
.bg_gray{
	background-color:#eee;
	margin:10px 0;
	padding:10px 15px;
	max-width:600px;}