#cssc_offerContainer{
	/* border:1px solid red; */
	width:100%;
	
	padding:0px;
	margin:0px;
        text-align:left;
}

#cssc_leftCol{
	/* border: 1px solid blue; */
	width:45%;
	float:left;
}

#cssc_rightCol{
	/* border: 1px solid green; */
	width:100px;
	float:left;
}

.cssc_offerTable{
        text-align:left;
	width:100%;
	/* border:1px solid black; */
}

.cssc_offerTableCell{
	padding: 2px 2px 6px 2px;
}

.cssc_offerTableCell img {
	float:none !important;
}

.cleardiv{
	clear:both;
}


