@charset "utf-8";

/* =GLOBAL
   ----------------------------------------------------*/
/* clearing float ninjutsu */

.clearfix {overflow:hidden}
*html .clearfix {display:inline-block}
*:first-child+html .clearfix {display:inline-block}

/* SEO friendly hide */
.hidden {
	background:none;
	font-size:1px;
	height:0;
	left:-9999px;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:0;
	z-index:0;
	line-height:0px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}

.left { float:left }
.right { float:right }

.ht { font-size:1px; line-height:1px; text-indent:-9999px; }