/*
 *
Очистка стилей
 *
 */

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, tt, var, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
sup {
    vertical-align: super!important;
}
sub {
    vertical-align: sub!important;
}
:focus {
    outline: 0;
}

/*
 *
Обёртки
 *
 */

body {
}
div.wrapper {
}
section,
.section {
}
header,
.header {
}
section header,
.section .header {
}
footer,
.footer {
}
section footer,
.section .footer {
}
article,
.article {
}
.sidebar {
}
.sidebar + section,
.sidebar + .section {
}

/*
Заголовки
*/

h1 {
}
h2 {
}
h3 {
}
h4 {
}

/*
 *
Структуры
 *
 */

/*
Последовательности
*/

ul {
    list-style: none;
}
ul li {
}
dl {
}
dt {
}
dd {
}
menu,
.menu {
}
menu li,
.menu li {
}
menu li a,
.menu li a {
}
menu li.active,
.menu li.active {
}
menu li.active a,
.menu li.active a {
}
menu ul,
.menu ul {
}
menu ul li,
.menu ul li {
}

/*
Таблицы
*/

table {
    border-collapse: collapse;
}
thead {
}
tfoot {
}
tbody {
}
tr {
}
thead tr {
}
tfoot tr {
}
tbody tr {
}
td {
}
thead td {
}
tfoot td {
}
tbody td {
}
th {
}
thead th {
}
tfoot th {
}
tbody th {
}
caption {
}

/*
Формы
*/

form {
}
fieldset {
}
legend {
}
label {
}
input {
}
input.text {
}
input.radio {
}
input.checkbox {
}
input.file {
}
input.submit {
}
input.reset {
}
button {
}
textarea {
}
select {
}
option {
}
optgroup {
}

/*
Специальные структуры
*/

aside,
.aside {
}
article,
.article {
}
blockquote {
    quotes: "" "";
}
blockquote:before, blockquote:after {
    content: "";
}
blockquote blockquote {
}

/*
 *
Форматирование текста
 *
 */
p {
}
ol {
}
ol li {
}
article ul,
.article ul {
}
article ul li,
.article ul li {
}
address {
}
.copyright {
}
img {
}
a {
}
a:hover {
}
a:visited {
}
a:active {
}
a.no_reload {
}
a.logo {
}
a.logo img {
}
em {
}
strong {
}
cite {
}
del {
}
ins {
}