@charset "UTF-8";
/* CSS Document */

.content {
background-position: 620px top;}

.content_left {
	width:620px;
	}
.content_right {
width:350px;
}

/* Cart styles ////////////////// */

#cart {
	display:block;
	font-size:12px;
	line-height:16px;
	margin:15px 20px 15px;
	padding:15px 10px 15px 15px;
	font-size:12px; 
 	-webkit-border-radius: 7px;
 	-moz-border-radius: 7px;
	position:relative;
	z-index:100;
	}

#cart h2 {
	font-weight:normal; 
	color:#f09018;
	font-size:18px; 
	line-height:16px;
	padding:0 0 0px 0;
	margin:0 15px 0 0;
	}
#cart span {display:block;margin:2px 15px 10px 0; border-bottom:1px solid #e4d8c8}

#cart {
	border:1px solid #e4d8c8;
	background:#efebe2;
	}
#cart input {width:15px; float:right;}

#emptyCartIndicator {text-align:center;}

/* boxes //////////// */

