/* reset html style
------------------------------*/

html {
overflow-y: scroll;
}

body,
div,
p,
blockquote,
ol,ul,li,
dl,dt,dd,
table,tr,th,td,
h1,h2,h3,h4,h5,h6,
form, textarea
{
	margin:0;
	padding:0;
	outline:0;
	font-style:normal;
	font-weight:normal;

}

li{
	list-style-type: none;
}

label{
cursor:pointer;
}

img{
border:0px;
vertical-align:bottom;
}

a:active,
a:focus{ 
outline:none;  
}

table {
border-collapse:collapse;
border-spacing:0;
}

caption,
th{
text-align: left;
}

/* .clearFix
------------------------------*/

.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
line-height:0;
}

.clearFix{
zoom:1;
}

/* Hides from IE-mac \*/
* html .clearFix{height:0.0001%;}
.clearFix{display:block;}
/* End hide from IE-mac */
