@charset "utf-8";

* html,* html body /* 修正IE6 fixed 振动bug */{ _text-overflow:ellipsis; }

html{
	height:100%;
	font-size: 100%; 
}
body{
	min-height:100%;
	height:auto !important;
	height:100%;
	
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td,hr{
	margin:0;
	padding:0;
}
body,button,input,select,textarea{
	font:12px/1.5 tahoma,arial;
}
img{
	border:0;
	vertical-align:middle;
	-ms-interpolation-mode: bicubic; /* 解决IE6-7影响图片质量 */
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

ul,li,ol{
	list-style: none outside none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}


.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after { clear:both; overflow:hidden;}/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }



