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

.item {
	/*width: 278px;
	margin-bottom: 20px;
	float: left;
	
	border: 2px solid #0A444C;
	margin-right: 10px;
	margin-left: 0px;*/

	width: 98%;
 	float: none;

    
	}




.colOneMargin {
	margin-right: 0px;
}

.pictureSide {
	text-align: right;	
	}

.pictureSide img.theProduct {
	/*display: none;*/
	height: 36px;
	width: 44px;
	float: left;
	padding-right: 5px;
	border-right: 1px dotted #CCCCCC;
	border-bottom: none;
	padding-bottom: 0px;
}

.logos {
	
}

.pictureSide img {
	float: none;
	width: 45px;
	height: 33px;
	display: inline;
}

.pictureSide {
	float: none;
	height: auto;
	width: auto;
	margin-bottom: 5px;	
	padding-right: 0px;
	margin-right: 0px;
	padding-bottom: 3px;
	border-right: none;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
}



.contentSide {
	width: auto;	
	float: none;
	padding-left: 0;
	
}


	
.coupon {
	
	background-position: 0 130px;
	border: 3px dashed #000;
	padding: 8px 8px 3px 8px;
}


#main-content.bigNcentered {
	margin-left: 10px;
	width: 282px;
	padding: 10px;
	font-size: 15px;
	
}

/*
.main-inners {
	padding: 10px 20px;
}


.html5Columns {
	display: none;
	
    -webkit-column-count: none; 
    -moz-column-count: 4 !important; 
    column-count: 4 !important;
	
	 -webkit-column-gap: 0px; 
    -moz-column-gap: 0px;
    column-gap: 0px;
	
	Here, I will 
} */