/* GLOBAL */
body { 
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000; }
	
a { text-decoration:none; outline:none; color:#000000; }

a img { border:none; }

p.text { 
	font:11px Arial, Helvetica, sans-serif;
	line-height:18px; }

sup { vertical-align:super !important; }

ul.text { margin-bottom:10px; }

strong { font-weight:bold; }

.pointer { cursor:pointer; }
.valign { vertical-align:middle; }

/* CLEARFIX TRICK */

.clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{ display: inline-block;} 

* html .clearfix {height: 1%;} 
.clearfix{display:block;} 

/* FLOATINGS */
.clear { clear:both; }
.right { float:right; }
.left { float:left; }

.hidden { display:none; }