﻿P, IMG, H1, H2, H3, H4, H5, H6, UL, LI, FORM { margin: 0px; padding: 0px; border: none; }
.clear { font-size: 0pt; clear: both; }

/*------ Основная разметка ------*/

HTML, BODY { margin: 0px; padding: 0px; height: 100%; }
#container { margin: 0 auto; min-width: 1000px; height: 100%; }
#wrap { min-height: 100%; }

/* #content { margin: 0px 264px 0px 305px; } */
#left { float: left; width: 305px; margin-left: -100%; }
#right { float: right; width: 251px; padding-left: 13px; }
#wrapper { margin: 0 279px 0 37px; }



BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3c3c3c;
	background: #e5e5e5 url(images/bg.png) repeat-x top;
}

A {
	color: #0675cb;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
}

P {
	padding-top: 5px;
}

H2 {
	padding-top: 7px;
	color: #DB176F;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
}


/*------ Шапка ------*/

#header {
	min-height: 310px;
	position: relative;
	background: url(images/header_bg.jpg) no-repeat right top;
    padding-bottom: 20px;
}

#header .logo { position: absolute; top: 42px;  left: 37px; }
#header .logo-txt {
	position: absolute;
	font-size: 11pt;
	font-weight: bold;
	color: #1e1a1b;
	top: 140px;
	left: 40px;
}

#header .phone {
	position: absolute;
	top: 162px;
	left: 34px;
	color: #0564b6;
	width: 165px;
	text-align: right;
}
#header .phone .number { font-size: 22pt; margin-top: -3px; }
#header .phone .number .code {
	color: #6ba8e1;
	font-size: 10pt;
	font-weight: bold;
	float: left;
	padding-top: 4px;
}

#header .nav-icons { position: absolute; top: 29px; right: 28px; }
#header .nav-icons .item { float: right; padding-left: 44px; }

#header .auth-form { position: absolute; top: 200px; left: 37px; }
#header .auth-form INPUT.txtinput { border: 1px solid #ef279d; margin-bottom: 4px; width: 142px; }
#header .auth-form INPUT.submit {
	height: 31px;
	width: 31px;
	background: url(images/submit.jpg) no-repeat left top;
	margin: 0px 0px 4px 10px;
	border: none;
	cursor: pointer;
}
#header .auth-form .links { font-size: 8pt; }
#header .auth-form .links A { color: #2b2a3d }

#header .search-form { position: absolute; top: 300px; left: 36px; display: none; }
#header .search-form INPUT.submit {
	background: url(images/search.gif) no-repeat left top;
	width: 28px;
	height: 28px;
	border: none;
	margin-left: 12px;
}
#header .search-form INPUT.txtinput {  width: 116px; border: 1px solid #606163; font-size: 8pt; }

#header .tags {
  margin: 0 400px 0 270px;
  text-align: justify;
  padding-top: 35px;
  min-height: 120px; }
#header .tags .n1 { font-size: 7pt; }
#header .tags .n2 { font-size: 9pt; }
#header .tags .n3 { font-size: 9pt; font-weight: bold; }
#header .tags .n4 { font-size: 11pt; }
#header .tags .n5 { font-size: 11pt; font-weight: bold; }
#header .tags .n6 { font-size: 13pt; }
#header .tags .n7 { font-size: 13pt; font-weight: bold; }
#header .tags .n8 { font-size: 15pt; }
#header .tags .n9 { font-size: 15pt; font-weight: bold; }
#header .tags A { text-decoration: none; color: #464648; }
#header .tags A:hover { color: #77777a; }


/*------ Верхнее меню ------*/

.top-menu {
	min-height: 30px;
	_height: 30px;	
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 53px;
}
.top-menu A{ color: #D9176F; }

.top-menu UL {
  list-style: none;
  text-align: center; }

.top-menu LI { display: inline-block; padding: 4px 0px 0px 21px; }
.top-menu div.one {
	background: #E7ECF3 url(images/cur_m.jpg) repeat-x top;
	color: #fff;
    position: relative;
}
.top-menu div.two { background: url(images/cur_l.jpg) no-repeat left top; }
.top-menu div.three { background: url(images/cur_r.jpg) no-repeat right top; padding: 4px 7px; }

.top-big {
	min-height: 186px;
	_height: 186px;
	text-align: center;
    margin-left: 230px;
	margin-top: 20px;
}
.top-big.inner { background: none; }
.top-big TABLE { margin: 0 auto; }
.top-big TD { width: 150px; vertical-align: bottom; padding-top: 20px; }
.top-big IMG { margin-bottom: 10px; }
.top-big A { font-size: 8pt; }


/*------ Контент ------*/

#content IMG.h-img {
	float: left;
	padding-right: 7px;
}


/*------ Левая колонка ------*/

#left .block-top, #left .block-bottom {
	min-height: 8px;
	_height: 8px;
	font-size: 0pt;
	width: 299px;
}
#left .block-bottom { background: url(images/l_block_bottom.gif) no-repeat left bottom; margin-bottom: 10px; }
#left .block-top { background: url(images/l_block_top.gif) no-repeat left top; }
#left .block {
	background: url(images/l_block_bg.gif) repeat-y left;
	width: 272px;	
	padding: 10px 12px 10px 15px;
}

#left .block .title {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 7px;
}
#left .block .title .sel { color: #ef1d98; }

#left .block .link-more { padding-top: 7px; text-align: right; }


/*------ Правая колонка ------*/

#right .fast-search { padding-left: 54px; margin-bottom: 12px; }
#right .fast-search .title { font-weight: bold; font-size: 12pt; margin-bottom: 7px; }
#right .fast-search .title .sel { color: #ef1d98; }
#right .fast-search .name { font-size: 7pt; }
#right .fast-search .element SELECT { width: 142px; font-size: 8pt; margin-bottom: 7px; }
#right .fast-search .buttons INPUT { font-size: 8pt; margin-top: 5px; }

#right .block-top, #right .block-bottom {
	min-height: 4px;
	_height: 4px;
	font-size: 0pt;
}
#right .block-bottom { background: url(images/r_block_bottom.gif) no-repeat left bottom; margin-bottom: 10px; }
#right .block-top { background: url(images/r_block_top.gif) no-repeat left top; }
#right .block {
	background: url(images/r_block_bg.gif) repeat-y left;
	padding: 10px 15px 10px 12px;
}

#right .block .title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 7px;
}
#right .block .title .sel { color: #ef1d98; }

#right .block .link-more { padding-top: 7px; text-align: right; }

#right .basket { margin-bottom: 15px; padding-left: 54px; }



/*------ Подвал ------*/

#footer_ {
	background: url(images/footer_left.gif) no-repeat left bottom;
	height: 195px;
	clear: both;
	padding-top: 40px;
}
#footer {
	border-top: 1px solid #CECECE;
	margin: 0px 53px 0px 299px;
	font-size: 8pt;
	line-height: 20px;
	padding-top: 30px;
}
#footer .icq { margin-top: 7px; }
#footer .icq IMG { vertical-align: bottom; padding-bottom: 3px; }
#footer .p495 {
	color: #55A2ED;
	font-weight: bold;
	padding: 10px 0px 0px 70px;
}
#footer .phone {
	color: #085095;
	font-size: 10pt;
	font-weight: bold;
	margin-top: -6px;
}
#footer .phone .sel {
	font-size: 24pt;
	padding-left: 35px;
	font-weight: normal;
}

#v-lab {
	color: #676767;
	padding: 0px 30px 0px 0px;
	text-align: right;
	font-size: 8pt;
	margin: -6px 0px 10px 0px;
}
#v-lab A {
	font-weight: bold;
	color: #676767;
}
