html {
	margin: 0;
	height: 100%;
}

body {
	height: 100%;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif, Arial, Tahoma;
    color: #454545;
    line-height: 16px;
    margin :0;
    padding: 0;
    background: #ffffff url(../image/body-bg.gif);
}

/* !global elements */

img {
	border:none;
}

a {
	color: #008ccb;
	text-decoration: underline;
}

a:hover {
	color: #008ccb;
	text-decoration: none;
}

textarea:focus { /* input:focus, прячет инпут */
	outline: none;
	-webkit-appearance: none;
}

p {
	padding: 0 0 11px 0;
	margin: 0;
}

p.last {
	padding: 0 !important;
}

ul, ol {
	padding:  0 0 11px 31px;
	margin: 0;
}

b, strong {
	font-weight: 700;
}

hr {
	height: 1px;
	border: none;
	position: relative;
	margin: 0 0 15px 0;
	box-shadow: 0 1px 0 #fff;
	background: #ccc;
}

hr.blue {
	height: 1px;
	border: none;
	margin: 0 0 20px 0;
	box-shadow: 0 1px 0 #5fc9f6;
	background: #1291c9;
}

hr.margin-left {
	margin-left: 10px;
}

hr.margin-top {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* end global elements */

/* !titles */

h1 {
	font-size: 22px; /*24*/
	font-weight: 700;
	color: #454545;
	line-height: 24px;
	letter-spacing: -1px;
	padding: 0 0 11px 0;
	margin: 0;
}

h2 {
	font-size: 19px;
	font-weight: 700;
	color: #454545;
	line-height: 20px;
	padding: 5px 0 11px 0;
	margin: 0;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	color: #454545;
	line-height: 18px;
	padding: 5px 0 11px 0;
	margin: 0;
}

h4 {
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	line-height: 16px;
	padding: 5px 0 7px 0;
	margin: 0;
}

h5 {
	font-size: 13px;
	font-weight: 700;
	color: #454545;
	line-height: 16px;
	padding: 0 0 12px 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #454545;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #008ccb;
}

/* end titles */

/* !form elements */

label {
	cursor: pointer;
}

input[type="text"] {
	display: block;
	font-size: 14px; /* @@@ шрифт 11*/
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #757575;
	line-height: 12px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #d4d5d7;
	box-shadow: inset 0 0 2px #d5d5d5;
	-webkit-box-shadow: inset 0 0 2px #d5d5d5;
	-moz-box-shadow: inset 0 0 2px #d5d5d5;
	-o-box-shadow: inset 0 0 2px #d5d5d5;
	background: #eaebed;
	behavior: url(pie/PIE.php);
}

input[type="text"].small {
	height: 22px;
	line-height: 22px;
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	behavior: url(pie/PIE.php);
}

input[type="text"].medium {
	height: 12px;
	padding: 8px 10px 6px 10px;
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	behavior: url(pie/PIE.php);
}

input[type="text"].big {
	height: 38px;
	line-height: 38px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(pie/PIE.php);
}

.form .line {
	padding: 0 0 9px 0;
}

.form .line label {
	display: block;
	padding: 0 0 3px 0;
}

.form .line label.left {
	height: 28px;
	line-height: 28px;
	padding: 0 10px 0 0;
}

.form .contact tr   td:first-child {
	text-align: left; 
	border: 0;
	border-bottom: 1px solid #cccccc;
	height: 70px;
}	
.form .contact tr td  {
	text-align: right; 
	border: 0;
	border-bottom: 1px solid #cccccc;
	height: 70px;
}

.white-block input[type="checkbox"],
.white-block input[type="radio"] {
	width: 13px;
	height: 13px;	
	margin: 0 5px 0 0;
	padding: 0;
}

input[type="button"],
input[type="submit"] {
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	padding: 0;
	margin: 0;
}

textarea {
	height: 84px;
	display: block;
	font-size: 14px; /* @@@ шрифт 11*/
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #757575;
	line-height: 12px;
	padding: 7px 10px;
	margin: 0;
	resize: none;
	border: 1px solid #d4d5d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 0 2px #d5d5d5;
	-webkit-box-shadow: inset 0 0 2px #d5d5d5;
	-moz-box-shadow: inset 0 0 2px #d5d5d5;
	-o-box-shadow: inset 0 0 2px #d5d5d5;
	background: #eaebed;
	behavior: url(pie/PIE.php);
}

.select-block {
	height: 26px;
	font-size: 11px;
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #757575;
	line-height: 12px;
	position: relative;
	border: 1px solid #d4d5d7;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0 0 2px #d5d5d5;
	-webkit-box-shadow: inset 0 0 2px #d5d5d5;
	-moz-box-shadow: inset 0 0 2px #d5d5d5;
	-o-box-shadow: inset 0 0 2px #d5d5d5;
	background: #eaebed;
	behavior: url(pie/PIE.php);
}

.select-block .select-box .text {
	 height: 12px;
	 display: block;
	 padding: 7px 37px 7px 10px;
	 cursor: pointer;
}

.select-block .select-box .button {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 1px; right: 0;
	cursor: pointer;
	background: url(../image/icon-select-button.png) no-repeat 0 0;
}

.select-block .select-box ul {
	width: 100%;
	max-height: 300px;
	overflow-x: hidden;
	list-style: none;
	padding: 2px 0;
	position: absolute;
	left: 0; top: 28px;
	z-index: 1000;
	border-radius: 3px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.select-block .select-box ul li {
	padding: 0 2px;
	border: none !important;
}

.select-block .select-box ul li a {
	display: block;
	color: #666;
	line-height: 26px !important;
	text-decoration: none;
	padding: 0 10px !important;
	border-top: 1px solid #e5e5e5;
	background: none !important;
}

.select-block .select-box ul li:first-child a {
	border: none;
}

.select-block .select-box ul li a:hover {
	color: #008ccb;
}

/* end form elements */

/* !buttons */

.button {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: none;
	position: relative;
}

.button.grey {
	color: #666;
	position: relative;
	border: 1px solid #cecece;
	border-bottom: 1px solid #aaa;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	-o-text-shadow: 1px 1px 0 #fff;
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e5e5e5));
	background: -webkit-linear-gradient(#f0f0f0, #e5e5e5);
	background: -moz-linear-gradient(#f0f0f0, #e5e5e5);
	background: -ms-linear-gradient(#f0f0f0, #e5e5e5);
	background: -o-linear-gradient(#f0f0f0, #e5e5e5);
	background: linear-gradient(#f0f0f0, #e5e5e5);
	-pie-background: linear-gradient(#f0f0f0, #e5e5e5);
}

.button.grey.bluebg {
	border: none;
	position: relative;
	box-shadow: 0 1px 2px #1d89b9;
	-webkit-box-shadow: 0 1px 2px #1d89b9;
	-moz-box-shadow: 0 1px 2px #1d89b9;
	-o-box-shadow: 0 1px 2px #1d89b9;
	behavior: url(pie/PIE.php);
}

.button.grey:hover {
	position: relative;
	background: #e5e5e5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#f0f0f0));
	background: -webkit-linear-gradient(#e5e5e5, #f0f0f0);
	background: -moz-linear-gradient(#e5e5e5, #f0f0f0);
	background: -ms-linear-gradient(#e5e5e5, #f0f0f0);
	background: -o-linear-gradient(#e5e5e5, #f0f0f0);
	background: linear-gradient(#e5e5e5, #f0f0f0);
	-pie-background: linear-gradient(#e5e5e5, #f0f0f0);
	behavior: url(pie/PIE.php);
}

.button.blue {
	color: #fff;
	position: relative;
	border: 1px solid #0da3e6;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	border-bottom: 1px solid #0a84bb;
	box-shadow: inset 0 1px 1px #4ac7ff;
	-webkit-box-shadow: inset 0 1px 1px #4ac7ff;
	-moz-box-shadow: inset 0 1px 1px #4ac7ff;
	-o-box-shadow: inset 0 1px 1px #4ac7ff;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

.button.blue:hover {
	position: relative;
	box-shadow: inset 0 1px 1px #38bdfa;
	-webkit-box-shadow: inset 0 1px 1px #38bdfa;
	-moz-box-shadow: inset 0 1px 1px #38bdfa;
	-o-box-shadow: inset 0 1px 1px #38bdfa;
	background: #1597d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1597d2), to(#25b4f5));
	background: -webkit-linear-gradient(#1597d2, #25b4f5);
	background: -moz-linear-gradient(#1597d2, #25b4f5);
	background: -ms-linear-gradient(#1597d2, #25b4f5);
	background: -o-linear-gradient(#1597d2, #25b4f5);
	background: linear-gradient(#1597d2, #25b4f5);
	-pie-background: linear-gradient(#1597d2, #25b4f5);
	behavior: url(pie/PIE.php);
}

.button.small {
	height: 24px;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(pie/PIE.php);
}

.button.medium {
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	behavior: url(pie/PIE.php);
}

.button.big {
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	behavior: url(pie/PIE.php);
}

.button.large {
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: -1px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	behavior: url(pie/PIE.php);
}

.button.small.round {
	position: relative;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	behavior: url(pie/PIE.php);
}

.button.medium.round {
	position: relative;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	behavior: url(pie/PIE.php);
}

.button.big.round {
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	behavior: url(pie/PIE.php);
}

.button.grey.bluebg.small {
	height: 26px;
	line-height: 26px;
}

.button.grey.bluebg.medium {
	height: 30px;
	line-height: 30px;
}

.button.grey.bluebg.big {
	height: 40px;
	line-height: 40px;
}

/* end buttons */

/* !table */

table {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

table thead th {
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	position: relative;
	border-top: 1px solid #25a4df;
	border: 1px solid #0d74a3;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

table tbody td {
	font-size: 13px;
	text-align: center;
	padding: 7px 10px;
	border: 1px solid #ccc;
	background: #fff;
}

table tbody tr:first-child td {
	/*border-top: none;*/	
}

table thead tr:first-child td {	
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

div#content-body-i table tbody td {
	text-align: left;
}

/* end table */

/* !navigation */

.menu.inline ul {
	list-style: none;
	padding: 0;
}

.menu.inline  ul li {
	float: left;
}

.menu.center {
	overflow-x: hidden;
}

.menu.center ul {
	position: relative;
	left: 50%;
	float: left;
}

.menu.center ul li {
	position: relative;
	right: 50%;
}

.main-menu ul li {
	margin: 0; /* 0 5px 0 0; */
	position: relative;
	z-index: 15;
}

.main-menu ul li a {
	height: 30px;
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	padding: 0 15px; /* 0 15px; *//* 0 9px; *//* w1000 */
	position: relative;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
}

.main-menu ul li:hover a {
	color: #666;
	position: relative;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	-o-text-shadow: 1px 1px 0 #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	box-shadow: 0 1px 2px #1d89b9;
	-webkit-box-shadow: 0 1px 2px #1d89b9;
	-moz-box-shadow: 0 1px 2px #1d89b9;
	-o-box-shadow: 0 1px 2px #1d89b9;
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e5e5e5));
	background: -webkit-linear-gradient(#f0f0f0, #e5e5e5);
	background: -moz-linear-gradient(#f0f0f0, #e5e5e5);
	background: -ms-linear-gradient(#f0f0f0, #e5e5e5);
	background: -o-linear-gradient(#f0f0f0, #e5e5e5);
	background: linear-gradient(#f0f0f0, #e5e5e5);
	-pie-background: linear-gradient(#f0f0f0, #e5e5e5);
	behavior: url(pie/PIE.php);
}

.main-menu ul li:hover a.catalog {
	position: relative;
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
	background: #f0f0f0;
}

.main-menu ul li ul.submenu {
	padding: 1px 2px 6px 2px;
	position: absolute;
	left: -9999px; top: 30px;
	z-index: 1100;
	opacity: 0;
	-webkit-transition:0.25s linear opacity;
	border-radius: 0 15px 15px 15px;
	-webkit-border-radius: 0 15px 15px 15px;
	-moz-border-radius: 0 15px 15px 15px;
	-o-border-radius: 0 15px 15px 15px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e5e5e5));
	background: -webkit-linear-gradient(#f0f0f0, #e5e5e5);
	background: -moz-linear-gradient(#f0f0f0, #e5e5e5);
	background: -ms-linear-gradient(#f0f0f0, #e5e5e5);
	background: -o-linear-gradient(#f0f0f0, #e5e5e5);
	background: linear-gradient(#f0f0f0, #e5e5e5);
	-pie-background: linear-gradient(#f0f0f0, #e5e5e5);
	behavior: url(pie/PIE.php);
}

.main-menu ul li:hover ul.submenu {
	left: 0;
	opacity: 1;
}

.main-menu ul li:hover ul.submenu li {
	float: none;
	border-top: 1px solid #d5d5d5;
	box-shadow: inset 0 1px 0 #f5f5f5;
}

.main-menu ul li ul.submenu a {
	height: 28px;
	font-size: 13px;
	color: #666 !important;
	line-height: 28px;
	white-space:nowrap;
	padding: 0 13px;
	position: relative;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	-o-text-shadow: 1px 1px 0 #fff;
	border-radius: 0;
	box-shadow: none;
	background: none;
	behavior: url(pie/PIE.php);
}

.main-menu ul li ul.submenu a:hover {
	color: #008ccb !important;
}

/* end navigation */

/* !global blocks */

#wrapper {
  /*  width: 100%; */
	width: 1170px;/* w1170 */
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: auto;
	position: relative;
}

.content-wrapper {
    padding: 30px 0; /* 40px 0 top_2 */
}

.inner-block {
	width: 1170px; /*1105  1000 *//* w1170 */
	margin: auto;
}

.left-column {
	width: 230px;
	position: relative;
}

.right-column {
	width: 930px;  /* 750px */ /* w1170 */
	position: relative;
}

.right-column h1 {
	padding-left: 10px;
}

/* manufacturers */

.content_block {
	border-top: 1px solid #e4e4e4;
	/*background:url(/res/modules/website/core/css/img/grad1.gif) repeat-x 0 1px;*/
	padding: 15px;
	color: #555;
	line-height: 1.6em;
  }
  
  .brands_list div.brand {
	width: 123px;
	height: 145px; /*72*/
	margin: 0 14px 14px 0;
	/*background:url(/res/modules/website/shop/css/img/brand_bg.gif) no-repeat 0 0;
	float:left*/
  } 
  .brands_list div.brand a{
	display: block;
	padding: 6px 0 0 1px;
	text-decoration: none;
  }
  
.manufacturer-info .image {
   /* background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #c0c0c0;*/
    float: left;
    /*height: 160px;
	width: 160px;
	padding: 8px 8px 8px 0;
	*/
    margin: 0 0 20px;
    
    position: relative;
    text-align: center;
    
}
.manufacturer-info img {	
	max-width: 160px;
}
  
/* ==== manufacturers */


.white-block {
	padding: 15px;
	margin: 0 0 20px 0;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.author {
	height: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
	background: url(../image/icon-user.png) no-repeat 0 0;
}

.time2 {
	height: 16px;
	font-size: 11px;
	color: #757575;
	line-height: 16px;
	padding: 0 0 0 21px;
	margin: 0 10px 0 0;
	background: url(../image/icon-date.png) no-repeat 0 0;
}


.viewed {
	height: 16px;
	font-size: 11px;
	color: #757575;
	line-height: 16px;
	padding: 0 0 0 21px;
	margin: 0 10px 0 0;
	background: url(../image/icon-viewed.png) no-repeat 0 -1px;
}

.error,
.warning {
	display: block;
	height: 24px;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #ee0000; /* #9c3535 */
}

.success {
	display: block;
	height: 24px;
	font-size: 11px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #459c35;
}

.empty-content {
	padding: 15px;
	margin: 0 0 20px 0;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.social a.pluso-more {
	display: none !important;
}

.required {
	color: #9c3535;	
}
.price-now {
	color: #454545;
	font-weight: bold;
}
.price-new {
	color: red;
}

.price-old {
	color: #999;
	text-decoration: line-through;
}

img.image-left {
	margin: 0 20px 15px 0;
	padding: 5px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	behavior: url(pie/PIE.php);
	background: #fff;
}

img.image-right {
	margin: 0 0 15px 20px;
	padding: 5px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	behavior: url(pie/PIE.php);
	background: #fff;
}

p.image-p {
	padding: 0;
}

.margin-left {
	margin-left: 10px;
}

/* global blocks */

/* !header */

.header-wrapper {
	height: 135px; /* 182px  122px top_2 */
	position: relative;
	z-index: 1100;
    background: url(../image/blue-block-wrapper-bg.gif) repeat-x 0 73px; /* 120  60px top_2 */
}

.header-wrapper .top-header {
	height: 73px; /* 120px   60px top_2 */
}

.header-wrapper .top-header .logo {
	padding: 13px 0 0 10px; /* 13px  top_2 */
}

/*.contacts .box {
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 0 30px;
	margin: 30px 26px 0 9px;
}*/


.contacts .box {
	height: 26px;
	font-size: 13px;
	line-height: 26px;
	padding: 0 0 0 30px;
	margin: 7px 9px 0 9px;
}


.contacts .box a {
	color: #454545;
	text-decoration: none;
}

.contacts .box a:hover {
	color: #008ccb;
	text-decoration: underline;
}

.contacts .box.phone {
	background: url(../image/icon-phone.png) no-repeat 0 0;
}
.contacts .box.phonecity {
	background: url(../image/icon-tel.png) no-repeat 0 0;
}


.contacts .box.email {
	background: url(../image/icon-email.png) no-repeat 0 0;
}

.contacts .box.skype {
	background: url(../image/icon-skype.png) no-repeat 0 0;
}

.header-wrapper .bottom-header {
	height: 30px;
	padding: 15px 0 17px 0;
}

.header-wrapper .bottom-header .main-menu {
	position: relative;
	/*left: -15px;*/
}

.header-wrapper .bottom-header .search {
	width: 260px;
	height: 30px;
	position: relative;
	margin-right: 20px;/**/
}

.header-wrapper .bottom-header .search input[type="text"] {
	width: 200px;
	height: 14px;
	display: block;
	font-size: 11px;
	font-family: 'PT Sans', sans-serif, Arial, Tahoma;
	color: #fff;
	line-height: 14px;
	padding: 9px 45px 7px 15px;
	border: none;
	box-shadow: none;
	background: url(../image/search-bg.jpg) no-repeat 0 0;
}

.header-wrapper .bottom-header .search .button-search {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
}

/* end header */

/* !slider */

.slider-wrapper {
	height: 278px;
	background: url(../image/blue-block-wrapper-bg.gif) repeat-x 0 -62px;
}

.slider-wrapper .coin-slider {
	position: relative;
}

.slider-wrapper .cs-title {
	width: 550px;
	color: #fff !important;
	position: relative;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	behavior: url(pie/PIE.php);
}

.slider-wrapper .cs-title .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -1px;
	padding: 42px 0 11px 0;
}

.slider-wrapper .cs-title .text {
	padding: 0 0 5px 0;
}

.slider-wrapper .cs-title .text p {
	padding: 0 0 11px 0 !important;
}

.slider-wrapper .cs-title .button {
	width: 200px;
}

.slider-wrapper #cs-navigation-coin-slider1 {
	display: none !important;
}

.slider-wrapper .cs-buttons {
	width: 100%;
	height: 22px;
	text-align: center;
	padding: 0 !important;
	margin-left: 0 !important;
	position: absolute !important;
	left: 0 !important; bottom: 20px;
	z-index: 100;
}

.slider-wrapper .cs-buttons a {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 0 1px;
	text-indent: -9999px;
	background: url(../image/slider-points-bg.png) no-repeat 0 0;
}

.slider-wrapper .cs-buttons a:hover,
.slider-wrapper .cs-buttons a.cs-active {
	background-position: 0 -22px;
}

/* end slider */

/* !home tabs */

body.home .home-tabs-links {
	display: block;
}

.home-tabs-links {
	height: 40px;
	display: none;
	padding: 2px;
	margin: 0 0 20px 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.home-tabs-links li a {
	width: 304px; /*247px  242px */ /* w1000 */
	height: 40px;
	display: block;
	font-size: 17px;
	color: #666;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	-o-text-shadow: 1px 1px 0 #fff;
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f0), to(#e5e5e5));
	background: -webkit-linear-gradient(#f0f0f0, #e5e5e5);
	background: -moz-linear-gradient(#f0f0f0, #e5e5e5);
	background: -ms-linear-gradient(#f0f0f0, #e5e5e5);
	background: -o-linear-gradient(#f0f0f0, #e5e5e5);
	background: linear-gradient(#f0f0f0, #e5e5e5);
	-pie-background: linear-gradient(#f0f0f0, #e5e5e5);
	behavior: url(pie/PIE.php);
}

.home-tabs-links li a:hover {
	position: relative;
	background: #e5e5e5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#f0f0f0));
	background: -webkit-linear-gradient(#e5e5e5, #f0f0f0);
	background: -moz-linear-gradient(#e5e5e5, #f0f0f0);
	background: -ms-linear-gradient(#e5e5e5, #f0f0f0);
	background: -o-linear-gradient(#e5e5e5, #f0f0f0);
	background: linear-gradient(#e5e5e5, #f0f0f0);
	-pie-background: linear-gradient(#e5e5e5, #f0f0f0);
	behavior: url(pie/PIE.php);
}

.home-tabs-links li a.active {
	color: #fff;
	position: relative;
	border-right: 1px solid #0f86bb;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

.home-tabs-links li a.first {
	position: relative;
	border-left: none;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	behavior: url(pie/PIE.php);
}

.home-tabs-links li a.second {
	border-left: 1px solid #fff;
}
.product-page .tabs-links a.second {
	left: -20px;
}

.home-tabs-links li a.third {
	position: relative;
	border-right: none;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	behavior: url(pie/PIE.php);
}

/* end home tags links */

/* !left column */

.left-column .box {
	padding: 0;
	margin: 0 0 30px 0;
	position: relative;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.left-column .box .box-heading {
	height: 40px;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

.left-column .box .box-content ul {
	padding: 0;
	list-style: none;
}

.left-column .box .box-content ul li {
	border-top: 1px solid #e5e5e5;
}

.left-column .box .box-content ul li:first-child {
	border: none;
}

.left-column .box .box-content ul li ul li:first-child {
	border-top: 1px solid #e5e5e5;
}

.left-column .box .box-content ul li span {
	font-size: 11px;
	font-weight: 400 !important;
	color: #999;
	padding: 0 0 0 5px;
}

.left-column .box .box-content ul li a {
	display: block;
	color: #666;	
	font-size: 14px; /*@@@ шрифт +*/
	line-height: 14px;
	text-decoration: none;
	padding: 8px 15px;
	cursor: pointer;
	background: url(../image/icon-arrow-small-grey-right.png) no-repeat 6px 11px;
}

.left-column .box .box-content ul li a.active {
	color: #454545;
	font-weight: 700;
}

.left-column .box .box-content ul li a:hover {
	color: #008ccb;
}

.left-column .box .box-content ul li ul li a {
	font-size: 13px; /*@@@ шрифт 12*/	
	padding: 7px 15px 7px 25px;
	background: url(../image/icon-arrow-small-grey-right.png) no-repeat 16px 11px;
}

.left-column .box .box-content ul li ul li ul li a {
	line-height: 12px;
	padding: 6px 15px 7px 35px;
	background: none;
}

.left-column .box.basket-block {
	position: relative;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

body.page_checkout .left-column .box.basket-block {
	display: none;
}

.left-column .box.basket-block .box-heading {
	height: 39px;
	border-bottom: 1px solid #1291c9;
	background: none;
}

.left-column .box.basket-block .box-content {
	color: #fff;
	position: relative;
	padding: 10px 15px 15px 15px;
	border-top: 1px solid #59c2f1;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	behavior: url(pie/PIE.php);
}

.left-column .box.basket-block .box-content .button {
	margin: 10px 0 0 0;
}

.left-column .box.recent-articles ul li {
	font-size: 11px;
	line-height: 12px;
	padding: 12px 15px 13px 15px;
	margin: 0;
}

.left-column .box.recent-articles ul li a.title {
	display: inline !important;
	padding: 0 !important;
	background: none;
}

.left-column .box.recent-articles ul li p.last {
	padding: 5px 0 0 0 !important;
}

.left-column .box.recent-articles ul li .title {
	font-size: 13px;
}

.left-column .box.recent-articles ul li .date {
	display: none;
}

.left-column .box.archive-articles ul li ul {
	display: none;
}

.left-column .box.archive-articles ul li ul li ul li {
	font-size: 11px;
}

.left-column .box.archive-articles ul li a.blogActive {
	background: url(../image/icon-arrow-small-grey-bottom.png) no-repeat 6px 13px;
}

.left-column .box.archive-articles ul li ul li a.blogActive {
	background: url(../image/icon-arrow-small-grey-bottom.png) no-repeat 16px 13px;
}

/* end !left column */

/* !product teaser */

.product-teaser {
	width: 160px;
	height: 255px;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 0 0 12px 8px; /* 0 0 10px 10px;*/  /* 0 0 12px 12px; */  /* w1170 */
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.product-teaser.last {
	margin: 0 0 10px 0;
}

.product-teaser h4 {
	width: 100%;
	height: 34px;
	display: table;
	padding: 6px 0 2px 0;
	overflow: hidden;
}

.product-teaser h4 a {
	display: table-cell;
	color: #008ccb;
	vertical-align: middle;
	text-decoration: none;
}

.product-teaser h4 a:hover {
	text-decoration: underline;
}

.product-teaser .price {
	font-size: 13px;
	padding: 0 0 5px 0;
}

/* end product teaser */

/* !product page */

.product-page {
	padding: 0 0 10px 5px;
}

.product-page .images {
	width: 300px;
	padding: 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.product-page .info {
	width: 570px; /* 400px */  /* w1000*/
}

.product-page .info h1 {
	padding-left: 0;
	font-size: 20px; /* @@@ */
}

.product-page .info .price {
	font-size: 18px;
	line-height: 16px;
	padding: 10px 0 17px 0;
}

.product-page .info .sku,
.product-page .info .stock,
.product-page .info .manufacturer,
.product-page .info .attribute {
	padding: 0 0 5px 0;
}

.product-page .quantity {
	padding: 0 0 10px 0;
}

.product-page .quantity label {
	width: 70px;
	height: 28px;
	display: block;
	float: left;
	line-height: 28px;
	padding: 0 10px 0 0;
}

.product-page .quantity input[type="text"] {
	width: 50px;
	float: left;
	text-align: center;
}

.product-page .options .option.select {
	padding: 0 0 10px 0;
}

.product-page .options .option.select label {
	width: 70px;
	height: 28px;
	display: block;
	float: left;
	line-height: 28px;
	padding: 0 10px 0 0;
}

.product-page .options .option.select .select-block {
	width: 200px;
	float: left;
}

.product-page input[type="button"].large {
	width: 398px;
	margin: 10px 0 0 0;
}

.product-page .social {
	padding: 18px 0 0 0;
}

.product-page .tabs-links {
	height: 41px;
	position: relative;
	z-index: 20;
	padding: 20px 0 0 25px; /* 20px 0 0 15px  */
	width: 750px; /* 762px */
}

.product-page .tabs-links a {
	width: 245px;/* 254px */
	height: 41px;
	display: block;
	float: left;
	font-size: 17px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 21;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	behavior: url(pie/PIE.php);
	background: url(../image/product-page-tabs-links-bg.png) no-repeat 0 -41px;
}
/*
.product-page .tabs-links a.first {
	left: -15px;
}*/
.product-page .tabs-links a.third {
	left: -40px;
}

.product-page .tabs-links a.selected {
	color: #666;
	text-shadow: none;
	z-index: 22;
	background-position: 0 0;
}

.product-page .tabs-content {
	padding: 15px;
	position: relative;
	z-index: 15;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.product-page .reviews .info-text {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.product-page .reviews .review-box {
	padding: 1px 0 11px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.product-page .reviews .review-box .top {
	padding: 0 0 5px 0;
}

.product-page .reviews .review-box .text {
	font-style: italic;
}

.product-page .review-form {
	padding: 4px 0 0 0;
}

.product-page .review-form .success,
.product-page .review-form .warning {
	position: relative;
	bottom: 5px;
}

.product-page .review-form input[type="text"] {
	width: 178px;
}

.product-page .review-form textarea {
	width: 698px;
}

.product-page .review-form .line.captcha {
	padding: 0;
}

.product-page .review-form .line.captcha input[type="text"] {
	width: 50px;
	text-align: center;
	margin: 0 10px 0 0 ;
}

.product-page .review-form .line.captcha img {
	border: 1px solid #ccc;
	border-radius: 3px;
}

.product-page .review-form a.button {
	width: 200px;
}

.tabs-content {
	padding: 15px;
	position: relative;
	z-index: 15;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}
.review-box {
	padding: 1px 0 11px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}
/* end product page */

/* !category page */

.category-info {
	padding: 0 0 0 10px;
}

.category-info .description {
	padding: 0 0 8px 0; 
	margin: 0 0 20px 20px; /* +  */
	/* width: 500px; +  */
}
.category-info .image {
	background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px #c0c0c0;
    float: left;
    height: 160px;
	width: 160px;
    margin: 0 0 20px 0;
    padding: 8px;
    position: relative;
    text-align: center;    
}

.product-filter {
	margin: 8px 0 20px 10px;
	padding: 10px 15px 8px 15px;
}

.product-filter h3 {
	line-height: 26px;
	padding: 0 15px 0 0;
}

.product-filter label {
	height: 30px;
	display: inline-block;
	font-size: 11px;
	line-height: 28px;
	margin: 0 5px 0 0;
}

.product-filter .select-block {
	display: inline-block;
	margin: 0 10px 0 0;
}

.product-filter .limit .select-block {
	width: 60px;
}

.product-filter .sort .select-block {
	width: 210px;
	margin: 0;
}

.category-teaser {
	width: 160px;
	height: 195px;
	float: left;
	text-align: center;
	padding: 8px; /*10*/
	margin: 0 0 10px 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}
.category-teaser:hover {
	/*box-shadow:  1px 2px 3px 3px #C0C0C0;*/
	box-shadow:  0px 0px 0px 1px #1597d2;
}
.category-teaser.last {
	margin: 0 0 10px 0;
}

.category-teaser h4 {
	width: 160px;
	height: 34px;
	display: table-cell;
	font-size: 14px; /*13*/
	vertical-align: middle;
	text-align: center;
	padding: 6px 0 0 0;
}

.category-teaser h4 a {
	color: #008ccb;
	text-decoration: none;
}

.category-teaser h4 a:hover {
	text-decoration: underline;
}

/* end category page */

/* !manufacturer page */

.manufacturer-info {
	padding: 0 0 0 10px;
}
.manufacturer-info .description {
    margin: 0 0 20px 20px;
    padding: 0 0 8px;
    width: 500px;
}
.manufacturer-teaser {
	width: 160px;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #fff;
	behavior: url(pie/PIE.php);
}

.manufacturer-teaser h4 {
	padding: 0;
}

.manufacturer-teaser h4 a {
	color: #008ccb;
	text-decoration: none;
}

.manufacturer-teaser h4 a:hover {
	text-decoration: underline;
}

/* !end manufacturer page */

/* !blog page */

.blog-page {
	padding: 0 0 0 10px;
}

.blog-teaser {
	padding: 0 0 20px 0;
}

.blog-teaser .blog-teaser-header h2 {
	padding: 0 0 6px 0;
}

.blog-teaser .blog-teaser-footer .button {
	width: 150px;
	margin: 0 20px 0 0;
}

.blog-teaser .blog-teaser-content {
	padding: 0 0 11px 0;
}

.blog-teaser .blog-teaser-footer .time,
.blog-teaser .blog-teaser-footer .viewed {
	position: relative;
	top: 4px;
}

.blog-post {
	padding: 0 0 0 10px;
}

.blog-post .blog-post-header {
	padding: 0 0 11px 0;
}

.blog-post .blog-post-header h1 {
	padding: 0 0 14px 0;
}

.blog-post .blog-post-header .time {
	position: relative;
	top: 4px;
}

.blog-post .blog-post-content {
	padding: 0 0 14px 0;
	font-size: 15px; /* 14 article */
	line-height: 120%;

}

/* end blog */

/* !search */

.advanced-search {
	margin: 0 0 10px 10px;
	padding: 10px 15px 12px 15px;
}

.advanced-search label {
	display: block;
	float: left;
	font-size: 11px;
	margin: 0 15px 0 0;
}

.advanced-search input[type="text"] {
	width: 257px;
	float: left;
	margin: 0 5px 0 0;
}

.advanced-search input[type="checkbox"],
.advanced-search input[type="radio"] {
	float: left;
	margin: 0 5px 0 0;
}

.advanced-search input[type="button"] {
	width: 150px;
}

.advanced-search .select-block {
	width: 279px;
	float: left;
	margin: 0 5px 0 0;
}

.advanced-search .top {
	padding: 0 0 10px 0;
}

#blogSearch {
	display: none;
}

/* end search */

/* filter */

.filter {
	font-size: 11px;
	padding: 0 0 13px 0;
}

.filter h5 {
	padding: 0 15px 4px 15px;
	cursor: pointer;
}

.filter .price-slider {
	padding: 10px 15px 15px 15px;
}

.filter .price-slider h5 {
	padding: 0 0 4px 0;
}

.filter .price-slider label {
	height: 28px;
	display: block;
	line-height: 28px;
	margin: 0 5px 0 0;
}

.filter .price-slider input[type="text"] {
	width: 55px;
	text-align: center;
	margin: 0 5px 0 0;
}

.filter .price-slider input[type="text"].right {
	margin: 0;
}

.filter .price-slider .ui-slider {
	margin: 10px 8px 0 6px;
}

.filter .price-slider .ui-slider .ui-slider-range {
	background: #1aa0dc;
}

.filter .price-slider .ui-slider .ui-slider-handle {
	outline: none;
	cursor: pointer !important;
}

.filter .price-slider .ui-slider .ui-slider-handle.ui-state-hover {
	border: 1px solid #1aa0dc;
	background: #6ccbf6;
}

.filter .price-slider .ui-slider .ui-slider-handle.ui-state-focus {
	border: 1px solid #1aa0dc;
	background: #fff;
}

.filter .option-box {
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
}

.filter .option-box .collapsible {
	padding: 0 5px 0 10px; /*15*/
}

.filter .button.small {
	margin: 0 15px;
}
.filter .option-box .collapsible.fcolor {
    border-radius: 7px;
    display: block;
    min-width: 167px;
    padding: 5px 5px 0;
    vertical-align: top;
}
.filter .option-box .collapsible.fcolor img {
    margin: 2px;
	padding: 1px;
	
}
.filter .option-box .collapsible.fcolor img.selected {
    border: 1px solid #FF00CC;
    margin: 0;
}
.instock {
	border-bottom: 1px solid #E5E5E5;
}
/* end filter */

/* checkout */

.warning.checkout {
	margin: 0 0 10px 0;
}

.simplecheckout-products {
	padding: 10px 15px 0 15px;
	margin: 0 0 10px 0;
}

.simplecheckout-products .product-row {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.simplecheckout-products .product-row.last {
	margin: 0;
	border: none;
}

.simplecheckout-products .product-row .image {
	width: 80px;
}

.simplecheckout-products .product-row .info {
	width: 210px;
	font-size: 11px;
	color: #999;
	padding: 15px 0 0 10px;
}

.simplecheckout-products .product-row .info h3 {
	padding: 0 0 1px 0;
}

.simplecheckout-products .product-row .quantity {
	width: 92px;
	padding: 17px 15px 0 0;
}

.simplecheckout-products .product-row .quantity input[type="text"] {
	width: 18px;
	float: left;
	text-align: center;
	margin: 0 2px;
}

.simplecheckout-products .product-row .quantity img {
	cursor: pointer;
}

.simplecheckout-products .product-row .price,
.simplecheckout-products .product-row .total {
	width: 110px;
	text-align: center;
	padding: 17px 0 0 0;
}

.simplecheckout-products .product-row .price .amount,
.simplecheckout-products .product-row .total .amount {
	font-size: 19px;
	letter-spacing: -1px;
	padding: 5px 0 0 0;
}

.simplecheckout-products .product-row .delete {
	width: 40px;
	text-align: center;
	padding: 17px 15px 0 15px;
}

.simplecheckout-products .product-row .delete img {
	position: relative;
	top: 4px;
	opacity: 0.5;
}

.simplecheckout-products .product-row .delete img:hover {
	opacity: 1;
}

.simplecheckout-products .product-row  .description {
	display: block;
	font-size: 11px;
	color: #999;
	text-align: center;
}

.simplecheckout-total {
	height: 40px;
	color: #fff;
	line-height: 40px;
	margin: 0 0 10px 0;
	position: relative;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;
	-webkit-box-shadow: 0 1px 2px #c0c0c0;
	-moz-box-shadow: 0 1px 2px #c0c0c0;
	-o-box-shadow: 0 1px 2px #c0c0c0;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

.simplecheckout-total .title {
	font-size: 13px;
}

.simplecheckout-total .value {
	width: 110px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	padding: 0 85px 0 15px;
}

.simplecheckout-block {
	margin: 0 0 10px 0;
}

.simplecheckout-block .info .line {
	position: relative;
	padding: 0 0 10px 0;
	font-size: 14px; /* @@@ + */
}

.simplecheckout-block .info .line p {
	padding: 0;
}

.simplecheckout-block .info .line .description {
	font-size: 13px; /* 11 @@@  */
	color: #888;
	padding: 0 0 0 25px; /* 18 @@@  */
}

.simplecheckout-block .info .line .quote {
	display: none;
	font-size: 11px;
	position: absolute;
	top: 0; right: 0;
}

.simplecheckout-customer-two-column-left .simplecheckout-customer-left {
	width: 160px;
	font-size: 13px;
	text-align: left;
	padding: 6px 0 5px 0;
	vertical-align: top;
	border: none;
}

.simplecheckout-customer-two-column-left .simplecheckout-customer-right {
	width: 560px;
	font-size: 13px;
	text-align: left;
	padding: 0 0 5px 0;
	border: none;
}

.simplecheckout-customer-two-column-left .simplecheckout-error-text {
	display: block;
	font-size: 11px;
	color: #9c3535;
}

.simplecheckout-customer-two-column-left input[type="text"] {
	width: 282px;
	height: 12px;
	padding: 8px 10px 6px 10px;
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	behavior: url(pie/PIE.php);
}

.simplecheckout-customer-two-column-left textarea {
	width: 538px;
}

.simplecheckout-button-block a.button {
	width: 748px;
	color: #fff;
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	line-height: 58px;
	letter-spacing: -1px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	text-shadow: 0 1px 1px #1380b7;
	-webkit-text-shadow: 0 1px 1px #1380b7;
	-moz-text-shadow: 0 1px 1px #1380b7;
	-o-text-shadow: 0 1px 1px #1380b7;
	border-bottom: 1px solid #0a84bb;
	box-shadow: inset 0 1px 1px #4ac7ff;
	-webkit-box-shadow: inset 0 1px 1px #4ac7ff;
	-moz-box-shadow: inset 0 1px 1px #4ac7ff;
	-o-box-shadow: inset 0 1px 1px #4ac7ff;
	background: #25b4f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
	background: -webkit-linear-gradient(#25b4f5, #1597d2);
	background: -moz-linear-gradient(#25b4f5, #1597d2);
	background: -ms-linear-gradient(#25b4f5, #1597d2);
	background: -o-linear-gradient(#25b4f5, #1597d2);
	background: linear-gradient(#25b4f5, #1597d2);
	-pie-background: linear-gradient(#25b4f5, #1597d2);
	behavior: url(pie/PIE.php);
}

.simplecheckout-button-block a.button:hover {
	position: relative;
	background: #1597d2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1597d2), to(#25b4f5));
	background: -webkit-linear-gradient(#1597d2, #25b4f5);
	background: -moz-linear-gradient(#1597d2, #25b4f5);
	background: -ms-linear-gradient(#1597d2, #25b4f5);
	background: -o-linear-gradient(#1597d2, #25b4f5);
	background: linear-gradient(#1597d2, #25b4f5);
	-pie-background: linear-gradient(#1597d2, #25b4f5);
	behavior: url(pie/PIE.php);
}

.simplecheckout_overlay,
#button-confirm {
	display: none;
}

/* end checkout */

/* !breadcrumbs */

.breadcrumbs {
	font-size: 13px; /*11*/
	position: absolute;
	left: -240px; top: -25px;
}

/* end breadcrams */

/* !pagination */

.pagination {
	clear: both;
	margin:0 0 20px 12px;
}

.pagination .links a,
.pagination .links span {
	float: left;
	padding: 0 10px;
	margin: 0 5px 0 0;
}

/* end pagination */

/* shop-closed */

.shop-closed {
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	left: 0; top: 0;
	z-index: 10000;
	background: url(../image/body-bg.gif);
}

.shop-closed hr {
	margin: 24px 0 5px 0;
}

.shop-closed h3 {
	padding: 0 0 6px 0;
}

.shop-closed .inner-block {
	width: 700px;
	padding: 100px 0 0 0;
}

.shop-closed .logo {
	padding: 0 0 20px 0;
}

.shop-closed .contacts {
	text-align: center;
}

.shop-closed .contacts .box {
	display: inline-block;
}

/* end shop-closed */

/* popup*/

.popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0;
	z-index: 2000;
	background: url(../image/dark-bg.png);
}


.popup-wrapper .popup-block {
	width: 420px;
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	line-height: 16px;
	text-align: center;
	padding: 15px 15px 20px 15px;
	margin: 0 0 0 -200px;
	position: absolute;
	left: 50%;
        top: 45%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 0 5px #666;
	background: url(../image/body-bg.gif);
	behavior: url(pie/PIE.php);
}

.popup-wrapper .popup-block .button {
	width: 150px;
}

.popup-wrapper .popup-block .button.left {
	margin: 0 0 0 15px;
}

.popup-wrapper .popup-block .button.right {
	margin: 0 15px 0 0;
}

/* end popup*/

/* !footer */ 

.footer-spacer {
	height: 100px;
}

.footer-wrapper {
    width: 100%;
    height: 100px;
    margin: -100px 0 0 0;
    position: relative;
    z-index: 100;
    position: relative;
    background: #333333;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#151515));
    background: -webkit-linear-gradient(#333333, #151515);
    background: -moz-linear-gradient(#333333, #151515);
    background: -ms-linear-gradient(#333333, #151515);
    background: -o-linear-gradient(#333333, #151515);
    background: linear-gradient(#333333, #151515);
    -pie-background: linear-gradient(#333333, #151515);
    behavior: url(pie/PIE.php);
}

.footer-wrapper .block {
	font-size: 11px;
	color: #999;
	padding: 36px 50px 0 0;
}

.footer-wrapper .block.right {
	text-align: right;
}

.footer-wrapper .block.counters {
	padding: 34px 0 0 0;
}

.footer-wrapper .block.counters .box {
	margin: 0 10px 0 0;
}

.footer-wrapper .block a {
	color: #ccc;
}

/*  end footer */

/*  http://igroteka.kh.ua */
/*   
.inner-block {
	width: 1105px;
}
*//**/
div.contacts  {
	margin-right: 0px;

}/*
.right-column {
	width: 870px;
	position: relative;
}*/

.product-teaser {
	width: 204px; /*187 217px */   /* w1170 */
	/*height: 335px; 305  325 */ /* w1170 */
        height: auto;
}
.product-teaser:hover {	
	/*box-shadow:  1px 2px 3px 3px #C0C0C0;*/ /* inset*/
	box-shadow:  0px 0px 0px 1px #1597d2;
}

.descr_f {
	width: 204px; /*217 187*/
	height: 335px; /*276*/
}
/*
.product-page .info {
    width: 510px;
}*/

.home-tabs-links {
	/*width: 730px;*//*745 730px */ /* w1000 */
}

.product-teaser div.bottom a.button {	
	bottom: 7px; 	
	display: inline;
	width: 90px;
	margin: 5px 0 0 20px;
}

.product-teaser div.bottom a.button.search-tpl {
	display: block;
	width: 100%;
	margin: 0;
}

.product-teaser div.bottom div.price {
	padding: 0 0 5px;
}

.product-teaser .price {
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 16px;/**/
}
/*
div.price {	
	bottom: 35px;
	left: 90px;	
} */
.descr{	
}
.bottom {
/*	margin: 5px 0 0 0;
	position: absolute;
	bottom: 5px;
	width: 90%; */
    margin: 5px 0 0 0;
    position: relative;
}
.razmery {
	margin: 0 10px 7px 10px;
}
div.razmery > div {
	margin-bottom: 5px;
}
/*
.razmery .select-block .select-box div{
	width: 130px;
}*/
.product-teaser div.bottom a.podrobno  {
	
	display: block;
	margin: 5px 0 0;
	/*bottom: 12px;
	text-align: left;
	width: 105px; 
	height: 60px;
	
	  -10 
	 left: -17px;*/
}
.div-button-cart {
	/*width: 77px; 
	height: 60px;
	margin-left: 10px;*/
} 
a.button.medium.round.r5 {
	cursor: pointer;
	border-radius: 5px;
} 
a.button.netnasklade {
	font-size: 12px;
} 
.under_order {
	color: #FF7200; /* 008CCB */
	font-size: 14px;
	font-weight: 700;
}
.under_order_c {
	color: #FF7200; /* 008CCB */
	font-size: 13px;
	position: absolute;
	margin-left: -75px;
}

.under_order_category {
	margin: -7px 0 0 0;
	padding: 0 0 5px;
	color: #008CCB;
	font-size: 13px;
	font-weight: bold;
}

#scrollTop {
	margin: auto; 
	width: 1000px;
	position: relative;  
	z-index: 2000;
}
#scrollTop > div {
	padding-left: 999px; /* 220px - in left */
}
.scrollTop {
  background: url("/image/data/site/arrows2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 155px;
  display: block;
  height: 50px;
  /*left: 220px;*/
  position: fixed;
  width: 50px;
  z-index: 2000;
}

#scrollDown {
	margin: auto; 
	width: 1000px;
	position: relative;  
	z-index: 2000;
}
#scrollDown > div {
	padding-left: 999px; /* 220px - in left */
}
.scrollDown {
  background: url("/image/data/site/arrows-dn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 90px;
  display: block;
  height: 50px;
  /*left: 220px;*/
  position: fixed;
  width: 50px;
  z-index: 2000;
}

.opacity{
	opacity: 0.5;
}
/*
.our_sites {
	margin: 0 0 10px 0;
	text-align: center;
}
.our_sites_button {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #c0c0c0;    
	height: 40px;
	width: 230px;
	margin: 0 0 20px 0;
	padding: 2px;
	position: relative;
}
.our_sites_a {
	color: #fff; 
	font-size: 17px;	 
	font-family: 'PT Sans',sans-serif,Arial,Tahoma;
	height: 40px;
	line-height: 40px;    
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #1380b7;
	background: linear-gradient(#25b4f5, #1597d2) repeat scroll 0 0 rgba(0, 0, 0, 0);			 
	border-radius: 5px; display: block;
	position: relative;
}
.our_sites_a:hover {
	color: #ffffff;
}
.img_our_sites {
	height: 127px;
	width: 230px;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 1px 2px #c0c0c0;
	border-radius: 5px;
}
.img_our_sites:hover {
	box-shadow:  1px 2px 3px 3px #C0C0C0;
}
*/


#products_pictograms {
    display: table;
   
    margin: 5px 0;
    width: 460px;
	text-align: left;
}
#products_pictograms img {
    margin: 0 5px 5px 0;
}
/*
.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 10px 15px;
    text-align: left;
    width: 200px;
    z-index: 99;
}*/

.info_product {
	position: relative;
	height: 440px;
}

.bottom_card_button {
    bottom: 14px;    
    position: absolute;
    width: 100%;
}

.diapazon_razmerov {
	padding: 9px 0 0 0;  /*text-align: center; */
	width: 100%;
	height: 28px;
	
}
.diapazon_razmerov span{
    background: url("../image/icon-shoes.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #b6c6d8;
   /* display: block;
    float: left;
	 margin: 0 0 5px;
	*/
    font: 13px 'ptSansLight',arial,'segoe ui',tahoma,sans-serif;   
    padding: 5px 0 4px 30px;
}

.diapazon_razmerov_f { /*
	height: 335px;*/
    height: auto;
}



.radio-container{
  display: block;
 
}
.radio-container *{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio-container .radio-btn{
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
 
}
.radio-container .radio-btn:last-child{
  border-right: 0px;
}
.radio-container .radio-btn.nth-2{width: calc(50% - 1px);}
.radio-container .radio-btn.nth-3{width: calc(33.3333% - 1.4px);}
.radio-container .radio-btn.nth-4{width: calc(25% - 1.5px);}
.radio-container .radio-btn label{
display: block;
    padding: 2px 2px;
    border: 1px solid #1faae9;
    border-radius: 4px;

}
.radio-container .radio-btn input{display: none;}
.radio-container .radio-btn input:checked + label{
color: #fff;
    position: relative;
    border: 1px solid #0da3e6;
    text-shadow: 0 1px 1px #1380b7;
    -webkit-text-shadow: 0 1px 1px #1380b7;
    -moz-text-shadow: 0 1px 1px #1380b7;
    -o-text-shadow: 0 1px 1px #1380b7;
    border-bottom: 1px solid #0a84bb;
    box-shadow: inset 0 1px 1px #4ac7ff;
    -webkit-box-shadow: inset 0 1px 1px #4ac7ff;
    -moz-box-shadow: inset 0 1px 1px #4ac7ff;
    -o-box-shadow: inset 0 1px 1px #4ac7ff;
    background: #25b4f5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#25b4f5), to(#1597d2));
    background: -webkit-linear-gradient(#25b4f5, #1597d2);
    background: -moz-linear-gradient(#25b4f5, #1597d2);
    background: -ms-linear-gradient(#25b4f5, #1597d2);
    background: -o-linear-gradient(#25b4f5, #1597d2);
    background: linear-gradient(#25b4f5, #1597d2);
    -pie-background: linear-gradient(#25b4f5, #1597d2);
   
  
}
/*
.contacts .box.viber {
	background: url(../image/viber.svg) no-repeat 0 0;
}


.viber{     display: inline-block;}
.viber:before {
  background: #7c529d  url(/image/viber.svg) no-repeat center;
    border-radius: 50px;
    content: "";
    display: block;
      height: 25px;
    width: 25px;
    background-size: 15px;

	}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
