/* CSS Document for reset, Copyright 2010 KISSY UI Library */body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	font: 14px/1.5 Î¢ÈíÑÅºÚ;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

address,cite,dfn,em,var,i {
	font-style: normal;
}

code,kbd,pre,samp {
	font-family: 'courier new',courier,monospace;
}

ul,ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,img {
	border: 0;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#page,#header,#content,#footer {
	margin-left: auto;
	margin-right: auto;
}

.w950 {
	width: 950px;
}

.col-main {
	float: left;
	width: 100%;
	min-height: 1px;
}

.col-sub,.col-extra {
	float: left;
}

.layout:after,.main-wrap:after,.col-sub:after,.col-extra:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
}

.layout,.main-wrap,.col-sub,.col-extra {
	zoom: 1;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}