@charset "utf-8";
/* FONTS */
@font-face {
	font-family: 'PFDinDisplayProRegular';
	src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
	src: local('☺'), url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'), url('../fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype'), url('../fonts/pfdindisplaypro-reg-webfont.svgz#webfontrJeb4Ekc') format('svg'), url('../fonts/pfdindisplaypro-reg-webfont.svg#webfontrJeb4Ekc') format('svg');
	font-weight: normal;
	font-style: normal;}

@font-face {
	font-family: 'PFDinDisplayProBold';
	src: url('../fonts/pfdindisplaypro-bold-webfont.eot');
	src: local('☺'), url('../fonts/pfdindisplaypro-bold-webfont.woff') format('woff'), url('../fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype'), url('../fonts/pfdindisplaypro-bold-webfont.svgz#webfont6sw7WRvB') format('svg'), url('../fonts/pfdindisplaypro-bold-webfont.svg#webfont6sw7WRvB') format('svg');
	font-weight: normal;
	font-style: normal;}

/* RESET */
html, body, h1, h2, h3, h4, h5, ul, ol, li, p, table, tr, th, td, span, div, a, ins, abbr, address, dl, dt, dd, blockquote, form{
	background-color:transparent;
	border: none; 
	margin: 0;
	padding: 0;}
li{
	list-style:none;}
table{
	border-collapse:collapse;}
body, input, textarea{
	color:#464646;
	font:13px/120% Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, blockquote, table{
    font-weight: normal;
    margin-bottom: 5px;}
p{
	font-weight: normal;
    margin-bottom: 10px;}
h1, h2, h3, h4, h5, h6{
	color:#373737;
	font-family: 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;}

a:active, a:hover, a:focus{
	outline: none;}
a img {
	border: none;}
a {
	color:#096cc0;
	outline: none;
	text-decoration:underline;}
a:hover { 
	color:#de0005;
	text-decoration:underline;}
h1{
	font:20px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;}
h2{
	font:26px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;}
	h2 a{
		}
h3{
	font:21px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;}
	h3 a{
		}
h4{
	font:14px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 15px 0;
	text-transform:uppercase;}
	h4 a{
		}
h5{
	font:bold 14px/120% Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;}
	h5 a{
		font-weight:normal;}
h6{
	font:12px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	text-transform:uppercase;}
	h6 a{
		}

html, body {
    height: 100%;
	width:100%;}
body{
	background:#fff;
	position:relative;}
body.Index{
	background:url(../images/bg2.gif) repeat-x left top #f0f0f0;}
blockquote{
	background-color:#e9f0f4;
	color:#2e2e2e;
	font: italic 14px/120% Georgia, "Times New Roman", Times, serif;
	margin:20px 80px 20px 20px;
	padding:13px 24px;}

.right{
	float:right;}
.left{
	float:left;	}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	overflow:hidden;}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.hide{
	display:none;}
.visible{
	display:block;}
.radius{
	position:relative;
	border-radius: 5px; /* Opera 10.50, IE and CSS3 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	-khtml-border-radius: 5px; /* Linux browsers */
	/*behavior: url(pie/PIE.htc);*/}
.strong{
	font-weight:bold;}
.date{
	color:#4c4c4c;}
.backLink{
	background:url(../images/back.gif) no-repeat left 2px;
	display:inline-block;
	*display:inline;
	margin:15px 0;
	padding:0 0 0 20px;
	*zoom:1;}
.nextLink{
	background:url(../images/next.gif) no-repeat left 2px;
	display:inline-block;
	*display:inline;
	margin:15px 0;
	padding:0 0 0 20px;
	*zoom:1;}
.titleBlock{
	border-bottom:1px solid #d9d9d9;
	margin:0 0 15px 0;
	overflow:hidden;
	zoom:1;}
	.titleBlock .nextLink{
		float:right;
		margin:0 0 10px 0;}
	.titleBlock h4{
		float:left;
		margin:0;
		padding:0 0 10px 0;}

/* GRID */
.wrpr{
	_margin:0 auto;
	min-width:990px;
	width:100%;
	_width:990px;
    min-height: 100%;
}

.wrap_footer {
    height: 140px;
}
.wrapper {
	margin:0 auto;
	padding:0 10px;
	width:978px;
	padding-bottom: 145px;
	zoom:1;}
.underFooter .wrapper {
	padding-bottom: 0;
}
.cat-padding .wrapper {

}
	
	
/* STRUCTURE  */
/* Header */
.header{
	background:url(../images/bg1.gif) repeat-x left top #fff;
	border-bottom:5px solid #ebebeb;
	padding:18px 0 0 0;}
.Index .header{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0 0 0;}
	.headerRight{
		float:right;
		margin:16px 0 0 0;
		width:728px;}
		.headerRight-info{
			/*border-left:1px solid #cccccd;*/
			float:left;
			_height:42px;
			min-height:42px;
			padding:7px 0 7px 10px;
			width:410px;}
			.headerRight h3{
				color:#444444;
				font: bold 16px/120% Arial, Helvetica, sans-serif;
				margin:0 0 5px 0;
				text-transform:uppercase;}
			.headerRight h4{
				color:#444444;
				font: 11px/120% Arial, Helvetica, sans-serif;
				margin:0 0 5px 0;
				text-transform:uppercase;}
		.headerRight-lang{
			float:left;
			padding:7px 0 7px;
			width:200px;}
			.headerRight-lang .en{
				background:url(../images/en.gif) no-repeat left 3px;
				padding:0 0 0 20px;}
		.techMenu{
			float:right;
			width:100px;}
			.techMenu li{
				float:left;
				height:26px;
				padding:0 0 0 8px;
				width:25px;}
				.techMenu li a, .techMenu li span{
					background:url(../images/tech-menu.png) no-repeat 1px 1px;
					float:left;
					height:26px;
					text-decoration:none;
					width:25px;}
				.techMenu li a:hover{
					text-decoration:none;}
				.techMenu li.home a{
					background-position:0px 8px;}
				.techMenu li.home a:hover{
					background-position:0px -54px;}
				.techMenu li.home span{
					background-position:0px -24px;}
				.techMenu li.mail a{
					background-position:-35px 7px;}
				.techMenu li.mail a:hover{
					background-position:-35px -54px;}
				.techMenu li.mail span{
					background-position:-35px -24px;}
				.techMenu li.map a{
					background-position:-70px 7px;}
				.techMenu li.map a:hover{
					background-position:-70px -54px;}
				.techMenu li.map span{
					background-position:-70px -24px;}
			.topMenu{
				float:left;
				font-size:0;
				line-height:0;
				padding:34px 0 0 0;}
				.topMenu li{
					float:left;
					position:relative;
					text-transform:uppercase;
					z-index:200;}
					.topMenu li a, .topMenu li span{
						background:url(../images/top-menu.gif) no-repeat right 3px;
						border-left:1px solid #d2d2d3;
						color:#282727;
						display:inline-block;
						*display:inline;
						font:11px/120% Arial, Helvetica, sans-serif;
						padding:3px 20px 16px 10px;
						text-decoration:none;
						text-shadow:0 1px 1px rgba(255,255,255,1);
						*zoom:1;}
					.topMenu li a:hover, .topMenu li.hover a, .topMenu li.hover span{
						background-position:right -106px !important;
						color:#fff;
						text-decoration:none;
						text-shadow:0 1px 1px rgba(92,92,2,0.8);}
					.topMenu li span, .topMenu li.current a{
						cursor:default;
						background-position:right -60px;}
					.topMenu-podmenu{
						background:url(../images/top-menu-podmenu.gif) repeat-x left top #e30000;
						display:none;
						left:1px;
						position:absolute;
						top:100%;
						z-index:202;}
					.rightSide .topMenu-podmenu{
						}
						.topMenu-podmenu li{
							display:block;
							float:none;
							text-transform:none;
							zoom:1;}
							.topMenu-podmenu li a, .topMenu-podmenu li span{
								background:none;
								border:none;
								color:#fff;
								display:block;
								font:12px/120% Arial, Helvetica, sans-serif;
								padding:3px 10px 6px 10px;
								text-shadow:none;
								white-space:nowrap;
								zoom:1;}
							.topMenu li.current .topMenu-podmenu li a{
								cursor:pointer;}
							.topMenu-podmenu li a:hover{
								background-color:#d40101;
								text-shadow:none;}
							.topMenu-podmenu li span, .topMenu-podmenu li.current a{
								background-color:#c20000;}
	.logo{
		background:url(../images/logo.png) no-repeat 18px top;
		height:110px;
		float:left;
		padding:0 0 18px 18px;
		width:153px;
        margin-left: 30px;
    }
		.logo a{
			display:block;
			height:110px;
			width:153px;}
			
/* Right Column */
.rightCol{
	float:right;
	padding:10px 0 30px 0;
	width:728px;}
.Index .rightCol{
	padding:10px 0 10px 0;}
	/* Promo */
	.noscript .promo{
		overflow:hidden;}
	.promo{
		height:404px;
		margin:0 0 10px 0;}
		/* Promo Carusel */
		
	/* Content */
	.content{
		padding:0 0 0 65px;
}
	.Index .content{
		padding:0;}
		.leftStep{
			margin:0 0 0 -20px;
			position:relative;}
			.leftStep h1.prod-new{
				background:url(../images/new.png) no-repeat left center;
				padding:0 0 0 30px;}
			.leftStep h1.prod-sale{
				background:url(../images/sale.png) no-repeat left center;
				padding:0 0 0 30px;}
			.leftStep h1.prod-all{
				background:url(../images/all.png) no-repeat left center;
				padding:0 0 0 45px;}
			.content .breadcr{
				margin: 10px 0px 14px 0;}
				.content .breadcr li{
					background: url("../images/breadcr.gif") no-repeat scroll right 8px transparent;
					display: inline-block;
					*display:inline;
					margin: 0 5px 0 0;
					padding: 0 10px 0 0;
					*zoom:1;}
					.breadcr li a{
						color: #494e51;
						display: inline-block;
						*display:inline;
						font: 11px/20px Arial, Helvetica, sans-serif;
						text-decoration: none;
						*zoom:1;}
					.breadcr li.last{
						background: url("../images/breadcr.gif") no-repeat scroll right -37px transparent;}
					.breadcr li a:hover{
						color:#DE0005;}
		/* Img */
		.content img{
			margin:0 14px 10px 0;}
		.news-image{
			float:left;}
		/* List */
		.content ul{
			margin:10px 150px 14px 0;
			padding:0 0 0px 0;
			overflow:hidden;
			zoom:1;}
			.content ul li{
				background:url('../images/li.gif') no-repeat left 7px;
				list-style:none;
				margin:0 0 10px 15px;
				padding:1px 0 2px 15px;}
				.content ul ul{
					margin:10px 0 14px 0;}
				.content ul ol{
					margin:10px 0 14px 40px;}
				.content ul ol li{
					background:none;}
				.content ul li ul li{
					background:url('../images/li_sec.gif') no-repeat left 9px;}
		.content ol{
			margin:10px 150px 14px 40px;}
			.content ol li{
				list-style: decimal;
				margin:0 0 10px 0;
				vertical-align:top;}
				.content ol ol{
					margin:10px 0 14px 40px;}
				.content ol ul{
					margin:10px 0 14px 40px;}
				.content ol li ol li{
					list-style:lower-alpha;}
				.content ol ul li{
					background:url('../images/li.gif') no-repeat left 9px;
					list-style:none;}
	/* Table */
	.content table{
		margin:0 0 20px 0;}
	.content table.simple{
		margin:0;}
		.content table.simple thead th{
			vertical-align:top;}
	.content table.width100{
		width:100%;}
		.content table caption{
			color:#333536;
			font:16px/120% 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
			margin:0 0 15px 0;
			padding:15px 0 7px 0px;
			text-align: left;
			text-transform:uppercase;}
		.content table thead{
			border-bottom:1px solid #163659;}
		.content table thead th{
			background-color:#e63737;
			color:#fff;
			font:bold 13px/140% Arial, Helvetica, sans-serif;
			padding:6px 20px 6px 20px;
			text-align:left;
			text-shadow:0 1px 1px rgba(0,0,0,0.2);
			vertical-align:middle;}
		.content table thead.nocolor th{
			background-color:transparent;}
		.content table thead th.alighR, .content table td.alighR{
			text-align:right;}
		.content table thead th.alignC, .content table td.alignC{
			text-align:center;}
		.content table tbody td{
			color:#323232;
			font:12px/120% Arial, Helvetica, sans-serif;
			padding:7px 20px 7px 20px;
			text-align:left;
			vertical-align:top;}
		.content table tbody tr.Odd td{
			background-color:#fff;}
		.content table tbody tr.Even td{
			background-color:#f1f1f1;}
		.content table.simple.Small tbody td{
			padding:2px 10px 2px 0;}
		.content form table.simple tbody td{
			padding-bottom:25px;}
		.content .notpaddings table.simple tbody td{
			padding:0px 5px 0px 0;}
		.content table tbody td.alignR, .content table thead th.alignR{
			text-align:right;}
		.content table tbody td.alignC, .content table thead th.alignC{
			text-align:center;}
			.content table tbody td img{
				float:none;
				margin:0 5px 0 0;}
		.content table tfoot td{
			font:italic 11px/13px Arial, Helvetica, sans-serif;
			padding:10px 0 10px 20px;
			text-align:left;}
			.content table em{
				color:#F00;}
		/* Index Block */		
		.indexBlock{
			background-color:#fff;
			border:1px solid #eaeaea;
			margin:0 0 10px 0;}
		.indexBlock.events{
			float:left;
			margin:0 0 0 12px;
			_margin:0 0 0 6px;
			width:250px;}
		.indexBlock.new{
			float:right;
			margin:0;
			width:452px;}
		.indexBlock.poll{
			margin:0;}
		.indexBlock.leftTizer{
			overflow:hidden;
			padding:10px 5px;
			zoom:1;}
			.indexBlock.leftTizer a{
				display:inline-block;
				*display:inline;
				font-size:14px;
				vertical-align:middle;
				*zoom:1;}
				.indexBlock.leftTizer a span{
					cursor:pointer;
					float: left;
					padding:20px 0 0 5px;
					text-decoration: underline;
					width: 115px;}
			.indexBlock.leftTizer img{
				cursor:pointer;
				float:left;}
			.indexBlock-title{
				background-color:#f3f3f3;
				border-bottom:1px solid #eaeaea;
				padding:10px 15px;}
				.indexBlock-title-link{
					background:url(../images/arrow.png) no-repeat 2px 1px;
					float:right;
					padding:0 0 0 20px;}
				.indexBlock-title h1 {
				text-align: center;
				}
				.indexBlock-title h4{
					margin:0 120px 0 0;
					padding:0;
					text-shadow:0 1px 1px rgba(255,255,255,1);}
					.indexBlock-title h4 a{
						color:#373737;}
						.indexBlock-title h4 a:hover{
							color:#DE0005;}
			.indexBlock-body{
				padding:12px;}
				.indexBlock p{
					font-size:12px;}
				.indexBlock.poll p{
					font-size:13px;}
				.indexBlock .date{
					color:#4c4c4c;
					font:10px/120% Arial, Helvetica, sans-serif;}
				.content .indexBlock img{
					float:none;}
				.indexBlock-name{
					font-size:14px;}
				.indexBlock-body-title{
					display:inline-block;
					*display:inline;
					font:15px/120% Arial, Helvetica, sans-serif;
					margin:0 0 10px 0;
					*zoom:1;}
				.model{
					color:#757575;}
			/* Index Carusel Bottom */
			.noscript .indexBottomCarusel{
				height:300px;
				overflow:hidden;}
			.indexBottomCarusel{
				_overflow:hidden;
				width:452px;}
				.content .indexBottomCarusel li{
					background:none;
					margin:0;
					padding:0;
					width:196px !important;}
					.indexBottomCarusel-in{
						padding:0 20px;
						width:150px;}
						.content .indexBottomCarusel img{
							display: block;
							float:none;
							margin:0;}
						.indexBottomCarusel p{
							font:12px/120% Arial, Helvetica, sans-serif;}
	/* Files For Download */
	.filesForDownload{
		}
		.filesForDownload a{
			background:url(../images/file-def_big.png) no-repeat left top;
			_background:url(../images/file-def_big.gif) no-repeat left top;
			display:block;
			_height:20px;
			margin:8px 0 8px 0px;
			min-height:20px;
			padding:5px 0 5px 37px;
			text-decoration:none;}
		.filesForDownload a:hover{
			text-decoration:none;}
			.filesForDownload a span{
				color:#006DB9;
				text-decoration:underline;}
			.filesForDownload a:hover span{
				color:#009AEC;}
		.filesForDownload a.PDF{
			background:url(../images/file-PDF_big.png) no-repeat left top;
			_background:url(../images/file-PDF_big.gif) no-repeat left top;}
		.filesForDownload a.PPT{
			background:url(../images/file-PPT_big.png) no-repeat left top;
			_background:url(../images/file-PPT_big.gif) no-repeat left top;}
		.filesForDownload a.DOC{
			background:url(../images/file-DOC_big.png) no-repeat left top;
			_background:url(../images/file-DOC_big.gif) no-repeat left top;}
		.filesForDownload a.RAR{
			background:url(../images/file-RAR_big.png) no-repeat left top;
			_background:url(../images/file-RAR_big.gif) no-repeat left top;}
		.filesForDownload a.JPG{
			background:url(../images/file-JPG_big.png) no-repeat left top;
			_background:url(../images/file-JPG_big.gif) no-repeat left top;}
		.filesForDownload a.GIF{
			background:url(../images/file-GIF_big.png) no-repeat left top;
			_background:url(../images/file-GIF_big.gif) no-repeat left top;}
		.filesForDownload a.XLS{
			background:url(../images/file-XLS_big.png) no-repeat left top;
			_background:url(../images/file-XLS_big.gif) no-repeat left top;}
		.filesForDownload em{
			color:#999999;
			font-size:10px;
			font-style:normal;
			white-space:nowrap;}
				

/* Left Column */
.leftCol{
	float:left;
	padding:10px 0 30px 0;
	width:250px;}
.Index .leftCol{
	padding:10px 0 10px 0;}
	/* Accordeon */
	.accord{
		font-size:0;
		line-height:0;
		padding:0 0 10px 0;}
		.accord .accordTitle{
			background:url(../images/akkordeon.gif) repeat-x left -200px;
			color:#fff;
			cursor:pointer;
			display:block;
			font:12px/30px 'PFDinDisplayProRegular', Arial, Helvetica, sans-serif;
			text-decoration:none;
			text-transform:uppercase;
			width:250px;
			zoom:1;}
		.accord .accordTitle:hover{
			background-position:left -100px;
			color:#fff;
			text-decoration:none;}
		.accord .active .accordTitle{
			background-position: left 0px !important;
			cursor:default;}
			.accord .accordTitle span{
				border-bottom:1px dashed #fff;
				margin:0 0 0 15px;}
			.accord .active .accordTitle span{
				border-bottom:none;}
		.accord img{
			display:block;
			width:250px;}
	/* Left Menu */
	.leftMenu{
		font-size:0;
		line-height:0;
		margin:0 0 30px 0;}
		.leftMenu li{
			}
		.leftMenu li.active{
			}
			.leftMenu li a, .leftMenu li span{
				border-bottom:1px solid #e5e5e5;
				color:#494e51;
				display:block;
				font:bold 14px/120% Arial, Helvetica, sans-serif;
				padding:7px 10px;
				text-decoration:none;
				*zoom:1;}
			.leftMenu li.active a{
				background-color:#d6d6d6;
				font-weight:bold;
				text-shadow:0 1px 1px rgba(255,255,255,0.7);}
			.leftMenu li a:hover, .leftMenu li.active a:hover{
				background-color:#c40000;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				text-shadow:none;}
			.leftMenu li span{
				background-color:#cf1818;
				color:#fff;
				font-weight:bold;}
			.leftMenu-podmenu{
				}
				.leftMenu-podmenu li{
					background-color:#f5f5f5;}
				.leftMenu-podmenu li.last{
					}
					.leftMenu li.active .leftMenu-podmenu a{
						background:url(../images/podmenu.gif) no-repeat 22px 13px;
						color:#0c5eaa;
						padding:7px 10px 7px 35px;}
					.leftMenu li.active .leftMenu-podmenu li.active a{
						background-color:#d6d6d6;
						font-weight:bold;
						text-shadow:0 1px 1px rgba(255,255,255,0.7);}
					.leftMenu-podmenu li span{
						background:url(../images/podmenu.gif) no-repeat 22px -85px #cf1818;
						color:#fff;
						padding:7px 10px 7px 35px;}
					.leftMenu li.active .leftMenu-podmenu a:hover, .leftMenu li.active .leftMenu-podmenu li.active a:hover{
						background:url(../images/podmenu.gif) no-repeat 22px -185px #999ea5;
						color:#fff;
						text-shadow:none;}
	/* Search */
	.search{
		background:url(../images/bg3.gif) repeat left top;
		margin:0 0 10px 0;
		padding:14px;}
		.search h6{
			color:#fff;
			text-shadow:0 1px 1px rgba(46,46,46,0.4);
            font-size: 13px;
        }
		.search div{
			background:url(../images/search.png) no-repeat left top;
			height:25px;
			overflow:hidden;
			width:224px;
			*zoom:1;}
			.search-txt{
				background:none;
				border:none;
				float:left;
				margin:0;
				padding:4px;
				width:150px;}
			.search-btn{
				background:none;
				border:none;
				color:#41444e;
				cursor:pointer;
				float:left;
				font:bold 12px/23px Arial, Helvetica, sans-serif;
				height:23px;
				margin:0;
				overflow:visible;
				padding:0;
				text-shadow:0 1px 1px rgba(255,255,255,0.9);
				width:64px;}
	.leftCol blockquote{
		color:#353535;
		font: 12px/120% Arial, Helvetica, sans-serif;
		margin:20px 0 0 0;}
	
/* Under Footer */

.underFooter{
    height: 140px;
    margin-top: -145px;
	background-color:#fff;
	border-top:5px solid #e8e8e8;}
.Index .underFooter{
	border-top:1px solid #dfdfdf;}
	/* Bottom Menu */
	.botMenu{
		float:left;
		font-size:0;
		line-height:0;
		padding:13px 0 22px 0;}
		.botMenu li{
			border-left:1px solid #d2d2d3;
			float:left;
			text-transform:uppercase;}
		.botMenu .first{
			border:none;}
			.botMenu li a, .botMenu li span{
				color:#282727;
				float:left;
				font:11px/120% Arial, Helvetica, sans-serif;
				padding:3px 0px;
				text-align:center;
				text-decoration:none;
				text-shadow:0 1px 1px rgba(255,255,255,1);}
				.botMenu a {
					padding: 0 28px !important;
					margin: 0 !important;
				}
			.botMenu .first a, .botMenu li:first-child a, .botMenu .first span{
				padding-left: 0 !important;
				}
				.botMenu li:first-child  {
					border: none !important;
				}
			.botMenu .last a{
				color:#0c5eaa;
				font:11px/120% Arial, Helvetica, sans-serif;
				text-align:right;
				text-decoration:underline;
				text-transform:none;}
			.botMenu li a:hover{
				color:#DE0005;}
			.botMenu .last span{
				font:11px/120% Arial, Helvetica, sans-serif;
				text-align:right;
				text-transform:none;}
			.botMenu li span{
				cursor:default;}
	/* Footer */
	.footer{
		border-top:1px solid #f0f0f0;
		color:#474650;
		font:11px/120% Arial, Helvetica, sans-serif;}
		.copyr{
			/*background:url(../images/logo-sm.gif) no-repeat left center;*/
			float:left;
			/*padding:25px 10px 25px 40px;*/
			padding:25px 10px 25px;
			width:160px;}
		.footer p{
			color:#333;
			margin:0;}
		.tel{
			float:left;
			padding:25px 10px 25px 0;
			width:210px;}
			.tel span{
				display:inline-block;
				*display:inline;
				font:20px/120% Arial, Helvetica, sans-serif;
				padding:0 0 5px 0;
				vertical-align:top;
				*zoom:1;}
		.adress{
			float:left;
			padding:25px 10px 25px 0;
			width:175px;}
		.madein{
			float:left;
			padding:25px 10px 25px 0;}
			.madein img{
				float:left;
				margin:0 10px 0 0;}
			.madein p{
				white-space:nowrap;}
			.madein a{
				color:#333333;}
			.madein a:hover{
				color:#DE0005;}
			.madein a.hide-link, .madein a.hide-link:hover{
				color:#333333;
				cursor:default;
				text-decoration:none;}
		.footer-lang{
			float:right;
			padding:25px 0 25px 0;
			width:90px;}
			.footer-lang .en{
				background:url(../images/en.gif) no-repeat left 3px;
				padding:0 0 0 20px;}
			.footer-lang .ru{
				background:url(../images/ru.png) no-repeat left -1px;
				padding:0 0 0 20px;
			}
/* PAGES */
/* Catalog */
.catalog{

	margin:0 -30px 0 0;
	position:relative;}
	.catalogTitle{
        float: left;
		font-size:0;
		line-height:0;
		padding:0 0 60px 0;}
        .view-item {float: right;}
        .catalogNote {clear: both;}
		.catalogTitle a{
			border-right:1px solid #e5e5e5;
			display:inline-block;
			*display:inline;
			font:12px/27px Arial, Helvetica, sans-serif;
			min-width:95px;
			text-align:center;
			text-decoration:none;
			*zoom:1;}
		.catalogTitle a:hover{
			text-decoration:none;}
		.catalogTitle a.current{
			background-color:#cf1818;
			border-right:1px solid #cf1818;
			color:#fff;
			cursor:default;
			font-weight:bold;}
			.catalogTitle a span{
				display:inline-block;
				*display:inline;
				cursor:pointer;
				padding:0 10px;
				*zoom:1;}
			.catalogTitle a.current span, .catalogTitle a.current:hover span{
				cursor:default;}
			.catalogTitle a.cat-new span{
				background:url(../images/new.png) no-repeat 10px center;
				padding-left:35px;}
				.catalogTitle a span em{
					border-bottom:1px dashed #096CC0;
					font-style:normal;}
				.catalogTitle a:hover span em{
					border-bottom:1px dashed #DE0005;}
				.catalogTitle a.current span em, .catalogTitle a.current:hover span em{
					border-bottom:none;}
		.catalogTitle a.cat-sale{
			border-right:1px solid #fff;}
			.catalogTitle a.cat-sale span{
				background:url(../images/sale.png) no-repeat 10px center;
				padding-left:35px;}
	.catalogBody{
        clear: both;
		}
		.catalog-item{
			float:left;
			min-height:125px;
			padding:0 30px 50px 0;}
			.catalog-item-in{
				float:left;
				text-decoration:none;
				width:200px;}
		.catalog-item-in:hover{
			text-decoration:none;}
			.content .catalog-item img{
				cursor:pointer;
				display:block;
				float:none;
				margin:0;}
			.catalog-item-dopinfo{
				cursor:pointer;
				float:right;
				font-size:0;
				height:23px;
				line-height:0;
				text-align:center;
				width:42px;}
				.content .catalog-item-dopinfo img{
					display:inline-block;
					*display:inline;
					*zoom:1;}
			.cat-newsale .catalog-item-dopinfo{
				background:url(../images/all.png) no-repeat center top;}
			.cat-new .catalog-item-dopinfo{
				background:url(../images/new.png) no-repeat center top;}
			.cat-sale .catalog-item-dopinfo{
				background:url(../images/sale.png) no-repeat center top;}
			.catalog-item-name{
				color:#7d7d7d;
				cursor:pointer;
				float:left;
				font:bold 12px/140% Arial, Helvetica, sans-serif;
				padding:3px 0 0 0;
				width:155px;}
				.catalog-item-name span{
					color:#0c5eaa;
					text-decoration:underline;}
				.catalog-item-in:hover span{
					color:#DE0005;}
					
/* Download */
.download{
	margin:0 -30px 0 0;
	position:relative;}
	.download-item{
		float:left;
		padding:0 20px 30px 0;}
		.download-item-in{
			float:left;
			min-height:105px;
			text-decoration:none;
			width:210px;}
		.download-item-in:hover{
			text-decoration:none;}
			.download-item-in span{
				color:#313131;
				display:block;
				font:11px/120% Arial, Helvetica, sans-serif;}
			.download-img{
				}
				.content .download-img img{
					float:left;
					margin:0;}
			.download-txt{
				margin:0 0 0 90px;}
				.download-item-in span.download-title{
					color:#0c5eaa;
					font:14px/120% Arial, Helvetica, sans-serif;
					padding:0 0 10px 0;
					text-decoration:underline;}
				.download-item-in span.download-date{
					font:bold 11px/120% Arial, Helvetica, sans-serif;}
				.download-item-in span.download-link{
					color:#0c5eaa;
					font:12px/120% Arial, Helvetica, sans-serif;
					padding:15px 0 0 0;
					text-decoration:underline;}
				.download-item-in:hover span.download-title, .download-item-in:hover span.download-link{
					color:#DE0005;}

/* Shopping Places */
.content table.shoppingPlace{
	width:100%;}
	.content table.shoppingPlace caption{
		border-bottom:1px solid #d9d9d9;}
	.content table.shoppingPlace thead{
		border-bottom:none;}
	.content table.shoppingPlace thead th{
		background-color:#f2f2f2;
		color:#323232;
		padding:4px 0px 4px 20px;
		text-shadow:0 1px 1px rgba(255,255,255,1);}
	.content table.shoppingPlace tbody td{
		padding:7px 0px 7px 20px;}
	.content table.shoppingPlace tbody tr.Odd td{
		background-color:#fff;}
	.content table.shoppingPlace tbody tr.Even td{
		background-color:#fff;}

/* Documents */
.documentsList{
	}
	.document{
		float:left;
		min-height:170px;
		padding:0 0 50px 0;
		width:49%;
		_width:310px;}
		.document-txt{
			margin:0 0 0 130px;
			width:44%;}
		.document-txt-title{
			display:inline-block;
			*display:inline;
			font:14px/120% Arial, Helvetica, sans-serif;
			margin:0 0 14px 0;
			*zoom:1;}
		.document p{
			color:#4c4c4c;}
	/* Hover Img */
	.blueHover{
		float:left;
		position:relative;}
		.content .blueHover img{
			border:1px solid #cfcfcf;
			margin:0;}
		.blueHover .hoverBg{
			background-color:#ff1800;
			display:none;
			cursor:pointer;
			height:42px;
			left:0px;
			position:absolute;
			top:0px;
			width:42px;
				-moz-opacity: 0.4; /* Mozilla 1.6 и ниже */
				-khtml-opacity: 0.4; /* Konqueror 3.1, Safari 1.1 */
				opacity: 0.4; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
				filter:alpha(opacity=40); /* IE 5.5+*/}
		.blueHover .hoverImg{
			background:url(../images/hover.png) no-repeat left top;
			display:none;
			cursor:pointer;
			height:42px;
			left:50%;
			margin:-21px 0 0 -21px;
			position:absolute;
			top:50%;
			width:42px;}
		.blueHover.hover .hoverBg, .blueHover.hover .hoverImg{
			display:block;}

/* Dillers */
.dillers{
	}
	.dillersTitle{
		font-size:0;
		line-height:0;
		overflow:hidden;
		padding:0 0 10px 0;
		zoom:1;}
		.dillersTitle span{
			color:#494e51;
			float:left;
			font:12px/21px Arial, Helvetica, sans-serif;
			padding:0 13px 0 0;}
		.dillersTitle a{
			background:url(../images/btn2.gif) repeat-x left 0;
			border-left:1px solid #b82222;
			border-right:1px solid #b82222;
			color:#323232;
			float:left;
			font: bold 12px/21px Arial, Helvetica, sans-serif;
			padding:0 10px;
			text-decoration:none;
			text-shadow:0 1px 1px rgba(255,255,255,0.9);}
		.dillersTitle a.current{
			background-position:left -29px;
			color:#fff;
			cursor:default;
			text-shadow:0 1px 1px rgba(0,0,0,0.2);}
		.dillersTitle a:hover{
			background-position:left -29px;
			color:#fff;
			text-decoration:none;
			text-shadow:0 1px 1px rgba(0,0,0,0.2);}
	.dillersBody{
		}
		.dillersBody-block{
			}
			.yaMap{
				background-color:#f3f3f3;
				height:545px;
				margin:15px 0 20px 0;
				width:630px;}
				.content .yaMap img{
					float:none;}
					
/* News List */
.content ul.newItem{
	margin: 10px 0px 24px 0;}
	.content ul.newItem li{
		background:none;
		margin: 0 0 30px 0;
		overflow:hidden;
   		padding: 1px 0 2px 0px;
		zoom:1;}
		.content ul.newItem li h5{
			margin:0 0 5px;}
		.content .newItem img{
			float:left;}
		.content .newItem p{
			font:12px/120% Arial, Helvetica, sans-serif;
			margin:0 0 5px 0;}
		.content .newItem .date{
			font:10px/120% Arial, Helvetica, sans-serif;
			margin:0 0 3px 0;}
			
/* Product */
.productOpen{
	}
	.productBig{
		height:390px;
		position:relative;}
		.productOpen-info{
			color:#212121;
			font:12px/120% Arial, Helvetica, sans-serif;
			left:0;
			position:absolute;
			top:0;
			width:300px;
			z-index:100;}
			.productOpen-info dt{
				clear:left;
				float:left;
				padding:0 5px 10px 0;}
			.productOpen-info dd{
				float:left;
				*float:none;
				font-weight:bold;}
		/* Big Carusel */
		.noscript .productBigSlider{
			height:380px;
			overflow:hidden;}
			.noscript .content .productBigSlider ul{
				height:323px;
				margin:0;
				overflow:hidden;}
		.productBigSlider{
			position:absolute;
			right:0;
			top:0;
			width:600px;}
			.content .productBigSlider li{
			background:none;
			margin:0;
			padding:0;
			text-align:center;}
			.content .productBigSlider img{
				display: block;
				float:none;
				margin:0;}
	.noscript .productColors{
		height:120px;
		overflow:hidden;}
		.noscript .content .productColors ul{
			height:120px;
			margin:0;
			overflow:hidden;}
			.noscript .content .productColors li{
				float:left;
				width:118px;}
	.productColors{
		position:relative;
		width:650px;
		_width:620px;}
	.productOpen h5{
		font-size:13px;}
		/* Color Carusel */
		.content .productColors li{
			background:none;
			margin:0;
			padding:0;}
			.productColors a{
				display:block;
				border:1px solid #fff;
				color:#0056a6;
				font-weight:bold;}
			.productColors .active a, .productColors .active a:hover{
				border:1px solid #e8e8e8;
				color:#0056a6;
				cursor:default;
				text-decoration:none;}
			.productColors a:hover{
				border:1px solid #cf1818;
				color:#fff;}
				.content .productColors img{
					display: block;
					float:none;
					margin:0;}
				.productColors a span{
					border-top:1px solid #fff;
					display:block;
					padding:10px 0;
					text-align:center;}
				.productColors .active a span, .productColors .active a:hover span{
					background-color:#e8e8e8;
					border-top:1px solid #d1d0d0;}
				.productColors a:hover span{
					background-color:#cf1818;
					border-top:1px solid #cf1818;}
		.noscript .shadowL, .noscript .shadowR{
			display:none;}
		.shadowL{
			background:url(../images/shadow-product.png) no-repeat left top;
			height:120px;
			left:30px;
			position:absolute;
			top:20px;
			width:31px;
			z-index:100;}
		.shadowR{
			background:url(../images/shadow-product.png) no-repeat left bottom;
			height:120px;
			right:30px;
			position:absolute;
			top:20px;
			width:31px;
			z-index:100;}
			
/* Search-result */
	ol.search-result li {
		background: none;
		list-style: decimal outside;
		margin-bottom: 20px;}
		ol.search-result h3 {
			margin: 5px 0px;
			font-size:19px;}
		ol.search-result p {
			margin: 5px 0px;}
			ol.search-result .foundword {
				background: #fdf5a1;}
			


/*  page-count  */
.page-count {
    border-top:1px solid #e5e5e5;
	clear:both;
	margin: 30px 0px;
	padding: 8px 0px 0px 0px;}
	.page-count .stranica {
		color:#1f1f1f;
		display: inline;
		font:13px/120% Arial, Helvetica, sans-serif;
		padding: 0px 7px 0px 0px;}
	.content ul.num-pages {
		display: inline;
		font-size:0;
		line-height:0;
		margin:0;
		padding:0;}
		.content ul.num-pages li {
			background: none;
			display: inline;
			margin: 0px 0px;
			padding: 0px;
			vertical-align:middle;}
			ul.num-pages span, ul.num-pages a{
				display:inline-block;
				*display:inline;
				font:13px/120% Arial, Helvetica, sans-serif;
				padding: 4px 8px;
				*zoom:1;}
			ul.num-pages .act span {
				background-color:#cf1818;
				color:#fff;
				font-weight:bold;}
            ul.num-pages span {
                color:#096CC0;
                font-weight:bold;}
	
/* Buttons */
.btn1{
	background: url(../images/btn1.png) no-repeat scroll left top transparent;
	_background: url(../images/btn1.gif) no-repeat scroll left top transparent;
	float: left;
	height: 34px;
	position: relative;}
	.btn1 input{
		background: url(../images/btn1.png) no-repeat scroll right -39px transparent;
		_background: url(../images/btn1.gif) no-repeat scroll right -39px transparent;
		border: medium none;
		color: #41444e;
		cursor: pointer;
		float: inherit;
		font:bold 12px/32px Arial, Helvetica, sans-serif;
		height: 34px;
		margin-right: -7px;
		overflow:visible;
		padding: 0 20px 2px 20px;
		position: relative;
		text-shadow:0 1px 1px rgba(255,255,255,0.9);
		width: auto;}
	
	
	
	

    
    
    


/*      page  404     */
.page-error404 {
	overflow: hidden;
	zoom: 1;
}
.left-error404 {
	width: 30%;
	min-height: 270px;
	float: left;
/*	background: url('../images/404.gif')  no-repeat left top;*/
}
.left-error404 .logo {
	width: 200px;
	height: 100px;
	display: block;
	position: relative;
	top: 12px;
	left: 0px;
	background: url('../images/logo.png') no-repeat left top;
}
.content-error404 {
	margin-left: 32%;
}
.error404 {
	margin: 0px 0px 30px 0px;
	font: 100px/100px Arial,Helvetica,sans-serif;
}


.wrapperBlock {
	width: 85%;
	min-width: 850px;
	max-width: 1000px;
	padding-left: 0px;
	margin: 0px auto;
	margin-top: 170px;
	margin-bottom: 150px;
/*	border: 1px solid;*/
}

.cnt-error404 {
	overflow: hidden;
	zoom: 1;
}
/*  right menu  */
.menu-error404 {
	width: 33%;
	float: right;
	position: relative;
}
.menu-error404 p {
	margin: 0px 0px 12px 0px;
	font-weight: bold;
}
.menu-error404 ul {
}
.menu-error404 li {
    margin-bottom: 15px;
}
.menu-error404 a {
	
}

/*   center text   */
.info-error404 {
	margin-right: 40%;}
.info-error404 p {
    margin-bottom: 24px;
}




/*Mik Add*/
.content .site-map ul li{
	background:none;}
	
.indexBlock.poll label{
	line-height:13px;}
	
.indexBlock.poll p.disabled{
	background-position:left -248px;
	cursor:default;}
.indexBlock.poll p.disabled input{
	background-position:right -287px;
	cursor:default;
	color:#CCCCCC;}
	

.search-txt{
	color:#CCCCCC;}
	.search-txt:focus{
		color:#333333;}
		
		
.content .YMaps table{
	margin:0;
	padding:0;}
	.content .YMaps table td{
	margin:0;
	padding:0;}
	.content .YMaps table th{
	margin:0;
	padding:0;}
	
	
.content ul.site-map li{
	background:none;
	padding:0;
	margin:0 0 25px;
	font-weight:bold;}
	
	.content ul.site-map li ul li{
		margin:0 0 10px 25px;
		font-weight:normal;}
		.content ul.site-map li ul ul{
			margin:5px 0 10px;}

.content ol.search-result{
	margin:10px 50px 14px 40px;}			
ol.search-result .breadcr{
	margin:0;}
	ol.search-result .breadcr li{
		margin:0;
		font:11px/16px Arial, Helvetica, sans-serif;
		color:#999999;
		background-position:right 6px;}
		ol.search-result .breadcr li a{
			margin:0;
			font:11px/13px Arial, Helvetica, sans-serif;
			color:#999999;
			text-decoration:underline;}
			ol.search-result .breadcr li a:hover{
				text-decoration:none;}
				
				
.botMenu li.current a, .botMenu li.current span{
	font-weight:bold;
	color:#de0005;}





/*     F.A.Q     */
.forQueSection {
    margin: 25px 0px 35px 0px;
	position: relative;
}
.toggleAllQuestions {
	position: absolute;
	top: -40px;
	right: 60px;
}
.toggleAllQuestions a {
	text-decoration: none;
}
.toggleAllQuestions a:hover {
	text-decoration: none;
}
.toggleAllQuestions span {
	border-bottom: 1px dashed;
}




.queSection {
	margin: 10px 0px 0px;
	overflow: hidden;
	zoom: 1;
/*	border: 1px solid;*/
}

/* question */
.queSection-q {
	margin: 0px 0px 10px 0px;
}
.queSection-q a {
	padding: 0px 0px 0px 17px;
	display: block;
	text-decoration: none;
	background: url(../images/arrs.gif) no-repeat left -144px;
}
.queSection-q a:hover {
	text-decoration: none;
	background-position: left -212px;
}
.queSection-q.open a {
	background-position: left -8px;
}
.queSection-q.open a:hover {
	background-position: left -76px;
}
.queSection-q span {
	border-bottom: 1px dashed;
}

/* answer */
.queSection-a {
	padding: 0px 0px 15px 30px;
	float: left;
}
.queSection-a ul {
	margin: 0px 0px 0px 30px;
}





/*    FAQ Form    */
.newQuestion-form {
	width: 500px;
	padding: 30px;
	border: 1px solid #ccc;
}
.newQuestion-form .wrp-one-item {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	zoom: 1;
}
.newQuestion-form label {
	width: 150px;
	padding: 5px 20px 0px 0px;
	text-align: right;
	float: left;
}
.newQuestion-form input[type="text"],
.newQuestion-form input[type="file"] {
	padding: 4px;
	width: 300px;
}
.newQuestion-form input[type="button"]{
	padding: 4px 8px;
	cursor: pointer;
}
.newQuestion-form select {
	padding: 4px;
	width: 312px;
}
.newQuestion-form textarea {
	padding: 4px;
	width: 300px;
	height: 80px;
}

.newQuestion-form input.btn{
	background:url(../images/btn_send.png) 0 1px no-repeat;
	border:none;
	width:117px;
	height:36px;
	cursor:pointer;}
	.newQuestion-form input.btn:hover{
		background:url(../images/btn_send.png) 0 -38px no-repeat;}
	.newQuestion-form input.btn:active{
		background:url(../images/btn_send.png) 0 -76px no-repeat;}
	.newQuestion-form input.btn.disabled{
		background:url(../images/btn_send.png) 0 -114px no-repeat;
		cursor:default;}

.lang-english .newQuestion-form input.btn{
    background:url(../images/btn_send_eng.png) 0 1px no-repeat;
    }
.lang-english .newQuestion-form input.btn:hover{
    background:url(../images/btn_send_eng.png) 0 -38px no-repeat;}
.lang-english .newQuestion-form input.btn:active{
    background:url(../images/btn_send_eng.png) 0 -76px no-repeat;}
.lang-english .newQuestion-form input.btn.disabled{
    background:url(../images/btn_send_eng.png) 0 -114px no-repeat;
    cursor:default;}

.newQuestion-form label.error{
	padding:0 0px 0 170px;
	margin:0;
	text-align:left;
	color:#999999;
	font:10px/12px Arial, Helvetica, sans-serif;}
	
.intRes .intQuest span.count{
	width:33px;
	display:block;
	float:left;
	font-weight:bold;}
	
	.intRes .intQuest .resInterview-voiceblock{
		padding:0 0 0 33px;}
		
.intRes .intQuest{
	margin:0 0 5px;}
#bodyListGoods {
   /*margin-bottom: 150px;*/
}
.documentus{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:47%;
	overflow:hidden;
	margin-bottom:40px;}
.lang-english .logo {
    background: url("../images/logo-eng.png") left top no-repeat;
}

.indexBlockmain {
	float: left;
    margin: 0 0 0 0px;
    width: 100%;
	background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
}