#cart_header {
	margin-bottom: 10px;
}
#logo {
	float: left;
	padding: 20px;
}
#cart_step1 {
	background-image: url(cart_step.gif);
	height: 52px;
	width: 430px;
	float: left;
	margin: 25px;
}
#cart_step2 {
	background-image: url(cart_step.gif);
	height: 52px;
	width: 430px;
	float: left;
	margin: 25px;
	background-position: left -60px;
}
#cart_step3 {
	background-image: url(cart_step.gif);
	height: 52px;
	width: 430px;
	float: left;
	margin: 25px;
	background-position: left -120px;
}
.cartbox_blue_top {
	background-color: #AACDED;
	height: 27px;
}
.cartbox_blue_top_left {
	background-image: url(cart_boxbg_blue.gif);
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 6px;
}
.cartbox_blue_top_right {
	background-image: url(cart_boxbg_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 6px;
	width: 6px;
}
.cartbox_blue {
	padding: 20px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AACDED;
	border-left-color: #AACDED;
	width: auto;
}

.title {
	font-size: 14px;
	font-weight: bold;
	float: left;
	line-height: 27px;
}
.cartbox_blue table {
	clear: both;
	margin-bottom: 20px;
}

.cart_icon_delete {
	float: left;
	margin: 10px;
	height: 16px;
	background-image: url(cart_icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
	display: block;
	background-position: left -30px;
}
.cart_icon_jixu {
	float: left;
	clear: left;
	margin: 10px;
	height: 16px;
	background-image: url(cart_icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
	display: block;
}
.cart_bution_jiesuan {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.cartbox_blue_bottom {
	background-color: #AACDED;
	height: 3px;
	margin-bottom: 10px;
	line-height: 3px;
	font-size: 3px;
}
.cartbox_blue_bottom_left {
	background-image: url(cart_boxbg_blue.gif);
	background-repeat: no-repeat;
	float: left;
	height: 3px;
	width: 3px;
	background-position: left bottom;
	font-size: 3px;
	line-height: 3px;
}
.cartbox_blue_bottom_right {
	background-image: url(cart_boxbg_blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 3px;
	width: 3px;
	line-height: 3px;
	font-size: 3px;
}
.cart_bution_back {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

