/***********************************************COMUNES**************************************************************/
.HACKFLOAT{
	width:100%;
	clear:both;
	height:1px;
}
/*IMG, DIV { behavior: url(../../theme/css/iepngfix.htc); }*/
A{
	border:0px;
	cursor:pointer;
	text-decoration:none;
	float:left;
	z-index:1000;
}
.POINTER{cursor:pointer;}
IMG{
	border:0px;
}
.cxloader{
	background: url(../../theme/image/loader.gif) no-repeat 50% 50%;
}
DIV{
	margin:0px;
	padding:0px;
	position:relative;
}
UL{
	margin:0px;
	padding:auto;
}
LI{
	position:relative;
}
SELECT{
	cursor:pointer;
}
.OPACITY25{
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}
.OPACITY50{
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
.OPACITY75{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/**********************************************END COMUNES**************************************************************************/