@charset "utf-8";
@import url("reset.css");

html {
	overflow-y: scroll;
}

body {
	margin:0 auto;
	background:#F7F7F7 url("../images/test_bg.jpg") no-repeat center top;
	background-attachment:fixed;
	font-family:Georgia, Verdana, Arial, Calibri;
	font-size:14pt;
}

header {
	margin:0 auto;
	width:960px;
	height:130px;
	background: #fff url("../images/bg_top.jpg") no-repeat;
	box-shadow: 1px 0px 5px #7b7a7a, -1px 0 5px #7b7a7a;
}

#login_block {
	width:165px;
	height:95px;	
	margin:12px 0 0 15px;
	padding:5px 0 0 5px;
	float:left;
}

.pole_login {
	width:125px;
	height:30px;	
	background:url("../images/pole_login.png") no-repeat;
	outline:none;
	border:none;
	color:#fff;
	font-size:10pt;	
	font-style:italic;	
	letter-spacing:0.6px;	
	text-transform:none;
	padding:0 25px 0 9px;
}

input.pole_login::-webkit-input-placeholder { color:#fff; text-transform: uppercase; 	text-shadow: 1px 1px 2px #6b6a6a; font-size:8pt; }

input:focus.pole_login::-webkit-input-placeholder { color:transparent; text-shadow: none; }

.pole_pass {
	width:125px;
	height:30px;	
	background:url("../images/pole_pass.png") no-repeat;
	outline:none;
	border:none;
	color:#fff;
	font-size:10pt;	
	font-style:italic;	
	letter-spacing:0.6px;
	text-transform:none;
	padding:0 25px 0 9px;
	margin-top:10px;	
}

input.pole_pass::-webkit-input-placeholder { 
color:#fff; text-transform: uppercase; 	text-shadow: 1px 1px 2px #6b6a6a; font-size:8pt; 
}

input:focus.pole_pass::-webkit-input-placeholder { 
color:transparent; text-shadow: none;
}

.regi {
	float:left;
	margin-left:5px;
}

.regi a {
	color:#000;
	font-size:10pt;	
	text-decoration:none;
	text-shadow: 1px 1px 2px #d5d5d5;
}

.join {
	float:right;
	margin-right:10px;
}

.join a {
	color:#000;
	font-size:10pt;
	text-decoration:none;
	text-shadow: 1px 1px 2px #d5d5d5;
}

#logo_block {
	margin:3px 0 0 120px;
	float:left;
}

#serch_block {
	float:left;
	margin:12px 0 0 43px;
}

.cart-gen {
	width:58px;
	height:42px;
	float:left;
}

.cart_icon {
	width:58px;
	height:42px;
	background:url("../images/cart_icon.png") no-repeat;
	float:left;
}

.cart_count a {
	display:block;
	width:58px;
	height:42px;
	color:#fff;
	font:12px Arial;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);		
}

.cart_count a span {
	width:20px;	
	display:block;	
	text-align:center;	
	padding:4px 0 0 2px;
}

.mini-cart {	
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s linear 0.3s;
	width:400px;
	min-height:200px;	
	background:#fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	position:relative;
	left:-161px;
	z-index:100;
}

.cart_icon:hover .mini-cart {
 	opacity: 1;
	visibility: visible;
	transition-delay: 0s;	
}

.mini-cart-scroll {
	max-height:275px;
	overflow:scroll;
	overflow-x:hidden;
	font:10pt Arial;
	font-weight:bold;
	color: #474646;
}

.mini-cart-scroll b {
	font:10pt Arial;
	font-weight:bold;
	color: #474646;
	padding-top:15px;
	margin-left:10px;
}

.mini-cart-scroll small {
	font:10pt Arial;
	font-weight:bold;
	color: #474646;
	margin-left: 20px;
}

.search_box {
	width:170px;
	height:39px;
	background:url("../images/bg_search_box.png") no-repeat;
	margin:0 0 0 15px;
	float:left;
}

.item-count {
	height:20px;
	vertical-align: middle;
	text-align:center;
	font:9pt Arial;
	font-weight:bold;
	padding:3px 0 0 0;
}

.item-one:nth-child(odd) {
	background:#eaebea;
	border-left:4px solid #ff9644;
	padding:5px 0 5px 10px;
	overflow:hidden;
}

.item-one:nth-child(even) {
	border-left:4px solid #fff;
	padding:5px 0 5px 10px;
	overflow:hidden;
}

.mini-cart-scroll-empty {
	max-height:275px;	
}

.item-one-empty {
	background:#eaebea;
	border-left:4px solid #ff9644;
	border-right:4px solid #ff9644;
	padding:5px 0 5px 10px;
	overflow:hidden;
}

.item-empty p{
	text-align:center;
}

.item-one-title {
	width:320px;
	float:left;
}

.item-one-title p {
	font:9pt Arial;
	color:#474646;
}

.item-one-title p.item-article {
	width:100px;
	font:7pt Arial;
	float:left;
	
}

.item-one-title p.item-total-count {
	width:90px;
	font:7pt Arial;
	float:left;
}

.item-one-title p.item-total-price {
	font:7pt Arial;
	float:left;
}

.item-count-pole input {
	width:40px;
	height:20px;
}

.item-count-izm p{
	font:9pt Arial;
	color:#474646;
	float:left;
}

.item-del {
	width:17px;
	margin:0 0 0 10px;	
	float:left;
}

.mini-cart-oform {
	height:40px;	
}

.mini-cart-oform p {
	background:url(../images/oform-strel.png) no-repeat;
	background-position-x: 295px;
	background-position-y: 16px;
	font:12pt Arial;
	text-align:center;	
}

.mini-cart-oform p a {
	display:block;
	height:30px;	
	font:12pt Arial;
	color:#000;
	text-decoration:none;
	padding:10px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.mini-cart-oform p a:hover {
	color:#FF7236;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	box-shadow: 1px 0px 5px rgba(0,0,0,0.3);
}

.pole_search {
	width:120px;
	height:30px;
	margin:5px 0 0 5px;
	padding:0 30px 0 9px;
	background:url("../images/pole_search.png") no-repeat;
	border:none;
	outline:none;
	color:#fff;	
	font-size:10pt;	
	font-style:italic;	
	letter-spacing:0.6px;
}

input.pole_search::-webkit-input-placeholder { color:#fff; text-shadow: 1px 1px 2px #6b6a6a; font-size:8pt; }

input:focus.pole_search::-webkit-input-placeholder { color:transparent; text-shadow: none; }

.phone_num p {
	margin-top:10px;
	text-shadow: 1px 1px 2px #d5d5d5;
}

.phone_t {
	font-size:8pt;
}

.phone_n {
	font-size:14pt;
	float:right;
}

nav {
	margin:0 auto;	
	width:960px;
	height:54px;
	background:#4c4c4c;
	box-shadow: 1px 0px 5px #7b7a7a, -1px 0 5px #7b7a7a;
}

nav li {
	width:154px;
	height:53px;
	background:url("../images/menu.jpg");	
	margin:0px 1px 0 0;	
	float:left;
}

nav li a {
	display:block;
	width:154px;
	height:38px;
	padding-top:15px;
	text-align:center;
	font-family:Tahoma;	
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 2px #000000;
}

nav ul li:hover {	
	background:url("../images/menu_hover.jpg") no-repeat;	
}

nav ul li.active  {
	background:url("../images/menu_active.jpg") no-repeat;	
}

nav ul li.first {
	width:169px;
	background:url("../images/menu_f.jpg") no-repeat;
}

nav ul li.first a {
	width:169px;
}

nav ul li.first:hover {
	background:url("../images/menu_hover_f_l.jpg") no-repeat;
	background-size:169px 53px;
}

nav ul li.first.active  {
	background:url("../images/menu_active.jpg") no-repeat;	
	background-size:169px 53px;
}

nav ul li.first.active:hover  {
	background:url("../images/menu_active.jpg") no-repeat;
	background-size:169px 53px;
}

nav li.last {
	width:170px;
	margin-right:0;
	background:url("../images/menu_l.jpg") no-repeat;
}

nav li.last a {
	width:170px;
}

nav ul li.last.active  {
	background:url("../images/menu_active.jpg") no-repeat;	
	background-size:169px 53px;
}

nav li.last:hover {
	background:url("../images/menu_hover_f_l.jpg") no-repeat;
	background-size:170px 53px;
}

/* POD-MENU */
nav ul li ul  {
display:none;
position:absolute;
z-index:100;
width:200px;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
background:#000;	
}

nav ul li:hover ul {
	display:block;
}

nav ul li ul li {
	width:200px;
	height:40px;
	background:url(../images/pod-menu.jpg) no-repeat;
}

nav ul li ul li:hover {
	background:url(../images/pod-menu.jpg) no-repeat;
}

nav ul li ul li.active {
	background:url(../images/pod-menu.jpg) no-repeat;
	background-position:0 -40px;	
}

nav ul li ul li.first {
	width:200px;
	height:40px;
	background:url(../images/pod-menu.jpg) no-repeat;
}

nav ul li ul li.first:hover {
	background:url(../images/pod-menu.jpg) no-repeat;	
}

nav ul li ul li.first a {
	display:block;
	width:200px;
	height:40px;
}

nav ul li ul li.first.active {
	background:url(../images/pod-menu.jpg) no-repeat;
	background-position:0 -40px;
}

nav ul li ul li.first.active:hover {
	background:url(../images/pod-menu.jpg) no-repeat;
	background-position:0 -40px;
}

nav ul li ul li.last {
	width:200px;
	height:40px;
	background:url(../images/pod-menu.jpg) no-repeat;
}

nav ul li ul li.last:hover {
	background:url(../images/pod-menu.jpg) no-repeat;
}

nav ul li ul li.last a {
	display:block;
	width:200px;
	height:40px;
}

nav ul li ul li.last.active {
	background:url(../images/pod-menu.jpg) no-repeat;
	background-position:0 -40px;
}

nav li ul li.last.active:hover {
	background:url(../images/pod-menu.jpg) no-repeat;
	background-position:0 -40px;
}

nav ul li ul li a {
	display:block;
	width:195px;
	height:40px;
	padding-left:5px;
	padding-top:10px;
	font:11pt Corbel;
	text-align:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

nav ul li ul li a:hover {
	color:#FF7235;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

nav ul li ul li.active a {
	color:#a4a3a3;
}
/* END POD-MENU */

#center_wrap {
	margin:0 auto;
	width:960px;	
	background:url("../images/bg_main.jpg");	
	padding:15px 0 0 0;
	box-shadow: 1px 0px 5px #7b7a7a, -1px 0 5px #7b7a7a;
}

.top_podlozhka {	
	position:absolute;
	top:185px;
	width:960px;
	height:98px;
	background:url("../images/top_podlozhka.png") no-repeat;	
}

#main_slider {
	margin:0 auto;	
	position:relative;
	width:928px;
	height:238px;
	border:1px;
	border-color:#5C5C5C #5C5C5C none;
	border-style:solid;
}

.centr_menu {
	width: 928px;
	margin:0 auto;	
	overflow:hidden;
	position:relative;
	margin-bottom:15px;		
	padding:0 1px 1px 1px;
	background:#000;
}

.centr_menu ul li {
	width:463px;
	height:28px;
	background:url(../images/centr-menu.jpg) no-repeat;
	float:left;	
	border-left:1px solid #383838;
}

.centr_menu ul li:hover {
	background-position: 0 -28px;
}

.centr_menu ul li a {
	display:block;
	width:463px;
	height:28px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font:14pt Tahoma;
	text-align:center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	padding-top:2px;
}

.centr_menu ul li.active {
	background-position: 0 -56px;
}

.centr_menu ul li.first {
	border:none;
	margin-right:1px;
}
/*
.centr_menu ul li.last a {
	background:url(../images/omax_logo.png) no-repeat 388px 8px;	
}
*/

#breadcrumbs {
	width:694px;
	margin:0 auto;
	margin-bottom:10px;	
	font:12pt Arial;
}

#breadcrumbs ul li {
	display:inline;
	font:9pt Arial;
	color:#F96825;
}

#breadcrumbs ul li a{
	font:9pt Arial;
	color:#F96825;
}

#breadcrumbs ul li a:hover{
	text-decoration: none;
}

#breadcrumbs .B_currentCrumb {
	font-weight:bold;
}

#main_content_block {
	width:930px;
	margin:0 auto;
	padding-bottom:15px;
}

.left_main_block {
	width:220px;
	float:left;
	margin:0 10px 0 0;	
}

#left_menu {
	width:220px;	
	background:#000;
	padding-bottom:1px;
	box-shadow: 3px 3px 6px #7b7a7a;	
}

#left_menu ul {
	width:218px;
	margin:0 auto;	
	position:relative;
	z-index:9999;
}

#left_menu li {
	width:218px;
	height:30px;
	background:url(../images/left_menu.jpg) no-repeat;	
}

#left_menu li:hover {
	background-position:0 -30px;
}

#left_menu li.active {
	background-position:0 -60px;
}

#left_menu li a {
	width:210px;
	height:26px;
	color:#fff;
	text-decoration:none;
	font:13pt Tahoma;
	display:block;
	padding:4px 0 0 8px;
	text-shadow: 1px 1px 2px #484747;
}

#novelty {	
	margin:20px 0 0 0;	
}

#novelty_top {
	height:32px;
	background:url(../images/novelty_top.jpg) no-repeat;
	border:1px solid #f35422;	
	padding:6px 0 0 0;
}

#novelty_top p {
	color:#fff;
	font:18px Corbel;
	text-align:center;
	text-transform: uppercase;
	text-shadow: 0px -1px 1px #f35422;
	font-weight:bold;	
}

#novelty_bottom {
	padding:0px 0 15px 18px;
	overflow:hidden;
	background:#fff url(../images/novelty-shadow.png) no-repeat top center;	
	border-left:1px solid #a2a1a1;
	border-right:1px solid #a2a1a1;
	border-bottom:1px solid #a2a1a1;	
}

.novelty-item {
	width:82px;
	margin:25px 18px 0 0;
	float:left;
	text-align:center;
	overflow:hidden;
}

.novelty-item a {
	font:8pt Arial;
	color:#e01212;	
}

.novelty-item a:hover {
	text-decoration:none;
}

.novelty-item img {
	width:80px;
	height:80px;
	border:1px solid #c1c0c0;	
}

.novelty-item .novelty-pagetitle {
	visibility: hidden;
	position:absolute;
	z-index:1;
	margin:-140px 0 0 -85px;
	opacity:0;	
	width: 230px;
	height:30px;	
    padding: 10px;
    border: 2px solid #ccc;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
	font:10pt Arial;
}

.novelty-item:hover .novelty-pagetitle{
	visibility: visible;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	opacity:1;	
}

.center_block {
	width:470px;	
	float:left;
}

#random-block {
	overflow:hidden;
	background:#eaebea;
	padding-bottom:10px;
}

#random_krep_zag {
	width:470px;
	height:27px;
	background:#868686;
	text-align:center;
	margin-bottom:5px;	
}

#random_krep_zag a {
	color:#fff;	
	text-shadow: 1px 1px 3px #666666;
	font:14pt Tahoma;
}

.random_krep_item_block {
	width:462px;	
	margin:0 auto;
	padding:0 0px 0 5px;	
	overflow:hidden;
}

.random_krep_item {
	width:145px;
	height:225px;
	float:left;
	margin:0 3px 0 3px;	
}

.random_krep_item_img {
	width:145px;
	height:145px;
	background:#dcdcdc;
	overflow:hidden;
	border:1px solid #7f7f7f;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.random_krep_item_img:hover {
	box-shadow: 3px 3px 6px #7b7a7a, -1px -1px 6px #7b7a7a;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.random_krep_item_img img {
	width:145px;
	height:145px;
}

.random_krep_item a {
	color:#000;
	font:12px Tahoma;	
	line-height:6px;
}

.random_krep_item a:hover {
	text-decoration:none;
}

.art {
	color:#d04c0e;
	font:10pt Tahoma;
	margin-top:5px;
}

.art span {
	font-weight:bold;
}

#random_instr {
	margin-top:20px;
}

#random_instr_zag {
	width:470px;
	height:27px;
	background:#868686 url(../images/omax_logo.png) no-repeat 385px 8px;
	text-align:center;
	margin-bottom:5px;
}

#random_instr_zag a {
	color:#fff;	
	text-shadow: 1px 1px 3px #666666;
	font:14pt Tahoma;
}

#news_block {
	width:470px;	
	padding:0 0 0 0;
	background:#eaebea;
}

#news_block h1 {	
	background:#868686;
	font:18pt Arial;
	font-weight:bold;
	color:#fff;
	padding:0 0 0 10px;	
}

#news_block section {
	overflow:hidden;
	margin:0 0 0 0;	
	padding:5px 7px 8px 7px;
	border-bottom:1px solid #d1d1d1;
}

.news_date {
	font:8pt Arial;
}

.news_date span {
	color:#aa0404;
}


.h2anewslink {
	text-decoration:underline;
	font:14px Myriad Pro;
	color:black;
	text-transform: uppercase;
	font-weight:bold;
}

.h2anewslink:hover {
	text-decoration:none;
}

#news_block div {
	font:10pt Corbel;
	text-align:justify;
	margin:5px 0 0 0;	
}

.morenewslink {
	float:right;
	color:#aa0404;
	text-decoration:none;
	font:10pt Corbel;
}

.morenewslink:hover {
	text-decoration:underline;
}

.right_main_block {
	width:220px;
	margin:0 0 0 10px;	
	float:right;
	position:relative;
	z-index:1;
}

#right_menu {
	width:220px;	
	background:#000;
	padding-bottom:1px;
	box-shadow: -3px 3px 6px #7b7a7a;	
}

#right_menu ul {
	width:218px;
	margin:0 auto;	
}

#right_menu li {
	width:218px;
	height:30px;
	background:url(../images/left_menu.jpg) no-repeat;	
}

#right_menu li:hover {
	background-position:0 -30px;
}

#right_menu li.active {
	background-position:0 -60px;
}

#right_menu li a {
	width:210px;
	height:26px;
	color:#fff;
	text-decoration:none;
	font:11pt Tahoma;
	display:block;
	padding:4px 0 0 8px;
	text-shadow: 1px 1px 2px #484747;
}

.down_price {
	width:220px;
	height:69px;
	margin:15px 0 0 0;
	background:url(../images/down-price.png) no-repeat;		
}

.down_price a {
	display:block;	
	height:50px;
	position:relative;
	z-index:1;
	font:23pt Impact;
	color:#fff;
	text-decoration:none;
	line-height:0.9;
	padding:5px 0 0 30px;
	cursor:pointer;
	text-shadow:1px 1px 3px #f35422;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.down_price a:hover {
	color:#d8d8d8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.down_price p {
	font:14pt Impact;	
	color:#fff;
	line-height:1.4;
	position:relative;
	margin:-25px 0 0 38px;
}

.oform_block {
	width:200px;
	height:305px;
	background:url(../images/oform_bg.png) no-repeat;
	padding:15px 10px 0 10px;
	margin-top: 15px;
}

.oform-block-main {
	margin:0 auto;
	width:170px;
	height:46px;
	background:url(../images/oform-cat.png) no-repeat;
	background-size:170px 46px;
}

.oform-block-main  a {
	display:block;
	width:170px;
	height:33px;
	text-align:center;
	text-decoration:none;
	color:#818080;
	font:13pt Impact;
	padding:11px 0 0 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.oform-block-main  a:hover {
	color:#e2520e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.oform_block p {
	margin-top:5px;
	font:13px Tahoma;
	text-align: justify;
	color:#e2e0e0;	
}

.oform_block ul {
	margin:10px 0 0 20px;
	list-style-type:disc;
	color:#fff;
	font:12px Tahoma;
	color:#e2e0e0;		
}

.oform_block ul li {
	margin-top:7px;
}

footer {
	width:960px;
	height:83px;	
	background:url(../images/bg_footer.png) no-repeat;
	padding-top:1px;
}

#footcont_bg {
	background:url(../images/footcont_bg.png) no-repeat;
	width:287px;
	height:60px;	
	margin:10px 0 0 10px;
	overflow:hidden;
	padding:5px;
	float:left;
}

#footcont_left {
	float:left;
}

#footcont_right {
	float:left;
	margin-left:15px;
}

.foot_cont_tit {
	font:15px Corbel;
	font-weight:bold;
}

.foot_cont_text {
	font:12px Corbel;
}

#counters {
	float:left;
	width:385px;
	height:60px;	
	margin:10px 0 0 10px;
	padding:5px;
}

#copy {
	width:217px;
	height:70px;	
	margin:10px 0 0 10px;	
	float:left;
}

#copy img {
	float:right;
	margin:15px 0 0 13px;
}

.web_image {
	font:10pt Tahoma;
	color:#fff;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	margin:20px 0 0 0;
	text-align:right;
}

.web_image1 {
	font:10pt Tahoma;	
	color:#fff;	
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
	text-align:right;
}

.web_image1 a {
	color:#fff;
	text-decoration:none;
}


/* PAGE CLASS STYLES */
.page-class {
	position:relative;
}

.page-class h1 {
	padding-left: 10px;
	font: 14pt Arial;
	font-weight: bold;
	color: #e2520e;
	border-bottom: 1px solid #ff5a00;
	margin:15px 0 15px 0;
}

.page-class h2 {
	text-indent: 1.5em;
	font:12pt Arial;
	font-weight:bold;
	color: #e47a48;	
	margin-bottom:5px;
}

.page-class p {
	text-indent: 1.5em;
	text-align: justify;
	font:10pt Arial;
	line-height:1.9;
}

.page-class a {
	color:#000;
}

.page-class ul {
	list-style-image:url(../images/marker-cat.png);	
	margin:0 0 0 30px;
	font:10pt Arial;
}

.page-class li {
	line-height:1.9;
	text-align: justify;
}

strong {
	font-weight:bold;
}
/* END PAGE CLASS STYLES */

/* KREPEZH CATALOG PAGE */
.oform-cat {
	position:relative;
	background:url(../images/oform-cat.png) no-repeat;
	width:220px;
	height:59px;
	margin:0 0 10px 0;	
}

.oform-cat a {
	display:block;
	width:220px;
	height:41px;
	text-align:center;
	text-decoration:none;
	color:#818080;
	font:17pt Impact;
	padding:11px 0 0 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.oform-cat a:hover {
	color:#e2520e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.krep-cat {
	position:relative;
	float:right;
	width:695px;
}

.krep-cat h1 {
	font:16pt Arial;
	border-bottom:1px solid #dcdcdc;
	padding:0 0 5px 5px;
}

.krep-cat p {
	border-top:1px solid #bcb9b9;
	padding:5px 0 0 5px;
	font:10pt Arial;
}

.instr-cat {
	position:relative;
	float:left;
	width:695px;
}

.instr-cat h1 {
	font:16pt Arial;
	border-bottom:1px solid #dcdcdc;
	padding:0 0 5px 5px;
}

.instr-cat p {
	border-top:1px solid #bcb9b9;
	padding:5px 0 0 5px;
	font:10pt Arial;
}

#cat-gen {
	width:717px;
	margin:15px 0 0 0;	
	overflow:hidden;
}

.cat-gen-item {
	width:211px;
	height:287px;
	background:#fff;
	border:1px solid #dddddd;
	padding:3px 5px 0 5px;
	margin:0 12px 12px 0;
	float:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.cat-gen-item:hover {
	border:1px solid #908e8e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.cat-gen-item h2 {
	display:block;	
	height:53px;
	color:#ff6519;
	font:11pt Arial;
	text-align:center;
	text-shadow:0px 0px 1px rgba(116,116,116,0.2);
	overflow:hidden;
}

.cat-gen-item h2 a {
	color:#575757; /* #ff6519 */
	text-decoration:none;
}

.cat-gen-item h2 a:hover {
	text-decoration:underline;
}

.cat-gen-item h3 {
	color:#FE7028;	
	font:9pt Arial;
	margin-bottom:7px;
}

.cat-gen-item h3 span {
	font-weight:bold;
}

.cat-gen-item ul {
	list-style-image:url(../images/marker-cat.png);
	height:137px;
	padding:0 0 0 15px;
	overflow:hidden;	
	font:8pt Arial;
}

.cat-gen-item li {
line-height:1.8;
}

.cat-gen-instr-item {
	width:211px;
	height:287px;
	background:#fff;
	border:1px solid #dddddd;
	padding:3px 5px 0 5px;
	margin:0 12px 12px 0;
	float:left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.cat-gen-instr-item:hover {
	border:1px solid #908e8e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.cat-gen-instr-item h2 {
	display:block;
	height:35px;
	color:#ff6519;
	font:11pt Arial;
	text-align:center;
	text-shadow:0px 0px 1px rgba(116,116,116,0.2);
	overflow:hidden;
}

.cat-gen-instr-item h2 a {
	color:#575757; /* #ff6519 */
	text-decoration:none;
}

.cat-gen-instr-item h2 a:hover {
	text-decoration:underline;
}

.cat-gen-instr-item h3 {
	color:#FE7028;	
	font:9pt Arial;
	margin-bottom:7px;
}

.cat-gen-instr-item h3 span {
	font-weight:bold;
}

.cat-gen-instr-item ul {
	list-style-image:url(../images/marker-cat.png);
	height:134px;
	margin:0 0 0 15px;
	font:8pt Arial;
}

.cat-gen-instr-item li {
line-height:1.8;
}

.img-cat-gen {
	width:150px;
	height:60px;	
	display:block;
	margin:0 auto;
	text-align:center;		
}

.img-cart-tov {
	width:108px;
	height:21px;
	background:url(../images/cart-tov-cat.png) no-repeat;
	display:block;
	margin:0 auto;
}

.img-cart-tov a {
	display:block;
	width:108px;
	height:21px;
    vertical-align: bottom;
	font:7pt Arial;
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	padding:4px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.img-cart-tov a:hover {
	color:#e2520e;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
	
/* END KREPEZH CATALOG PAGE*/

/* KREPEZH PAGE */
.krep-gen {
	overflow:hidden;
	width:328px;
	height:170px;
	float:left;
	margin:0 30px 20px 0;
}

.krep-gen img {
	width:76px;
	height:75px;	
	float:left;
}

.krep-gen a {
	font:14pt Arial;
	color:#575757;	
}

.krep-gen a:hover {
	text-decoration:none;
}

.krep-gen p {
	border:none;
	padding:0;
	margin-left:85px;	
	text-align:justify;
	font:9pt Tahoma;
	color:#575757;
}

.krep-gen-text {
	margin-top:5px;
}

/* END KREPEZH PAGE */

/* PRODUCT PAGE */
.krep-prod {	
	position:relative;
	float:right;
	width:694px;
}

.krep-prod h1 {
	font:16pt Arial;	
	padding:0 0 5px 5px;
}

.krep-prod p {	
	padding:5px 0 0 5px;
	font:10pt Arial;
}

#prod-item {
	background:#eaebea;
	width:694px;
	padding:1px;
	margin:8px 0 0 0;
}

#perf-item {
	background:#eaebea;
	width:693px;
	padding:1px;
	margin:8px 0 0 0;
}

#prod-description-left {
	width:346px;
	float:left;	
}

#prod-description-right {
	width:346px;
	float:left;
}

#prod-description-left .prod-description-top {
	border-right:2px solid #eaebea;
}

.prod-description-top {
	height:27px;
	background:#fff;
	padding:0 0 0 12px;
}

.prod-description-top  p {
	color:#ff7235;
	font:11pt Arial;
	font-weight:bold;
}

#prod-description-left .prod-description-bottom {
	border-right:2px solid #fff;
}

.prod-description-bottom {
	padding:15px 0 15px 12px;
}

.prod-description-bottom ul {
	list-style-image:url(../images/marker-cat.png);	
	margin:0 0 0 15px;
	font:8pt Arial;
}

.prod-description-bottom li {
	line-height:1.8;
}

.item-size-table {
	width:692px;
	border-bottom:none;
	margin:5px 0 0 0;	
}

.item-size-table tr {
	height:22px;		
	background:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.item-size-table tr:hover {
	background:#ecedec;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.item-size-table th {
	background:#fff;
	text-align:left;
	font:9pt Arial;
	font-weight:bold;
	color:#575757;
	padding:0 0 0 5px;
	vertical-align:middle;
}

.item-size-table td {
	font:7pt Arial;
	color:#575757;
	padding:0 0 0 5px;
	vertical-align:middle;
	border:1px dashed #EAEBEA;
	
}

.item-instr-size-table {
	width:692px;
	border-bottom:none;
	margin:5px 0 0 0;	
}

.item-instr-size-table tr {
	height:30px;		
	background:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.item-instr-size-table tr:hover {
	background:#ecedec;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.item-instr-size-table th {
	background:#fff;
	text-align:left;
	font:9pt Arial;
	font-weight:bold;
	color:#575757;
	padding:0 0 0 5px;
	vertical-align:middle;
}

.item-instr-size-table td {
	font:9pt Arial;
	color:#575757;
	padding:0 0 0 5px;
	vertical-align:middle;
	border-bottom:1px dashed #EAEBEA;
}

.item-instr-size-table td:nth-child(even) {
	font-weight:bold;
}

.shk-item-zag {
	overflow:hidden;
}

.shk-item-zag div {
	height: 25px;
	margin-right:1px;
	float:left;
	text-align:center;	
}

.shk-item-zag div p {
	font:8pt Arial;
	color:#525252;
}

.shk-item-zag div:nth-child(1) {
	width:449px;
}

.shk-item-zag div:nth-child(2) {
	width:100px;
}

.shk-item-zag div:nth-child(3) {
	width:75px;
}

.shk-item-zag div:nth-child(4) {
	width:62px;
}

.shk-item-zag div:nth-child(5) {
	width:70px;
}

.shk-item-zag div:nth-child(6) {
	width:84px;
}

.shk-item-zag div:nth-child(7) {
	width:75px;
}

.shk-item div {	
	float:left;
	background:#fff;
	margin:0 1px 1px 0;
}

.shk-item p {
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:center;
}

.shk-item-name {
	width:449px;
	height:38px;
	padding-top:12px;
}

.shk-item-name p {
	margin:0px 0 0 0;
	font:10pt Arial;
	color: #575757;
	text-align:left;
	padding:5px 2px 0 5px;
}

.shk-item-art {
	width:100px;
	height:50px;	
}

.shk-item-art p {
	margin:15px 0 0 0;	
	font:9pt Arial;	
	color:#2f2f2f;
}

.shk-item-col {
	width:75px;
	height:50px;
}

.shk-item-col p {
	margin:15px 0 0 0;	
	font:9pt Arial;	
	color:#2f2f2f;
}

.shk-item-edizm {
	width:62px;
	height:50px;
}

.shk-item-edizm p {
	margin:15px 0 0 0;	
	font:9pt Arial;	
	color:#2f2f2f;
}

.shk-item-count {
	width: 70px;
	height:38px;
	padding-top:12px;
	text-align:center;
}

.shk-item-count input {
	width:35px;
}

.shk-item-price {
	width: 84px;
	height:50px;
}

.shk-item-price p {
	margin:15px 0 0 0;	
	font:9pt Arial;	
	color:#2f2f2f;
}

.shk-item-price-new {
	width: 70px;
	height:50px;
}

.shk-item-price-new p {
	margin:15px 0 0 0;	
	font:9pt Arial;	
	color:#2f2f2f;
}

.shk-item-add {
	width: 75px;
	height: 50px;
	text-align:center;	
}

.shk-but-add {
	width:74px;	
	height:49px;		
	cursor:pointer;
	background:url('../images/add.png') no-repeat;
	border:none;
	outline:none;	
}
.shk-but-add:hover {
	box-shadow: 1px 1px 3px #d1d1d1, -1px -1px 3px #d1d1d1;		
}
/* END PRODUCT PAGE */

/* PRODUCT INSTRUMENT PAGE */
.instr-prod {	
	position:relative;
	float:left;
	width:694px;
}

.instr-prod h1 {
	font:16pt Arial;	
	padding:0 0 5px 5px;
}

.instr-prod p {	
	padding:5px 0 0 5px;
}

#instr-item {
	background:#eaebea;
	width:692px;
	padding:1px;
	margin:8px 0 0 0;
}

.instr-item-content {
	background:#fff;
}

#instr-item p {
	font:10pt Arial;
	color:#575757;
}

#perf-item p {
	font:10pt Arial;
	color:#575757;
}

#instr-description-left {
	width:346px;
	float:left;	
}

#instr-description-right {
	width:346px;
	float:left;
}

#instr-description-left .instr-description-top {
	border-right:2px solid #eaebea;
}

.instr-description-top {
	height:27px;
	background:#fff;
	padding:0 0 0 12px;
}

.instr-description-top  p {
	color:#ff7235;
	font:11pt Arial;
	font-weight:bold;
}

#instr-description-left .instr-description-bottom {
	border-right:2px solid #fff;
}

.instr-description-bottom {
	padding:15px 0 15px 12px;
}

.instr-description-bottom ul {
	list-style-image:url(../images/marker-cat.png);	
	margin:0 0 0 15px;
	font:8pt Arial;
}

.instr-description-bottom li {
	line-height:1.8;
}

/* END PRODUCT INSTRUMENT PAGE */

/* NEWS LENT PAGE */
.news-lent-class {
	position:relative;
}

.news-lent-class section {
	border-bottom:1px solid #d1d1d1;
}

.news-lent-class h1 {
	padding-left:10px;	
	font:14pt Arial;
	font-weight:bold;
	color: #e2520e;	
	border-bottom:1px solid #ff5a00;
}

.news-lent-date {
	height:23px;
	background:#fff;
	float:left;
	padding:9px 0 0 8px;
	margin:0 18px 0 0;
}

.news-lent-date p {
	font:9pt Arial;
}

.news-lent-date p span {
	color:#aa0404;
}

.news-lent-title {
	height:28px;
	background:#fff;
	padding-top:4px;	
}

.news-lent-title a {
	text-transform: uppercase;
	text-decoration:none;
	color:#000;
	font:9pt Arial;
	font-weight:bold;
}

.news-lent-text {
	background:#eaebea;
	padding:17px 9px 17px 9px;
	font:10pt Arial;
	line-height:1.9;	
}
/* END NEWS LENT PAGE */

/* CONTACTS PAGE*/
#contacts-page {
	width:960px;
	margin:0 auto;
	padding-bottom:15px;	
	overflow:hidden;
	position:relative;
	background:#eaebea;
}

.yandex-maps {
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}

#adress-block {
	width:205px;
	height:250px;
	background:rgba(255,255,255,0.9);
	position:absolute;	
	top:10px;
	left:15px;
	padding:7px 10px 0 10px;
}

.orange {
	font:11pt Arial;
	color:#ff7235;
}

.orange1 {
	font:11pt Arial;
	color:#ff7235;
	margin-top:10px;
}

#adress-block p {
	font:10pt Arial;
	line-height:1.3;
}

.adress-block-tel {
	margin-top:15px;
}

.adress-block-tel span {
	display:block;
	float:left;
	width:75px;
	color:#ff7235;
	
}

.adress-block-mobtel  span {
	display:block;
	float:left;
	width:75px;
	color:#ff7235;
}

.adress-block-mail span {
	display:block;
	float:left;
	width:75px;
	color:#ff7235;
}

#contacts-form {
	width:930px;
	margin:0 auto;	
	margin-top:15px;		
}

.contacts-page-left {
	width:412px;
	float:left;
	padding-right:38px;
	margin-bottom:20px;
}

.contacts-page-left h2 {
	font:13pt Arial;
	color:#ff7235;
	font-weight:bold;
	margin:0 0 6px 0;
}

.contacts-page-left p {
	font:10pt Arial;
	text-align: justify;	
}

.pole-name {
	width:412px;
	height:25px;
	margin-bottom:10px;
}

.contacts-page-left input {
	width:412px;
	height:25px;
	margin-bottom:10px;
}

.contacts-page-right {
	padding-top:1px;
}

.contacts-page-right h2 {
	font:13pt Arial;
	color:#ff7235;
	font-weight:bold;
	margin:0 0 5px 0;
}

.message-box {
	width:474px;
	height:159px;
	display:block;
	resize:none;
}

.otprv {
	float:right;
	margin:30px 0;
	width:160px;
	height:31px;
	border:none;
	background:url(../images/otprv.png) no-repeat;
	font:12pt Arial;
	font-weight:bold;
	color:#878686;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor: pointer;
}

.otprv:hover {
	color:#ff7236;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
/* END CONTACTS PAGE*/

/* SHOPKEEPER */
#shopCart {
	float:left;
}

.field-arr-up {
	margin-left:-15px;
}
/* END SHOPKEEPER*/

.pages {
	overflow:hidden;
	text-align:center;
	margin: 20px 0 0 0;
}

.pages li {
	border:1px solid #D8D9D8;
	display:inline-block;
	
}

.pages li a {
	font:13pt Arial;
	color:#575757;
	text-decoration:none;
	display:block;
	padding: 2px 6px;
}

.pages li a.active {
	font-weight:bold;	
	background:#F1F1F1;
}

.pages li:hover {
	background:#D8D9D8;
}

.lcont {
	margin:0 20px 0 5px;
}

.rcont {
	margin:0 5px 0 20px;
}

/* cart full */
.shop-cart {
	width:908px;
}

.full-cart  {
	width:100%;
}

.full-cart h1 {
	padding-left: 10px;
	font: 14pt Arial;
	font-weight: bold;
	color: #e2520e;
	border-bottom: 1px solid #ff5a00;
	margin:15px 0 15px 0;
}

.full-cart-table {
	width:100%;
	border-bottom:none;
	margin:5px 0 10px 0;	
}

.full-cart-table tr {
	height:22px;		
	background:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.full-cart-table tr:hover {
	background:#ecedec;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.full-cart-table th {
	background:#EAEBEA;
	text-align:left;
	font:10pt Arial;
	color:#525252;
	padding:0 0 0 5px;
	vertical-align:middle;
}

.full-cart-table td {
	font:11pt Arial;
	color:#575757;
	padding:5px 0 5px 5px;
	vertical-align:middle;
	border:1px dashed #EAEBEA;
	
}

.full-cart-table td.full-cart-article {
	font:9pt Arial;
}

.clear-full-cart {
	margin:0 0 0 20px;
}

.tprice-full-cart {
	margin:0 20px 0 0;
	color: #525252;	
}

.none-nds {
display:block;
float:right;
color:#B1181E;
}
/* cart full */

.order-left {
	width:412px;
	float:left;
	padding:0 38px 0 30px;
	margin-bottom:20px;
}

.order-left h3 {
	font:13pt Arial;
	color:#ff7235;
	font-weight:bold;
	margin:0 0 6px 0;	
}

.order-left input {
	width:400px;
	height:25px;
	margin-bottom:10px;
}

.order-left select {
	width:400px;
	height:25px;
	margin-bottom:10px;
}

.order-mess {
	width: 400px;
	height: 86px;
	display: block;
	resize: none;
}

.order-right {
	width:412px;
	float:left;
	padding-right:38px;
	margin-bottom:20px;
}

.order-right h3 {
	font:13pt Arial;
	color:#ff7235;
	font-weight:bold;
	margin:0 0 6px 0;	
}

.order-right input {
	width:400px;
	height:25px;
	margin-bottom:10px;
}

.order-right input.order-otprv {
	float:right;
	margin:30px 0 0 0;
	width:160px;
	height:31px;
	border:none;
	background:url(../images/otprv.png) no-repeat;
	font:12pt Arial;
	font-weight:bold;
	color:#878686;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	cursor: pointer;
}

.order-right input.order-otprv:hover {
	color:#ff7236;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.ftext p {
border:none;
text-align: justify;
color:#575757;
margin-bottom:10px;
text-indent: 40px;
position:relative;
top:-80px;
}

.menu-disk {
	margin-top: 15px;
}

.clear {
	clear:both;
}