@charset "UTF-8";
body{
	background: #f2f2f2;
}
div#pad{
	padding: 15px 0;
}
section#warp{
	width: 960px;
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.65);
	box-shadow: 0 0 4px rgba(0,0,0,0.65);
}
/* header */
.header .grid_2,
.header .grid_3,
.header .grid_4{
	margin-top: 23px;
}
.header .logo{
	margin: 0 0 0 17px;
}
.phone{
	float: left;
	margin-left: 8px;
}
.phone *{
	vertical-align: bottom;
}
.phone .phone-code{
	font-size: 1.286em;
	color: #666;
}
.phone .phone-num{
	line-height: 105%;
	font-size: 2.143em;
}
.phone div{
	font-size: 0.857em;
	color: #666;
	text-align: right;
	margin: 2px 0;
}
.phone a,
.phone span.scheme-link,
.header .basket .link-basket{
	cursor: pointer;
	font-size: 0.786em;
	float: right;
	line-height: 120%;
	color: #0088cc;
	text-decoration: none;
	border-bottom: dashed 1px #0088cc;
}
.phone a:hover,
.phone span.scheme-link:hover,
.header .basket .link-basket:hover{
	border-bottom-style: dotted;
}
.work-time{
	margin: 2px 0 0 20px;
	width: 150px;
}
.work-header{
	font-size: 1.286em;
	margin-left: 14px;
	white-space: nowrap;
	line-height: 130%;
} 
.work-time img,
.times{
	float: left;
}
.work-time img{
	position: relative;
	top: 5px;
}
.workday{
	font-size: 2.143em;
	line-height: 100%;
}
.holyday{
	font-size: 1.143em;
	line-height: 130%;
	margin-left: 5px;
}
.times sup{
	font-size: 0.571em;
}
.header .basket{
	margin: -8px 0 0 40px;
	width: 225px;
	height: 68px;
	padding: 12px 7px 4px 21px;
	background: #fff url('../images/basket-bg.png') repeat-x bottom;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.65);
	box-shadow: 0 0 4px rgba(0,0,0,0.65);
}
.header .basket img{
	float: left;
	position: relative;
	top: 4px;
	margin-right: 8px;
}
.header .basket div{
	font-size: 1.286em;
	line-height: 100%;
}
.header .basket div.basket-sum{
	color: #0088cc;
}
.nav{
	margin: 16px 0 0;
}
.nav.container_12 nav.grid_12{
	width: 960px;
	margin: 0;
}

nav.main-menu{
	background: #222 url('../images/nav.png') repeat-x bottom;
	position: relative;
}
nav table{
	float: left;
	border-spacing: 0;
	width: 738px;
	height: 36px;
	margin: 0;
	white-space: nowrap;
}
nav table tr td{
	width: 1000px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
nav table tr td:hover,
nav table tr td.active{
	background: #0088cc url('../images/nav-hover.png') repeat-x bottom;
}
nav table tr td.sub:hover{
	background: #ededed url('../images/nav-hover-sub.png') repeat-x bottom;
}
nav table tr td > a{
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
	height: 36px;
	color: #fff;
	font-size: 1.231em;
	text-decoration: none;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
nav table tr td.sub:hover > a{
	color: #333;
}
.sub-container{
	overflow: hidden;
	white-space: normal;
	position: absolute;
	z-index: 101;
	left: 0;
	top: -1000px;
	opacity: 0;
	width: 100%;
	text-align: left;
	padding: 20px 0 40px;
	background: #f5f5f5 url('../images/sub.png') repeat-x top;
	-webkit-box-shadow: 0 7px 4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0 7px 4px rgba(0,0,0,0.65);
	box-shadow: 0 7px 4px rgba(0,0,0,0.65);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
}
nav table tr td.sub:hover .sub-container{
	top: 36px;
	opacity: 1;
}
.sub-container a{
	color: #333;
	text-decoration: none;
}
.sub-container a:hover{
	text-decoration: underline;
}
.sub-images{
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 90px;
}
.sub-menu{
	float: left;
	width: 260px;
}
.sub-container .grid_2{
	text-align: center;
}
nav form{
	float: right;
}
.search{
	display: block;
	width: 203px;
	margin: 3px 2px 0 0;
	height: 31px;
	padding: 0 0 0 8px;
	background: #e8e8e8 url('../images/search.png') repeat-x bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.65);
}
.search input{
	border: 0 none;
	background: none;
}
.search input:focus{
	outline: 0 none;
}
.search input[type='text']{
	width: 170px;
	height: 30px;
	font-size: 1em;
	font-style: italic;
}
.search input[type='submit']{
	cursor: pointer;
	float: right;
	margin: 6px 4px 0 0;
	width: 21px;
	height: 21px;
	background: url('../images/submit.png') no-repeat center center;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.ui-widget-content.ui-menu{
	position: absolute;
	z-index: 2000;
	width: 300px;
left: auto !important;
right: 50% !important;
margin-right: -480px;
	height: auto;
	background: #fff !important;
	padding: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 4px rgba(0,0,0,0.58);
	-moz-box-shadow: 0 5px 4px rgba(0,0,0,0.58);
	box-shadow: 0 5px 4px rgba(0,0,0,0.58);
}
.ui-menu .ui-menu-item a {
padding: 0;
line-height: inherit;
}
.ui-menu li:last-child div.hr{
	display: none;
}
.ui-menu:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.search-results{
/*	display: none;*/
/*	position: absolute;
	z-index: 2000;
	top: 34px;
	right: 0;
	width: 272px;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 4px rgba(0,0,0,0.58);
	-moz-box-shadow: 0 5px 4px rgba(0,0,0,0.58);
	box-shadow: 0 5px 4px rgba(0,0,0,0.58);  */
}
.tab-row{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.tab-row .index-item{
	display: table-cell;
	padding-top: 10px;
}




.search-results .hr img{
	width: 100%;
	height: 4px;
}
.search-results .index-item-image{
	width: 110px;
	text-align: center;
	margin: 0;
}
.search-results .index-item-desc{
	width: 190px;
}
.search-results h3{
	line-height: 130%;
}
.more-search-result{
	display: none;
	text-align: center;
}
.more-search-result a{
	text-decoration: underline !important;
	color: #0088cc;
}
.more-search-result a:hover{
	text-decoration: none !important;
}
.ui-menu li:last-child div.more-search-result{
	display: block;
}
.gmap{
	display: none;
	overflow: hidden;
	width: 577px;
	height: 339px;
	position: absolute;
	z-index: 1999;
	margin: 72px 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.6);
	box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.gmap iframe{
}
.close-map{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
/* header off */

/* content */
#slider{
	width: 100%;
	margin: 2px 0 0;
	height: 332px;
	margin-bottom: 66px;
}
.hr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	height: 4px;
}
.hr.slider-hr{
	position: relative;
	top: -66px;
}
.hr:before,
.hr:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;	
}
#slider .camera_pag_ul{
	text-align: center;
}
#slider .camera_pag_ul li{
	margin: 10px 0 30px;
	width: 20px;
	height: 20px;
	background: none;
}
#slider .camera_pag_ul li > span{
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url('../images/li-slider.png') no-repeat center center;
}
#slider .camera_pag_ul li.cameracurrent > span{
	background: url('../images/li-slider-hover.png') no-repeat center center;
}
.index-item{
	margin: 10px 0;
}
.index-item-image{
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.index-item-desc{
	float: left;
	width: 162px;
}
.index-item-desc h3{
	font-size: 1.143em;
	line-height: 150%;
	color: #333;
	margin: 0;
	padding: 0;
}
.index-item-desc h3 a{
	color: #333;
	text-decoration: none;
}
.index-item-desc h3 a:hover{
	text-decoration: underline;
}
.index-item-price{
	color: #999;
	font-size: 1.143em;
	line-height: 150%;
}
.index-item-buy{
	float: right;
	margin-top: -20px;
}
.grid_2 .social{
	margin: 20px 0 0;
}
.grid_2 .social ul{
	padding: 0;
}
.grid_2 .social .soc-title{
	line-height: 150%;
	text-align: left;
	margin-bottom: 6px;
	color: #333;
}

.new-item-link{
	margin-top: 20px;
}
div div.new-item-link:first-child{
	margin-top: 10px;
}
.new-item-link.active a{
	cursor: default;
	color: #999;
	border-bottom-color: transparent;
}
.new-item-link a{
	font-size: 1.143em;
	text-decoration: none;
	color: #0088cc;
	text-decoration: none;
	border-bottom: dashed 1px #0088cc;
}
.new-item-link a:hover{
	border-bottom-style: dotted;
}
.tab-content{
	display: none;
}
.tab-content.active{
	display: block;
}
.all-records{
	margin: 30px 0;
	padding: 0 58px 0 0;
	text-align: right;
	color: #0088cc;
}
.all-records a{
	color: #0088cc;
}
.all-records a:hover{
	text-decoration: none;
}
.ajax-loading{	height: 250px;	background: url('../images/ajax-loading.gif') no-repeat center center;}
.index-news-header{
	text-decoration: underline;
	margin: 20px 0 0 34px;
}
.index-news-img{
	font-size: 0;
	line-height: 0;
	float: left;
	width: 192px;
	text-align: center;
	margin: 0 0 0 12px;
}
.index-news-desc{
	float: right;
	width: 490px;
}
.index-news-desc h3,
.index-news-desc h3 a{
	font-size: 1.143em;
	color: #0088cc;
	padding: 0;	
}
.index-news-desc h3 a{
	text-decoration: underline;
}
.index-news-desc h3 a:hover{
	text-decoration: none;
}
.index-news-date{
	font-size: 0.857em;
	color: #0088cc;
	margin: 4px 0 10px;
}
.index-news-text{
	color: #333;
	margin-bottom: 40px;
}
.council.council-index{
	margin: 20px 0 0;
	width: 206px;
}
.council.council-index .txt{
	color: #333;
}
.council.council-index .more-link{
	font-size: 1em;
}
.council.council-index .more-link:hover{
	text-decoration: none;
}
.consult-desc{
	margin-top: 40px;
	color: #333;
}
.consult-desc-container{
	padding-left: 32px;
}
.consult-desc-container p,
.consult-desc-container ul,
.consult-desc-container ol{
	margin-bottom: 20px;
}
.consult-desc-container ul li{
	list-style: square;
margin-left: 30px;
}
.consult-desc-container ol li{
	list-style: decimal;
margin-left: 30px;
}

.ui-widget-content {
    background: #666666 !important;
    border: none !important;
   height:3px;
}

.ui-state-default {
    background: url("../images/ui-slider-bullet.png") no-repeat 50% 50% !important;
    border:none !important;
}

.ui-slider .ui-slider-range {
    background:#0088cc !important;
}
.ui-slider-horizontal{
height: 3px;
}
.ui-slider-handle{
	top: -8px !important;
	cursor: pointer !important;
}
#amount-min,#amount-max{
	width: 48px;
	height: 17px;
	line-height: 100%;
	text-align: center;
	font-size: 0.786em;
	color: #363636;
	border: solid 1px #363636;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#slider-range .ui-slider-handle{
	text-decoration: none;
}
#slider-range .ui-slider-handle span{
	position: absolute;
	left: 50%;
	top: 16px;
	width: 40px;
	margin-left: -20px;
	text-align: center;
	font-size: 0.6em;
	color: #333;
}
.ui-sl *:focus{
	outline: none;
}
.ui-header{
	color: #363636;
	margin-bottom: 6px;
}
.ui-inputs{
	margin-top: 26px;
}
.ui-inputs input[type='text']{
	margin: 0 5px 0 25px;
}
.ui-inputs input[type='submit']{
	margin: 1px 0 0 5px;
	width: 37px;
	height: 21px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	font-size: 0.786em;
	background: url('../images/ui-sub.png') repeat-x bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	vertical-align: top;
}
.product h1{
	margin: 16px 0 10px;
	padding: 0;
}
.product-image{
	float: left;
	width: 300px;
}
.product-desc{
	float: right;
	width: 380px;
	color: #333;
}
.product-desc .assessment{
	padding: 12px 0 0;
}
.product-desc .assessment .vote-wrap{
	margin-top: -4px;
}
.product-desc .rating{
	padding: 0;
}
.product-desc .vote-hover{
	padding: 0 !important;
	margin-left: -4px;
}
.product-desc > p{
	font-size: 0.796em;
}
.prod-slider,
.prod-thumbs{
	position: relative;
	width: 293px;
	height: 197px;
	overflow: hidden;
}
.prod-thumbs{
	margin-top: 10px;
	height: 72px;
}
.prod-thumbs-thumbs,
.prod-slider-thumbs{
	position: absolute;
	top: 0;
	left: 0;
	height: 197px;
	width: 10000px;
}
.prod-thumbs-thumbs{
	height: 72px;
}
.prod-slider-thumbs ul li{
	float: left;
	width: 293px;
	height: 197px;
}
.prod-thumbs-thumbs ul li{
	float: left;
	margin-right: 10px;
	width: 89px;
	height: 70px;
	overflow: hidden;
	border: solid 1px transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.prod-thumbs-thumbs ul li:hover{
	border: solid 1px #0389cd;
}
.prod-thumbs-thumbs ul li img{
	display: inline-block; *display: inline; zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.prod-thumbs .prev,
.prod-thumbs .next,
.prod-slider .prev,
.prod-slider .next{
	position: absolute;
	top: 90px;
	cursor: pointer;
}
.prod-thumbs .prev,
.prod-thumbs .next{
	top: 25px;
}
.prod-thumbs .prev,
.prod-slider .prev{
	left: 4px;
}
.prod-thumbs .next,
.prod-slider .next{
	right: 4px;
}
.prod-price{
	margin-top: 5px;
}
.prod-price .prices{
	float: left;
	margin-right: 10px;
	background: #f0f0e1;
	padding: 0 4px 4px;
}
.prod-price .current{
	font-size: 1.714em;
	color: #333;
	margin: 0 0 0 -1px;
}
.prod-price .old{
	font-size: 1.143em;
	color: #0087CC;
	text-decoration: line-through;
}
.prod-price .basket-but{
	position: relative;
	top: 6px;
	display: table-cell;
	vertical-align: middle;
	padding: 4px 12px 0;
	height: 46px;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.385em;
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	border: solid 1px #32a0ff;
	background: #70e0ff url('../images/basket-prices-bg.png') repeat-x bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0 #3f93c0, -1px 1px 0 #3f93c0, 1px -1px 0 #3f93c0, -1px -1px 0 #3f93c0;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.prod-price .basket-but:hover{
	background-image: url('../images/hover.png');
}
.prod-price .basket-but img{
	margin: -4px 2px 0 0;
}
.compare-add{
	margin-top: 4px;
}
.compare-add a{
	color: #0087cc;
	text-decoration: none;
	border-bottom: dashed 1px #0087cc;
}
.compare-add a:hover{
	border-bottom-style: dotted;
}
.soc-container{
	margin-top: 24px;
}
.vend-img{
	float: left;
}
.soc-block{
	float: right;
	width: 280px;
}
.soc-block ul li{
	float: left;
	margin: 0 10px 10px 0;
}
.same-prod,
.tech-info{
	margin-top: 40px;
}
.tech-info table{
	border-spacing: 0;
}
.tech-info td{
	vertical-align: top;
	color: #333;
	width: 510px;
	padding: 0 20px 10px 10px;
}
.tech-info td:first-child{
	width: 160px;
	padding: 0 0 10px;
}
.prod-main{
	padding-bottom: 20px;
}
.slider-same{
	position: relative;
	width: 700px;
	height: 191px;
	padding: 20px 0;
	overflow: hidden;
}
.slider-same ul{
	position: absolute;
	width: 10000px;
	left: 0;
	top: 20px;
}
.slider-same ul li{
	float: left;
	width: 175px;
	height: 191px;
}
.slider-same ul li .li{
	margin: 0 auto;
	border: solid 1px transparent;
	width: 152px;
	height: 191px;
	text-align: center;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.slider-same ul li .li:hover{
	border: solid 1px #0188cc;
	-webkit-box-shadow: 0 0 10px rgba(0,136,204,0.65);
	-moz-box-shadow: 0 0 10px rgba(0,136,204,0.65);
	box-shadow: 0 0 10px rgba(0,136,204,0.65);
}
.slider-same .prev,
.slider-same .next{
	position: absolute;
	top: 98px;
	cursor: pointer;
}
.slider-same .prev{
	left: 4px;
}
.slider-same .next{
	right: 4px;
}
.prod-thumbs .prev,
.prod-thumbs .next,
.prod-slider .prev,
.prod-slider .next,
.slider-same .prev,
.slider-same .next{
	display: none;
}
.slider-same h3{
	height: 42px;
	width: 154px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.slider-same h3 a{
	color: #333;
	text-decoration: none;
}
.same-img{
	display: table-cell;
	width: 152px;
	height: 95px;
	vertical-align: middle;
}
.same-price{
	color: #999;
	font-size: 1.143em;
}
.slider-same .button{
	margin-top: 2px;
}
.same-prod h2{
	padding: 0;
}
/* content off */

/* footer */
footer{
	position: relative;
	color: #aaa;
	padding: 10px 0 30px;
	background: #383838;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
footer a{
	color: #aaa;
}
footer a:hover{
	text-decoration: none;
}
footer section div:first-child ul,
footer section div ul ul{
	margin: 0 0 0 10px;
}
footer section div ul ul{
	font-size: 0.857em;
}
footer .phone,
footer .work-time{
	margin-left: 0;
}
footer .phone{
	margin-top: 10px;
}
footer .work-time{
	margin-top: 20px;
}
footer .phone .phone-code{
	color: #aaa;
	font-size: 1em;
}
footer .phone div{
	color: #aaa;
}
#dev{
	position: absolute;
	width: 176px;
	font-size: 0.786em;
	bottom: 10px;
	right: 10px;
}
#dev img{
	float: left;
	margin: -20px 10px 0 0;
}
/* footer off */











/* fix ig.css */
.cat-menu ul li{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.cat-menu ul li ul{
	display: none;
}
.cat-menu ul li ul.active{
	display: block;
}
.cat-menu > ul > li{
	background: #eee url('../images/right.png') no-repeat 196px 10px;
}
.cat-menu > ul > li:hover{
	background: #ccc url('../images/right.png') no-repeat 196px 10px;
}
.cat-menu > ul > li.active{
	background: #ccc url('../images/down.png') no-repeat 196px 10px;
}
.cat-menu > ul > li > ul > li:hover,
.cat-menu > ul > li > ul > li.active{
	background: #999;
}
.cat-menu > ul > li > a{
	display: inline !important;
}

.product-desc .vote-success{
	position: absolute;
	margin: -22px 0 0 83px;
}
.product-desc .vote-result{
	position: absolute;
	margin: -23px 0 0 200px;
}
/* eof */
#ho_adv{display: none !important;}