.ysw-super-header{z-index: 501; overflow: visible;}
.ysw-header-links{position:relative;}
.clear{float:none; clear:both;}

#yfc_mini{cursor: pointer;}

/**********************************
	Floating Cart
***********************************/

#ysw-cart-pop-up {
	width:310px;
	min-height:176px;
	border:2px solid #000;	
	position:absolute;
	top:25px;
	right:0;
	padding:5px 10px 0 10px;
	box-shadow:3px 3px 4px #cccccc;
	background-color:#ffffff;
	z-index:9999;
}

#ysw-cart-frame-arrow {
	position:absolute;
	top:-11px;
	right:30px;	
}

#ysw-cart-pop-up #ysw-hide-cart {
	float:left;
	padding:0 0 0 0;
}

#ysw-cart-pop-up #ysw-checkout1 {
	float:right;
	padding:0 0 0 0;
}

#ysw-cart-pop-up #ysw-cart-product {
	float:left;
	padding:20px 0 0 0;
}
#ysw-cart-pop-up .ysw-cart-items{
    overflow-y: auto;
    max-height:340px;
}

#ysw-cart-pop-up .ysw-cart-item-title{
    margin:0 0 10px 0;
}

#ysw-cart-pop-up .ysw-cart-items .clear {
    border-top: solid 1px #e8e8e8;
}

#ysw-cart-pop-up .ysw-cart-image{
    padding: 0 0 10px 0;
    margin: 4px 0 0 0;
    height: 100px;
    width:116px;
    position:relative;
}
#ysw-cart-pop-up .ysw-cart-image img{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#ysw-cart-pop-up .ysw-cart-item-title{
    
}
#ysw-cart-pop-up .ysw-cart-options{
    margin:0 0 10px 0;
}
#ysw-cart-pop-up .ysw-cart-desc {
	float:right;
	width:165px;
	padding:16px 0 0 20px;
	font-size:14px;
	color:#000000;
	line-height:1.2em;
}

#ysw-cart-pop-up .ysw-cart-price {
	font-weight:bold;
	padding:15px 0 0 0;	
}

#ysw-cart-pop-up .ysw-cart-qty {
	padding:5px 0 0 0;	
}

#ysw-cart-pop-up #ysw-cart-subtotal {
    background: #e8e8e8;
	color:#000;
    font-size: 14px;
	text-transform:uppercase;
    padding: 10px 0;
    text-align: center;
    margin:0 -10px;
}

#ysw-cart-pop-up #ysw-cart-subtotal span {
	font-weight:bold;
}

#ysw-cart-pop-up #ysw-cart-subtotal .ysw-additional-sub{
    font-size:0.7em;
    color:#606060;
}

#ysw-cart-pop-up #ysw-checkout2 {
	margin:10px 0;
}
#ysw-cart-pop-up #ysw-checkout2 a{
    background: #000;
    color:#fff;
    text-transform: uppercase;
    padding:10px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight:bold;
}


.ysw-ab-pop-up{
    width: 660px;
    min-height: 620px;
    padding: 20px 40px;
}

.ysw-ab-pop-up .ysw-loading{
    text-align: center;
    background: #DEDEDE url(ysw-long-loader.gif) no-repeat center 200px;
    width: 243px;
    height: 236px;
    padding: 35px 35px;
    border: 15px solid #f0f0f0;
}

.ysw-ab-pop-up .ysw-loading h4{
    font-size: 2.9em;
    padding-top: 25px;
    margin: 0;
    text-transform: uppercase;
}

.ysw-ab-pop-up .ysw-item{
    width:285px;
    float:left;
    text-align: center;
	text-transform: uppercase;
}
.ysw-ab-pop-up .ysw-item .ysw-image{
    margin-bottom:10px;
}
.ysw-ab-pop-up .ysw-item .ysw-image img{
    max-width:100%;
    height:auto;
}

.ysw-ab-pop-up .ysw-bag-img{
    width:344px;
    float:right;
    margin-top: 33px;
}

.ysw-ab-pop-up  .ysw-additional-products{
    float:none;
    clear:both;
    width:725px;
    margin:20px -35px;
}

.ysw-ab-pop-up .ysw-actions a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 95px;
    text-transform: uppercase;
    margin: 10px 31px 10px 0;
    text-decoration: none;
}

.ysw-additional-products .SBSPROD-1Background{
    width: 728px !important;
    overflow-y: auto;
}



/**********************************
    Floating Cart Loader
***********************************/


.yswFC-loader {
    width: 310px;
    min-height: 176px;
    border: 2px solid #000;
    position: absolute;
    top: 31px;
    right: 0;
    padding: 5px 10px 0 10px;
    box-shadow: 3px 3px 4px #CCC;
    background-color: #FFF;
    z-index: 9999;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#000;
}

.ysw-utility .yswFC-loader{
    top:58px;
    text-align: left;
}

.yswFC-loader .ysw-status{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.yswFC-loader .ysw-item .ysw-image{
    display: inline-block;
    width: 39%;
    vertical-align: middle;
}

.yswFC-loader .ysw-item .ysw-image img{
    width: 100%;
    height: auto;
}

.yswFC-loader .ysw-item .ysw-details{
    width:59%;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

.yswFC-loader .ysw-item .ysw-title{
    margin: 0 0 5px 0;
}

.yswFC-loader .ysw-item .ysw-price{
    margin: 0 0 10px 0;
}

.yswFC-loader .ysw-item .ysw-options{
    margin: 0 0 10px 0;
}

.yswFC-loader .ysw-item .ysw-options p{
    margin:0 0 5px 0;
}

.yswFC-loader .ysw-actions{
    text-align: center;
}

.yswFC-loader .ysw-actions a {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
    text-transform: uppercase;
    margin: 10px 0px 10px 0;
    text-decoration: none;
    font-size:14px;
}