

/*  shopping cart content
-----------------------------*/

#cart_wrapper {
	height: auto;
	width: 667px;
	margin-left: 50px;
	padding-bottom: 10px;
}

#cart_top {
	background-image: url(../images/cart_top.gif);
	height: 20px;
	width: 667px;
	background-repeat: no-repeat;
	background-position: left top;
}

#cart_content {
	/*background-image: url(../images/cart_bkgd.gif); */
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: 667px;
}

#cart_bottom {
	background-image: url(../images/cart_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 49px;
	width: 667px;
	text-align: center;
}
.items_header {
	font-weight: bold;
	padding-top: 10px;
	padding-left: 12px;
}
.update_btn {
	margin-top: 3px;
}

.cart_header {
	padding-left: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.checkout {
	padding-bottom: 45px;
	position: relative;
	left: 572px;
}
