  html, body {
	margin: 0;
	padding: 0;
	height: 100%;
  }

body {
	overflow-x: hidden;
    background: none repeat scroll 0 0 #f3f3f5;
    color: #505050;
    font: 500 13px Lato, Arial,Tahoma,sans-serif;
    padding: 0;
}

h2, h3, h4, h5{
    font: 700 14px Lato, Arial,Tahoma,sans-serif;

}

.container
{
	display: block;
	width: 1080px;
    margin: 0 auto;
}

a
{
	color: #b9bbbe;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* ШАПКА */
header
{
	padding: 20px 0;
	background-color: #171717;
	width: 100%; 
	height: 90px;
}

header .top_line
{
	margin-bottom: 18px;
	height: 20px;
	overflow: hidden;
}

header .top_line li
{
	display: inline;
	margin-right: 14px;
}

header .top_line li a
{
	color: #808080;
	text-decoration: none;
	font-size: 12px;
}

header .top_line li a:hover
{
	color: white;
	text-decoration: underline;
}

header .top_search
{
	margin-top: 14px;
	display: block;
	width: 100%;
}


header .top_search input[type='image']
{
	margin: 0px 8px 0 0;
	float: left;
	padding: 4px;
}

header .top_search input[type='text']
{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #808080;
	color: white;
	width: 158px;

}

/* ЦЕНТР */
section 
{
	min-height: 100px;
	height: 100%;
}

section .content
{
	float: left;
	width: 100%;
	min-height: 900px;
	height: 100%;
	background-color: white;
	padding: 0 40px 40px 40px;
}

section .content.left
{
	padding: 0;
	margin: 26px 0 26px 0;
	width: 313px;
	margin-right: 40px;
	background-color: transparent;

}

section .content .bg
{
	padding: 30px 30px 20px 30px;
	background-color: white;
}


section .content.left table
{
	background-color: transparent;
	border-collapse: collapse;
}

section .content.left table td
{
	vertical-align: top;
}

section .content.left h2
{
	color: #171717;
	font-size: 24px;
	font-weight: bold;
}

section .content.left h2:first-letter
{
	color: #fd253a;
	font-size: 30px;

}

section .content.left h2 span
{
	padding-bottom: 6px; 
	border-bottom: 1px solid #000;
	display: block;
	margin-bottom: 28px;
}

section article
{
	margin: 0 0 47px 0;
	line-height: 1.3;
	clear: both;
}

section  .left article img
{
	margin: 10px 0 10px 0;
}

section  .left  img {border: 1px solid #CCC;}


section article h3
{
	margin: 0 0 5px 0;
}

section article h3 a
{
	color: #474d54 !important;
	font-size: 17px;
}

section article h3 a:hover
{
	color: black !important;
	text-decoration: none;
}

section article p
{
	color: #9399a0;
	font-size: 14px !important;
	line-height: 1.5 !important; 

}

section .allmat
{
	background-color: white;
	text-align: center;
	padding: 0px 0 40px 0;
}

section .allmat a
{
	color: #e0032c;
	text-transform: uppercase;
	font-size: 14px;
}


/* БАННЕР */
.banner_red
{
	background-color: #eb2539; 
	text-align: center; 
	overflow: hidden;
	position: relative;
    background-image: url(http://www.tadviser.ru/images/e/e0/Gks_bottom2.png); /* Путь к фоновому рисунку */
    background-position: top center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
	height: 287px;
}


/* ФУТЕР */
footer
{
	padding: 50px 0;
	background-color: #171717;
	width: 100%; 
	height: 120px;
	color: #838383;
	font-size: 13px;
	line-height: 1.4;
}

footer .column_left
{
	width: 240px;
	float: left;
	margin-right: 20px;
}


footer .column_left div
{
	margin-top: 30px;
}

footer .column_right
{
	width: 140px;
	float: right;
}

footer .column_right a
{
	color: #838383;
}

footer .column_right div
{
	margin-bottom: 20px;
}

footer .column_middle
{
	float: left;
	margin-left: 30px;
}

footer .column_middle a
{
	color: white;
}

footer table 
{
	background-color: #171717;
	color: #838383;
	
}

footer table td
{
	vertical-align: top;
}

footer ul
{
	padding: 0;
	margin: 0;
}

footer li
{
	padding-bottom: 13px;
	list-style-type: none;
}


/* ХУКИ */
#toc li
{
	list-style-type: none;
	background: none;

}

#dropdown ul
{
	left: 520px;
}

.news_body h2 .mw-headline
{
	line-height: 1;	
}

div.thumb
{
	margin-right: -15px;
}

.prod_top_links
{
	display:none;
}

#tab2 table {background-color: white;}

.greybg_title {margin: 0 0 10px 0 !important;}
img {border: 0 !important;}

.atts_table {width: 646px !important;}

.editsection {
    margin: 0;
}