.middle{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
/*购物车*/
.my-shop{
	width: 1280px;
	height: 30px;
	margin: 0 auto;
}
.my-shop p{font-size: 18px;float: left;line-height: 30px;}
.my-shop a{
	line-height: 30px;
	font-size: 12px;
	float: right;
	display: block;
	color: #333;
}
.content{
	width: 1280px;
	margin: 20px auto;
}
.content-left{
	height: 582px;
	width: 68%;
    float: left;
}
.content-left-top{
	width: 100%;
	height: 30px;
	background-color: #f0f0f0;
}
.content-left-top a{
	font-size: 12px;
	color: #b22025;
	padding-left: 10px;
	line-height: 30px;
}
.content-left-middle{
	width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    overflow: hidden;
}
.content-left-middle table{overflow: hidden;}
.content-left-middle table th{
    height: 30px;
    line-height: 30px;
}
.content-left-middle table td{
    text-align: center;
    padding: 20px 0;
    vertical-align: top;
    border-top: #cccccc 1px solid;
}
.content-left-middle table tbody{
	height: 186px;
	width: 870px;
}
#check{
	float: left;
    width: 4%;
    margin-right: 10px;
    margin-top: 13%;
}
.pic ul li{
	line-height: 20px;
    color: #888;
}
.col1-img{
	float: left;
    margin-right: 10px;
    width: 24%;
    height: 129px;
}
.pic{
	float: left;
    width: 61%;
}
.col-middle{
    width: 115px;
    position: relative;
}
.col-middle #gooddown{
    background: #bfbfbf;
    float: left;
    position: absolute;
    top: 22px;
    left: 30px;
    width: 19px;
    height: 19px;
    color: #fff;
}
.col-middle #goodadd{
    float: left;
    position: absolute;
    top: 22px;
    left: 75px;
    background: #bfbfbf;
    width: 19px;
    height: 19px;
    color: #fff;
}
.col-middle input{
    float: left;
    margin-left: 30px;
    width: 60px;
    height: 19px;
    line-height: 19px;
    outline: none;
    text-align: center;
}
.col-middle a{
    position: absolute;
    left: 50px;
    top: 55px;
}
/*购物车结算右侧*/

.content-right{
	height: 200px;
    float: right;
    width: 30%;
}
.content-right-top{
    background: #f0f0f0;
    padding: 20px 16px;
    line-height: 26px;
    font-size: 13px;
}
.top-detail{
    border-bottom: #cacaca 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.top-detail dt{
    float: left;
    width: 60%;
}
.content-right-top .fee{
    font-size: 16px;
}
.content-right-top .fee dt{
    float: left;
    width: 60%;
}
.content-right-top .fee a{
    width: 100px;
    height: 30px;
    color: white;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
    cursor: pointer;
    background-color:#2e2e2e; 
}













