/**
 *	Сброс стилей
 *	Автор: Айсик Бендер aka icw82
 *	Почта: icw82@yandex.ru
 *	Дата изменения сего: 2 декабря 2012
 *
 *  Предпочитаемая ширина строки (100):
 *  – — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —|
 */
html, body{padding:0; margin:0;	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;	font-size-adjust:inherit; font-style:normal; font-weight:normal;
	font-variant:normal; line-height:1.1875}

body *{font:inherit}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, address, blockquote, div, pre, hr, form,
article, aside, figure, figcaption, footer, header, hgroup, nav, section,details, summary{
	display:block; padding:0; margin:0; border:none; line-height:inherit; float:none;
	-moz-box-sizing:border-box; box-sizing:border-box}

a, span, del, ins, abbr, acronym, dfn, em, strong,
code, samp, kbd, var, b, i, small, sub, sup, bdo, cite, q,
legend, label, canvas, mark, output, time{
	display:inline; padding:0; margin:0; text-decoration:inherit; background: none;
	color:inherit; vertical-align:inherit; border:none; line-height:inherit}

hr{color:inherit; background:none; height:auto}
img{display:inline; width:auto; height:auto; border:none}
li{display:list-item; list-style:none none}
select{font:inherit; color:inherit}

q::before, q::after{content:''}

table, caption, colgroup, col, thead, tbody, tfoot, tr, th, td{
	text-align:left; caption-side:top; padding:0; margin:0; vertical-align:top;
	border:none; border-spacing:0; border-collapse:collapse}

a, button{cursor:pointer; outline:none}


/**
 *	Описания классов, мигрирующих от проекта к проекту
 *	Автор: Айсик Бендер aka icw82
 *	Почта: icw82@yandex.ru
 *	Дата изменения сего: 2 декабря 2012
 */
.invisible{display:none}
.nobr{white-space:nowrap}

a,
a.quoted em{text-decoration:underline}
a.quoted{text-decoration:none}
a:active,
a.pressed{position:relative; top:1px}

.col{display:inline-block; vertical-align:top}