﻿/* глобальные стили для всего проекта */
html { height: 100%; overflow: auto; }

body { margin: 0px; padding: 0px; 
	/*background-color: #FFF; */
	font: normal normal normal 100.01%/1.1em Lucida Sans Unicode, Arial;
	color: #0d3c4d;
	position: relative;
	/*min-width: 995px;*/
	/*max-width: 1200px;*/
	font-size: 75%;
	/*text-align: center;*/
	/*overflow: auto;*/
}

@media all and (min-resolution: 120dpi) {
    body { font-size: 60%; }
    body, x:-moz-any-link { font-size: 75%; }
}

big { font-size: 2.5em; line-height: 1; }
small { font-size: 1.5em; line-height: 1; }
em { font-size: 0.833em; font-style: normal; }


h1 { font-size: 1.166em; line-height: 1; padding: 0.5em 0; margin: 0; }


/* ---------- Colors ---------- */
.gray { color: #999999; }
.yellow { color: #FFC70C; }
/*.yellow { color: #FFC611; }*/

.pseudo-href { border-bottom: 1px dashed #fff; color: #fff; line-height: 1.5em; cursor: pointer; }

/* --------- Table ---------- */
table { font-size: 100%; /*position: relative;*/ }
td { padding: 3px 0px; vertical-align: top; }


.hidden { display: none; }
.invisible { visibility: hidden; }


ol, ul, dl, dt, dd { list-style: none; margin: 0px; padding: 0px; }


/*a { color: #2d83c2; text-decoration: none; }
a:hover { color: #EF1D7A; }*/
a:visited { color: inherit; }
a:focus { outline: none; }
a img { border: none; }


span.nowrap { white-space: nowrap; }


.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

/*img { display: block; }*/
form { margin: 0; }

input, textarea, select, button {
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 100%;
}


p { margin: 1em 0; }

label { display: block; /zoom: 1; }


.clearfix:after { content: "."; display: block; visibility: hidden; clear: both;
	font-size: 0; height: 0; margin:0; padding:0; border: 0 none; }
