@charset 'UTF-8';


/*
clearfix
-------------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix  {
	display: block;
}
/* End hide from IE-mac */


/*
offleft
--------------------------------------------------------------------------*/
.offleft {
	text-indent:-9999px !important; /* for MODERN blowser */
	text-indent:0;
	font-size:0;
	line-height:0;
	height:0;
}

.offleft span {
	text-indent:-9999px; /* for ALL WIN IE */
}

.offleft a {
	text-decoration:none;
}


/*
color
--------------------------------------------------------------------------*/
.red {
	border:1px solid #FF7225 !important;
}

.purple {
	border:1px solid #CF47EC !important;
}	

.green {
	border:1px solid #57BB20 !important;
}	

.noBg {
	background-image:none !important;
}	

.tCenter {
	text-align:center !important;
}
	
