﻿#miniCartHead 
{
	padding:5px 3px 3px 40px;
	background:#999 url(/ui/images/background_checkout.gif) left top no-repeat;
	color:#fff;
	height:10px;
	font-size:10px;
	font-weight:bold;
	width:95px;
}

#miniCartHeadHide 
{
	padding:5px 3px 3px 40px;
	background:#9B9B9B;
	color:#fff;
	height:15px;
	font-size:10px;
	font-weight:bold;
	width:95px;
}

#miniCartHead a, #miniCartHead a:visited 
{
	text-decoration: underline;
	color: #fff;
}

.miniCartBody 
{
    width: 126px;
    padding:2px 2px 2px 6px;
    background: #fff url(/ui/images/checkout_corner.gif) bottom left no-repeat;
    font-size:10px;

}

.seeItems
{
	background:#f4f4f4 url(../images/arrow_checkout.gif) center left no-repeat;
	
	padding-left:10px;
	clear:both;
	text-decoration: none;
	cursor: pointer;
}

.open 
{
	background-image:url(../images/arrow_checkout_open.gif);
}

#elements, #savedCarts 
{
	display: none;
}

#lineItems div.product, #lineItems div.warranty 
{
	border-bottom: 1px dashed black;
	padding-bottom:5px;
	margin:0 0 5px 0;
}

#MiniCartContainer 
{
	
	
}

#MiniCartContainerout{
position:absolute;
top: 123px;
right:3px;


}

div#miniCartLeft 
{
	float: right;
}

div#miniCartTrap 
{
	float: right;
	display: none;
}

div#MiniCartContainer div.productName 
{
	width: 60%;
}

div.sku, div.mcPrice 
{
	text-align:right;
}

div.quantity 
{
	width: 18px;
}

.mcPrice 
{
	font-weight:bold;
}

#itemTotal 
{
	text-align:right;
}

#lineItems div.hasSp 
{
	border:none;
}

ul.cartList 
{
	border-bottom: 1px dashed black;
	padding-bottom:10px;
	margin:5px 0 0 0;
}

div.miniCartCommand 
{
	margin:4px 0;
	text-align:center;
}
.editcheckout{
margin-top:3px;
}
.saveCart{
border:0px;
margin-top:5px;

width:70px;
height:15px;
margin-left:5px;
margin-bottom:3px;
}

.minicartBg{
background-image:url(../images/minicarts_bg.gif);
background-repeat:repeat-x;
width:97px;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;
margin-left:9px;

}

.savedcartBg{
background-image:url(../images/minicarts_bg.gif);
background-repeat:repeat-x;
width:107px;
border-top:0px solid #cccccc;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
border-bottom:1px solid #cccccc;


}

