@charset "UTF-8";
/* CSS Document

* {
    margin: 0;
    padding: 0;
} */

body #main-content {
   line-height: normal;
}

#main-content {
     max-width: 834px;
}

#page-wrap {
    margin: 40px auto 40px auto;
	width: auto;
	padding: 0;
}

#main-content {
	margin: 10px auto;
	
}


#saleDates {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	}

#storeTitle span {
	color: #000;
	font-size: .6em;
}
	

/*.coupon {
	border: 1px dashed #000;
	padding: 10px 10px 5px 10px;
	background-color: #ff0;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;

}*/

.item {
    
    width: 48%;
    box-sizing: border-box;
    margin: 0 1% 20px 1%;
    margin-bottom: 20px;
    float: left;
    
    
	border: 2px solid #0A444C;
	padding: 10px 9px 5px 9px;
	/*max-height: 200px;*/
	background-color: #fff;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
    text-align: left;

}

.item h1 {
	color: #952A05;
	font-size: 25px;
	margin-bottom: 5px;
    text-align: left;
	}

.coupon {
	border: 3px dashed #000;
	padding: 8px 8px 3px 8px;
	/*max-height: 200px;*/
	background-color: #e5efd5;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/*
	background-image: url(../images/bbCoupon.png);
	background-repeat: no-repeat;	
	background-position: 139px 70px;
*/

}

.couponBadge {
	float: left; 
	padding-top: 5px;
	margin-left: -6px;
	height: 50px;
}

/*float: left;
	
	width: 125px;
	margin-bottom: 5px;	
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px dotted #CCCCCC;
    
    */
    
.pictureSide {
	position: relative;
    float: left;
    width: 125px;
	color: #fff;
	

	margin-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px dotted #CCCCCC;
	

}

.pictureSide img {
	width: 60px;
	height: 45px;
	float: left;
	margin-bottom: 3px;
	
}

.contentSide {

	padding-left: 135px;
		
}

.theDescription {
	margin-bottom: 0px; 	
    text-align: left;
}

.thePrice {
	color: #952A05;
	font-size: 2.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 0;
    
	}

img.theProduct {
	width: 125px;
	height: 100px;
	float: none;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	
}



.salePrice, .rebatePrice {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #999;


}

.finalPrice {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}

.salePrice span, .rebatePrice span {
	padding-left: 10px;
	font-size: 24px;
	color: #999;

}

.finalPrice span {
	padding-left: 10px;
	font-size: 24px;
	color: #600;

}

.couponDisclaimer {
	/*clear: both;*/
	padding-top: 4px;
	font-size: 12px;
	text-align: left;	
	margin-bottom: 0;
	}

#saleLogoWrap {
	width: 12%;
	float: left;
	padding: 0;
	margin-right: 2%;
	
	
	}	

#bbLogoWrap {
	width: 8%;
	float: right;
	padding: 0;
	margin-left: 2%;
	
	display: none;

	
}

#storeBlurb {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	width: 25%;
	float: right;
	color: #CCC;
}

#saleLogo {
	width: 100%;
}

#upperHeader {
	position: relative;
	top: 0;
	left: 0;
	
	text-align: left;
	
	padding-bottom: 5px;
	
}

#yourStore {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}



#secondary-one {
    
	width:auto;
	
}

