@charset "windows-1251";

.twoColHybLtHdr #container {
	width: 1280px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 955px;
	background-color: #FDFDFD;
}
.bg-fon {
    background-color:rgba(0,0,0,.3);
    height:100%;
    position:fixed;
    width:100%;
    top:0;
    left:0;
}

.c-label {
	
    margin-bottom: 0;
    text-align: right;
	
}

.twoColHybLtHdr #header {
	background-color: #DDDDDD;	
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.d_menu {
	text-align: left;
	font-size: 85%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #8D8D8D;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 5px;
	line-height: 140%;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	line-height: 140%;
}
.twoColHybLtHdr #mainContent2 {
    width:1230px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	line-height: 140%;
}  

a {
	color: #000099;
}
.twoColHybLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColHybLtHdr #UpMenu {
	background:#DDDDDD;
	text-align: center;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.main_menu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9A9A9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #A9A9A9;
	background-color: #EBEBEB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A9A9A9;
	font-size: 85%;
}
.topicBW {
	color: #FFFFFF;
	background-color: #6A6A6A;
	background-image: url(/picture/images/headers-sprite_05.jpg);
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.topicOrange {
	color: #FFFFFF;
	background-color: #FF5C01;
	background-image: url(/picture/images/headers-sprite_02.jpg);
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	background-repeat: repeat-x;
}
.productDetal {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
}
.productDetal .Description {
	font-size: 80%;
	line-height: 150%;
}

.showPrice {
	font-size: 120%;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.picMiddle {
	text-align: justify;
}

.showPrice2 {
	font-size: 150%;
}

.rmdiv {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.thumbnails
{
	/* Выравнивание по центру */
text-align: center;
	margin-top: -1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -2em;
}

.thumbnail
{
	/* Убираем подчеркивание у элемента ins,
который был использован для совместимости со старыми версиями Internet Explorer */
text-decoration: none;
	/* Следующее правило для Firefox 2 */
display: -moz-inline-box;
	/* а это для остальных */
display: inline-block;
	vertical-align: top;
	/* Убираем выравнивание по центру */
text-align: left;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

.thumbnail .r
{
/* Если есть необходимость, то свойства padding, border, background и position со значением relative
лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */

/* Задаем минимальную ширину по тексту */
width: 12em;

/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
float: left;
}

.navigation {
	text-align: center;
	padding: 6px;
	background-color: #F5F5F5;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.space10px {
	height: 10px;
}
.htmlPage {
	font-size: 85%;
	line-height: 140%;
	margin-right: 1em;
}
.color_green  {
	color: #1D8925;
}



.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	line-height: 120%;
	color: #333;
	padding: 18px;
}
.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #333;
	padding: 18px;
}
.text-red {
	font-weight: bold;
	color: #900;
}
.div1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
	line-height: 120%;
	color: #333;
	padding: 10px;
}
.topic1 {
	color: #FFF;
	background-color: #C33;
	font-weight: bold;
	padding-left: 25px;
	font-size: 100%;
}
.price {
	font-size: 135%;
	line-height: 150%;
	font-weight: bold;
	color: #333;
}
.topic2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	line-height: 130%;
	font-weight: bold;
	color: #666;
	padding: 18px;
}

#menu {
	margin: 0;
	font-size: 100%;
	font-family: Georgia;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 2;
	}

#menu li {
	list-style: none;
	float: left;
	height: 36px;
	padding: 0;
	margin: 0;
	width: auto;
	text-align: center;
	position: relative;
	padding-top: 7px;
	background-color: #125763;
	z-index: 5;
	}
#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 5;
	}
#menu li ul li {
	float: none;
	height: 36px;
	margin: 0;
	width: 350px;
	text-align: center;
	background: #125763;
	z-index: 20;
	}
#menu li a {
	display: block;
	/* [disabled]width: 150px; */
	height: 33px;
	color: #fff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
	z-index: 5;
	}
#menu li:hover ul, #menu li.jshover ul {
	display: block;
	}
#menu li:hover, #menu li.jshover {
	background-color: #E10000;
	}
#topic {
	padding-top: 8px;
	padding-bottom: 8px;
}


#slider {
	position: relative;
	background-image: url(/picture/loading.gif);
	background-position: 50% 50%;
	/* [disabled]height: 245px; */
	width: 1280px;
	overflow: hidden;
	background-repeat: no-repeat;
	z-index: 0;
	padding-bottom: 35px;
}
 
#slider img { 
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none; 
}

/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../../slider/images/slider.png) no-repeat;
    width:1280px;
    height:400px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}


#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:600px;
	bottom:0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../slider/images/arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*=== radio Styles ===*/
/*====================*/
.form_radio_btn {
	display: inline-block;
	margin-right: 10px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #ffe0a6;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #666;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #d0d0d0;
	color: #666;
}
