div#shopping_cart {
	width: 350px;
	height: 133px;
	background: white;
	padding: 15px;
	float: left;
	text-align: left;
	margin-left: 20px;
}

div#shopping_cart .cart_header {
	font-size: 16px;
	color: black;
}

div#shopping_cart .total_items {
	margin: 10px;
}

a#shopping_cart_button {
	display: block;
	margin: 0;
	padding: 10px;
	width: 205px;
	height: 26px;
	color: white;


}

div#last_item {
	padding: 5px;
	border: 1px solid #d9d9d9;
	width: 100px;
	float: left;
	margin-left: 10px;
}

p.total_items {
	float: left;
}


/*CHECKOUT*/

div#full_cart form {
	width: 335px;

}

body div#content table#checkout {

	width: 335px;
}



table#checkout a {
	padding-top: 6px;

}

table#checkout h2 {
	width: 150px;
	padding-left: 0;
	padding-top: 3px;

}

table#checkout .cart_head {
	background-color: #d9d9d9;
	font-weight: 700;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 5px;

}

table#checkout .border_b {
	padding-bottom: 7px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 7px;


}

div#save {
	padding-top: 50px;
	padding-left: 40px;
	padding-top: 10px;

}

.icon_delete {
	display: block;
	width: 16px;
	height: 16px;

}

div#checkout {
	margin-left: 200px;


}

/*---MINI CART -----*/
div#mini_cart {
	color: #b89084;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	top: -16px;
}

div#mini_cart td.last_item {
	margin-top: 10px;
	width: 80px;
	height: 80px;
	padding: 5px;
	background: url(../images/cart/last_item.png) no-repeat;
	padding-top: 26px;
}

div#mini_cart td.cart_info {
	padding-left: 20px;
}

div#mini_cart td.cart_info h4 {

	font-size: 36px;
	color: #70161c;
	float: left;

}

div#mini_cart td.cart_info p {
	float: left;
	position: relative;
	left: 10px;
	top: 4px;


}