* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

header,nav,section,article,aside,footer {
	display: block;
}

body {
	font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #333333;
}

a {
	color: #2d578e;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 0 0;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}
.hide {
	display: none;
}

div.ajax-loader {
	width: 100%;
	padding: 150px 0;
	background: url(/media/images/ajax-loader.gif) no-repeat center;
	
}



#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 5
}

div.error {
	color: red;
}

ul.errorlist li {
	color: red;
	font-size: 11px;
}
label.error {
	color: red;
	margin-left: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.title-block h1 {
	font-size: 16px;
	font-weight: bold;
}
/*input[type=text],*/
/*input[type=number],*/
/*input[type=email] {*/
/*    height: 28px;*/
/*    font: 12px Arial;*/
/*    color: #666666;*/
/*    padding: 0 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 5px;*/
/*}*/
input:focus,
textarea.order-textarea:focus {
    outline: none;
}
/* ����� �� ������������ ������ */
.round-4 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.round-2-top {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.round-2-bottom {
	border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.round-2-bottom {
	border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.round-small {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.border {
	border: 1px solid #cfcfcf;
}
.border-gorizontal {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
.gray-gradient-vertical {
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(#ffffff, #f5f5f5);
	background: -ms-linear-gradient(#ffffff, #f5f5f5);
	background: -o-linear-gradient(#ffffff, #f5f5f5);
	background: linear-gradient(#ffffff, #f5f5f5);
	-pie-background: linear-gradient(#ffffff, #f5f5f5);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.gray-gradient-vertical-rev {
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#ffffff));
	background: -webkit-linear-gradient(#f5f5f5, #ffffff);
	background: -moz-linear-gradient(#f5f5f5, #ffffff);
	background: -ms-linear-gradient(#f5f5f5, #ffffff);
	background: -o-linear-gradient(#f5f5f5, #ffffff);
	background: linear-gradient(#f5f5f5, #ffffff);
	-pie-background: linear-gradient(#f5f5f5, #ffffff);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.green-gradient-vertical {
	background: #10ac00 ;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#10ac00 ), to(#0e7800));
	background: -webkit-linear-gradient(#10ac00 , #0e7800);
	background: -moz-linear-gradient(#10ac00 , #0e7800);
	background: -ms-linear-gradient(#10ac00 , #0e7800);
	background: -o-linear-gradient(#10ac00 , #0e7800);
	background: linear-gradient(#10ac00 , #0e7800);
	-pie-background: linear-gradient(#10ac00 , #0e7800);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.print-header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.font-20 {
	font-size: 20px !important;
}
.link-dashed {
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
a.popup {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}
.width-1000 {
	width: 1000px;
}
a.popup:hover {
	border-bottom: none;
}
.link-dashed:hover {
	border-bottom: none;
}
.grey {
	color: #333333;
}
.white-grey {
	color: #666666;
}
.white {
	color: #fff;
}
.orange {
	color: #ff6600;
}
.red {
	color: red;
}
.green {
	color: #008000;
}

.blue {
	color: #2E597F;
}

.orange-dashed {
	text-decoration: none;
	border-bottom: 1px dashed #ff6600;
	color: #ff6600;
}
.orange-dashed:hover {
	border-bottom: none;
}
.no-decoration {
	text-decoration: none;
}

.good-price-item {
	font-size: 15px;
	margin-top: 5px;
	height: 28px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear,
.clear-line {
	clear: both;
	display: block;
}

.visible {
	display: block !important;
}
.hidden {
	display: none;
}
a.cart-url {
	color: #000;
	text-decoration: none;
}
a.cart-url:hover {
	text-decoration: underline;
}
a.admin-edit {
	color: red;
}




.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}




.btn._mini {
	padding: 0 5px;
}








.button {
	display: inline-block;
	border: 1px solid #ff6c00;
	text-align: center;
	cursor: pointer;
	padding: 0 14px;
	height: 28px;

	font: 16px/25px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
	color: #fff;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;

	background: #ff9400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9400 50%, #ff6600 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff9400), color-stop(50%,#ff6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* IE10+ */
	background: linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* W3C */
	-pie-background: linear-gradient(#ff9400, #ff6600);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
	text-decoration: none;
}
.button:hover {
	border: 1px solid #F9933F;
	background: #ffa900; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa900 50%, #ff8100 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffa900), color-stop(50%,#ff8100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* IE10+ */
	background: linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* W3C */
	-pie-background: linear-gradient(#ffa900, #ff8100);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.button-green,
.button-green:hover  {
	padding: 0 5px !important;
	cursor: auto;
	border: 1px solid #175600;
	background: #1f6e03; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f6e03 50%, #0b8e00 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#1f6e03), color-stop(50%,#0b8e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f6e03 50%,#0b8e00 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f6e03 50%,#0b8e00 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f6e03 50%,#0b8e00 50%); /* IE10+ */
	background: linear-gradient(top,  #1f6e03 50%,#0b8e00 50%); /* W3C */
	-pie-background: linear-gradient(#1f6e03, #0b8e00);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
	color: white;
}
.button-red {
	padding: 0 8px !important;
	border: 1px solid #de3909;
	background: #de3909; /* Old browsers */
	background: -moz-linear-gradient(top,  #de3909 50%, #de3909 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#de3909), color-stop(50%,#de3909)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #de3909 50%,#de3909 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #de3909 50%,#de3909 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #de3909 50%,#de3909 50%); /* IE10+ */
	background: linear-gradient(top,  #de3909 50%,#de3909 50%); /* W3C */
	-pie-background: linear-gradient(#de3909, #de3909);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.button-red:hover  {
	padding: 0 8px !important;
	border: 1px solid #ee4d1e;
	background: #ee4d1e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee4d1e 50%, #ee4d1e 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ee4d1e), color-stop(50%,#ee4d1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee4d1e 50%,#ee4d1e 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee4d1e 50%,#ee4d1e 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee4d1e 50%,#ee4d1e 50%); /* IE10+ */
	background: linear-gradient(top,  #ee4d1e 50%,#ee4d1e 50%); /* W3C */
	-pie-background: linear-gradient(#ee4d1e, #ee4d1e);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}




.button-red1 {
	padding: 0 8px !important;
	border: 1px solid #fa0000;
	background: #fa0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa0000 0%, #be0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa0000), color-stop(100%,#be0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa0000 0%,#be0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa0000 0%,#be0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa0000 0%,#be0000 100%); /* IE10+ */
	background: linear-gradient(top,  #fa0000 0%,#be0000 100%); /* W3C */
	-pie-background: linear-gradient(#fa0000, #be0000);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.button-red1:hover  {
	padding: 0 8px !important;
	border: 1px solid #ee4d1e;
	background: #fa0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #c50000 0%, #f30000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c50000), color-stop(100%,#f30000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c50000 0%,#f30000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c50000 0%,#f30000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c50000 0%,#f30000 100%); /* IE10+ */
	background: linear-gradient(top,  #c50000 0%,#f30000 100%); /* W3C */
	-pie-background: linear-gradient(#c50000, #f30000);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}






.button-big {
	height: 30px;
	font: 18px/30px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
}
.padding-20 {
	padding: 20px;
}
div.header {
	font-size: 24px;
}

div.header._cart {
	margin-bottom: 10px;
}

div.new {
	width: 39px;
	height: 39px;
	background: url(/media/images/new.png) no-repeat;
}
div.hit {
	width: 39px;
	height: 39px;
	background: url(/media/images/hit.png) no-repeat;
}
div.sale {
	width: 39px;
	height: 39px;
	background: url(/media/images/sale.png) no-repeat;
}
div.hit-wrap {
	position: absolute;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	position: absolute;
	top: 0;
	width: 1000px;
}

.header_w1 {
	height: 285px;
}

.top-menu {
	height: 40px;
	padding: 0 20px 0 20px;
	background: url(/media/images/top-menu-bg.jpg) no-repeat;
	width: 960px;
}

ul.info-menu {
	font: 13px/30px Arial, Verdana, Segoe, sans-serif;
	color: #cccccc;
}

ul.info-menu li {
	display: inline;
	margin: 0 6px 0 0;
}

ul.info-menu li a {
	color: #333333;
	text-decoration: none;
}

ul.info-menu li a:hover {
	text-decoration: underline;
}

.top-block1 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top-block1 ._logo {
	float: left;
	position: relative;
	z-index: 100;
}

.top-block1 ._phones {
	float: left;
}

.top-block1 ._phone {
	float: left;
}

.top-block1 ._phone._for_city {
	margin-left: 10px;
	margin-right: 0;
	width: 287px;
}

.top-block1 ._phone ._title {
	margin-bottom: 5px;
	color: black;
	font-size: 14px;
}

.top-block1 ._phone ._value {
	font-size: 24px;
	font-weight: bold;
	color: #ff6633;
}

.top-block1-phones-gerb {
	float: left;
	display: inline-block;
	margin-right: 15px;
}

.top-block1-phones-w1 {
	display: inline-block;
	text-align: center;
}

.top-block1-phones-w1._use_default {
	margin-left: 40px;
	text-align: left;
}

.footer-contacts .top-block1-phones-w1._use_default {
	margin-left: 0;
}

.top-block1-phones-t1 {
	color: black;
	font-size: 18px;
}

.top-block1-phones-t2 {
	font-weight: bold;
	color: #2e597f;
	font-size: 18px;
}

.top-block1-phones-t3 {
	color: black;
	font-size: 18px;
	margin-bottom: 5px;
}

.top-block1 ._banner_NY {
	float: left;
}

.top-block1-delivery {
	display: inline-block;
	text-align: center;
	width: 217px;
}

.footer-contacts .top-block1-delivery {
	display: none;
}

.top-block1-delivery-notice_w1 {
	display: inline-block;
	cursor: pointer;
}

.top-block1-delivery-notice {
	font-size: 12px;
	color: #000;
	background: white;
	padding: 10px;
	font-weight: normal;
	position: absolute;
	z-index: 100;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
	cursor: default;
	display: none;
	text-align: left;
	width: 390px;
	margin-left: -20px;
}

.top-block1-delivery-notice_w1:hover .top-block1-delivery-notice {
	display: block;
}

.top-block1 ._wrap1 {
	margin-left: 10px;
	float: left;
	width: 190px;
}

.top-block1 ._wrap4 {
	margin-bottom: 3px;
}

.top-block1 ._phone-tool {
	font-size: 14px;
	color: black;
}

.top-block1 ._shop {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.top-block1 ._wrap3 {
	color: #0825db;
}

.top-block1 ._info {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.top-block1 ._info img {
	vertical-align: middle;
	margin-right: 5px;
}

.top-block1 ._info a {
	color: #333;
	text-decoration: none;
}











.schedule {
	font-size: 11px;
	margin-top: 4px;
}

.day {
	color: #666666;
}


div.but {
	position: absolute;
	top: 20px;
	right: 0;
	cursor: pointer;
	background: url(/media/images/but.gif) no-repeat;
	width: 19px;
	height: 18px;
}
div.but-active {
	background: url(/media/images/but2.gif) no-repeat;
}
div.phone-hidden {
	position: absolute; 
	top: 60px; 
	right: 0; 
	z-index: 10; 
	padding: 0 27px 15px 0; 
	display: none;
	width: 400px;
	
 	box-shadow: 4px 4px 10px #ccc;
    -moz-box-shadow: 4px 4px 10px #ccc;
    -webkit-box-shadow: 4px 4px 10px #ccc;
}

.top-search {
	height: 40px;
	/*overflow: hidden;*/
	position: relative;
}

.top-search-block {
	position: relative;
	height: 40px;
	width: 741px;
	float: left;
	background: url(/media/images/search-bg.jpg) no-repeat;
}

.top-search-block ._shop-title {
	display: inline-block;
	margin-top: 11px;
	margin-left: 12px;
	font-size: 16px;
	font-weight: bold;
}

.top-search-block-title {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial,
		sans-serif;
}

.top-search-block-form {
	position: absolute;
	top: 7px;
	left: 180px;
}

.top-search-block-form ._autocomplete {
	position: absolute;
	background: white;
	border: 1px solid #cfcfcf;
	z-index: 100;
	display: none;
}

.top-search-block-form ._autocomplete div {
	padding: 5px 10px;
	cursor: default;
}

.top-search-block-form ._autocomplete div._hover {
	background-color: #f63;
	color: white;
}

input.top-search-input {
	color: #797979;
	width: 482px;
	height: 28px;
	background: url(/media/images/search-input-bg.gif) no-repeat;
	padding: 0 10px 0 30px;
	border: none;
	line-height: 28px;
	font-size: 12px;
}
.top-search-input:focus {
	outline: none;
}

.top-search-button {
	position: absolute;
	top: 7px;
	left: 662px;
	height: 26px;
	width: 72px;
	padding: 0;

	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top-cart {
	height: 40px;
	width: 250px;
	float: right;
	background: url(/media/images/cart-bg.jpg) no-repeat;
	position: relative;
}

.top-cart-button {
	position: absolute;
	top: 0;
	right: 0;
}

.cart-title {
	position: absolute;
	top: 11px;
	left: 10px;
	font: 14px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial,
		sans-serif;
	font-weight: bold;
}

.cart-title img {
	vertical-align: middle;
	margin: 0 10px 3px 0;
}

.cart-goods {
	position: absolute;
	top: 12px;
	left: 112px;
	color: #999999;
}
.menu-sep {
	background: url(/media/images/menu-sep.gif) no-repeat;
	width: 3px;
	height: 60px;
	padding: 0 0 0 0 !important;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 158px;
	margin: 10px 0 20px 0;
}

.content-index-left {
	float: left;
	width: 250px;
}

.content-index-right {
	float: right;
	width: 730px;
}

.content-left {
	float: left;
	width: 730px;
}

.content-right {
	float: right;
	width: 250px;
}

.block {
	padding: 20px;
	position: relative;
	margin: 12px 0 20px 0;
}
div.title-block {
	background: url(/media/images/block-title-bg.gif) center right no-repeat #fff;
	padding: 5px 10px 5px 5px; 
	position: absolute; 
	top: -15px;
	left: 15px;
	color: #333333;
}
div.title-block a {
	color: #333333;
	text-decoration: none;
}

ul.certificates {
	overflow: hidden;
	height: 95px;
}
ul.certificates li {
	float: left;
}

.index-news-item {
	margin: 0 0 15px 0;
	font-size: 11px;
}
.index-news-date {
	color: #999999;
	margin: 0 0 2px 0;
}
.index-news-title {
	margin: 0 0 2px 0;
}

ul.banner li {
	margin: 0 0 10px 0;
}
.content-banners-right li {
	margin: 0 0 17px 0;
}
.index-money {
	overflow: hidden;
}
.index-money li {
	float: left;
}
.content-index-right-top {
	overflow: hidden;
	margin-bottom: 20px;
}
.content-main-banner {
	float: left;
	width: 730px;
	padding-top: 9px;
}
.content-banners {
	float: right;
	/*width: 240px;*/
}
/*
div.main-banner {
	width: 470px; 
	height: 239px; 
	overflow: hidden;
}
div.main-banner ul li img {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.main-listing {
	width: 468px;
	height: 29px;
	background: #ededed;
}
.main-listing ul {
	overflow: hidden;
}
.main-listing ul li {
	float: left;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
}
.main-listing ul li.active {
	background: #fdfdfd;
	color: #333333;
	cursor: auto;
}
.main-listing ul li.active:first-child {
	border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
.main-listing ul li.main-listing-sep {
	width: 3px;
	height: 29px;
	background: url(/media/images/main-banner-sep.gif) no-repeat;
	padding: 0 !important;
}
*/
.block2 {
	position: relative;
	margin-bottom: 20px;
}
.block2-title {
	position: absolute;
	top: -12px;
	left: 13px;
	overflow: hidden;
}
.block2-title-center {
	padding: 0 5px 0 5px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	display: inline-block;
	background: #2c4360;
	background: -moz-linear-gradient(left,  #2c4360 1%, #365581 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#2c4360), color-stop(100%,#365581));
	background: -webkit-linear-gradient(left,  #2c4360 1%,#365581 100%);
	background: -o-linear-gradient(left,  #2c4360 1%,#365581 100%);
	background: -ms-linear-gradient(left,  #2c4360 1%,#365581 100%);
	background: linear-gradient(left,  #2c4360 1%,#365581 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4360', endColorstr='#365581',GradientType=1 );
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}

.block2-title-left {
	background: url(/media/images/block2-left.gif) no-repeat;
	height: 23px;
	width: 10px;
	float: left;
}
.block2-title-right {
	background: url(/media/images/block2-right.gif) no-repeat;
	height: 23px;
	width: 223px;
	float: right;
}


.block2-orange-title-center {
	padding: 0 5px 0 5px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	display: inline-block;
	background: #fe6601;
	background: -moz-linear-gradient(left,  #fe6601 1%, #ff8e26 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#fe6601), color-stop(100%,#ff8e26));
	background: -webkit-linear-gradient(left,  #fe6601 1%,#ff8e26 100%);
	background: -o-linear-gradient(left,  #fe6601 1%,#ff8e26 100%);
	background: -ms-linear-gradient(left,  #fe6601 1%,#ff8e26 100%);
	background: linear-gradient(left,  #fe6601 1%,#ff8e26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe6601', endColorstr='#ff8e26',GradientType=1 );
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}

.block2-orange-title-left {
	background: url(/media/images/block2-orange-left.gif) no-repeat;
	height: 23px;
	width: 10px;
	float: left;
}
.block2-orange-title-right {
	background: url(/media/images/block2-orange-right.gif) no-repeat;
	height: 23px;
	width: 223px;
	float: right;
}


.index-arrow-left {
	background: url(/media/images/index-arrow-left.png) no-repeat;
	width: 21px;
	height: 54px;
	position: absolute;
	top: 130px;
	left: 0;
	cursor: pointer;
}
.index-arrow-left:hover {
	background: url(/media/images/index-arrow-left-hover.png) no-repeat;
}
.index-arrow-right {
	background: url(/media/images/index-arrow-right.png) no-repeat;
	width: 21px;
	height: 54px;
	position: absolute;
	top: 130px;
	right: 0;
	cursor: pointer;
}
.index-arrow-right:hover {
	background: url(/media/images/index-arrow-right-hover.png) no-repeat;
}

.index-arrow-right-accessories {
	top: 100px;
}
.index-arrow-left-accessories {
	top: 100px;
}



ul.block-good-3, 
ul.block-good-4,
ul.block-good-5 {
	overflow: hidden;
}
ul.block-good-5 {
	margin: 0;
padding-bottom: 10px;
}
ul.block-good-4 {
	margin: 30px 10px 20px 10px;
}
ul.block-good-3 li {
	margin: 33px 30px;
}
ul.block-good-4 li {
	display: inline-block;
	vertical-align: middle;
	width: 161px;
	margin-left: 2.5%;
}
ul.block-good-4 li:first-child {
	margin-left:0
}
ul.block-good-5 li {
	float: left;
	height: 240px;
	width: 175px;
	margin: 0 18px 65px 0;
}
ul.block-good-3 li {
	float: left;
	height: 290px;
	width: 180px;
	margin-left: 30px;
}




ul.block-carusel-4 {
	overflow: hidden;
}
ul.block-carusel-4 li {
	float: left;
	height: 240px;
	width: 220px;
	margin: 20px 20px;
}
ul.block-carusel-accessories-4 {
	overflow: hidden;
}
ul.block-carusel-accessories-4 li {
	float: left;
	height: 250px;
	/*width: 150px;*/
	margin: 20px 10px;
}
.cart-arrow {
	top: 90px;
}



/* Block4 items */
.block-good-4-title {
	padding: 0 20px;
	text-align: center;
	height: 60px;
	overflow: hidden;
}
.block-good-4-photo {
	display:table-cell;
	vertical-align:middle;
	height: 170px;
	width: 23%;
	text-align: center;
}
.block-good-4-photo-item {
	display:block;
	margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}
.block-good-4-price {
	font-size: 18px;
	color: #333;
	/*overflow: hidden;*/
}
.block-good-4-price-item {
	font-size: 18px;
	color: #333;
	float: left;
	margin-top: 5px; 
}
.block-good-4-price-button {
	float: right;
	background: url(/media/images/buy.jpg) no-repeat;
	width: 77px;
	height: 32px;
	cursor: pointer;
}

/* Block3 items */
.block-good-3-title {
	padding: 0 30px;
	text-align: center;
	height: 35px;
	font-size: 14px;
}
.block-good-3-photo {
	display:table-cell;
	vertical-align:middle;
	height: 220px;
	text-align: center;
	width: 197px;
}
.block-good-3-photo-item {
	display:block;
	margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');
}
.block-good-3-price {
	font-size: 20px;
	color: #333;
	/*overflow: hidden;*/
}
.block-good-3-price-item {
	font-size: 18px;
	color: #333;
	float: left;
	margin-top: 5px; 
}
.block-good-3-price-button {
	float: right;
	background: url(/media/images/buy.jpg) no-repeat;
	width: 77px;
	height: 32px;
	cursor: pointer;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -158px auto 0;
	height: 158px;
	position: relative;
	background: url(/media/images/footer-bg.gif) no-repeat top center;
	font-size: 11px;
	z-index: 10;
}

.footer_cart .footer-info {
	top: 20px;
}

.info-menu-footer {
	line-height: normal !important;
	position: absolute;
	top: 20px;
	left: 20px;
}

.footer-contacts {
	position: absolute;
	top: 20px;
	right: 40px;
}

.footer-contacts ._phone ._value {
	font-size: 20px;
	color: #F63;
	font-weight: bold;
}

.footer-contacts ._phone {
	margin-bottom: 5px;
}


.footer-info {
	position: absolute;
	top: 60px;
	left: 20px;
}

.footer-follow {
	position: absolute;
	top: 60px;
	left: 500px;
	line-height: 24px;
}

.footer_cart .footer-follow {
	top: 17px;
}

.footer-slogan {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #999999;
}

.footer_cart .footer-slogan {
	bottom: 85px;
}

.footer-studio {
	position: absolute;
	bottom: 20px;
	right: 48px;
	color: #999999;
}

.footer-studio a {
	color: #666666;
}


/* Category page
-----------------------------------------------------------------------------*/
.banner-category-top {
	margin-bottom: 10px;
}
.category-padding {
	padding: 18px;
}
.category-header {
	font-size: 24px;
}
.category-description {
	line-height: 20px;
}
ul.subcategory {
	overflow: hidden;
	margin: 8px 0;
}
ul.subcategory li {
	float: left;
	margin-right: 2px;
	padding: 5px 7px;
}
ul.subcategory li a {
	text-decoration: none;
	border-bottom: 1px dashed #2D578E;
}
ul.subcategory li a:hover {
	border-bottom: none;
}
ul.subcategory li.active {
	background: #FF6600;
	font-weight: bold;
    color: #FFFFFF;
}

ul.subcategory li.active a {
	color: #FFFFFF;
	border-bottom: none;
}

div.category-line {
	border-top: 1px solid  #cfcfcf;
	border-bottom: 1px solid  #cfcfcf;
	height: 37px;
	position: relative;
}
div.category-line-sortby {
	position: absolute;
	top: 10px;
	left: 18px;
}
ul.category-line-sort {
	position: absolute;
	top: 10px;
	left: 130px;
	overflow: hidden;
}
ul.category-line-sort li {
	float: left;
	margin-right: 20px;
	border-bottom: 1px dashed #333333;
	cursor: pointer;
}
ul.category-line-sort li:hover {
	border-bottom: none;
}
ul.category-line-sort li.active {
	border-bottom: none;
	font-weight: bold;
	padding-right: 12px;
	background: url(/media/images/orange-arrow.gif) no-repeat right center;
	cursor: auto;
}
ul.category-line-sort li.desc {
	background: url(/media/images/orange-arrow-desc.gif) no-repeat right center;
}
ul.category-line-sort li a {
	text-decoration: none;
	color: #333333;
}
div.category-line-shownum {
	position: absolute;
	right: 9px;
	margin-top: 6px;
}

div.category-line-shownum ul.category-filter-items {
	display: inline-block;
}

div.category-line-shownum .title {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

div.category-line-pageall {
	position: absolute;
	top: 10px;
	left: 18px;
}
ul.category-line-pager {
	position: absolute;
	top: -1px;
	left: 155px;
	overflow: hidden;
}
ul.category-line-pager li {
	float: left;
	height: 37px;
	line-height: 37px;
	border: 1px solid #cfcfcf;
	border-right: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul.category-line-pager li:hover {
	border-bottom: 1px solid #E06618;
}
ul.category-line-pager li:last-child:hover {
	border-bottom: 1px solid #E06618;
}
ul.category-line-pager li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
ul.category-line-pager li:last-child {
	border: 1px solid #cfcfcf;
}
ul.category-line-pager li.active {
	color: #ff6600;
	padding: 0 15px;
}
div.category-line-pager-active {
	border: 1px solid #ff6600;
	/*width: 38px;*/
	width: 100%;
	height: 37px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}

div.category-padding-goods {
	overflow: hidden;
	width: 692px;
	margin: 18px;
}
ul.goods {
	overflow: hidden;
	margin: -20px 0 0 -20px;
}
ul.goods li {
	float: left;
	width: 336px;
	height: 173px;
	position: relative;
	margin: 20px 0 0 20px;
}
*html ul {
   width: 100%;
}
*html ul li {
   display: inline;
}
div.good-photo {
	height: 170px;
	width: 157px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	position: relative;
}
div.good-photo-item {
	display:block;
	margin-top: expression((parentNode.offsetHeight.offsetHeight/2)-(parseInt(this.offsetHeight)/2) <0 ? "0" :(parentNode.offsetHeight/2)-(parseInt(this.offsetHeight)/2) +'px');	
}
div.good-desc {
	position: absolute;
	height: 170px;
	top: 0;
	right: 0;
	width: 160px;
	overflow: hidden;
}
div.good-desc-title {
	/*height: 36px;*/
	margin-bottom: 5px;
}
div.good-desc-rating {
	overflow: hidden;
	margin-bottom: 12px;
}
div.good-desc-rating-left {
	float: left;
	font-size: 11px;
	color: #666666;'
}
div.good-desc-rating-right {
	float: right;
}
div.good-desc-price {
	/*overflow: hidden;*/
	margin-bottom: 8px;
	padding-right: 4px;
}
div.good-desc-description {
	overflow: hidden;
	margin-bottom: 13px;
	font-size: 11px;
	color: #666666;
}
div.good-compare {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
	width: 157px;
	background: url(/media/images/compare-bg.gif) no-repeat;
	text-align: center;
}
div.good-compare div {
	padding-top: 10px;
}
a.compare-check {
	border-bottom: 1px dashed #333333;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

div.good-photo-big {
	width: 373;
	height: 313px;
	text-align: center;
}



ul.goods li.good-sale {
	width: 685px;
	border-bottom: 1px solid #e2e2e2;
}

li.good-sale .good-desc {
	width: 505px;
}

li.good-sale .good-desc-title {
	margin-bottom: 20px;
	font-size: 14px;
}

li.good-sale .good-desc-description {
	font-size: 14px;
	margin-left: 10px;
}

li.good-sale .good-desc-price {
	width: 240px;
	float: right;
}

li.good-sale .good-price-item {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	color: #333;
}

li.good-sale .good-price-item-through {
	text-decoration: line-through;
	color: red;
	float: right;
	margin-left: 20px;
	font-size: 39px;
}

li.good-sale .good-price-item-through .good-price-item {
	font-weight: normal;
	font-size: 27px;
	margin-bottom: 20px;
}



div.category-search-top {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
}
div.category-search-bottom {
	height: 70px;
	text-align: center;
}
div.category-search-button {
	margin: 15px auto;
	width: 80px;
	color: #333333;
	border: 1px solid #c3c3c3;
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 50%, #c5c5c5 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e8e8e8), color-stop(50%,#c5c5c5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 50%,#c5c5c5 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 50%,#c5c5c5 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 50%,#c5c5c5 50%); /* IE10+ */
	background: linear-gradient(top,  #e8e8e8 50%,#c5c5c5 50%); /* W3C */
	-pie-background: linear-gradient(#e8e8e8, #c5c5c5);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.category-search-button:hover {
	border: 1px solid #c3c3c3;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efefef 50%, #d6d6d6 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#efefef), color-stop(50%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 50%,#d6d6d6 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 50%,#d6d6d6 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 50%,#d6d6d6 50%); /* IE10+ */
	background: linear-gradient(top,  #efefef 50%,#d6d6d6 50%); /* W3C */
	-pie-background: linear-gradient(#efefef, #d6d6d6);
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.category-search {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 10px 10px;
}




div.filter-item {
	margin: 10px 0;
}
div.filter-item-name {
	background: url(/media/images/filter-arrow.gif) no-repeat 0 3px;
	padding-left: 15px; 
	cursor: pointer;
}
div.filter-item-title {
	font-weight: bold;
	margin-bottom: 2px;
}
div.filter-item-name a {
	text-decoration: none;
	border-bottom: 1px dashed #333333;
	color: #333333;
}
div.filter-item-name-active {
	background: url(/media/images/filter-arrow-active.gif) no-repeat 0 3px;
	font-weight: bold;
}
div.filter-item-name-active a {
	border-bottom: none;
}
div.filter-item-box {
	overflow: hidden;
	margin: 6px 0 0 0;
	display: none;
}

div.filter-item-box._checkbox ul {
	margin-left: 15px;
}

div#dynamic-filters div.filter-item-box {
	margin: 6px 15px 0 15px;
}
._staticf div.filter-item-box ul {
}
div.filter-item-box ul li {
	margin: 2px 0;
}

._staticf div.filter-item-box ul li {
	width: 114px;
	float: left;
}

div.filter-inner-padding {
	padding-left: 15px;
}
div.filter-item-block {
    float: left;
    margin-left: 15px;
    width: 90px;
	line-height: 18px;
}
div.no-filter-margin {
	margin-left: 0;
}
div.filter-line {
	border-top: 1px solid #cfcfcf;
	margin: 20px -10px;
}
.jslider {
    display: block;
    font-family: Arial,sans-serif;
    height: 1em;
    position: relative;
    top: 0.6em;
    width: 95% !important;
}

div.filter-slider {
	/*width: 200px;*/
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
}

input.min_price, 
input.max_price {
	width: 70px;
	padding: 2px;
	font-size: 12px;
}
input.min_value, 
input.max_value {
	width: 60px;
	padding: 2px;
	font-size: 12px;
}

/* Good */
div.info-block-top {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
} 
div.info-block {
	border: 1px solid #cfcfcf;
	border-top: none;
	padding: 16px;
	line-height: 18px;
	margin-bottom: 20px;
} 
div.info-block ul {
	list-style-image: url(/media/images/list-style.gif);
	margin-left: 3px;
} 
div.info-block ul li {
	margin-bottom: 15px;
} 

div.line-header {
	overflow: hidden;
	height: 32px;
}
div.line-header-title {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	margin-left: 20px;
	
	border-top:  1px solid #cfcfcf;
	border-left:  1px solid #cfcfcf;
	
	border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
div.line-header-img {
	float: left;
	height: 32px;
	width: 31px;
	background: url(/media/images/line-img.gif);
}
div.line-header-bottom {
	border-top: 1px solid #cfcfcf;
	margin-top: -1px;
}
div.good-text-block {
	padding: 20px;
	line-height: 20px;
}

div.good-text-block.special {
    box-shadow: 0px 0px 30px #c0c0c0;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -ms-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;

    font-family: 'PT Sans', Arial;
    color: #222222;
    font-size:17px;
    line-height: 32px;
}
div.good-text-block.special h1 {
    font-family: 'PT Sans', Arial;
    color: #222222;
    font-size:50px;
    line-height: 60px;
    font-weight: bold;
}
div.good-text-block.special h2 {
    font-family: 'PT Sans', Arial;
    color: #222222;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}
div.good-text-block.special h3 {
    font-family: 'PT Sans', Arial;
    color: #222222;
    font-size:35px;
    line-height: 40px;
    font-style: italic;
}
div.block-good-title {
	font: 18px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 10px 0 10px;
}
div.good {
	padding: 20px;
}
ul.good-info {
	overflow: hidden;
	margin: 10px 0;
}
ul.good-info li {
	float: left;
	margin-right: 15px;
	color: #666666;
}
ul.good-info li img {
	vertical-align: middle;
}
ul.good-info li span {
	vertical-align: middle;
}
div.good-block {
	/*overflow: hidden;*/
}
div.good-block-left {
	float: left;
	/*height: 450px;*/
	width: 374px;
}
div.good-block-right {
	float: right;
	/*height: 450px;*/
	width: 300px;
}


div.good-photo-wrapper {
	overflow: hidden;
	margin: 20px 0;
}
div.mycont {
	overflow: hidden;
	width: 248px;
	float: left;
	margin: 0 13px;
}
div.mycont ul li img {
	vertical-align: middle;
}



/* ??????? ???? */
ul.good-gallery-list {
	float: left;
}
ul.good-gallery-list li {
	width: 60px;
	height: 60px;
	text-align: center;
}
ul.good-gallery-list li a {
	border:  1px solid #fff;
	display: block;
}
ul.good-gallery-list li a.active {
	border:  1px solid #ff7112;
	display: block;
}

/* ????????? left/right */
div#good-gallery-list-arrow-left {
	float: left;
	width: 14px;
	height: 62px;
	background: url(/media/images/good-photo-arrow-left.gif);
	cursor: pointer;
}
div#good-gallery-list-arrow-left:hover {
	background: url(/media/images/good-photo-arrow-left-hover.gif);
}
div#good-gallery-list-arrow-right {
	float: left;
	width: 14px;
	height: 62px;
	background: url(/media/images/good-photo-arrow-right.gif);
	cursor: pointer;
}
div#good-gallery-list-arrow-right:hover {
	background: url(/media/images/good-photo-arrow-right-hover.gif);
}

/* 3D ??? */
div.good-gallery-3d {
	float: right;
	width: 59px;
	text-align: center;
}

/* ???? ?????? */ 
div.good-gallery-photo {
	text-align: center;
	position: relative;
	height: 313px;
}

/* ????????? ????? ?? ???? ?????? */ 
ul.good-gallery-photo-navigation {
	overflow: hidden;
	margin-top: 20px;
}
ul.good-gallery-photo-navigation li {
	float: left;
	margin-right: 10px;
}
ul.good-gallery-photo-navigation li img {
	vertical-align: middle;
}


/* ??????? Fancy ???? (popup) */
ul.good-fancy-list {
	text-align: center;
}
ul.good-fancy-list li {
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
}
ul.good-fancy-list li a {
	border:  1px solid #fff;
	display: block;
}
ul.good-fancy-list li a.active {
	border:  1px solid #ff7112;
	display: block;
}


.good-gallery-sochi-money {
	position: relative;
	margin-top: 10px;
	margin-left: -19px;
	padding: 0 5px;
	width: 390px;
	border: 3px dashed #F00;
}

div.price-block {
	background-color: #fff3dd;
	padding: 20px;
	margin-bottom: 15px;
}


.price-block-discount1 {
	display: block;
	color: #F00;
	font-size: 24px;
	margin-top: 10px;
	padding: 5px;
	border: 2px dashed #AAA;
	text-align: center;
	text-decoration: blink;
}



.price-code {}




div.ymarket-prices-block {
	background-color: #fff3dd;
	padding: 10px;
}

div.ymarket-prices-block ._title {
	font-size: 16px;
	margin-bottom: 10px;
}




div.credit-block {
	overflow: hidden;
	margin-bottom: 7px;
}
div.price-block-1 {
	font-size: 18px;
	color: #666666;
	text-decoration: line-through;
}
div.price-block-2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 7px;
}
div.price-block-3 {
	overflow: hidden;
	margin-bottom: 7px;
}
div.price-big {
	font-size: 28px;
	font-weight: bold;
}
div.price-big-button {
	float: left;
	background: url(/media/images/buy-big.gif) no-repeat;
	width: 107px;
	height: 37px;
	cursor: pointer;
	margin-left: 15px;
}
div.price-block-4 {
	margin-bottom: 7px;
	margin-top: 7px;
}
div.price-block-5 {
	/*margin-bottom: 7px;*/
}
div.good-delivery {
	margin: 30px 25px;
	line-height: 18px;
}
div.available {
	margin: 0 0 10px 0;
}
div.available img {
	margin-right: 2px;
}
div.social {
	margin: 30px 25px 0 25px;
}


div.tech-50 {
}
div.tech-group {
	overflow: hidden;
	margin-bottom: 20px;
}
div.tech-group-icon {
	float: left;
	margin-right: 15px;
}
ul.tech-group-body {
}

.tech-group-body-g {
	margin-bottom: 5px;
}

.tech-group-body-p {
	padding: 5px 10px;
}

.tech-group-body-p._wbg {
	background: #f7f9f9;
}

.tech-group-body-p-name {
	width: 240px;
	display: inline-block;
	margin-right: 20px;
}

.tech-group-body-p-value {
	display: inline-block;
	width: 400px;
}

li.product-show-zoomphoto {
	background: url(/media/images/good-plus.gif) no-repeat left;
	padding-left: 25px;
	height: 20px;
}
li.product-show-zoomphoto:hover {
	background: url(/media/images/good-plus-hover.gif) no-repeat left;
}
a.product-show-zoomphoto-link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
	display: block;
}
a.product-show-zoomphoto-link:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
li.product-show-zoomvideo {
	background: url(/media/images/good-video.gif) no-repeat left;
	padding-left: 25px;
	height: 20px;
}
li.product-show-zoomvideo:hover {
	background: url(/media/images/good-video-hover.gif) no-repeat left;
}
a.product-show-zoomvideo-link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
	display: block;
}
a.product-show-zoomvideo-link:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}




/* Cart */
.cart-t2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #F00;
}


table.cart {
	width: 100%;
}
table.cart tr.cart-head td {
	padding: 5px 20px;
	font-weight: bold;
}
table.cart tr.cart-bottom td {
	padding: 10px;
}
table.cart tr td {
	padding: 5px 0 0px 20px;
}
span.cart-total {
	font-size: 24px;
	font-weight: bold;
}
tr.cart-item-line td {
	padding: 0 20px 0 20px !important;
}
div.line {
	border-top: 1px solid #cfcfcf;
}
div.cart-item-title {
	margin-bottom: 5px;
	width: 330px;
}
.cart-item-title-t1 {
	color: red;
}

div.cart-item-desc {
	color: #666666;
	font-size: 11px;
	width: 330px;
}

div.cart-item-service {
	width: 330px;
	color: black;
}

div.cart-item-service a {
	color: black;
	text-decoration: none;
}

div.cart-item-service ._add.btn._mini {
	padding-left: 20px;
	background: url('/media/images/orange-arrow.gif') no-repeat 7px 6px;
}

div.cart-item-service ._services {
	position: absolute;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
	padding-bottom: 5px;
	display: none;
}

div.cart-item-service ._services ._buy-button-silence {
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}

div.cart-item-service ._services ._buy-button-silence:hover {
	color: #2D578E;
}


div.cart-item-service ._services ._buy-button-silence ._price {
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}



td.cart-item-price {
	font-size: 18px;
}
div.cart-item-delete {
	background: url(/media/images/delete.gif) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
}
div.cart-item-delete:hover {
	background: url(/media/images/delete-hover.gif) no-repeat;
}
div.cart-item-quantity {
	overflow: hidden;
}
div.cart-item-minus {
	background: url(/media/images/cart-item-minus.gif) no-repeat;
	width: 17px;
	height: 27px;
	cursor: pointer;
}
div.cart-item-minus:hover {
	background: url(/media/images/cart-item-minus-hover.gif) no-repeat;
}
div.cart-item-plus {
	background: url(/media/images/cart-item-plus.gif) no-repeat;
	width: 17px;
	height: 27px;
	cursor: pointer;
}
div.cart-item-plus:hover {
	background: url(/media/images/cart-item-plus-hover.gif) no-repeat;
}
input.cart-item-quantity-input {
	width: 35px;
}
div.cart-item-quantity-input {
	width: 37px;
}
div.cart-item-quantity-input input {
	width: 35px;
	height: 25px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	color: #333;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.cart-submit {
	overflow: hidden;
	padding: 20px;
	position: relative;
}
div.cart-return-link {
	float: left
}



/* Order */
div.step-tabs {
	overflow: hidden; 
	padding: 8px 20px;
}
div.step-tabs {
	overflow: hidden; 
	padding: 8px 20px;
}
div.step-item-button {
	float: left;
	border: 1px solid #ff6c00;
	text-align: center;
	width: 27px;
	height: 27px;

	font: 16px/25px Arial;
	font-weight: bold;
	color: #fff;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;

	background-image: linear-gradient(top, #ff9400 50%, #ff6600 50%);
	background-image: -o-linear-gradient(top, #ff9400 50%, #ff6600 50%);
	background-image: -moz-linear-gradient(top, #ff9400 50%, #ff6600 50%);
	background-image: -webkit-linear-gradient(top, #ff9400 50%, #ff6600 50%);
	background-image: -ms-linear-gradient(top, #ff9400 50%, #ff6600 50%);
	-pie-background: linear-gradient(top, #ff9400 50%, #ff6600 50%);

	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.step-prev div.step-item-button {
	float: left;
	border: 2px solid #ff6c00;
	text-align: center;
	width: 26px;
	height: 26px;

	font: 16px/25px Arial;
	font-weight: bold;
	color: #ff6c00;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	-pie-background: none;

	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.step-next div.step-item-button {
	float: left;
	border: 2px solid #cfcfcf;
	text-align: center;
	width: 26px;
	height: 26px;

	font: 16px/25px Arial;
	font-weight: bold;
	color: #cfcfcf;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	-pie-background: none;

	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.step-item {
	float: left;
	margin-right: 25px; 
}
div.step-item-name {
	float: left;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
div.step-next div.step-item-name {
	color: #cfcfcf;
}
div.step-prev div.step-item-name {
	color: #ff6c00;
}

div.order-submit {
	overflow: hidden;
	padding: 30px 20px;
}
div.order-body {
}

div.order-body ._subscribe {
	font-size: 12px;
}

div.order-body ._subscribe input {
	cursor: pointer;
}

div.order-body ._subscribe label {
	cursor: pointer;
}

table.form {
	font-size: 14px;
}
table.form th {
	text-align: right;
	font-weight: normal;
}
table.form th, 
table.form td {
	padding: 10px;
}
textarea.big-input,
input.big-input {
	width: 310px;
	font-size: 18px;
	color: #333;
	padding: 10px 16px;
}
input.redonly-input {
	background-color: #F5F5F5;
}
input.redonly-input:focus {
	background-color: #F5F5F5 !important;
	outline:none !important;
	border: 1px solid #cfcfcf !important;
}
textarea.big-input {
	height: 100px;
}
textarea.big-input:focus,
input.big-input:focus {
	outline:none;
	background: #FFF6E5;
	border: 1px solid #FF6600;
}
input.middle-input {
	width: 95px;
	font-size: 18px;
	color: #333;
	padding: 10px 16px;
}
input.middle-input:focus{
  outline:none;
}

table.form-step-1 {
	margin-left: 115px;
}
div.input-phone-dig {
	float: left;
	width: 20px;
	text-align: center;
	margin-right: 10px;
    font-size: 18px;
    padding: 10px 0;
}
input#id_phone_code {
	float: left;
	width: 40px;
	text-align: center;
	margin-right: 10px;
}
input#id_phone_number {
	float: left;
	width: 195px;
}


div.delivery-list-title {
	font-size: 18px; 
	margin-bottom: 30px;
}
div.delivery-description {
	line-height: 18px;
	margin-bottom: 20px;
}
div.delivery-list {
	width: 260px;
	float: left;
}
div.delivery-desc {
	width: 650px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #cfcfcf;
	min-height: 200px;
}
ul.delivery-list-ul {
	padding: 1px 30px 1px 0;
}
ul.delivery-list-ul li {
	font-size: 14px;
	padding: 10px 0 10px 22px;
	border-top: 1px dashed #cfcfcf;
	background: url(/media/images/delivery.gif) no-repeat 0 12px;
	cursor: pointer;
}
ul.delivery-list-ul li:hover {
	background: url(/media/images/delivery-active.gif) no-repeat 0 12px;
}
ul.delivery-list-ul li.active {
	background: url(/media/images/delivery-active.gif) no-repeat 0 12px;
	color: #ea6207;
	cursor: auto;
}
ul.delivery-list-ul li ul {
	margin: 10px 0;
}
ul.delivery-list-ul li ul li {
	background: url(/media/images/delivery.gif) no-repeat 0 8px !important;
	border: none;
	padding: 5px 0 5px 22px;
	color: #333;
}
ul.delivery-list-ul li ul li:hover {
	background: url(/media/images/delivery-active.gif) no-repeat 0 8px !important;
}
ul.delivery-list-ul li ul li.active {
	background: url(/media/images/delivery-active.gif) no-repeat 0 8px !important;
	color: #ea6207  !important;
}
ul.delivery-list-ul li a {
	color: #000;
	text-decoration: none;
}



.article-text-special {
	box-shadow: 0px 0px 30px #c0c0c0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 0;
	margin: 20px -20px;
	font-size: 17px;
}



/* Static Page */
div.page-text p {
	margin: 0 0 15px 0;
	line-height: 18px;
}
h2, h3, h4 {
	margin: 20px 0 15px 0;
}
h1.line {
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cbd1d9;
	margin-bottom: 30px;
}
div.page-text ul  {
	list-style-image: url(/media/images/list-style.gif);
	margin-left: 22px;
	margin-bottom: 15px;
}
div.page-text ul li {
	margin-bottom: 8px;
}
div.page-text ol  {
	margin: 0 0 10px 20px;
}
div.page-text ol li {
	list-style-type: decimal;
}

/* News
-----------------------------------------------------------------------------*/
ul.news-list {
}
ul.news-list li {
	overflow: hidden;
	margin: 0 0 40px 0;
}
div.news-list-image, div.news-list-border, div.news-list-info {
	float: left;
}
div.news-list-image {
	width: 60px;
	height: 60px;
}
div.news-list-info {
	width: 590px;
	margin-left: 35px;
}
div.news-list-title {
	font-size: 22px;
	margin-bottom: 10px;
}
div.news-list-date {
	font-size: 11px;
	color: #999999;
	margin-bottom: 10px;
}
div.news-list-description {
}

/* Compare
---------------------------------------------------------------------------------*/

div.compare {
	padding: 20px;
}
table.compare-table tr th,
table.compare-table tr td {
	padding: 4px;
}
table.compare-table tr th {
	background-color: #E9E9E9;
}


/* New category menu
---------------------------------------------------------------------------------*/

ul.menu {
	display: table;
	width: 1000px;
	margin: 0 auto;
	background: url(/media/images/menu-bg.jpg) no-repeat; 
	font-size: 12px;
	font-weight: bold;
	zoom: 1;
}
ul.menu.bottom
{
	background: url(/media/images/menu-bottom-bg.gif) repeat-x;
    border-radius: 8px;
    border: 1px solid #6d2d02;
}
ul.menu > li {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}

ul.menu > li > div { 
	position: relative;
	height: 60px;
	
	text-align: center;
	padding: 0 8px;
}
ul.menu > li > div > a { 
	color: #fff; 
	text-decoration: none;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
ul.menu > li.menu-separator
{
    width: 3px;
	display: table-cell;
	padding: 0;
	height: 100%;
	text-align: center;
}
ul.menu.upper > li.menu-separator,
ul.menu.upper > li.menu-separator:hover {

    background: url(/media/images/menu-sep.gif) no-repeat;
}
ul.menu.bottom > li.menu-separator,
ul.menu.bottom > li.menu-separator:hover {
    background: url(/media/images/menu-bottom-sep.gif) no-repeat;
}


ul.menu > li:hover {
	background: url(/media/images/menu-active-bg.gif) repeat-x; 
	color: #fff; 
}

ul.menu.bottom > li:hover,
ul.menu.bottom > li:first-of-type:hover,
ul.menu.bottom > li:last-child:hover{
	background: url(/media/images/menu-bottom-active-bg.gif) repeat-x;
    color: #fff;
}
ul.menu.bottom > li:first-of-type:hover{
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
ul.menu.bottom > li:last-child:hover{
    border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
}

ul.menu > li:first-of-type:hover  {
	height: 100%;
	background: url(/media/images/menu-active-bg.gif) repeat-x;
	border-radius: 8px 0 0 8px; 
	-webkit-border-radius: 8px 0 0 8px; 
	-moz-border-radius: 8px 0 0 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
ul.menu > li:last-child:hover    { 
	background: url(/media/images/menu-active-bg.gif) repeat-x;
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}

ul.menu > li > div > ul {
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 250;
	
	width: 150px; 
	background: #f6f6f6; 
	list-style-image: url(/media/images/category-menu-list.gif);
	
	padding: 0 0 20px 0;
	
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	
 	box-shadow: 1px 3px 6px #b1b1b1;
    -moz-box-shadow: 1px 3px 6px #b1b1b1;
    -webkit-box-shadow: 1px 3px 6px #b1b1b1;
	
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
ul.menu > li > div > ul > li {
	color: #000; 
	text-align: left;
	margin: 0 0 5px 20px;
}
div.category-blue-line {
	border-top: 2px solid #3c587a;
	margin: 2px 0 20px 0;
}

*+html .auxiliary {
      display: inline-block;
      vertical-align: middle;
      width: 0px; 
      height: 100%;
}
*+html ul.menu > li > div > a div {
      display: inline-block;
      vertical-align: middle;
}
*+html ul.menu > li > div > a div, .auxiliary {
      display: inline;
}






ul.menu > li.menu-item-sale {
    background: url(/media/images/sale-menu-item.png) no-repeat; 
}

ul.menu > li.menu-item-sale:hover {
	background: url(/media/images/sale-menu-item.png) no-repeat;
}

ul.menu > li.menu-item-sale a {
	width: 73px;
	display: inline-block;
}

@-moz-document url-prefix() { 
  ul.menu > li.menu-item-sale a {
/*       width: 178px;*/
  }
}


noindex:-o-prefocus, ul.menu > li.menu-item-sale a {
/*	width: 193px;*/
}






/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* New category menu
---------------------------------------------------------------------------------*/
/*
ul.menu2 {
	display: table;
	width: 1000px;
	margin: 0 auto;
	background: url(/media/images/menu-bg.jpg) no-repeat; 
	font-size: 12px;
	font-weight: bold;
	zoom: 1;
}
ul.menu2 > li {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
ul.menu2 > li > div { 
	position: relative;
	height: 60px;
	
	text-align: center;
	padding: 0 8px;
}
ul.menu2 > li > div > a { 
	color: #fff; 
	text-decoration: none;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}
ul.menu2 > li.menu-separator {
	background: url(/media/images/menu-sep.gif) no-repeat;
	width: 3px;
	display: table-cell; 
	padding: 0; 
	height: 100%;
	text-align: center;
}

ul.menu2 > li:hover {
	background: url(/media/images/menu-active-bg.gif) repeat-x; 
	color: #fff; 
}
ul.menu2 > li:first-child:hover  {
	height: 100%;
	background: url(/media/images/menu-active-bg.gif) repeat-x;
	border-radius: 8px 0 0 8px; 
	-webkit-border-radius: 8px 0 0 8px; 
	-moz-border-radius: 8px 0 0 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
ul.menu2 > li:last-child:hover    { 
	background: url(/media/images/menu-active-bg.gif) repeat-x;
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
*/
div.category-transparent-line {
	height: 2px;
	background: transparent;
}

.dropdown_1columns,
.dropdown_2columns,
.dropdown_3columns {
	text-align: left;
	visibility: hidden;
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 250;
	
	background: #fff; 
	
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	
 	box-shadow: 1px 3px 6px #b1b1b1;
    -moz-box-shadow: 1px 3px 6px #b1b1b1;
    -webkit-box-shadow: 1px 3px 6px #b1b1b1;
	
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}

.dropdown_1columns {width: 192px;}
.dropdown_2columns {width: 384px;}
.dropdown_3columns {width: 516px;}

.col_1, 
.col_2,
.col_3 {
	display: inline;
	float: left;
	position: relative;
	width: 142px;
	color: #000;
	padding: 15px;
	font-weight: normal;
	border-top: 2px solid #3c587a;
}
.col_2 {
    background-image: url(/media/images/submenu_bg.jpg);
    background-position: center center; 
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}

.col_1 > ul > li,
.col_2 > ul > li,
.col_3 > ul > li {
	color: #000; 
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	font-family: Arial;
	
	list-style-image: url(/media/images/category-menu-list.gif);
}
ul.col-brands li {
	font-size: 14px;
}
.col-sep {
	border-bottom: 1px solid #e0e0e0;
	margin: 3px 0 3px 0;
}
.submenu-title, .submenu_bottom-title {
	background: #e9e9e9;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	font-family: Arial;
	margin: 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}



/* Yandex comments
---------------------------------------------------------------------------------*/
ul.yandex-comments {
	font-size: 11px;
}
ul.yandex-comments li {
	margin: 0 0 10px 0;
	overflow: hidden;
}
div.yandex-comments-title {
	font-weight: bold;
}
div.yandex-comments-title:first-letter {
	color: red;
}
div.yandex-comments-text {
	margin-top: 5px;
}



.form-delivery-issue ul {
	font-size: 14px;
}
.form-delivery-issue ul li {
	margin-bottom: 10px;
}

/* ???? ??????? (?????)
---------------------------------------------------------------------------------*/
ul.novelty-navigation {
	overflow: hidden;
}
ul.novelty-navigation li {
	float: left;
	padding: 0 10px;
	background: #D9D9D9;
	height: 32px;
	font: 16px/32px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
	margin: 0 5px 0 0;
}
ul.novelty-navigation li.active {
	background: #FE7812;
	color: #fff;
	cursor: auto;
}
div.novelty-block {
	position: relative;
	margin-bottom: 20px;
	min-height: 250px;
	border: 1px solid #cfcfcf;
	border-top: 1px solid #FE7812;
	text-align: center;
}


ul.slideshow {
	
}
ul.slideshow li img {
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.slideshow-nav {
	line-height: 29px;
	width: 728px;
	height: 29px;
	background: #ededed;
	border: 1px solid #CFCFCF;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
	position: relative;
    z-index: 10;
}
div.slideshow-nav a {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	display: block;
	height: 29px;
	width: 48px;
	text-align: center;
	float: left;
	cursor: pointer;
	text-decoration: none;
}
div.slideshow-nav a.activeSlide {
	background: #fdfdfd;
	color: #333333;
	cursor: auto;
}
div.slideshow-nav a.activeSlide:first-child {
	border-radius: 0 0 0 8px;
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}




div.brand-link {
	text-align: right;
	margin: 20px;
}



.form-step3 ul {
	padding: 1px 30px 1px 0;
	margin: 0 auto;
	width: 200px;
}
.form-step3 ul li {
	font-size: 14px;
	padding: 10px 0 10px 0;
	border-top: 1px dashed #cfcfcf;
}

/* Lost */
.form-step3 .lost {
	position:relative;
	left:-9999px;
	}

/* Checks */
.form-step3 label {
	padding-left: 5px;
}
.form-step3 .radio-on {
	color: #ea6207;
	background:url(/media/images/delivery-active.gif) 0 50% no-repeat;
	}
.form-step3 .radio-off {
	background:url(/media/images/delivery.gif) 0 50% no-repeat;
	}
.form-step3 .checkbox-on {
	color: #ea6207;
	background:url(/media/images/delivery-active.gif) 0 50% no-repeat;
	}
.form-step3 .checkbox-off {
	background:url(/media/images/delivery.gif) 0 50% no-repeat;
	}
	
.form-step3 label:hover {
	color: #ea6207;
	background:url(/media/images/delivery-active.gif) 0 50% no-repeat;
	cursor: pointer;
	}
	
	
/*
input[name='payment'] { 
	display:none;
}
form.form-payment ul {
	padding: 1px 30px 1px 0;
}
form.form-payment ul li {
	font-size: 14px;
	padding: 10px 0 10px 22px;
	border-top: 1px dashed #cfcfcf;
	background: url(/media/images/delivery.gif) no-repeat 0 12px;
	cursor: pointer !important;
}
form.form-payment ul li input,
form.form-payment ul li lable {
	cursor: pointer !important;
}
form.form-payment ul li:hover {
	background: url(/media/images/delivery-active.gif) no-repeat 0 12px;
}
form.form-payment ul li.active {
	background: url(/media/images/delivery-active.gif) no-repeat 0 12px;
	color: #ea6207;
	cursor: auto;
}
*/

.why-price-bg {
	padding: 15px 25px;
}

.w1-product-phones {
	height: 160px;
}
.w1-product-phones-special {
	height: 105px;
margin-top: -10px;

}
div.product-phones {
	width: 300px;
/* 	height: 150px; */
	background: url(/media/images/product_phone_bg.gif) no-repeat 100% 0 white;
	position: relative;
	margin: 10px 0 0 5px;
	border: 1px solid #CCC;
	border-radius: 7px;
	position: absolute;
}
div.product-phones-1 {
	position: absolute;
	top: 10px;
	left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
div.product-phones-2 {
/* 	position: absolute; */
	margin-top: 32px;
	margin-left: 67px;
	margin-bottom: 13px;
}
div.product-phones-phone {
	font-size: 23px;
	color: #F63;
	font-weight: bold;
	line-height: 20px;
}
span.product-phones-city {
	color: #000;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.product-phones-w1 {
	display: none;
}

.product-phones:hover .product-phones-w1 {
	display: block;
}


div.empty-0 ul,
div.empty-0 ul li {
	list-style-image: none;
	margin: 0;
}
div.empty-0 ul.block-good-4 li {
	margin-left: 1.5%;
}

a.credit-link {
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
	cursor: pointer;
}
a.credit-link span {
	font-weight: bold;
	font-size: 18px;
}
a.credit-link:hover {
	border-bottom: 1px dashed #FFF3DD;
}











div.cart-popup {
	position: relative;
	padding: 20px;
	width: 592px;
}

.cart-popup ._photo {
	width: 170px;
	text-align: center;
	float: left;
}

.cart-popup ._desc {
	width: 400px;
	float: right;
}

div.cart-popup-title {
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF3DD;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.cart-popup ._desc ._name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cart-popup ._desc ._name ._modify {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.cart-popup ._desc ._price {
	font-size: 18px;
	color: black;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

#free-delivery-popup {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.cart-popup-delivery-t1 {
	color: black;
}

.cart-popup ._tools {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.cart-popup ._tools ._back {
	float: left;
	margin-top: 5px;
}

.cart-popup-w1 {
	text-align: center;
	padding: 10px;
	border: 1px solid #CFCFCF;
}

.cart-popup-w2 {
	margin-bottom: 10px;
}

.cart-popup-w3 {
}

.cart-popup-t1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	background: url('/media/images/menu-bg.jpg') no-repeat center;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

.cart-popup-t2 {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 10px;
}

.cart-popup-buttom2 {
	height: auto;
}

.cart-popup-img1 {
	vertical-align: middle;
}

.cart-popup-t1 img {
	vertical-align: middle;
}

.cart-popup-i1 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.cart-popup-i1-num {
	display: inline-block;
	height: 19px;
	width: 24px;
	color: white;
	background: url('/media/images/circle1.png') no-repeat;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

.cart-popup-t3 {
	font-size: 32px;
	color: red;
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.cart-popup-t4 {
	text-align: left;
	margin-left: 27px;
	font-size: 10px;
	color: #F00;
	text-transform: uppercase;
}


.cart-popup ._addons ._title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.cart-popup ._addons ._items li {
	float: left;
	width: 170px;
	padding: 10px;
}

.cart-popup ._addons ._items li .block-good-4-photo {
	width: auto;
}


a.cart-popup-link {
	color: #fff;
	padding: 4px 10px;
	background-color: #2d4665;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
a.cart-popup-link:hover {
	text-decoration: none;
}

.cart-head {
	border-top: none;
}












div.category-filter-name {
	float: left;
	padding: 5px 0 0 0;
	font-weight: bold;
	width: 125px;
}
ul.category-filter-items {
	overflow: hidden;
	margin: 0 0 3px 0;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7b9cbd;
	background-color: #fff;
	padding: 10px;
	font-size: 11px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size: 11px;
	font-weight: normal;
}



div.page-text .table {
    margin-bottom: 20px;
    width: 100%;
}
div.page-text table {
    border-collapse: collapse;
    border-spacing: 0;
}
div.page-text table {
    background-color: transparent;
    max-width: 100%;
}

div.page-text .table-striped tbody tr:nth-child(2n+1) td, 
div.page-text .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
div.page-text .table th {
    font-weight: bold;
	background-color: #d7ebff !important;
}
div.page-text .table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
div.page-text .table th, .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 6px;
    text-align: left;
    vertical-align: top;
}


#toggle-category-filter {
	margin: 20px 0;
}
.toggle-category-filter {
	background: url(/media/images/filter-arrow.gif) no-repeat 0 3px;
	padding-left: 15px;
	cursor: pointer;
}
.toggle-category-filter span  {
	text-decoration: none;
	border-bottom: 1px dashed #333;
	color: #333;
}
div.filter-item-name-active span {
	border-bottom: none;
}



div.click-form-block {
	position: absolute; 
	right: 25px; 
	top: 0; 
	width: 230px; 
}
div.click-form-header {
	font-size: 12px; 
	text-align: center;
	color: #fff;
	height: 60px;
	background: url(/media/images/menu-bg.jpg) no-repeat center;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.click-form-body {
	text-align: center;
	padding: 20px;
	border: 1px solid #CFCFCF;
	border-radius:  0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}


div.sale-block {
	width: 248px;
	margin: 8px 0 20px 0;
}
div.sale-block-header {
	font-size: 12px; 
	text-align: center;
	color: #fff;
	background: url(/media/images/menu-bg.jpg) no-repeat center;
	padding: 7px 0;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.sale-block-body {
	text-align: center;
	height: 208px;
	padding: 10px;
	border: 1px solid #CFCFCF;
	border-radius:  0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}
div.sale-block-help {
	font-size: 10px;
	color: #999999;
}
.sale-form-input {
	font-family: Arial;
	font-size: 16px !important;
	color: #000;
	width: 185px !important;
	padding: 5px 10px !important;;
}
textarea.sale-form-input {
	height: 26px !important;
}
input.sale-form-input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input.sale-form-input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input.sale-form-input:-webkit-input-placeholder,
textarea.sale-form-input:-webkit-input-placeholder {
  color: #999999;
}
div.sale-link {
	font-size: 11px;
	text-align: center;
	margin: 7px 0 0 0;
}

div.sale-plash {
	width: 308px;
	height: 79px;
	background: url(/media/images/sale_block.png) no-repeat top center;
	position: fixed;
	top: 153px;
	right: -205px;
	z-index: 10000;
}
div.sale-plash-title {
	font: 14px Arial;
	color: #333333;
	margin: 5px 0 0 95px;
}
div.sale-plash-subtitle {
	font: 11px Arial;
	color: #999999;
	font-style: italic;
	margin: 0 0 0 95px;
}
div.sale-plash-form {
	margin: 3px 0 0 95px;
}
input.sale-small-input {
	font: 18px Arial;
	color: #999999;
	width: 140px;
	padding: 4px 10px;
}


div.top-search-block-yandex {
	overflow: hidden;
	margin: 0 0 0 13px;
}
div.top-search-block-yandex-logo {
	float: left;
}
div.top-search-block-yandex-q {
	float: left;
	margin: 10px 0 0 5px;
}
div.top-search-block-yandex-popup {
	display: none;
	position: absolute;
	top: 30px;
	left: 165px;
	border: 1px solid #666;
	padding: 10px;
	z-index: 6000;
	background: #fff;
}



/* New buy button */
.buy-button {
	width: 89px;
	height: 38px;
	cursor: pointer;
	background: url(/media/images/buy_button.png) no-repeat;
}
.buy-button:hover {
	background: url(/media/images/buy_button_hover.png) no-repeat;
}
.buy-button-onclick {
	width: 89px;
	height: 38px;
	cursor: pointer;
	margin-left: 10px;
	background: url(/media/images/buy_button_onclick.png) no-repeat;
}

.buy-onclick-button {
	width: 162px;
	height: 24px;
	cursor: pointer;
	margin: -5px 0 0 25px;
	background: url(/media/images/buy_one_click_button.png) no-repeat;
}
.buy-onclick-button:hover {
	background: url(/media/images/buy_one_click_button_hover.png) no-repeat;
}
.hold-button {
	width: 200px;
	height: 22px;
	cursor: pointer;
	margin: 5px 0 5px 8px;
	background: url(/media/images/hold_button.png) no-repeat;
}
.hold-button:hover {
	background: url(/media/images/hold_button_hover.png) no-repeat;
}
/* Special buy button */
.special-product-button{
	line-height: 58px;
	border: 1px solid #fe6c00;
	border-radius: 5px;
	background: url(img/er-price_a.png) bottom center repeat-x;
	right: 0;
	top: 0;
	font-size: 36px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	width: 214px;
	box-shadow: 0 0 2px rgba(0,0,0,0.7);
	position: absolute;
	display: block;
	text-align: center;
    height: 60px;

}
.special-product-button:hover {
	background: url(img/er-price_a.png) bottom center repeat-x;
    box-shadow: 0 0 7px #ff6600;
}


.product-delivery-block {
	position: relative;
	height: 113px;
	margin: 20px 0 0 0;
}
.product-delivery-1 {
	position: absolute;
	top: 0;
	left: 0;
}
.product-delivery-2 {
	position: absolute;
	top: 5px;
	left: 90px;
}
.product-delivery-3 {
	position: absolute;
	top: 43px;
	left: 0;
}
.product-delivery-3 img {
	vertical-align: middle;
}
.product-delivery-4 {
	position: absolute;
	top: 75px;
	left: 0;
}

.breadcrumbs {
	margin: 0 10px 10px 10px;
	color: #2e4766;
}
.breadcrumbs span {
	padding: 0 5px;
}
.breadcrumbs a {
	color: #2e4766;
}


#machine {
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 4px 6px;
}


/* Comments */

div.comment-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DAE1E8;
}
div.comment-author {
	font-weight: bold;
	margin-bottom: 5px;
	color: #2B587A;
}
div.comment-text {
	margin-bottom: 5px;
	line-height: 160%;
}
div.comment-date {
	color: #999;
}
div.comment-date a {
    border-bottom: 1px dotted #2D578E;
    color: #2D578E;
    text-decoration: none;
}
div.comment-date a:hover {
    border-bottom: none;
}
form.comment-form-item {
	/*display: none;*/
	margin: 5px 0;
}
form.comment-form-item input,
form.comment-form-item textarea  {
	font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#id_exp {
	padding: 5px 10px;
}
input.comment-form-name {
	width: 300px;
	border: 1px solid #CFCFCF;
	padding: 2px;
}
textarea.comment-form-text {
	width: 300px;
	height: 50px;
	padding: 2px;
	border: 1px solid #CFCFCF;
}
.comment-admin {
	padding: 10px;
	border-left:  3px solid #F90;
	background: #FFF8DC;
	border-bottom: none !important;
}
.comment-moderation {
	background: #FFF0F5;
}
#comment-form textarea {
	height: 50px;
}

.order-issue-w1 {
	padding: 20px;
	margin-top: 10px;
}

.order-body th {
}
.order-body ul {
	line-height: 27px;
}
.order-body ul li label {
	cursor: pointer;
}
.order-title {
	font-size: 14px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.order-title-small {
    font-size: 18px;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #dddddd;
}





/* Order footer
-----------------------------------------------------------------------------*/
div.order-header {
    position: relative;
}
div.header-order-logo {
    margin-top: 22px;
}
#footer-order {
    width: 1000px;
    margin: -79px auto 0;
    height: 50px;
    position: relative;
}
div.footer-order-logo {
    position: absolute;
    left: 22px;
}
div.footer-order-phone-1,
div.footer-order-phone-2 {
    font:  18px Arial;
    color: #333333;
}
div.footer-order-phone-1 {
    position: absolute;
    top: 20px;
    left: 250px;
}
div.footer-order-phone-2 {
    position: absolute;
    left: 1105px;
}

.checkout-footer-phones div.footer-order-phone-2 {
	left: 555px;
	margin-top: 20px;
}

span.footer-order-phone {
    color: #ff6633;
}
div.footer-order-small {
    font-size: 11px;
    font-weight: normal;
}
div.footer-order-callback {
    position: absolute;
    top: 20px;
    right: 21px;
    height: 20px;
    line-height: 20px;
    background: url(/media/images/callback-icon.gif) no-repeat;
    padding-left: 18px;
}


div.do-buy {
    background: url(/media/images/do-buy.gif) no-repeat;
    width: 77px;
    height: 32px;
    cursor: pointer;
}
div.cart-buy-1click-button {
    cursor: pointer;
    float: left;
}
div.cart-order-button {
    cursor: pointer;
    float: right;
    margin: 0 20px;
}
div.cart-order-total {
    font-size: 16px;
    float: left;
}

.cart-order-total-t1 {
	font-size: 14px;
	font-style: italic;
}

.cart-total-w1 {
	text-align: center;
	font-style: italic;
	color: #ff6633;
}

#cart-total {
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
}

div.cart-order-5minutes {
    font-size: 12px;
    color: #999999;
    font-style: italic;
    float: right;
}



.cart-buy-one-click {
	margin-right: 30px;
	font-size: 20px;

	
	background-image: linear-gradient(to bottom, #59e23d, #22a20d);
	color: white;
	padding: 5px 30px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 1px 4px #4E4E4E;
	display: inline-block;
	vertical-align: middle;
margin-top: -60px;
}


.form-order-mini-notice {
	color: green;
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
}


select.order-input[name=city]{
	display: none;
}


input[type=email].order-input,
input[type=text].order-input {
    width: 250px;
    height: 28px;
    font: 12px Arial;
    color: #666666;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
input.order-input:focus,
textarea.order-textarea:focus {
    outline: none;
}
textarea.order-textarea {
    width: 300px;
    max-width: 300px;
    height: 40px;
    font: 12px Arial;
    color: #666666;
    padding: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}
span.helptext {
    color: #999999;
    font-size: 11px;
    font-weight: normal;
}

#form-delivery-map-issues-w1 {
	display: none;
}

#form-delivery-map-issues {
	width:600px;
	height:400px;
	display: block;
}

.form-order-delivery-ms {
	display: inline-block;
	margin-right: 10px;
}

.form-order {
    font-size: 14px;
    float: left;
    width: 272px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px dotted #ccc;
}
span.required {
    color: #ff6600;
    font-size: 14px;
}

.form-order-delivery {
	float: left;
	width: 325px;
	padding-right: 15px;
    margin-right: 15px;
    border-right: 1px dotted #ccc;
}

.form-order-delivery select {
	width: 322px;
	padding: 5px 10px;
}

.form-order-delivery-m {
	margin-bottom: 20px;
}

.form-order-delivery-mt {
	margin-bottom: 5px;
}

.form-delivery-issue {
	margin-bottom: 10px;
} 

.form-delivery-issue-t {
	font-size: 12px;
	margin-bottom: 5px;
}

input.order-input.order-input-delivery-datetime {
	border: none;
	width: 120px;
	cursor: pointer;
}

input.order-input.order-input-delivery-datetime::-webkit-input-placeholder,
input.order-input.order-input-delivery-datetime::-webkit-input-placeholder {
	color: #2d578e;
	text-decoration: underline;
}
input.order-input.order-input-delivery-datetime:-moz-placeholder,
input.order-input.order-input-delivery-datetime:-moz-placeholder {
	color: #2d578e;
	text-decoration: underline;
}


input[type=text].form-order-city-text {
	width: 300px;
}

.form-order-payment {
	float: left;
}

.form-order-field {
	margin-bottom: 10px;
}


div#form_delivery_list,
div#form_delivery_item,
div#form_payment_list {
}

#form_payment_list label {
	padding: 2px 0;
	padding-left: 75px;
	font-size: 12px;
	display: inline-block;
}

label.form-payment-cash {
	background: url('/media/images/cash.png') no-repeat 0 5px;
}

label.form-payment-cart_vm {
	background: url('/media/images/visamastercard.png') no-repeat 0 5px;
}
label.form-payment-sberbank {
        background: url('/media/images/visa_maestro_sberbank.png') no-repeat 0 5px;
}

#form_payment_list li.form-payment-cart_vm_courier,
#form_payment_list li.form-payment-cart_vm_online {
	display: none;
	margin: 0;
	margin-left: 100px;
}

#form_payment_list li.form-payment-cart_vm_courier label,
#form_payment_list li.form-payment-cart_vm_online label {
	padding: 0;
}

label.form-payment-yandex_money {
	background: url('/media/images/yandex-money.jpg') no-repeat 0 5px;
}

label.form-payment-bank_transfer {
	background: url('/media/images/bank_transfer.png') no-repeat;
}

label.form-payment-webmoney {
	background: url('/media/images/webmoney.png') no-repeat 0 2px;
}

label.form-payment-qiwi {
	background: url('/media/images/qiwi.jpg') no-repeat 0 5px;
}

label.form-payment-euroset {
	background: url('/media/images/euroset.jpg') no-repeat 0 2px;
}

div#form_delivery_list ul,
 div#form_payment_list ul {
     font-size: 14px;
}
div#form_delivery_list ul li,
div#form_payment_list ul li {
    margin: 5px 0;
}

#form_payment_list select {
	padding: 5px 10px;
}




div.order-button {
    cursor: pointer;
    
    padding: 15px 10px;
    display: inline-block;
    
    width: 252px;
    
    background: #ff9400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff9400 50%, #ff6600 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff9400), color-stop(50%,#ff6600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* IE10+ */
	background: linear-gradient(top,  #ff9400 50%,#ff6600 50%); /* W3C */
	-pie-background: linear-gradient(#ff9400, #ff6600);
    
    border-radius: 10px;
    
    color: white;
    font-weight: bold;
    font-size: 24px;
    box-shadow: 0 0 5px #ccc;
    text-align: center;
}
div.order-button:hover {
    background: #ffa900; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa900 50%, #ff8100 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffa900), color-stop(50%,#ff8100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* IE10+ */
	background: linear-gradient(top,  #ffa900 50%,#ff8100 50%); /* W3C */
	-pie-background: linear-gradient(#ffa900, #ff8100);
}
div.label-short-desciption {
    font-size: 11px;
    color: #999999;
    line-height: 12px;
    margin-left: 18px;
    display: inline-block;
}
div.phone-hidden-text {
    position: absolute;
    top: 77px;
    left: 550px;
    color: green;
    display: none;
}

div.email-hidden-hint {
    position: absolute;
    top: 110px;
    left: 550px;
    color: green;
    display: none;
}


/* Form One click order (форма заказа в один клик - окно)
-----------------------------------------------------------------------------*/
div.order-right-block {
    position: absolute;
    top: -50px;
    right: 20px;
    z-index: 1000;
}
div.order-right-wrapper {
    padding: 10px;
    border: 2px solid #FF9200;
    border-radius: 7px;
	box-shadow: 0 0 5px #CFCFCF;
	margin-bottom: 20px;
}
div.order-1click-title {
    font-size: 12px;
    margin-bottom: 10px;
}
form.order-1click-form {
    display: block;
}
form.order-1click-form input {
    width: 200px;
    font: 14px Arial;
    border: 1px solid #bdbdbd;
    padding: 4px 10px;
    border-radius: 3px;
}
form.order-1click-form input:focus {
    outline: none;
}
form.order-1click-form div {
    margin-bottom: 9px;
}
div.order-1click-button {
    font-size: 14px;
}

.order-mini-summary {
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 3px;
	width: 225px;
}

.order-mini-summary ._summary {
	margin-bottom: 10px;
	text-decoration: underline;
}

.order-mini-summary ._item {
	margin-bottom: 10px;
}

.order-mini-summary ._item img {
	margin-left: 10px;
}

.order-mini-summary ._item a._product {
	text-decoration: none;
	margin-right: 5px;
}

.order-mini-summary ._item > ._num {
	display: inline-block;
	min-width: 17px;
}

.order-mini-summary ._item ._info {
	display: inline-block;
}

.order-mini-summary ._item ._info ._tprice {
	font-weight: bold;
	margin-right: 5px;
}

.order-mini-summary ._item ._info ._num {
	color: #777;
}

.order-field-required {
	color: red;
	font-weight: bold;
	display: inline-block;
	position: absolute;
	margin-left: 255px;
	margin-top: 10px;
}









/* Checkout styles
-----------------------------------------------------------------------------*/
div.checkout-title {
    color: #fb6204;
    font-size: 23px;
    margin: 20px 0 55px 0;
}
div.checkout-text {
    color: #333333;
    font-size: 18px;
    margin: 0;
    line-height: 34px;
}
div.checkout-manager {
    line-height: 32px;
    color: #333333;
    font-size: 18px;
    margin: 40px 0 0 0;
}

div.checkout-manager ._photo {
	float: left;
	margin-right: 20px;
}

div.checkout-manager span {
    color: #999999;
}
div.checkout-return-button {
    background: url(/media/images/checkout-return-button.gif) no-repeat;
    width: 222px;
    height: 40px;
    margin: 5px auto;
    cursor: pointer;
}
div.checkout-border {
    border-top: 2px solid #dddddd;
    margin: 20px 0;
}
div.checkout-footer {
    position: relative;
}
div.checkout-footer-phones {
    position: relative;
    top: -70px;
    right: -150px;
}









.send-sms {
	position: fixed;
	border: 1px solid #076bcb;
	z-index: 100;
	box-shadow: 0 0 5px #076bcb;
}

.send-sms ._open-form {
	display: block;
	padding: 4px 9px;
	background: #076bcb;
	color: white;
}

.send-sms ._form {
	color: black;
	background: white;
	padding: 10px;
	display: none;
}

.send-sms ._form ._title {
	margin-bottom: 10px;
}

.send-sms ._form input {
	width: 206px;
	padding: 4px 6px;
	border: 1px solid #797979;
	margin-bottom: 10px;
}

.send-sms ._form textarea {
	padding: 4px 6px;
	max-width: 206px;
	width: 206px;
	height: 170px;
	border: 1px solid #797979;
}

.send-sms ._form ._tools {
	margin-top: 5px;
}

.send-sms ._success {
	display: none;
	padding: 4px 9px;
	background: #076bcb;
	color: white;
}

.send-sms ._success ._open-form {
	padding: 0;
	display: inline-block;
}







.cart tr.free-delivery td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart .price-through {
	text-decoration: line-through;
	color: red;
}

.cart .price-through-t1 {
	color: black;
}


.product-callme {
	text-align: center;
	color: #008000;
	font-size: 24px;
	padding: 20px;
}



.prod_zk_vb1{
	color:#343434;
	font-size:19px;
	margin-bottom:30px;

}
.prod_zk_vbnewstyle{
	color:#343434;
	font-size:19px;
	border: 3px dashed #E0E0E0;
	background: #FEFFF4;
	width: 994px;
	margin: 0 0 30px 0px;
}

.good-text-block.special .prod_zk_vbnewstyle {
	margin-left: -20px;
}

.prod_zk_vb2 {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px 10px;
}

.prod_zk_vb2:after, .prod_zk_vb3:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.prod_zk_vb2_1{
	float:left;
	width:140px;
}

.prod_zk_vb2_2{
	float:right;
	font-size:20px;
	width:550px;
	margin-top:30px;
}

.prod_zk_vb3{
	background:#f5f5f3;
	padding:10px 0 10px 50px;
	margin-top:-32px;
}

.prod_zk_vb3 ._inputs{
	float:left;
}

.prod_zk_vb3 .bt_bt_v3{
	float:left;
}

.prod_zk_vb3 ._inputs{
	margin:10px 0px 10px 10px;
	width:210px;
}

.prod_zk_vb3  span{
	font-size:14px;
	margin-right:10px;
	margin:18px 0px 10px 25px;
	float:left;
}

.prod_zk_vb3 ._inputs input{
	height:30px;
	width:200px;
	padding:0 10px;
}

.bt_bt_v3{
	color:#fff;
	font-size:14px !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	border:1px solid #e1a109 !important;
	padding:0px 20px 0 !important;
	border-radius:5px !important;
	margin:10px 25px;
	height:29px;
}

.prod_zk_vb3 .error{
	font-size:14px;
    position: absolute;
	color:#e2534b;
	opacity:1;
	margin: 30px 0px;
}

.phone-number.error{
	margin:0;
	color:#7f8c8c;
}





.ui-datepicker{z-index:16 !important;}



.product-callme .callback {
	margin-top: 10px;
	margin-bottom: 10px;
}

.callback-form-wrap {
	padding: 10px;
}

.product-callme .callback-form-wrap {
	margin-bottom: 10px;
	text-align: center;
	color: black;
	font-size: 16px;
}

.product-callme ._inputs {
	margin: 10px 0;
}

.product-callme ._inputs input {
	padding: 5px 10px;
	border: 1px solid #cfcfcf;
}

.product-callme ._inputs label.error {
	display: block;
	font-size: 14px;
}
.product-mini-summary {
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0 0 15px #606060;
}
.product-mini-summary .product-delivery-block {
	height: 50px;
}
.product-mini-summary .good-gallery-photo {
	height: auto;
}
.product-price-desc {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #ff524f;
}
.product-price-modifications {
	margin-bottom: 10px;
}
.product-price-modifications .product-price-value {
	font-size: 14px;
}

.product-price-modifications .product-price-value .__price {
	font-weight: bold;
	color: #776e78;
	font-size: 14px;
}

.product-price-modifications ._modify {
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
	cursor: pointer;
}

.product-price-modifications ._modify:hover {
	background: url('/media/images/ecf9ff_0.5.png') ;
}

.product-price-modifications ._modify ._name {
	max-width: 170px;
}

.product-price-modifications ._modify ._wrap1 {
	width: 259px;
}

.product-price-modifications ._modify .product-price-value {
}


.buy-one-click .buy-one-click-phone {
	border: 1px solid #797979;
	padding: 5px 10px;
	width: 95px;
	margin-right: 2px;
}

.buy-one-click input[type=submit] {
	padding: 0px 5px;
}








.checkout-online-payment-redirect {
	margin-top: 40px;
}







#dropdown-248, #dropdown-277 {
	left: auto;
	right: 0;
}





.action-sale {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}



















.i1 {
	padding: 0 3px;
	background: url('/media/images/star.gif') no-repeat;
	padding-left: 20px;
	
	font-size: 16px;
	color: #017a1e;
}







.info1 {
	border: 1px solid #cfcfcf;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.info1_w1 {
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color: #f4fc00;
	
	background: -moz-linear-gradient(top, #f4fc00, #dacf00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4fc00), color-stop(100%,#dacf00));
	
	background: -webkit-linear-gradient(top, #f4fc00, #dacf00);
	background: -o-linear-gradient(top, #f4fc00, #dacf00);
    background: -ms-linear-gradient(top, #f4fc00, #dacf00);
    background: linear-gradient(top, #f4fc00, #dacf00);
    
    text-align: center;
    
    padding: 10px;
    
    border-bottom: 1px solid #cfcfcf;
}

.info1_w2 {
	padding: 15px;
}

.info1_w3 {
	padding: 10px 0;
}

.info1_t1 {
	font-size: 21px;
	font-weight: bold;
}

.info1_t2 {
	font-size: 12px;
	font-weight: bold;
}

.info1_w4 {
	padding: 2px 0;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	
	background-color: #d9cf00;
	
	background: -moz-linear-gradient(top, #d9cf00, #f5fc00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9cf00), color-stop(100%,#f5fc00));
	
	background: -webkit-linear-gradient(top, #d9cf00, #f5fc00);
	background: -o-linear-gradient(top, #d9cf00, #f5fc00);
    background: -ms-linear-gradient(top, #d9cf00, #f5fc00);
    background: linear-gradient(top, #d9cf00, #f5fc00);
    
    padding: 15px;
    
    border-top: 1px solid #cfcfcf;
    text-align: center;
}









.complect {
	padding: 10px;
	border: 2px solid #ff9900;
	border-radius: 5px;
	margin-bottom: 20px;
}

.complect_code {
	float: right;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}

.complect_t3 {
	color: #3399cc;
	margin-bottom: 2px;
}

.complect_t4 {
	color: #000;
}

.complect_t1 {
	font-size: 12px;
	color: #010101;
	margin-bottom: 10px;
}

.complect_t2 {
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}

.complect_t5 {
	color: #666;
	text-align: center;
}

.complect_w2 {
	margin-bottom: 20px;
	width: 530px;
	text-align: center;
	display: inline-block;
}

.good-block-left .complect_w2 {
	width: 350px;
}

.complect_item {
	width: 130px;
	height: 185px;
	display: inline-block;
	vertical-align: top;
}

.complect_item_pic {
	margin-bottom: 10px;
}

.complect_item_pic_w1 {
	width: 130px;
	height: 125px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.complect_item_t2 {
	text-align: center;
	margin-bottom: 5px;
}

.complect_item_t1 {
	text-align: center;
}

.complect_item_sep {
	font-size: 48px;
	color: #6699cc;
	margin: 0 10px;
	margin-top: 50px;
	width: 30px;
	text-align: center;
	display: inline-block;
}

.complect_w3 {
	float: right;
	width: 170px;
	margin-top: 40px;
}

.complect_price {
	color: #6699cc;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.complect_price_t1 {
	color: #666;
}

.complect_price_t2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}





.complect-mini-items {
	text-align: center;
}

.complect-mini-item-pic {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}

.complect-mini-item-pic-w1 {
	width: 70px;
	height: 70px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.complect-mini-item-sep {
	color: #69c;
	display: inline-block;
	font-size: 27px;
	margin: 0 2px;
	margin-top: 25px;
}












#delivery-map-cities {
	height: 500px;
	margin-bottom: 20px;
}





















.b12 {
	float: left;
	width: 208px;
}

.b12_w1 {
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: url(/media/images/menu-bg.jpg) no-repeat center;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	behavior: url(http://www.navigator-shop.ru/media/css/PIE.htc);
}

.b12_b1 {
	width: 207px;
}

.b12_t1 {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}











.delivery_notice {
	width: 605px;
	height: 480px;
	padding: 20px;
}














._phones1 {
	float: right;
	text-align: right;
}

._phones1_w1 {
	background: url('/media/images/but.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

._phones1._ymarket ._phones1_w1 {
	background: none;
	padding-right: 0;
}

._phones1_other_phones {
	padding-right: 20px;
	position: absolute;
	background: white;
	z-index: 100;
	width: 340px;
	border-radius: 5px;
	display: none;
	padding-bottom: 10px;
	right: 0;
}

._phones1:hover ._phones1_other_phones {
	display: block;
}

.phones1-t1 {
	display: inline-block;
	font-size: 18px;
	color: #333;
	margin-right: 5px;
}

.phones1-t1._m2 {
	color: #59e23d;
}





















.delivery_dhl_map {
	height: 500px;
}

.delivery_dhl_map_t1 {
	padding-top: 230px;
	text-align: center;
	text-transform: uppercase;
	font-size: 56px;
	color: #657379;
	font-weight: bold;
}

.delivery_dhl_city_desk {
	min-width: 350px;
}

.delivery_dhl_city_desk p {
	margin-bottom: 10px;
}

.delivery_dhl_city_description {
	display: none;
	margin-top: 20px;
}




.delivery_dhl_department_desk {
	min-width: 400px;
}







.banner_olympic {
	margin-bottom: 10px;
}


.olympic_medals {
	position: absolute;
	margin-left: 800px;
	z-index: 10;
}

.olympic_medals .olympic_medal {
	margin-top: -50px;
	display: block;
	position: absolute;
}

.olympic_medals .olympic_medal:hover {
	margin-top: -26px;
}

.gm-style-iw, .gm-style-iw div { overflow:hidden !important; }












.review {
	margin-bottom: 40px;
}

.review_user {
	background: #F6F5F3;
	padding-right: 10px;
}

.review_t1 {
	font-size: 14px;
	float: left;
}

.review_t2 {
	font-size: 11px;
	color: #919da2;
	float: right;
	margin-top: 10px;
}

.w1_review_content {
	margin-top: 10px;
}

.review_content {
	margin: 10px 0;
}

.review_t4 {
	margin-right: 7px;
	font-weight: bold;
}

.brand_garant{
	background:url("/media/images/gar5l.jpg") no-repeat left center;
	padding-top:15px;
	padding-left:45px;
	color:#000;
	font-weight: bold;
	font-size:22px;
	height:40px;
}

.brand_garant span.gr_v2{padding-top:10px;}

#menu-338 .mv_v21 {
	margin-left: -419px;
}
#menu-377 .mv_v21 {
	margin-left: -419px;
}
#menu-346 .mv_v21 {
	margin-left: -446px;
}
#menu-376 .mv_v21 {
	margin-left: -404px;
}
#menu-328 .mv_v21 {
	margin-left: -411px;
}

#menu-391 .mv_v21 {
    margin-left: -405px;
}
#menu-510 .mv_v21 {
    margin-left: -367px;
}

#menu-370 .mv_v21 {
    margin-left: -464px;
}

#menu-342 .mv_v21 {
    margin-left: -390px;
}

#menu-276 .mv_v21 {
    margin-left: -420px;
}

#menu-460 .mv_v21 {
    margin-left: -380px;
}


.product-code {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #ff0000;
}



.product-addons {
	margin: 20px 0;
	margin-top: 10px;
}

.product-addons._special {
	font-size: 15px;
}

.product-addon {
	margin: 5px 0;
}

.product-addon label {
	cursor: pointer;
}

.product-addon input {
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
}

.product-addon-price {
	font-weight: bold;
	color: green;
}

.product-addons._special .product-addon-price {
	font-size: 14px;
}



.cart-phones {
	float: right;
	margin-top: 15px;
}


.cart-phones_w1 {
	display: inline-block;
	width: 230px;
	vertical-align: middle;
	font-size: 18px;
	text-align: right;
}

.cart-phones-t1 {
	display: inline-block;
	color: #333;
	margin-right: 5px;
}

.cart-phones-t2 {
	display: inline-block;
	color: #ff6633;
}




.places-list{
	list-style:none;
	margin-bottom: 15px;
	padding:0;
	position:relative
}

.places-list_city{
	background-color:#FFEED6
}

.places-list_city__border{
	border-top:1px solid #385983;
	border-left:0;
	border-right:0;
	border-bottom:0;
	height:0;
	margin:0;
	padding:0;
	width:100%
}

.places-list_city a{
	color:#000;
	font-size:14px;
	text-decoration:underline
}

.places-list_city a.active,.places-list_city a:hover{
	background-color:#385983;
	color:#fff
}

.places-list_poa{
	position:absolute;
	right:0;
	top:40px;
	z-index:99999
}

.places-list_point{
	background-color:#3a4655;
	margin:0;
	position:absolute;
	z-index:100000
}

.places-list_point a{
	color:#fff
}

.places-list_point a.active,.places-list_point a:hover{
	background-color:#385983;
	color:#fff
}

.places-list_right{
	float:right
}



.places-list li{
	display:inline-block;
	margin:0
}

.places-list li a{
	display:inline-block;
	padding:15px;
	text-decoration:underline;
	-webkit-transition:background-color 500ms ease-out 0s,color 500ms ease-out 0s;
	transition:background-color 500ms ease-out 0s,color 500ms ease-out 0s
}

.places-list li a.active,.places-list li a:hover{
	-webkit-transition:background-color 300ms ease-out 0s,color 300ms ease-out 0s;
	transition:background-color 300ms ease-out 0s,color 300ms ease-out 0s
}

.jQtooltip {
  position: relative;
  cursor: help;
  border-bottom: 1px dotted;
}
.jQtooltip div {
  display: none;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1000;
  width: 190px;
  padding: 8px 12px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  box-shadow: 0 1px 3px #C4C4C4;
  border: 1px solid #DBB779;
  background: #FFF6BD;
  border-radius: 2px;
}

.razdel1 {
float: left;
width: 345px;
height: 350px;

}


.razdel {
width: 250px;
padding: 20px;
background: #FFF none repeat scroll 0% 0%;
border-radius: 3px;
box-shadow: 0px 0px 5px rgba(124, 146, 154, 0.47);
margin-left: 20px;
height: 280px;
position: relative;
z-index: 90;

}

.razdel:hover {
	
	position: absolute;
	height: 310px;
	width: 290px;
	margin-left: -5px;
	box-shadow: 0 0 25px rgba(124, 146, 154, 0.47);
	margin-top: -5px;
	z-index: 9999;
}
.navbar-cities {
    text-align: center;
    float: right;
    width: 220px;
    margin-top: 3px;
}
.pic-city {
    background: url(../images/pin-img.png) no-repeat;
    padding: 0 0 0 38px;
    height: 26px;
    font: 18px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    cursor: pointer;
}
.pic-city span {
    border-bottom: 1px dashed #0779b8;
    display: inline-block;
    line-height: 17px;
}
.pic-city:hover span {
    border-bottom:none;
}
.city-phone {
    color: #ff6633;
    font-size: 24px;
    display: block;
    clear: both;
    padding: 7px 0 0;
}

/* Product Delivery Info */
.product-delivery-info {
    margin: 20px 0 0;
}
.product-delivery-info .navbar-cities {
    float: none;
    width: 100%;
}
.product-delivery-method-courier, .product-delivery-method-city {
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: bold;
}
.product-delivery-method-logo, .product-delivery-method-txt {
    display: inline-block;
    vertical-align: top;
}
.product-delivery-method-logo {
    width: 40px;
    text-align: right;
    padding: 0 5px 0 0;
}
.product-delivery-method-txt {
    width: 255px;
}

/* Modal for City Navigation */
body.modal-open {
    overflow: hidden;
}
.overlay {
    display: none;
    position: fixed;
    z-index: 10499;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    overflow: auto;
}

.popup-city {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10500;
    overflow: auto;
}
.popup-city-content {
    position: absolute;
    background: #fff;
    width: 750px;
    min-height: 200px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    overflow: visible;
    transform: translate(-50%, -50%);
}
.popup-city-body {
    overflow: auto;
    padding: 30px;
}
.popup-city-body h2 {
    margin: 0 0 15px;
    font-size: 24px;
}

.close-nav-city {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close-nav-city:hover {
    color: #ff6633;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b-cities-group {
    position: relative;
    overflow: hidden;
    margin-bottom: -10px;
}
.b-cities-item {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    width: 50%;
    float: left;
}
.b-cities-item a {
    text-decoration: none;
    color: #000;
    opacity:0.8;
    filter: alpha(opacity=80);
}
.b-cities-item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.b-cities-name {
    color: #333;
}
.b-cities-phone {
    color: #ff6633;
    font-size: 18px;
}

.tcsbank_new_form_credit_submit {
    background-image: linear-gradient(to bottom, #E9E9E9, rgba(146, 145, 145, 0.7));
    color: white;
    padding: 5px 30px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px #4E4E4E;
}

#credit_new_form {
    display: none;
}

.small_banner_discount {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #fff;
    padding: 30px 20px;
    width: 320px;
    left: 0;
    right: 0;
    border-radius: 3px;
    margin: auto;
    box-shadow: 1px 1px 12px #444;
}

.small_banner_discount p {
    font-size: 18px;
}

.small_banner_discount .butt_c {
    text-align: right;
    padding-top: 10px;
}

.small_banner_discount .butt_c .yes {
    padding: 5px 25px;
    background: #FF6E00;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #0D4E91;
    cursor: pointer;
}

.small_banner_discount .butt_c .no {
    padding: 5px 28.5px;
    background: linear-gradient(to top, #d2cdcd, #F9F9F9);
    color: #000;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.banner_hide {
	display: none;
}

.promo-container {
    background-color: #e4e4e4;
    cursor: pointer;
    margin-top: 15px;
    width: 356px;
    border: 1px solid darkred;
    overflow: hidden;
}

.promo-container .img-box {
    width: 100px;
    text-align: center;
    float: left;
    margin: 25px 0;
    height: 80px;
}

.promo-container .text-box {
    width: 56%;
    float: left;
    margin: 5px;
    padding-left: 10px;
    border-left: 1px solid darkred;
}

.promo-container .text-box h4 {
    color: darkred;
	letter-spacing: 1px;
	font-size: 20px;
}
.promo-container .text-box span {
    color: #333333;
    text-align: left;
    display: inline-block;
    height: 55px;
    overflow: hidden;
}
.promo-apply.disabled {
	background-image: linear-gradient(to bottom, #E9E9E9, rgba(146, 145, 145, 0.7));
	cursor: not-allowed;
}
.promo-code {
	padding:7px;
	border-radius:3px;
	border:1px solid #ff6633;
	margin: 5px;
	font-size: 14px;
	width: 80px;
	text-align: center;
}
.promo-code.apply {
	border:1px solid #ff6633;
}
/* Product color */
.product-color-box .product-color {
    display: block;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.product-color-box .product-color-circle {
    display: inline-block;
    margin: 10px;
    border-radius: 25px;
    padding: 6px;
    line-height: 0;
    cursor: pointer;
    position: relative;
}
.product-color-box .product-color-circle:hover {
    padding: 6px;
    border: 1px solid #ff0000;
}
.product-color-box .product-color-circle>span, .product-color-box .product-color-circle>a {
	padding: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
}
.product-color-box .product-color-circle.active {
    padding: 6px;
    border: 1px solid;
}
.product-color-hover-box:before {
    bottom: -13px;
    border-color: #eaedef hsla(0,0%,100%,0) hsla(0,0%,100%,0);
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: hsla(0,0%,100%,0);
    border-style: solid;
    border-width: 12px 12px 0;
}
.product-color-hover-box {
    padding: 5px 0;
    box-shadow: 0 2px 10px 0 rgba(0,26,52,.16);
    background-color: #fff;
    border-radius: 3px;
    max-width: 264px;
    margin: 0;
    position: absolute;
    display: none;
    bottom: 65px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.product-color-hover-box:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: hsla(0,0%,100%,0);
    border-color: #fff hsla(0,0%,100%,0) hsla(0,0%,100%,0);
    border-style: solid;
    border-width: 12px 12px 0;
}
.product-color-hover-box-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    align-self: center;
    width: 160px;
    height: 160px;
    padding: 15px 0;
}
.product-color-hover-box-image img {
    max-width: 100%;
    max-height: 100%;
}
.product-color-price {
    display: block;
    padding: 20px;
    border-top: 1px solid rgba(0,26,52,.16);
    font-weight: normal;
    text-align: center;
}
.product-color-box.product-color-box-list .product-color-circle {
    margin: 10px 2px;
    border-radius: 12px;
    padding: 4px;
}
.product-color-box.product-color-box-list .product-color-circle>span,
.product-color-box.product-color-box-list .product-color-circle>a {
    width: 12px;
    height: 12px;
}
.product-color-box.product-color-box-list .product-color-circle.active {
    padding: 3px;
}
.product-color-box.product-color-box-list .product-color-circle:hover {
    padding: 3px;
}
.filter-color-box {
    margin: 15px 0;
}
.filter-color-wrapper {
    overflow: hidden;
    max-height: 150px;
}
.filter-color-wrapper.open {
    height: 330px;
    overflow-y: auto;
}
.filter-color-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.filter-color-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #0080ff;
}
.filter-color-wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 6px;
}
.filter-open {
    display: inline-block;
    margin-top: 15px;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #0080ff;
}
.color-label {
    margin: 3px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.color-point {
    margin: 1px 5px 0 25px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
}
.color-title {
    font-size: 14px;
    position: relative;
    top: -2px;
}
/* Product color */
.prepaid-form label {padding-right: 15px;}