@font-face {
    font-family: 'SohoMedium';
    src: url('sohogothicpro-medium-webfont.eot');
    src: url('sohogothicpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('sohogothicpro-medium-webfont.woff') format('woff'),
         url('sohogothicpro-medium-webfont.ttf') format('truetype'),
         url('sohogothicpro-medium-webfont.svgz#SohoGothicProMedium') format('svg'),
         url('sohogothicpro-medium-webfont.svg#SohoGothicProMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Soho';
    src: url('sohogothicpro-regular-webfont.eot');
    src: url('sohogothicpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sohogothicpro-regular-webfont.woff') format('woff'),
         url('sohogothicpro-regular-webfont.ttf') format('truetype'),
         url('sohogothicpro-regular-webfont.svgz#SohoGothicProRegular') format('svg'),
         url('sohogothicpro-regular-webfont.svg#SohoGothicProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

HTML, BODY { padding: 0; margin: 0; background: #fff; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH { font-family: Arial, Helvetica, sans-serif; color: #2e2d2d; font-size: 12px; margin: 0; }

TEXTAREA { overflow: auto; }

H1, H2, H3, H4, H5, H6 {
	margin: 1em 0 0 0;
	padding: 0;
	color: #0084d7;
	font-weight: normal;
	line-height: normal !important;
	font-family:  Arial, Helvetica, sans-serif;
}

H1 { font-size: 27px; font-family: "Soho",sans-serif;}
.rus H1 { font-family: Arial, Helvetica, sans-serif; }
H2 { font-size: 18px; font-weight: normal; color: #2e2d2d; }
H3 { font-size: 14px; font-weight: bold; color: #2e2d2d; }
H4 { font-size: 11px; font-weight: bold; }
H5 { font-size: 11px; font-weight: bold; }
H6 { font-size: 11px; }

IMG { border: 0; }
IMG.ico { cursor: pointer; }
.help { cursor: help; }

A { color: #0084d7; text-decoration: none; }
A:hover { text-decoration: underline; }

P { padding: 0; margin: 1em 0 0 0; }
P.img-right { float: right; clear: both; margin: 15px 0 0 1em; }
P.img-left { float: left; clear: both; margin: 15px 1em 0 0; }

FORM { padding: 0; margin: 0; }

TABLE { border-collapse: collapse; border-spacing: 0; margin: 1em 0 0 0; }
TH, TD { text-align: left; vertical-align: top; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }
.justify { text-align: justify !important; }
.middle { vertical-align: middle; }
.nopadding { padding: 0 !important; }
.noborder { border: none !important; }
.nomargin { margin: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }

.w35p { width: 35% !important; }
.w65p { width: 65% !important; }

.nowrap { white-space: nowrap; }
.hidden { display: none; }
.bold { font-weight: bold; }
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs14 { font-size: 14px; }

.mt1em { margin-top: 1em !important; }

.wdate { width: 56px; }
.w100p { width: 100% !important; }
.wauto { width: auto !important; }

.clear { overflow: hidden; clear: both; }
* HTML .clear { overflow: visible; height: 1px; }

/* Colors */

.req, .error, .red { color: #bb061c; }
.green { color: #669b00; }
.gray1 { color: #949494 !important; }

.content { line-height: 17px; }

.f-left { float: left; }
.f-right { float: right !important; }
.c-left { clear: left; }
.c-right { clear: right !important; }


/* Mozilla recovery */
*:focus { outline: none; }
INPUT[type="checkbox"] { padding: 0; margin: 4px; -moz-appearance: checkbox; }
INPUT[type="radio"] { padding: 0; margin: 4px; -moz-appearance: radio; }
*:first-child+HTML INPUT[type="checkbox"] { margin: 0; }
*:first-child+HTML INPUT[type="radio"] { margin: 0; }
