#cart {
	margin:				15px;
	background:			#eee;
	padding:			5px;
}

#cart h3 {
	font-size:			small;
	font-weight:		bold;
	color:				#960e00;
	margin-bottom:		10px;
	background:			url(../images/bg_h3_cart.gif) no-repeat 0px 3px;
	padding-left:		28px;
}

#cart_content {
	padding:			0px 5px 5px 5px;
}

#cart ul {
	list-style-type:	none;
	margin:				0px;
}

#cart ul li {
	padding:			0px;
	margin:				0px;
	margin-bottom:		10px;
}

div.cart_options {
	float:				right;
}

div.cart_options a img {
	border:				none;
}

span.price_cart {
	display:			-moz-inline-block;
	display:			inline-block;
	float:				right;
}

table.cart_small {
	margin-bottom:		10px;
}

table.cart_small td.space {
	height:				10px;
}

table.cart_small td.options a img {
	border:				none;
}

table.cart_small td.options,table.cart_small td.price {
	text-align:			right;
	width:				75px;
}
