div#title{
	margin-bottom: 24px;
}

div#title h2{
	background: url(/images/title_cart.png) no-repeat 30px 4px;
	border-right: 1px solid #f17bb0;
	float: left;
	height: 20px;
	margin: 40px 0 0 0;
	text-indent: -5000px;
	width: 255px;
}

div#title div#slogan{
	background: url(/images/main_slogan.png) no-repeat;
	height: 35px;
	float: left;
	margin: 28px 0 0 18px;
	text-indent: -8000px;
	width: 440px;
}




div#sidebar{
	float: left;
	width: 155px;
}

div#sidebar img{
	display: block;
	margin: 0 0 200px 40px;
}




div#cart{
	float: left;
	margin: 0 0 12px 0;
	position: relative;
	width: 745px;
}

div#cart p#empty{
	color: #f17bb0;
}

div#cart p#empty em{
	font-size: 15px;
	font-style: italic;
}

div#cart p#empty a{
	color: #f17bb0;
}





table#cart_items{
	width: 700px;
}

table#cart_items tr{
	border-top: 1px solid #bfc0c2;
}

table#cart_items th{
	color: #f17bb0;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 4px 2px;
	text-align: left;
}

table#cart_items td{
	text-align: left;
}

table#cart_items td img{
	float: left;
	margin-right: 5px;
	padding: 4px 2px;
}

table#cart_items td .qty{
	width: 30px;
}



div#cart_totals{
	float: right;
	margin: 0 40px 0 0;
	text-align: right;
}

div#cart_totals table{
	margin: 15px 0 0 0;
	width: 200px;
}

div#cart_totals table td{
	border: 0;
	font-size: 14px;
	font-weight: bold;
}



div#button{
	clear: right;
	float: right;
	margin: 20px 40px 0 0;
}



