.recep {
	clear: both;
	padding: 9px;
	overflow: auto;
}

.price, .recep_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}

.recep_title {
	width: 400px;
}

.price {
	width: 125px;
	padding-right: 10px;
	text-align: right;
}

.recep_image {
	float: left;
	margin-right: 10px;
}

.spacer {
	height: 7px;
	background-image: url(../site/images/cart_spacer.gif); 
	background-repeat: repeat-x;
}

.buttons {
	padding: 9px;
}

