/* COMMON */

a img
{
	border: none;
}

.imageReplace
{
	display: block;
	position: relative;
}

.imageReplace span
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.imageReplaceSecond span
{
	display: none;
}

.noMargin
{
	margin: 0 !important;
}

.noBorder
{
	border: none !important;
}

.cl 
{
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}

.b
{
	font-weight: bold;
}

.resetAlign
{
	text-align: left !important;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}