.js-haz{
	display:none;
}
.js-nohaz{
	margin:10px 0;
	border: 2px solid red;	
	padding:10px;
}
.js-nohaz .emphasis{
	color:red;
	font-weight: bold;
}

.gift-option{
	float:right;
	height:45px;
	width:130px;
	background: url(../cart/shared/img/gift_32.png) 50% 50% no-repeat;
}

.optionDiv{
	margin:5px 10px 5px 10px;
}

/* CART UPSELL */
.upsell-cart{
	border:1px dotted #DDD; 
	padding:10px 1%;
	float:left;
	width:48%;
	margin:10px 0 20px 0;
}

/* two column upsell */
.upsell-cart.twocol .upsell-product{
	float:left;
	width:45%;
	margin:10px 1%;
}

.upsell-cart.twocol .upsell-product.last{
	border-left:1px dotted #DDD;
	padding-left:2%;
}

.upsell-product{
	float:left;
}

.upsell-product .upsell-heading{
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	display:block;
	padding:5px;
}

.upsell-product .upsell-img{
	float:left;
	margin:0 10px 10px 0;
}

.upsell-cart .upsell-divider{
	margin:10px 0;
	clear:both;
	float:left;
	width:100%;
}
.upsell-cart .upsell-divider.dotted{
	border-bottom:1px dotted #DDD;
}

.upsell-cart .upsell-title{
	display:block;
	font-size:14px;
	clear:both;
	background:#f5f5f5;
	padding:5px;
	border-bottom:1px solid #DDD;
}

.proceed{
	float:left;
}

.btn_img{
	float:right;
}


/* CART UPSELL */
.promo-wrap{
	float:left;
	width:89%;
	margin-left:2%;
	margin-right:1%;
	border-bottom:1px solid #DDD;
	padding-top:10px;
}
.pagerwrap{
	width:4%;
	float:left;
	margin-top:150px;
	text-align: center;
	height:200px;
}
.promo-cart{
	padding:0 1%;
	float:left;
	width:96%;
	margin:0 0 5px 0;	
}

/* two column upsell */
.promo-cart.twocol .promo-product{
	float:left;
	width:45%;
	margin:10px 1%;
}

.promo-cart.twocol .promo-product.last{
	border-left:1px dotted #DDD;
	padding-left:2%;
}

.promo-product .promo-heading{
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	display:block;
	padding:5px;
}

.promo-product .promo-img{
	margin:10px 10px 10px 0;
}

.promo-product form select{
	font-size:14px;
}

.promo-product .promo-desc{
	float:left;
	width:100%;
}
.product-desc-verbiage{
	clear:both;
}
.promo-product h3{
	font-size:16px;
}
.promo-cart .promo-divider{
	margin:10px 0;
	clear:both;
	float:left;
	width:100%;
}
.promo-cart .promo-divider.dotted{
	border-bottom:1px dotted #DDD;
}

.promo-title{
	display:block;
	font-size:18px;
	clear:both;
	background:#f5f5f5;
	padding:5px;
	border-bottom:1px solid #DDD;
	margin-bottom:10px;
}

h3.promo-title{
	font-size:18px;
}

a.load-more-promos{
	background: #FFF;
	padding:20px;
	color:#666;
	display: block;	
	text-align:center;
	background: #FFF;
	border:1px solid #888;	
	text-decoration: none;
	font-size:20px;
}
a.load-more-promos:hover{
	background: #f5f5f5;
	border:1px solid #333;
	color:#444;
}

a.load-more-promos span{
}





















div.promo-wrap.multiple div.promo-desc a img.promo-img{
	width:120px;
	margin:10px 0;
	max-height:120px;
}
div.promo-wrap.multiple h3{
	font-size:14px;
}

div.promo-wrap.multiple div.promo-desc{
	font-size:12px;
}

div.promo-wrap.multiple div.promo-desc form input#CART_LINE_QTY{
	font-size:12px;
	padding:2px;
}



#next2, #prev2{
	font-size:28px;
	padding:3px;
	z-index: 999;
	display: block;
	width:100%;
	color:#FFF;
}


#next2:hover, #prev2:hover{
	opacity:0.5;
}
.promo-wrap div.slide{
	padding:0;
	list-style: none;
	width:100%;
	float:left;	
	border-top: 1px solid #DDD;
	padding-top:10px;
}

.promo-wrap div.slides{
	list-style: none;
	position: relative;
	height:300px;
	margin-top:10px;
	padding-top:10px;
}

.promo-wrap .slide .slide-inner{
	width:23%;
	float:left;
	margin-left:1%;
	margin-right:1%;	
}









/* Gift option display popup, this can be overridden on a per site basis */
.gift-option-display{
	border:5px solid #DDD;
	padding:10px;
}

























/* MISC */
.clearboth{
	clear:both;
	width:100%;
	display:block;
}

.cart-buttons{
	text-align:right;
}

.cart-buttons.right{
	float:right;
	width:48%;
}

.update-cart-button{
	z-index: 999;
}

/* FORM */
.textstatus {
    color: #666;
    font-size: 11px
}
textarea.error,input.error, li.error p, p.error {
    border: 1px solid #C50000;
    background: #FFDFDF;
}

/* #250 */
.row-alert td, .cell-alert, .cell-alert td{
	background: #faff00;
}



/* bootstrap fixes, things that bootstrap jacked up */
th{
	text-align: left;
	padding:4px;
	border-right:1px solid #FFF;
}
.button{
	text-decoration: none;
	
}
.cart-table{
	margin-bottom:20px;
	border-bottom:1px solid #DDD;
}

.promo-title{
	margin-top: 10px;
}