/**
 * MageSupport.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.magesupport.com/license/
 *
 * @category   MS
 * @package    MS_Cartdropdown
 * @copyright  Copyright (c) 2008-2010 MageSupport.com (http://www.magesupport.com)
 * @license    http://www.magesupport.com/license/
 */
.header-cart{ 
	float:right;
	width:auto; 
	position:relative;
	 
	margin:15px 0 0;
	
	/*z-index:9;	*/
}
.ie7 .header-cart{ width:230px; }
.ie8 .header-cart{ width:230px; }
.ie9 .header-cart{ width:230px; }

.header-cart .block-cart{ 
	border:none; 
	background:none; 
	text-align:left;  
	margin-bottom:0; 
	padding:0; 
	position:relative;
}
.cart_icon	
{   
	background: url("../../../images/shopcart.png") no-repeat;
    margin: 15px 0 0 10px;
    padding:0;
	width:74px; 
	height:63px; 
	float:left;
}
.header-cart .block-cart .cart-label{ 
    color: #000;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding:   0px;
    text-align: left;
	height:90px;
}

 
.header-cart .block-cart .cart-label:hover	{ cursor:pointer;}

 
.header-cart .block-cart .cart-label strong{ 
	color:#363636; 
	font-size:12px; 
	font-weight:normal;
}
.cart-label .price { color:#000; }
.header-cart .block-cart .block-content{ 
	right:0;
	width:250px; 
	margin-top:0; 
	padding:0;
	  border-top: 3px solid #D09E00; 
	  border-bottom: 3px solid #D09E00;
	z-index:999;
	background:#FFF;	
	position:absolute;
	top:85px;
	
}
#panel	{ display:none}
.header-cart .block-cart .cart_topbg {  
	margin-left:0;  
}
.header-cart .block-cart .main-cart { padding:15px; background:none repeat scroll 0 0 #FEFBEA}

.header-container .top-container { border:none!important; padding:0!important; background:none!important; width:700px;  float:left; } 
 
.right_arrow
{
	/* border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #939393;
    content: "";*/
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 0;
    position: absolute;
    right: 7px;
    top: 16px;
	display: block;
	height:10px;
	width:10px;
	background:url("../../../images/sprite.png") no-repeat scroll -5px -8px transparent;
}
.header-cart .actions .viewcart-btn		{ float:left !important;}
.cart_mini_right	{ float:left; padding: 35px 0 0 2px;   color: #000000;} 
.top_arrow {
	border-bottom: 5px solid #D09E00;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	margin-top: -8px;
	position: absolute;
	right: 10%;
	text-align: center;
}