
/**************************************************************************/
/*OVERIDE CLASSES - these are to overide styles on certain divs that may need to be used more than once (example: remove the padding on the last column of a 3 column list to make it fit)*/

.minus_margin_right {
	margin-right: 0px;	
}

.minus_margin_bottom {
	margin-bottom: 0px;	
}

.display_none {
	display: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


