.mini-cart ol
{
	float: left;
}

.mini-cart a.line {
	display: block;
}
.mini-cart dl
{
	clear: both;
	float: left;
	width: 600px;
	height: 65px;
	background-color: #FFF;
	margin-bottom: 1px;
}

.mini-cart dl.over
{
	background-color: #e7f5f9;
}
.mini-cart dt{
	float: left;
	width: 120px;
	padding-top: 3px;
	text-align: center;
}

.mini-cart dd.del a{
	width: 16px;
	height: 16px;
	display: block;
	background:url('../images/btn_cart_remove_item.gif') left top no-repeat;
}
.mini-cart .over dd.del a{
	background:url('../images/btn_cart_remove_over.gif') left top no-repeat;
}
.mini-cart dd.del{
	width: 60px;
	text-align: right;
	padding-top: 25px;
	height: 40px;
	float: right;
	text-align: left;
	line-height: normal;
	
}
.mini-cart dd.subtotal{
	width: 60px;
}

.mini-cart dd.refresh span a{
	background:url('../images/btn_cart_refresh_item.gif') left top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
}
.mini-cart .over dd.refresh span a{
	background:url('../images/btn_cart_refresh_over.gif') left top no-repeat;	
}
.mini-cart dd.refresh span{

}
.mini-cart dd.refresh{
	width: 30px;
	padding-top: 25px;
	height: 40px;
	line-height: normal;
}
.mini-cart dd.qty input{
	width: 30px;
}
.mini-cart dd.qty{
	width: 50px;
	padding-top: 23px;
	height: 40px;
	line-height: normal;

}
.mini-cart dd.price{
	width: 70px;
}
.mini-cart dd.product-name td{
	vertical-align: middle;
	height: 65px;
}
.mini-cart dd.product-name{
	width: 180px;
	line-height:normal;
}
.mini-cart dd{
	float: left;
	height:65px;
	line-height:65px;
}
.mini-cart #ajaxcart-content p.subtotal{
	clear: both;
	width: 580px;
	margin-left: 14px;

	text-align: right;
	background-color: #fff;
	padding: 5px 20px 8px 0;
}
.mini-cart #ajaxcart-content p{
	padding-left: 20px;
}
.mini-cart #ajaxcart-content{
	padding-bottom: 15px;
    padding-top:15px;
    background:url('../images/bg_cart_dropdown_middle.gif') left top repeat-y;
}
.mini-cart .content{

}

.mini-cart .img-btn {
	background:transparent url(../images/btn_blue_arrow_right.gif) no-repeat scroll 100% center;
	height:30px;
	line-height:30px;
	padding-right:30px;
	margin:0 5px 0 0;	
}
.mini-cart .img-btn span{
	background:transparent url(../images/btn_blue_left.gif) no-repeat scroll 0 center;
	color:#FFFFFF;
	display:block;
	line-height:30px;
	padding:0 17px 0 22px;
}
.mini-cart img{
	vertical-align:middle;
	
}
.mini-cart {
	/*background:#fff;*/
	left:280px;
	position:relative;
	position: absolute;
	top: 30px;


	left:280px;

	
	width:628px;
	/*border:1px solid #999;*/
	z-index: 1000;
	zoom: 1;
	overflow: hidden;
}

.checkout-bar{
	background: transparent url('../images/bg_cart_dropdown_bottom.gif') left top no-repeat;
	height: 30px;
	width: 628px;
}
.mini-cart-list{
	padding: 0 14px;
}
