/*applied after other styles*/

.floatInherit
{
    float:inherit;
}

.floatLeft
{
	 float: left; 
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

.inlineBlock 
{ 
    display: inline-block; 
}