
/*----------> Reset <----------*/

* {
	padding: 0;
	margin: 0;
}

ul { list-style-image:none; list-style-position:outside; list-style-type:none; }

a, :link, :visited { text-decoration: none; }

a img, :link img, :visited img { border: none; }

h1{ font-size: 22px; }
h2{ font-size: 20px; }
h3{ font-size: 18px; }
h4{	font-size: 16px; }
h5{	font-size: 14px; }
h6{	font-size: 12px; }

table{ border-collapse: collapse; table-layout:automatic; }

body {
	font-size: 12px;
	line-height: 24px;
	font-family: Tahoma, Verdana, Helvetica, Arial, san-serif;
}

/*----------> Clearfix <----------*/

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

.clearfix { zoom: 1; display: inline-block; }

/* Hide form IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


