﻿/*-------------------------------------------------
Файл:               reset.css
Описание:           Глобальный сброс; (Эрик Мейер + доп.)
--------------------------------------------------*/

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,
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;
}

:focus {
outline: 0;
}

ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

body{
padding: 0px; margin: 0px;
line-height: 1.3em;
font:14px 'helveticaneuecyrlight', Tahoma, Arial;
height: 100%;
color:#fff;
}

img {outline: none; vertical-align:middle;}

a{
text-decoration:none;
font:14px 'helveticaneuecyrlight', Tahoma, Arial;
color:#3498e9;
}

p{
font:14px 'helveticaneuecyrlight', Tahoma, Arial;
margin-bottom:20px;
line-height:21px;
}

h1{
font:30px 'helveticaneuecyrroman', Tahoma, Arial;
margin-bottom:30px;
}

h3{
font:18px 'helveticaneuecyrroman', Tahoma, Arial;
margin-bottom:20px;
}

input[type="submit"]{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

table{width:100%;}
table th{
font:14px 'helveticaneuecyrmedium', Tahoma, Arial;
padding:10px 0;
text-align:center;
background:#5a6880;
}
table td{
font:14px 'helveticaneuecyrroman', Tahoma, Arial;
padding:10px 5px;
border-bottom:1px solid #8997a8;
border-right:1px solid #8997a8;
text-align:center;
}
/*table td:nth-child(1), table td:nth-child(2){text-align:left;}*/
table tr td:first-child{border-left:1px solid #8997a8;}
table tr:hover td{background:#3498e9; cursor:pointer;}

/* боксовая модель */
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.break{
-ms-word-break: break-all;
word-break: break-all;

-ms-word-break: break-word;
word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}

/*clearfix*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; /* IE6&7 */ }

/* ШРИФТЫ */

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('../js/fonts/helveticaneuecyr-light-webfont.eot');
    src: url('../js/fonts/helveticaneuecyr-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('../js/fonts/helveticaneuecyr-light-webfont.ttf') format('truetype'),
         url('../js/fonts/helveticaneuecyr-light-webfont.svg#helveticaneuecyrlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('../js/fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../js/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
         url('../js/fonts/HelveticaNeueCyr-Roman.otf') format('opentype'),
         url('../js/fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../js/fonts/HelveticaNeueCyr-Medium.eot');
    src: url('../js/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
         url('../js/fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
         url('../js/fonts/HelveticaNeueCyr-Medium.otf') format('opentype'),
         url('../js/fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}