ul.cart-update{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:580px;
	padding-top: 7px;
}
ul.cart-update .left{
	float:left;
	width:150px;
	padding-left:0px;
	overflow:hidden;
}
ul.cart-update .right{
	height: 30px;
	float:right;
	width:320px;
	text-align:right;
	overflow:hidden;
}
ul.cart-update .right strong{
	float: left;
}


ul.cart-update li {
	height:27px;
	line-height:27px;
}

ul.cartlist {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:580px;
	border-bottom:1px solid #55323A;
}
ul.cartlist li{
	float:left;
	width:580px;
	overflow:hidden;
}

ul.cartlist .row{
	float:left;
	width:580px;
	overflow:hidden;
}

ul.cartlist .title{
	width:580px;
	height:27px;
	line-height:27px;
	font-size:15px;
	color: #2da3bf;
	font-weight:bold;
	border-bottom: 1px solid #55323A;
}
ul.cartlist .title div{
	padding-top:0 !important; 
}
ul.cartlist .row div{
	float:left;
	overflow:hidden;
}
ul.cartlist .row .c1{
	width:70px;
	padding:0 0 0 0px;
}
ul.cartlist .row .c2{
	width:270px;
}
ul.cartlist .row .c2 img{
	float: left;
	margin: 0 10px 0 0;
}
ul.cartlist .row .c2 p {
	padding-bottom: 5px;
}
ul.cartlist .row .c2 p.item{
	font-weight: bold;
	display: block;
	margin: 10px 0 0px 0;
}
ul.cartlist .row .c3{
	width:100px;
	padding:10px 0 0 0;
	font-weight:bold;
	text-align:right;
}
ul.cartlist .row .c4{
	width:140px;
	font-weight:bold;
	text-align:right;
	padding:10px 0px 0 0;
}
ul.cartlist .row .c1 input{
	width:27px;
	height:15px;
	margin:10px 0 0 0;
	padding:0 0 0 3px;
	border:1px solid #6a87a7;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.cartlist .separate{
	background: url(../images/divider.gif) left top repeat-x;
	padding:6px 0 0 0;
	margin:8px 0 0 0;
}
ul.cartlist .option{
	float:left;
	width:100%;
	overflow:hidden;
	padding:12px 0 8px 0;
}
ul.cartlist .option ul{
	margin:0 0 0 105px;
	padding:0;
	overflow:hidden;
	width:495px;
	list-style:none;
}
ul.cartlist .option ul li{
	float:left;
	width:auto;
	line-height: 27px;
}
ul.cartlist .option ul a{
	padding:0 0 0 17px;
	margin:0 40px 0 0;
	background:url(../images/bullet3.gif) no-repeat left;
}

ul.cartlist .option ul li.giftcard a{
	padding:28px 0 28px 32px;
	background:url(../images/icon-giftcard.gif) no-repeat left;
}

/* GIFT WRAP */
.gift-wrap ul{
	width:300px;
	overflow:hidden;
	margin:0;
	padding:10px 0 10px 0;
	list-style:none;
}
.gift-wrap ul li{
	float:left;
	width:235px;
	display:inline;
	text-align:center;
}
.gift-wrap ul img{
	margin:0 auto;
}
.gift-wrap ul .txt{
	width:225px;
	padding:0;
	margin:0 auto;
}
.gift-wrap ul .txt strong{
	display:block;
	color:#a60000;
	margin:4px 0 0 0;
}

/* CART SUMMARY */
.cart-summary{
	float:right;
	width:350px;
	padding:10;
	margin:0px;
	border:1px solid #ddd;
	position:relative;
}
.cart-summary strong.title{
	position:absolute;
	color:#2CA2BE;
	padding:0 7px;
	background:#fff;
	font-size:15px;
	top:-10px;
	left:10px;
	font-weight:bold;
}
.cart-summary ul{
	width:330px;
	overflow:hidden;
	margin:10px;
	padding:0;
	list-style:none;
}
.cart-summary ul li{
	float:left;
	width:330px;
	line-height:25px;
}
.cart-summary ul li.total{
	border-top:1px solid #55333B; 
}
.cart-summary ul strong{
	float:left;
	text-align:right;
	width:230px;
}
.cart-summary ul .add span,
.cart-summary ul .add strong{
	font-weight: normal;
}
.cart-summary ul span{
	float:right;
	width:100px;
	text-align:right;
	font-weight:bold;
	color:#2CA2BE;
}
.cart-summary ul span.negative{
	float:right;
	width:100px;
	text-align:right;
	font-weight:bold;
	color:red;
}
.summary{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	width:400px;
	padding:23px 0 0 0;	
}
.checkout-process ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background: #b4bb47;
	height: 40px;
	width: 600px;
	overflow: hidden;
	margin-bottom: 25px;
}
.checkout-process ul li {
	color: #fff;
	font-size: 12px;
	padding-right: 20px;
	background: url(../images/checkout.gif) no-repeat right top;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 130px;
	float:left;
	display: inline;
}
.checkout-process ul li.past {
	background: #2ca2be url(../images/checkout-past.gif) no-repeat right top;
}
.checkout-process ul li a, .checkout-process ul li a:link, .checkout-process ul li a:hover, .checkout-process ul li a:active, .checkout-process ul li a:visited {
	color: #FFF;
}
.checkout-process ul li.on {
	background: #2ca2be url(../images/checkout-on.gif) no-repeat right top;
}
.checkout-process ul li.last {
	background: none;
}
.colcontainer {
	float:left;
	width: 580px;
}
.leftcol {
	float:left;
	width: 285px;
}
.rightcol {
	float: right;
	width: 285px;
}