#cart_bg {
	overflow:hidden;
	background: #171717;
}
#cart_bg_content {
	margin:0px auto 20px auto;
	width:1170px;
	position:relative;
	overflow:auto;
	height:auto;
	box-shadow: 3px 2px 10px #c3c3c3;
}
@media (max-width: 1024px){
#cart_bg_content {
	margin:0px auto 20px auto;
	width:970px;
	position:relative;
	overflow:auto;
	height:auto;
	box-shadow: 3px 2px 10px #c3c3c3;
}}
#cart_bg_content_title{
	width:auto;
	height:40px;
	font-size:14px;
	line-height:40px;
	padding:20px 40px;

	}
	
	
	.btns {
	text-align:center;
	font-size:18px;
	background: url(../images/button1.png);
	border-radius:3px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	color:#FFF;
	margin-bottom:30px;
	width:250px;
	}
	
	.btns a {
	color:#fff;
}