/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

html {
	font-size: 1em;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

li, dd, blockquote {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
	margin: 10px 0;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* Очистители */
.clearer, .right_clearer, .left_clearer {
	font-size: 0px;
	height: 0px;
}

.clearer {
	clear: both;
}

.right_clearer {
	clear: right;
}

.left_clearer {
	clear: left;
}
/* Закрывалка */
.hide {
	display: none;
}
