/* tags */
* {
	margin: 0; padding: 0;
	font-size: 100.01%; }

body {
	font-size: 62.25%; font-family: Arial, sans-serif;
	background: #c3c3c3; }

a:link, a:visited, a:active {
  color: #007bd8;
	text-decoration: underline; }
a:hover {
  text-decoration: none; }

td {
	vertical-align: top; }

a img { border: none; }

/* standard classes */
.clearer { clear: both; height: 0px; font-size: 1px }
.clearer img { display: block; height: 0px; }
.w100 { width: 100% }



/* clearfix in yandex notation */
.g-line:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html .g-line {
	zoom: 1;
	}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.invisible {
  display: none; }
