@import url("/reset.css"); 
@font-face { font-family: "Rubl Sign"; src: url(/files/ruble.eot); }

#_base_elements { color: Red; }

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	background-color: #748189;
	font-size: 100.01%;
	color: white;
}

a:link {
	color: #1e90ff;
	text-decoration: underline;
}

a:visited {
	color: #004a90;
	text-decoration: underline;
}

a:hover {
	color: #C00B0D;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.7em 0;
	font-weight: lighter;
	line-height: 100%;
}

blockquote { margin:1em 0; }

p {
	margin:0 0 0.9em 0;
}

blockquote { margin-left: 40px; }

a:focus { outline: none; }

table {
	width:100%;
}

h1 {
	font-size: 150%;
	line-height: 120%;
}

h2 {
	font-size: 140%;
	line-height: 120%;
}

h3 {
	font-size: 130%;
	line-height: 115%;
}

h4 {
	font-size: 115%;
	line-height: 105%;
}

h5 {
	font-size: 107%;
	line-height: 100%;
	font-weight: bolder;
}

#_structire_blocks { color: Red; }

div#str_middle {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px;
}

div#str_pusher {
	height:15px;
}

div#str_bottom {
	display: block; 
	height: 0px;
	border-top:10px solid #183181;
	border-bottom:5px solid #ED1B24;
}

div#str_top {
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	display: block; 
	height: 0;
	z-index: 900;
	padding: 0px;
	margin: 0px;
	border-bottom:10px solid #183181;
	border-top:5px solid #ED1B24;
}


div#str_header {
	height:260px;
	background-color: #183181;
	padding-top:15px;
}

div#str_header_title {
	height:30px;
	background-color: #AEB7BC;
	color:#1D398D;
	line-height: 30px;
	padding:0 0 0 50px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	background-image: url(/pictures/decor/bg_0.jpg);
	background-repeat: no-repeat;
	background-position: 580px;
}

div#str_header_bg {
	background-image: url(/pictures/decor/bg_1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height:200px;
	background-color: #1C5EA8;
}

div#str_header_line {
	height:29px;
	white-space: nowrap;
}

div#str_cont2 {
	padding:0 50px;
}

div#str_main {
	overflow: hidden;
	color:black;
	zoom:1;
	clear:both;
	width:100%; //padding-right: 1px; //overflow-x: hidden;
	min-width: 720px;
	max-width: 1100px;
	width:expression(document.body.clientWidth < 820? "720px" : document.body.clientWidth > 1200? "1100px" : "100%");
	margin-top:-61px; // margin-top:-60px;
}

div#str_navigation_1 {
	margin:0 3% 1em 0;
	float:left;
	width:15%;
}

div#str_navigation_1 dl {
	background-color:#294396;
	width:100%;
	border-top:1px solid #294396;
}

div#str_navigation_1 dl dt {
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:white;
	border-bottom:1px solid #294396;
	background-color:#183181;
	font-size: 14px;
	font-weight: lighter;
	height:2.1em;
	line-height:2.1em;
}


div#str_navigation_1 dl a {
	display:block;
	padding:0 0 0 25px;
	background-image: url(/pictures/decor/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	color:white;
	text-decoration: none;
	line-height:2.1em;
	height:2.1em;
}

div#str_navigation_1 dl dt span {
	display:block;
	padding:0 0 0 25px;
	background-image: url(/pictures/decor/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	line-height:2.1em;
	height:2.1em;
}

div#str_navigation_1 dl a:hover {
	color:#AEB7BC;
	text-decoration: underline;
}

div#str_navigation_1 dl dt.active {
	background-color:#0E1E4B;
}

div#str_navigation_1 dd {
	position:absolute;
	left:140px; // left:100px;
	margin-top:-2.1em;
	width:auto;
	display:none;
	z-index: 100;
	padding-top:2px; // padding-top:3px;
}

div#str_navigation_1 dd ul {
	border-top:1px solid #294396;
}

div#str_navigation_1 dd li {
	background-color:#AEB7BC;
	color: black;
	font-size: 13px;
	border-bottom:1px solid #294396;
}

div#str_navigation_1 dd li a{
	display:block;
	padding:0 15px 0 25px;
	color:#435560;
	background-image: url(/pictures/decor/menu_bullet_2.gif);
	line-height:1.9em;
	height:1.9em;
	width:auto;
	white-space: nowrap;
}

div#str_navigation_1 dd li a:hover {
	color: black;
}

div#str_navigation_small {
	margin:14px 0 14px 0;
	padding:7px 0 7px 17px;
	background-color: #AEB7BC;
	white-space: nowrap;
	text-align: left;
	overflow: hidden;
}

div#str_navigation_small img {
	width:25px;
	height:12px;
	border:0;
}

div#str_bl_content {
	float:left;
	width:58%;
	margin:0 4% 1em 0;
}

div#str_bl_content_novelty {
	background-color: white;
	margin-bottom:0.5em;
	overflow: hidden;
	clear: both;
}

div#str_bl_content_novelty h4 {
	line-height: 20px;
	font-size:1.1em;
	color: #435560;
	background-color:#AEB7BC;
	padding:5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

table#str_bl_content_novelty_text td {
	padding:0 10px 10px 10px;
	font-size:0.8em;
	background-color: white;
	vertical-align:top;
	color: black;
	width:100%;
}

table#str_bl_content_novelty_text td.img {
	vertical-align:bottom;
	padding:0 10px 0 0;
	text-align: center;
	width:auto;
}

table#str_bl_content_novelty_text td h5 {
	line-height: 1.2em;
	font-size:1.3em;
	color: #435560;
	margin-bottom:14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

div#str_bl_content_novelties {
	background-color: white;
	overflow: hidden;
	margin-bottom:1.5em;
	padding:5px 5px 0 10px;
	zoom:1;
	clear: both;
}

div#str_bl_content_novelties ul li{
	float:left;
	font-size:11px;
	width:32%;
	overflow: hidden;
	padding-right:5px;
	line-height:1.1em;
	height:40px;
}

div#str_bl_content_novelties ul li img {
	vertical-align:bottom;
	margin-right:5px;
	float:left;
	height:40px;
	border:0;
}

div#str_bl_content_sale div {
	background-color: white;
	overflow: hidden;
	margin-bottom:1.5em;
	padding:5px 5px 0 10px;
	zoom:1;
	clear: both;
}

div#str_bl_content_sale div ul li{
	float:left;
	font-size:11px;
	width:32%;
	overflow: hidden;
	padding-right:5px;
	line-height:1.1em;
	height:40px;
}

div#str_bl_content_sale div ul li img {
	vertical-align:bottom;
	margin-right:5px;
	float:left;
	height:40px;
	border:0;
}

div#str_bl_content_sale h4 {
	line-height: 20px;
	font-size:1.1em;
	/* color: #435560; */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #748189;
	color:white;
	padding:0 10px;
	margin:0 0 5px 0;
}

div#str_bl_content_announcement {
	background-color: white;
	overflow: hidden;
	margin-bottom:1em;
	clear:both;
	zoom:1;
}

div#str_bl_content_announcement img {
	float:left;
	margin:0 10px 10px 0;
}

div#str_bl_content_announcement h4 {
	line-height: 20px;
	font-size:1.1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0px 0 10px 0;
	background-color: #748189;
	color: white;
	padding:5 10px;
}

div#str_bl_content_announcement div {
	padding:0 10px 10px 10px;
	font-size:0.8em;
}

div#str_bl_counter_main {
	padding:1em 0 0 0;
	background-color: #748189;
}

div#str_bl_news {
	width:20%;
	float:left;
	background-color: #E5E6E8;
	margin:0 0 1em 0;
	overflow: hidden;
	zoom:1;
}

div#str_bl_news h4 {
	line-height: 20px;
	font-size:1.1em;
	color: #FFFFFF;
	background-color:#748189;
	padding:5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

div#str_bl_news div {
	padding:0 10px 10px 10px;
}

div#str_bl_news div strong {
	font-size: 0.7em;
	color:#748189;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	display: block;
	margin-bottom:3px;
}

div#str_bl_news div p {
	margin-bottom:1em;
	font-size: 0.8em;
	color: black;
	line-height: 1.2em;
}

div#str_footer_1 {
	clear:both;
	margin:0 3% 1em 0;
	float:left;
	width:15%;
	color: white;
	font-size: 12px;
	padding-top:5.1em;
	line-height: 1.1em;
}

div#str_footer_2 {
	overflow: hidden;
	zoom:1;
	float:left;
	width:58%;
	margin:0 4% 1em 0;
}

div#str_footer_2 dl {
	white-space: nowrap;
	background-color: #183181;
	overflow: hidden;
	zoom:1;
}

div#str_footer_2 div {
	margin:2.7em 0 2em 0;
	line-height: 1.1em;
	font-size: 12px;
	color: white;
}

div#str_footer_2 dl dt {
	float:left;
}

div#str_footer_2 dl dt a, div#str_footer_2 dl dt span {
	font-size: 14px;
	color:white;
	padding:0 10px;
	display:block;
	line-height: 2.1em;
}

div#str_footer_2 dl dt.active {
	background-color: #0E1E4B;
}

div#str_footer_3 {
	margin:0 0 1em 0;
	float:left;
	width:20%;
	text-align:right;
	font-size: 14px;
	line-height: 2.1em;
	height: 2.1em;
}


div#str_footer_4 {
	overflow: hidden;
	zoom:1;
	float:left;
	width:82%;
	margin:0 0 1em 0;
}

div#str_footer_4 dl {
	white-space: nowrap;
	background-color: #183181;
	overflow: hidden;
	zoom:1;
	
}

div#str_footer_4 div {
	margin:2.7em 20px 2em 0;
	line-height: 1.1em;
	font-size: 12px;
	color: white;
	float:left;
	overflow: hidden;
	zoom:1;
	line-height: 1.2em;
	
}

div#str_footer_4 div#str_bl_counter {
	float:right;
	margin-right:0;
}

div#str_footer_4 dl dt {
	float:left;
}

div#str_footer_4 dl dt a, div#str_footer_4 dl dt span {
	font-size: 14px;
	color:white;
	padding:0 10px;
	display:block;
	line-height: 2.1em;
}

div#str_footer_4 dl dt.active, div#str_footer_2 dl dt.active {
	background-color:#0E1E4B;
}


#tooltip {
	background: #F4F4F4;
	border: 1px solid #666666;
	font: 11px Tahoma, Helvetica,sans-serif;
	margin: 0px;
	moz-border-radius: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	text-align: justify;
	visibility: hidden;
	filter:alpha(opacity=90,finishOpacity=10,style=0);
	color: black;
	z-index: 1000;
}

div.clear {
	visibility: hidden;
	font-size:0;
	clear:both;
}

div#dec_line_bg {
	
}

div#dec_line_bg_2 {
	margin-left:-5px;
}

div#dec_line_bg_3 {
	margin-left:-5px;
	padding:0 !important;
}


.bg_line_shadow {
	height:29px;
	width:5px;
	/* background-image: url(/pictures/decor/line_bg.gif); */
	position:absolute;
	top:245px;
	top:expression("31px");
	z-index:1000;
	background: yellow;
}

div#str_bl_errorpage {
	padding:50px 20px 20px 50px;
}

div#str_bl_errorpage img {
	margin:0 0 1em 10px;
	border:0;
}

div#str_bl_errorpage  h3 {
	font-size: 1.5em;
	color: #b22222;
	background-color: white;
	width:11em;
	padding:10px;
}

div#str_bl_errorpage p {
	clear:both;
	color: white;
	padding:0 0 1em 10px;
}

div#str_bl_content_2 {
	float:left;
	width:82%;
	margin:0 0 1em 0;
}

div#str_bl_text {
	background-color: white;
	overflow: hidden;
	clear: both;
	zoom:1;
}

div#str_bl_text h3 {
	line-height: 20px;
	font-size:1.1em;
	color: #435560;
	background-color:#AEB7BC;
	padding:5px 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 0.9em 0;
}

div#str_bl_text h3 a {
	/* color: #7b7b7b; */
	color: #637885;
}

div#str_bl_text h3 span {
	font-size:0.7em;
}


div#str_bl_text_meaning {
	padding:0 10px 1em 10px;
	background-color: white;

}

div.str_text {
	font-size:0.8em;
	clear:both;
	width:100%;
	overflow:hidden;
}

div.str_text p {
	line-height: 1.1em;
}

div.str_text i, div.str_text em {
	font-style: oblique;
}

div.str_text u {
	text-decoration: underline;
}

div.str_text h5 {
	font-size:119%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.str_text h4 {
	font-size:127%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
div.str_text h3 {
	font-size:144%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

ul.con_partners li {
	clear:both;
	margin-left:150px;
	margin-bottom:4em;
}

ul.con_partners img {
	float:left;
	margin:-1.8em 0 1em -150px
}

ul.con_partners h4 {
	margin:0 0 0.8em 20px;
	font-size:1.05em;
	font-weight:bold;
}

ul.con_partners div {
	margin-left:20px;
	font-size:0.9em;
}

ul#con_contacts {
	
}

ul#con_contacts li {
	margin-bottom:1em;
	font-size: 1.1em;
	line-height: 1.2em;
}

ul#con_contacts li span {
	margin-right:5px;
	font-weight: bold;
	color: #525252;
}

ul#con_contacts li.map {
	float:right;
	margin-left:20px;
}

div#str_bl_info {
	color:white;
	font-size: 11px;
	line-height: 1.1em;
	overflow: hidden;
}

div#str_bl_info h4 {
	font-size: 14px;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#str_bl_search {
	overflow: hidden;
	font-size: 11px;
	margin-bottom:2em;
}

div#str_bl_search input {
	background-color:white;
	width:100%;
	background-image: url(/pictures/icons/search_10.gif);
	background-position: 8px center;
	background-repeat:no-repeat;
	padding:2px 2px 2px 24px;
}

.emptySearch {
	color:gray;
}


div#con_catalog_file {
	background-color: #e5e6e8;
	margin:-1em -10px 1em -10px;
	padding:0.8em 10px 0.5em 10px;
}

div#con_catalog_file ul li{
	margin-bottom:0.8em;
	font-size:0.9em;
	height:32px;
	padding:0 0 0 39px;
	line-height:32px;
	background-position: left center;
	background-repeat: no-repeat;
}

div#con_catalog_file ul li.pdf {
	background-image: url(/pictures/files_icons/pdf_32.gif);
}

div#con_catalog_file ul li.zip {
	background-image: url(/pictures/files_icons/zip_32.gif);
}

div#con_catalog_file ul li.xls {
	background-image: url(/pictures/files_icons/xls_32.gif);
}

div#con_catalog_file ul li span {
	color: #969696;
	font-size:0.8em;
}

div#con_catalog_file ul li div {
	padding-top:8px;
	line-height:1.1em;
}

ul#con_sections_1 {
	overflow: hidden;
	width:100%;
}

ul#con_sections_1 li {
	float:left;
	width:47%;
	margin-bottom:1em;
	line-height: 1.3em;
	font-size: 0.9em;
}

ul#con_sections_1 li div.img {
	width:90px;
	height:100px;
	float:left;
	margin-right:10px;
	overflow: hidden;
}

ul#con_sections_1 li div {
	margin:0.2em 0 0 0;
	font-size: 0.8em;
	color: #696969;
}

ul#con_sections_2 {
	overflow: hidden;
	zoom:1;
	background-color: #e5e6e8;
	margin:-1em -10px 1em -10px;
	padding:0.8em 10px 0.5em 10px;
}

ul#con_sections_2 li {
	float:left;
	line-height: 1.3em;
	margin:0 2em 0.5em 0;
	font-size:0.9em;
	white-space: nowrap;
}

ul#con_sections_1 li span, ul#con_sections_2 li span, ul#con_sections_3 li span {
	color: #969696;
	font-size:0.8em;
}

ul#con_sections_3 {
	overflow: hidden;
	zoom:1;
	background-color: #e5e6e8;
	margin:-1em -10px 1em -10px;
	padding:0.8em 10px 0.5em 10px;
}

ul#con_sections_3 li {
	float:left;
	line-height: 1.3em;
	margin:0 2em 0.5em 0;
	font-size:0.9em;	
	white-space: nowrap;
}

ul#con_sections_3 li span {
	color: #969696;
	font-size:0.8em;
	
}

div.con_items {
	clear:both;
}

div.con_items ul {
	width:100%;
	overflow: hidden;
	margin-left:-5px;
}

div.con_items ul li {
	clear:both;
	overflow: hidden;
	zoom:1;
	padding:0.6em 0 0.6em 5px;
	font-size:0.9em;
}

div.con_items ul li.colored {
	background-color:#EBEDEE;
}

div.con_items ul li div.img {
	float:left;
	margin-right:10px;
	width:62px;
	text-align:center;
	overflow: hidden;
}

div.con_items ul li div.img img {
	border:1px solid #cccccc;
}

div.con_items ul li div.descr {
	font-size:0.9em;
	color:#666666;
	margin-top:0.5em;
}

div.con_items ul li div.price {
	font-size:1.2em;
	color: #696969;
	float:right;
	line-height:1.3em;
	margin:0 10px;
	font-weight:bold;
	text-align: right;
	white-space: nowrap;
}

div.con_items span.rur {
	font-weight:normal;
}

div.con_items + div.con_items {
	margin-top:1em;
}

img#logo {
	width:124px;
	height:125px;
	border:0;
	position:absolute;
	top:70px;
	left:62px;
	z-index:999;
	border:0;
}

div#shas {
	width:122px;
	height:109px;
	border:0;
	position:absolute;
	top:83px;
	left:857px;
	z-index:999;
	border:0;
	background-image: url(/pictures/decor/fun.gif);
	background-repeat: no-repeat;
}

div#str_search {
	font-size:0.9em;
	margin-bottom:2em;
}


.field_search {
	width:80%;
}

ul#con_sitemap {
	margin:0 0 1.5em 20px;
}

ul#con_sitemap ul {
	margin: 0.7em 0px 1em 15px;
}

ul#con_sitemap li {
	margin: 0.7em 0px 0.7em;
}

ul#con_sitemap ul li{
	font-size: 0.95em;
}

ul#con_sitemap li span {
	font-size:11px;
	color: #969696;
	margin-left:5px;
}

ul#con_sitemap .bonus {
	margin-top:1.6em;
}

div#con_search_result {
	font-size:0.9em;
}

ul#con_search_result {
	margin-left:20px;
}

ul#con_search_result li {
	margin-bottom:0.6em;
	line-height:1.2em;
	font-size:0.9em;
}

div#con_documents {
	overflow: hidden;
	width:100%;
}

div#con_documents ul li {
	float:left;
	margin:0 0 30px 0;
	width:45%;
}

div#con_documents ul li h5 {
	font-size: 0.8em;
	margin:0 0 0.4em 0;
	font: Arial, Helvetica, sans-serif;
}

div#con_documents ul li h5 div {
	display: block;
	font-size: 0.9em;
	color: #696969;
	font-weight:normal;
	margin:0.2em 0 0 0;
}

div#con_documents ul li img {
	border:1px solid #1e90ff;
}

div#con_documents ul li img:hover {
	border:1px solid red;
}

div#con_documents h4 {
	clear:both;
}

div#con_document {
	padding-left:20px;
}

div#con_document img {
	border:1px solid black;
}

div#con_document div {
	font-size: 0.9em;
	font-style: italic;
	margin-bottom:0.9em;
}

div.lite {
	padding:20px;
}

div.lite h4 {
	text-align: left;
}

.fake {
	display:none;
}


table.form {
	width:auto;
	margin-left:-4px;
}

table.form td{
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
}
table.form td * {
	font-size: 100%;
}

table.form thead td{
	font: bold;
	background-color: #F9F9F9;
}

table.form a {
	color:white;
}

.atten {
	color:red;
	background-color: white;
}

div#con_years {
	margin:0 0 1em 0;
	overflow: hidden;
	width:100%;
	float:left;
	width:3.2em;
}

div#con_years ul li{
	font-size: 0.9em;
	margin-bottom:5px;
}

div#con_years ul li.active {
	font-weight:bold;
}

div#con_news {
	float:left;
	margin-left:0.5em;
}

div#con_news ul {
	clear:both;
}

div#con_news ul li {
	list-style-type: none;
	margin:0 0 0.9em 0;
	font-size: 0.9em;
}

div#con_news ul li div {
	font-size: 0.8em;
	color:#969696;
	margin:0 0 0.2em 0;
}

div.con_new_date {
	font: italic;
	margin-bottom:1em;
}

div.nofloat {
	clear:both;
	width:100%;
	overflow:hidden;
}

div#con_item {
	overflow: hidden;
	zoom:1;
}

div#con_item_images {
	float:left;
	background-color: white;
	width:175px;
	margin-right:5px;
}

div#con_item_full_picture {
	text-align: center;
	margin-bottom:10px;
}

div#con_item_fragments {
	text-align: center;
}

div#con_item_fragments img {
	height:50px;
	margin:0 5px 5px 0;
	border:1px solid #cccccc;
}

div#con_item_info {
	margin-left:180px;
	padding-left:5px;
}

div#con_item_info h4 {
	margin-bottom:0.6em;
	color:#666666;
}

div#con_item_info_price {
	font-size:1.2em;
	color: #1c5ea8;
	margin-bottom:1em;
	width:100%;
	overflow: hidden;
	margin-left:-5px;
}

div#con_item_info_price div {
	background-color: #ebedee;
	padding:5px;
	float:left;
	z-index:999;
}

div#con_item_info_description {
	font-size:0.9em;
	margin-bottom:1.5em;
	font-style: italic;
}

div#con_item_info_features{
	font-size:0.9em;
	margin-bottom:1.5em;
	line-height: 1.1em;
}

div#con_item_info_features p {
	margin-bottom:0.6em;
}

div#con_item_info_features b {
	font-weight: bold;
}

div#con_item_info_features i, div#con_item_info_features em {
	font: italic;
}

ul#con_item_info_params li {
	margin-bottom:0.5em;
	font-size:0.9em;
}

div#con_picture {
	height:500px;
	text-align:center;
}

div#con_picture_title {
	margin-top:10px;
	font-size:0.9em;
	color:white;
	text-align: center;
}
