@charset "utf-8";
/* global reset */

* {padding:0;margin:0;}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}

body {line-height: 1;background-color:#000;font:14px Arial, Helvetica, sans-serif;}

ol, ul, li {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

/* global reset ends here */

@font-face {

	font-family: 'Calibri';

	/*src: url('/fonts/calibri.eot');

	src: local('O'), url('/fonts/futura.woff') format('woff'), url('/fonts/futura.ttf') format('truetype'), url('/fonts/futura.svg#webfontQ9Xhiwem') format('svg');
    */
	font-weight: normal;

	font-style: normal;

}

/*global style*/

html, body {height:100%;}

footer, header {display: block}

a {text-decoration: underline; color: #5f5e59;}

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

strong{font-weight: bold}

em{font-style: italic}



.cboth {clear: both; height: 0px; overflow: hidden;display: block;}

.cboth10 {clear: both; height: 10px; overflow: hidden;display: block;}

.cboth20 {clear: both; height: 20px; overflow: hidden;display: block;}



.fleft {

	float: left;
	font-size:12px

}

.fright {

	float: right;

}

.block {

	display: block;

}

h1 {

	color: #3c3d3e;

	font: 20px Arial;

}

h2 {

	color: #3c3d3e;

	font: 22px Arial;

}

/*Placeholder*/

INPUT::-webkit-input-placeholder { color: #d4dac3; font-size: 13px; }

TEXTAREA::-webkit-input-placeholder { color: #d4dac3; font-size: 13px; }

.m-placeholder { color: #d4dac3; font-size: 13px; }



/**/

body {

	background: #a8a8a8;

	font: normal 12px Arial;

	color: #5f5e59;

}

input[type=submit] {

	cursor: pointer;

}

/**/

.wrapper {

min-height:100%;

height:auto  !important;

height:100%;

margin:0 auto -197px;

clear: both;

}

.push {

	height:197px;

}

.main-width {

	width: 979px;

	margin: 0 auto;

}

.cart input {

	background: url(/img/carts.png) no-repeat;

	border: none;

	color: #fff;

	width: 79px;

	height: 21px;

	padding-left: 15px;

	font-size: 12px;

}

.cart2 input {

	background: url(/img/sprite.png) no-repeat 0 -74px;

	border: none;

	color: #fff;

	width: 119px;

	height: 28px;

	padding-left: 15px;

	font: bold 17px Arial;

}

.green_cart {

	background: url(/img/sprite.png) no-repeat 0 -152px;

	padding-left: 20px;

	color: #44af2c;

	text-decoration: underline;

	border: none;

	height: 20px;

}

.green_cart:hover {

	text-decoration: none;

}

.red_cart {

	background: url(/img/sprite.png) no-repeat 0 -222px;

	padding-left: 20px;

	color: #d75702;

	text-decoration: underline;

	border: none;

	height: 20px;

}

.red_cart:hover {

	text-decoration: none;

}



header {

	width: 963px;

	margin: 0 auto;

	background: url(/img/cont_back.png) repeat-y;

	padding: 0 10px 0 20px;

	position: relative;

	z-index: 9;

}

/***********************Top section*/

.top_menu {

	width: 100%;

	background: url(/img/top_menu.png) repeat-x;

	height: 36px;

	position: relative;

	display: block;

	z-index: 10;

}

/**************Top menu*/

.top_menu ul.starkres {

	padding-top: 3px;

	float: left;

	margin-left: 7px;

}

.top_menu ul.starkres li {

	float: left;

	width: 131px;

	height: 32px;

	position: relative;

}

.top_menu ul.starkres li a {

	display: block;

	margin: 4px auto 0;

}

.top_menu ul.starkres li.starkids {

	margin-right: 5px;

}

.top_menu ul.starkres li.starkids a {

	background: url(/img/sprite.png) no-repeat  0 -1491px;

	width: 75px;

	height: 20px;

	margin-left: 24px;

}

.top_menu ul.starkres li.kresla a {

	background: url(/img/sprite.png) no-repeat 0 -715px;

	width: 94px;

	height: 22px;

}

.top_menu ul.starkres li.active, .top_menu ul.starkres li:hover{

	background: url(/img/sprite.png) no-repeat 0 -1909px;

}

.top_menu ul.starkres li:hover .drop_down {

	display: block;

}

.top_menu ul.starkres li .drop_down{

	background: #f7f7f7;

		background: -webkit-gradient(linear, left top, left bottom, from(#d9d8d8), to(#f7f7f7));

		background: -moz-linear-gradient(top,  #d9d8d8,  #f7f7f7);

	box-shadow: 2px 2px 10px #d1d1d1;

		-moz-box-shadow: 2px 2px 10px #d1d1d1;

		-webkit-box-shadow: 2px 2px 10px #d1d1d1;

	border-radius: 0 0 3px 3px;

		-webkit-border-radius: 0 0 3px 3px;

		-moz-border-radius: 0 0 3px 3px;

	display: none;

	position: absolute;

	top: 31px;

	width: 360px;

	padding: 18px 15px 0 5px;

	z-index: 999;

	left: 0;

}

.top_menu ul.starkres li .drop_down p {

	margin-left: 13px;

}

.top_menu ul.starkres li .drop_down ul {

	margin: 10px 30px;

}

.top_menu ul.starkres li .drop_down li {

	line-height: normal;

	float: none;

	width: auto;

	height: auto;

}

.top_menu ul.starkres li .drop_down li:hover{

	background: none;

}

.top_menu ul.starkres li .drop_down li a {

	background: none;

	line-height: normal;

	display: inline-block;

	color: #87b91f;

	width: auto;

	height: auto;

	font-weight: normal;
	font-size:18px;

}

.top_menu ul.starkres li .drop_down li a:hover
{
	color: #ABDF40;
}

.top_menu ul.starkres li .drop_down .line {

	background: url(/img/sprite.png) no-repeat 0 -548px;

	width: 140px;

	height: 2px;

	display: block;

	margin:40px 0 10px;

}

.top_menu ul.starkres li .drop_down .stark_logo {

	background: url(/img/sprite.png) no-repeat 0 -1412px;

	width: 122px;

	height: 29px;

	display: inline-block;

}


.top_menu ul.starkres li .drop_down .stark_logo2 {

	background: url(/img/sprite.png) no-repeat 0 -2100px;

	width: 122px;

	height: 29px;

	display: inline-block;

}




.top_menu ul.starkres li .drop_down .items {

	float: right;

	background: url(/img/sprite.png) no-repeat  0 -1752px;

	width: 200px;

	height: 107px;

}



.top_menu ul.starkres li .drop_down .items2 {

	float: right;

	background: url(/img/sprite.png) no-repeat  0 -1980px;

	width: 200px;

	height: 107px;

}

.top_menu ul.starkres li .drop_down .link a {

	background: url(/img/arrow.png) no-repeat right center;

	display: inline-block;

	padding-right: 10px;

	width: auto;

	height: auto;

	color: #87b91f;

	font: bold 13px Arial;

}

/*************Region*/

.top_menu .region {

	float: left;

	margin-left: 10px;

	font: 13px/30px Arial;

	color: #a3a3a3;

}

.top_menu .region span {

	color: #7d888c;

}

/***********2 cart*/

.top_menu .cart2 {

	float: right;

	font: 14px/30px Arial;

	color: #00a3e0;

	margin-left: 15px;

	white-space: nowrap;

}

/************Register*/

.top_menu .registr {

	float: right;

	line-height: 29px;

  margin: 0 10px 0 34px;

}

.top_menu .registr a {

	color: #f56284;

}

/*************Cart*/

.top_menu .cart {

	float: right;

	background: url(/img/sprite.png) no-repeat  0 -1677px;

	height: 27px;

  line-height: 28px;

  padding: 0 20px 0 26px;

  width: 232px;

}

.top_menu .cart form {

	float: right;

    margin-top: -1px;

	/*margin-left: 35px;*/

}

.top_menu .cart form input[type=submit] {

	background: url(/img/inp_sub_top.png) repeat-x;

	border: 1px solid #bcbcbc;

	border-radius: 4px;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	font-size: 11px;

	color: #4c4b4b;

	width: 64px;

	height: 15px;

	padding: 0;

}

.top_menu .cart span.text {

	background: url(/img/cart.png) no-repeat left center;

	display: inline-block;

	padding-left: 25px;

	white-space: nowrap;

}

/*********************Header*/

header .logo {

	float: left;

	color: #848484;

	font: 13px Tahoma;

	margin:13px 56px 0 30px;
	margin /*\**/: 13px 35px 0 30px\9;

	letter-spacing: 2.6px;

}

header .logo a {

	background: url(/img/sprite.png) no-repeat 0 -787px;

	width: 258px;

	height: 57px;

	display: block;

	margin-bottom: 3px;

}

header .centblo {

	float: left;

	margin-right: 7px;

}

header .centblo .acti {

	color: #777171;

    display: block;

    font: 21px/0.5 Arial;

    height: 49px;

    margin: 0 0 0 22px;

    padding: 15px 0 0;
    line-height:16px;
   line-height /*\**/: 17px\9;
}

.acti {
    top: 0px;
}

#slider_acti {
      width:1px;
      height: 230px;
      float: right;
      top:15px;
}
#slider_sale {
      width:1px;
      height: 230px;
      float: right;
      top:15px;
}
.acti_wra {
    overflow: hidden;
    float:left;
}


header .centblo .acti img {

	float: left;

	margin: -14px 17px 0 0;

}

header .search {

	background: #afd364;

	border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	padding: 9px 12px 7px;
	padding-right /*\**/: 8px\9;
	padding-left /*\**/: 8px\9;
	width: 316px;

}

header .search input {

	float: left;

}

header .search input[type=text] {

	width: 239px;

	height: 20px;

	background: #fff;

	border: none;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	margin-right: 10px;

}

header .search input[type=submit] {

	width: 67px;

	height: 20px;

	background: #e2ffa7;

	border: none;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	font-size: 12px;

	color: #5d5d5d;

	padding-bottom: 5px;

}

header .conta {

	float: right;

	margin-top: 6px;

	width: 266px;

	position: relative;

	z-index: 10;

}

header .conta p {

	margin-left: 4px;

}

header .conta .phone, header .conta .phone a {

	color: #0996ef;

	font-size: 10px;

}

header .conta .phone .cufcali {

 font-size: 19px;

 letter-spacing: 2px;

}

header .conta .time {

	color: #595959;

	font-size: 11px;

}

header .conta .cont_menu {

	margin-top: 4px;

}

header .conta .cont_menu li {

	float: left;

	position: relative;

}

header .conta .cont_menu li a {

	font-size: 14px;

	padding-top: 5px;

	display: inline-block;

    border-bottom: 1px solid #5F5E59;

    text-decoration: none;

}



header .conta .cont_menu li  a:hover {

    border-bottom: 1px solid white;

}



header .conta .cont_menu li.red  a{

	color: #dd2d34;

    border-bottom: 1px dashed #dd2d34;

    text-decoration: none;

}

header .conta .cont_menu li.blue a {

	color: #1274d6;

    border-bottom: 1px dashed #1274d6;

    text-decoration: none;

}

header .conta .cont_menu li.blue a:hover {

    border-bottom: 1px solid white;

}

header .conta .cont_menu li.red a:hover {

    border-bottom: 1px solid white;

}

header .conta .cont_menu li.red {

	background: url(/img/arrow_red.png) no-repeat 95% center;

	padding:0  15px 0 5px;

}



header .conta .cont_menu li.blue .drop li a {

    border-bottom: 1px solid white;

}



header .conta .cont_menu li.red .drop li a {

    border-bottom: 1px solid white;

}





header .conta .cont_menu li.blue{

	background: url(/img/arrow_blue.png) no-repeat 95% center;

	padding:0  15px 0 5px;

}

header .conta .cont_menu li.red:hover, header .conta .cont_menu li.blue:hover {

	border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	box-shadow: 2px -3px 10px #d1d1d1;

		-moz-box-shadow: 2px -3px 10px #d1d1d1;

		-webkit-box-shadow: 2px -3px 10px #d1d1d1;

}

header .conta .cont_menu li.red:hover .drop, header .conta .cont_menu li.blue:hover .drop {

	display: block

}

header .conta .cont_menu li .drop {

	display: none;

	position: absolute;

	padding: 5px;

	left: 0px;

	border-radius: 0 0 5px 5px;

	-webkit-border-radius: 0 0 5px 5px;

	-moz-border-radius: 0 0 5px 5px;

	box-shadow: 2px 4px 10px #d1d1d1;

		-moz-box-shadow: 2px 4px 10px #d1d1d1;

		-webkit-box-shadow: 2px 4px 10px #d1d1d1;

	background: #fff;

	z-index: 10;

}

header .conta .cont_menu li .drop li {

	float: none;

}

header .conta .cont_menu li .drop li a {

	color: #5a5a5a;

	font-size: 11px;

}

header .main_menu {

	background: url(/img/main_menu.png) repeat-x;

	width: 948px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	height: 38px;

	border-left: 1px solid #c5e979;

	border-right:1px solid #c5e979;

}

header .main_menu li {

	float: left;

	margin: 3px 0;

	border-left: 1px solid #fff;

	height: 32px;

	position: relative;

}

header .main_menu li:first-child {

	border: none;

}

header .main_menu li a.cufcalim {

	color: #fff;

	font: bold 15px Calibri;

	text-decoration: none;

	display: block;

	text-align: center;

	line-height: 30px;

	margin: 0 4px;

}

header .main_menu li:hover a.cufcalim, header .main_menu li a.cufcalim:hover {

	color: #8dc716;

}

header .main_menu li:hover a.cufcalim, header .main_menu li.hover a.cufcalim{

	background: url(/img/mainmenu_a_hov.png) repeat-x;

	margin-top: -5px;

	padding: 7px 0;

	border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	box-shadow: 2px -2px 10px #d1d1d1;

		-moz-box-shadow: 2px -2px 10px #d1d1d1;

		-webkit-box-shadow: 2px -2px 10px #d1d1d1;

}

header .main_menu li .drop_menu {

	display: none;

	position: absolute;

	left: -1px;

	top: 35px;

	background: url(/img/menu_drop_back.png) repeat-x top left	#fff;

		border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	box-shadow: 0px 10px 20px #D1D1D1;

		-moz-box-shadow: 0px 10px 20px #D1D1D1;

		-webkit-box-shadow: 0px 10px 20px #D1D1D1;

	width: 602px;

	padding: 16px 10px 7px 18px;

	z-index: 9;

}



header .main_menu li .drop_menu_r {

	left: -490px !important;

}



header .main_menu li:hover .drop_menu {

	display: block;}

header .main_menu li .drop_menu .buggy {background: url(/img/buggy.png) no-repeat bottom right;}

header .main_menu li .drop_menu .buggy-stulchiki {background: url(/img/stulchiki.png) no-repeat bottom right;}
header .main_menu li .drop_menu .buggy-mebel {background: url(/img/mebel.png) no-repeat bottom right;}
header .main_menu li .drop_menu .buggy-toy {background: url(/img/toy.png) no-repeat bottom right;}
header .main_menu li .drop_menu .buggy-care {background: url(/img/care.png) no-repeat bottom right;}
header .main_menu li .drop_menu .buggy-kresla {background: url(/img/kresla.jpg) no-repeat bottom right;}


header .main_menu li .drop_menu .types, header .main_menu li .drop_menu .brand, header .main_menu li .drop_menu .faq {

	float: left;

}

header .main_menu li .drop_menu .types {

	width: 185px;

}

header .main_menu li .drop_menu .brand {

	width: 168px;

}

header .main_menu li .drop_menu .brand, header .main_menu li .drop_menu .faq {

	margin-left: 47px;

    width: 160px;

    min-height: 200px;

}

header .main_menu li .drop_menu li{

	float: none;

	height: auto;

	border-bottom: 1px solid #e6e6e6;

	line-height: 18px;

    padding-bottom: 2px;

}

header .main_menu li .drop_menu .types li {

	background: url(/img/star.png) no-repeat -2px center;

	padding-left: 11px;

	margin-left: 6px;

}

header .main_menu li .drop_menu li.all {

	text-align: right;

	background: none;

	border: none;

}

header .main_menu li .drop_menu .faq li.all {

	text-align: left;

}

header .main_menu li .drop_menu li.all a{

	text-transform: none;

	color: #7d7c7c;

}

header .main_menu li .drop_menu .brand li.all a{

	font-weight: bold

}

header .main_menu li .drop_menu .types .name {

	color: #e72f5a;

	font-weight: bold;

	text-transform: uppercase;

	background: none;

	border: none;

	margin: 0;

}

header .main_menu li .drop_menu .brand .name, header .main_menu li .drop_menu .faq .name {

	color: #777777;

	font-weight: bold;

	text-transform: uppercase;

	background: none;

	border: none;

}

header .main_menu li .drop_menu a, header .main_menu li .drop_menu a:hover {

	font: 12px Arial;

	text-decoration: none;

}

header .main_menu li .drop_menu .types a {

	color: #1292af;

	font: bold 12px Arial;

	text-decoration: none;

}

header .main_menu li .drop_menu .brand a, header .main_menu li .drop_menu .brand a:hover{

	color: #1292af;

}

 header .main_menu li .drop_menu .faq a, header .main_menu li .drop_menu .faq a:hover {

	color: #85898a;

}

/*********************Content*/

.main {

	display: block;

	margin: 0 auto 0;

	width: 963px;

    min-height: 435px;

	background: url(/img/cont_back.png) repeat-y;

	padding: 20px 10px 0 20px;

	position: relative;

	z-index:0;

}



/************Slider*/

.slider {

	width: 582px;

	float: left;

	height: 285px;

	overflow: hidden;

	margin: 0 5px;

}

.slider .items {

height: 260px;

overflow: hidden;

}

.slider #pager {

	background: url(/img/pager.png) repeat-x;

	height: 25px;

	margin-top: 1px;

	border-radius: 0 0 7px 7px;

	-webkit-border-radius: 0 0 7px 7px;

	-moz-border-radius: 0 0 7px 7px;

}

.slider #pager a {

	line-height: 24px;

	background: url(/img/sep.png) repeat-y right top;

	display: inline-block;

	width: 40px;

	text-align: center;

	text-decoration: none;

}

.slider #pager a.activeSlide {

	font-weight: bold;

}

/***********Action*/

.action {


	background: url(/img/act_bot.png) no-repeat bottom left;

	width: 180px;

	height: 270px;

	padding-bottom: 15px;
	vertical-align:top

}

.action .wra {

	height: 240px;

	float: left;

	width: 170px;

	position: relative;

}

.action .swra {

	height: 240px;

	float: left;

	width: 170px;

	position: relative;

}

.action .swra .sale {

 left: 0;

    position: absolute;

    top: 0;

 }

.action #slider-wrap {

	float: left;

	width: 5px;

	margin-left: 2px;

}

.action #slider-wrap #slider-vertical {

	background: #d7d7d7;

	 position: relative;

	 border: none;

	 width: 5px;

}

.action #slider-wrap #slider-vertical .ui-slider-handle {

	height: 5px;

	background: #5F5E59;

	position: absolute;

	display: block;

	width: 5px;

	margin-bottom: -5px;

	left: 0;

	border: none;

}

.action h5 {

	background: url(/img/act_top.png) no-repeat;

	height: 31px;

	line-height: 31px;

	text-align: center;

}

.action h5 a {

	font-size: 14px;

	color: #5a5a5a;

	font-weight: normal;

}

.sale li {

	border-top: 1px solid #d7d7d7;

	padding: 7px 5px 6px 10px;

	vertical-align: top;

	width: 155px;

}

.sale li:first-child {

	border-top: none;

}

.sale .img {

	float: left;

  margin-right: 7px;

}

.sale div.desc {

	float: left;

	width: 95px;

}

.sale .green {

	color: #638b10;

	font: 15px Tahoma;

}

.sale p s {

	color: #5e5e5e;

}

.sale p a {

	color: #0996ef;

	line-height: 18px;

}

.action .acti li {

	border-top: 1px solid #d7d7d7;

	padding: 10px 5px 10px 10px;

}

.action .acti li:first-child {

	border-top: none;

}



.action .acti a {

	color:#0996ef;

}

/***********Best*/

.best {

	display: block;

  margin: 28px 12px 0 0;

}

.best h3 {

	font: 20px Arial;

	color: #f76486;

	border-bottom: 1px solid #d7d7d7;

	padding: 0 0 3px 17px;

}

.best .ui-tabs {

	margin: 15px 0 0;

		position: relative;

	z-index: 99;



}

.best .ui-tabs .big.ui-tabs-nav li {

	background: url(/img/main_menu.png) repeat-x;

	border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	height: 30px;

	border-right:1px solid #708f34;

	margin-right: 9px;

	width: 152px;

	position: relative;

	z-index: 99;

}

.best .ui-tabs .big.ui-tabs-nav li:first-child {

	margin-left: 10px;

}

.best .ui-tabs .big.ui-tabs-nav li.ui-tabs-selected {

	background: #fff;

	box-shadow: 2px -4px 6px #D1D1D1;

		-moz-box-shadow: 2px -4px 6px #D1D1D1;

		-webkit-box-shadow: 2px -4px 6px #D1D1D1;

		border: none;

}

.best .ui-tabs .big.ui-tabs-nav li a {

	font: 16px/30px Arial;

	color: #fff;

	display: block;

	float: none;

	text-align: center;

}

.best .ui-tabs .big.ui-tabs-nav li.ui-tabs-selected a{

	color: #6da200;

}

.best .ui-tabs .ui-tabs-panel {

	clear: both;

	background: #fff;

	border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	box-shadow: 0px 0px 10px #D1D1D1;

		-moz-box-shadow: 0px 0px 10px #D1D1D1;

		-webkit-box-shadow: 0px 0px 10px #D1D1D1;

	padding: 11px 9px 0;

	position: relative;

	z-index: 0;

	margin: 0;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-nav {

	margin: 0 10px;

	border-bottom: 1px solid #d7d7d7;

	height: 26px;

	padding: 0 12px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-nav li {

	font-size: 15px;

	 margin: 0 15px 0 0;

	 background: none;

	 width: auto;

	 border: none;

	 height: auto;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-nav li a {

	color: #7fbe04;

	text-decoration: none;

    border-bottom: 1px dashed #7fbe04;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-nav li a:hover, .best .ui-tabs .ui-tabs-panel .ui-tabs-nav li.ui-tabs-selected a {

	text-decoration: none;

	color: #7f7a7a;

    border-bottom: 0px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel {

	border-radius: 0;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	box-shadow: none;

		-moz-box-shadow: none;

		-webkit-box-shadow: none;

	padding: 2px 10px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table {

	width: 919px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td {

	width: 158px;

	padding: 0 45px 0 47px;

	text-align: center;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td:first-child {

	padding-left: 0;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td span.cufcali {

	font-size: 18px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td span.blue {

	display: block;

	color: #029bc5;

	border-bottom: 1px solid #029bc5;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td span.green {

	display: block;

	color: #6a9c06;

	border-bottom: 1px solid #6a9c06;

	text-align: center;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td span.viol {

	display: block;

	color: #c20057;

	border-bottom: 1px solid #c20057;

	text-align: center;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td span.red {

	display: block;

	color: #fe0000;

	border-bottom: 1px solid #fe0000;

	text-align: center;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-stulchiki {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-mebel {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-toy {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-care {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-kresla {text-align: center; padding-bottom: 10px; border-left: 1px dotted #c9c9c9;}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy:first-child {border-left: none;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-stulchiki:first-child {border-left: none;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-mebel:first-child {border-left: none;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-toy:first-child {border-left: none;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-care:first-child {border-left: none;}
.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.buggy-kresla:first-child {border-left: none;}


.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td a {

	color: #006eb4;

	font: 13px/1.4 Arial;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.carts {

	padding-right: 20px;

	width: 178px;

	padding-top: 7px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.carts .price {

	font-size: 18px;

	color: #7d7c7c;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.carts .cart {

	display: inline-block;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.carts .cart input {

	background: url(/img/carts.png) no-repeat;

	border: none;

	color: #fff;

	width: 79px;

	height: 21px;

	padding-left: 15px;

}

.best .ui-tabs .ui-tabs-panel .ui-tabs-panel table td.carts .sale {

	color: #f76486;

}

/************News*/

.news {

	float: left;

	width: 316px;

	margin-top: 37px;

}

.news2 {
	float: left;
	width: 600px;
	margin-top: 37px;
	margin-left: 25px;
	color: #606060;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

.news2 h2
{

    color:#76a619;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0;
	margin-top:11px}

.news h4 {

	font-size: 20px;

	color: #f76486;

	border-bottom: 1px solid #d7d7d7;

	padding: 0 23px 1px;

}

.news ul {

	margin: 7px 14px 7px 19px;

}

.news li {

	margin-bottom: 20px;

}

.news .img {

	width: 238px;

	height: 39px;

	padding: 1px;

	border: 1px solid #dedede;

		border-radius: 5px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	box-shadow: 0px 0px 10px #D1D1D1;

		-moz-box-shadow: 0px 0px 10px #D1D1D1;

		-webkit-box-shadow: 0px 0px 10px #D1D1D1;

	margin-bottom: 6px;

}

.news .date {

	color: #0996ef;

	font-weight: bold;

}

.news a {

	font-size: 14px;

	color: #7fbe04;

}

.news p {

	margin-bottom: 9px;

}

.news .all {

	text-align: right;

	font-weight: bold;

}

.news .all a {

	color: #7a7a7a;

	font-size: 12px;

}

/**********Intresting*/

.intrest {

	float: left;

	width: 316px;

	margin-top: 38px;

}

.intrest h4 {

	font-size: 20px;

	color: #f76486;

	border-bottom: 1px solid #d7d7d7;

	padding: 0 23px;

}

.intrest ul {

	margin: 14px 14px 7px 19px;

}

.intrest li {

	margin-bottom: 25px;

}

.intrest a {

	font-size: 14px;

	color: #7fbe04;

}

.intrest p {

	margin-bottom: 7px;

}

.intrest .all {

	text-align: right;

	font-weight: bold;

}

.intrest .all a {

	color: #7a7a7a;

	font-size: 12px;

}

.intrest .img {

	width: 97px;

	height: 77px;

	float: left;

	margin-right: 10px;

}

.interest p {

	overflow: hidden;

	line-height: 16px;

}

/**********Forum*/

.forum {

	float: left;

	width: 316px;

	margin-top: 37px;

}

.forum h4 {

	font-size: 20px;

	color: #f76486;

	border-bottom: 1px solid #d7d7d7;

	padding: 0 40px 1px 50px;

}

.forum ul {

	margin: 12px 14px 7px 21px;

}

.forum li {

	margin-bottom: 13px;

}

.forum a {

	font-size: 14px;

	color: #7fbe04;

}

.forum .all {

	text-align: right;

	font-weight: bold;

}

.forum .all a {

	color: #7a7a7a;

	font-size: 12px;

}

.forum p.desk {

	overflow: hidden;

	line-height: 16px;

	background: url(/img/forum.png) no-repeat 4px 4px;

	padding-left: 29px;

	margin-top: 10px;

}

/*Bread*/

.breadcr {

	display: block;

	margin: -4px 0 6px 15px;

}

.breadcr a {

	color: #919090;

	text-decoration: none;

}

.breadcr img {

	margin: 0 3px 0 7px;

	position: relative;

	top: -2px;

}

.ins_cont {

	float: left;

	width: 702px;

}

.ins_cont h2 {

	border-bottom: 1px dotted #b4b4b4;

	margin: 0 0 7px 8px;

}

.ins_cont .pager {

	float: left;

	margin-left: 9px;

}

.ins_cont .sort {

	float: right;

	color: #8a8a89;

	font-size: 10px;

	border: 1px dotted #b4b4b4;

	padding: 2px 13px;

}

.ins_cont .sort a {

	text-decoration: none; padding-right: 6px;

}

.ins_cont .sort a.active, .ins_cont .sort a:hover {

	color: #0187dc;

}

/*Pager*/

.pager li {

	float: left;

	border: 1px dotted #b4b4b4;

	margin-right: 5px;

}

.pager li a {

	text-decoration: none;

	padding: 1px 6px 2px 8px;

}

.pager li .active {

	font-weight: bold;

	background: #e7e7e7;

}

/**/

.items_list {

	display: block;

	margin: 3px 5px 8px;


}

.items_list article.items {

	float: left;

	width: 350px;

	display: block;

	color: #7d7c7c;

	margin: 12px 0;


}

.items_list article.seconds{

	border-left: 1px dotted #b4b4b4;

	width: 340px;

}

.items_list .cboth {

	border-bottom: 1px solid #e9e9e9;

}

.items_list article .img {

	float: left;

  height: 140px;

  margin: 10px 10px 0 20px;

  overflow: hidden;

  width: 115px;


}

.items_list article .img a {

	display: block;

}

.items_list article .img img {

width: 110px;

height: auto;

}

.items_list article .desc {

	overflow: hidden;

	float: left;

	width: 200px;

}

.items_list article.seconds .desc {

	width: 190px;


}

.items_list article .cboth {

	border: none;

}

.items_list .desc .cart {

	float: left;

}

.items_list .desc .title {

	 margin: 6px 3px 0;

}

.items_list .desc .title a {

	color: #006eb4;

	font-size: 15px;

}

.items_list .desc .rejt {

	margin: 0 3px 6px;

}

.items_list .desc .pri {

  margin-bottom: 12px;

}

.items_list .desc .price {

	font: 18px Arial;

	margin-right: 24px;

	float: left;

}

.items_list .desc .pri .sale {

	color: #f76486;

	margin-top: 8px;

}

.items_list .desc .pri .photo {

	color: #006eb4;

	margin-top: 8px;

	background: url(/img/sprite.png) no-repeat 0 -981px;

	padding-left: 25px;

}

.items_list .desc .pri .photo a {

	color: #006eb4;

}

.items_list article .compare {

	bottom: -9px;

  font-size: 11px;

  margin: 13px 45px 0;

  position: relative;

}

.items_list article .compare label {

	vertical-align: top;

	margin-left: 5px;

	text-decoration: underline;

}


/*Text*/

article.text {

	display: block;

	font: 14px/1.3 Arial;

	color: #505050;

}

.ins_cont article.text {

	margin: 30px 8px;

}

article.text h1 {

	color: #097ec8;

	font: 20px Arial;

}

article.text h2 {

	color: #097ec8;

	font: 18px Arial;

}

article.text h3 {

	color: #097ec8;

	font: 16px Arial;

}

article.text h4 {

	color: #097ec8;

	font: 14px Arial;

}

article.text p {

	margin-bottom: 10px;

}

article.text ul, ol {

	margin: 0 0 10px 25px;

}

article.text ul li {

	list-style: disc outside;

}

article.text ol li {

	list-style: decimal outside;

}

article.text table {

	width: 100%;

	margin-bottom: 10px;

}

article.text table td, article.text table th {

	padding: 3px 5px;

}

article.text table tr.odd {

	background: #e7e7e7;

}

/*Full width*/

.full_width{

	display: block;

	margin-right: 13px;

}

.full_width h1 {

	font: 22px Arial;

	border-bottom: 1px solid #d7d7d7;

	margin: 14px 1px 0;

    padding: 0 5px 3px 12px;

}

.full_width h3 {

	font: bold 20px Arial;

	border-bottom: 1px solid #d7d7d7;

}

.full_width article.text h2 {

	color: #212121;

	font-size: 20px;

}

.full_width h1 .promo {

	float: right;

	font-size: 12px;

	position: relative;

    top: 10px;

}

.full_width .rejt, .full_width .links a {

	color: #919090;

}

.full_width .rejt {padding: 0 14px;}

.full_width .rejt img {

	margin: 0 4px;

}

.full_width .links {

	margin-left: 71px;

}

.full_width .links a {

	margin-right: 21px;

}

.item_image {

	float: left;

	width: 265px;

	padding: 25px 0 0;

}

.buy_inform {

	float: left;

	width: 387px;

	margin: 46px 19px 0 19px;

}

.buy_inform .pricing{

	background: url(/img/sprite.png) no-repeat 0 -1043px;

	width: 386px;

	height: 112px;

	color: #919090;

	position: relative;

	margin-bottom: 8px;

}

.buy_inform .pricing .from{

	display: inline-block;

    font: 23px Arial;

    margin: 32px 0 0 19px;

}

.buy_inform .pricing .blue {

	color: #0381d1;

}

.buy_inform .cart2 {

	float: right;

	margin: 17px 31px 0 0;

}

.buy_inform .cart2 p {

	text-align: center;

	margin-top: 6px;

}

.buy_inform .cart2 p a {

	color: #048f10;

}

.buy_inform .sale {

	position: absolute;

	bottom: 8px;

	color: #323232;

	font: 14px Arial;

	left: 20px;

}

.buy_inform .present {

	border-bottom: 1px dotted #b4b4b4;

	padding: 0 5px 8px;

	color: #2592D7;

    font: 14px Arial;

}

.buy_inform .present input {

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	border-radius: 4px;

	background: url("/img/inp_sub_top.png") repeat-x scroll 0 0 transparent;

	border: 1px solid #BCBCBC;

	color: #4C4B4B;

	font-size: 11px;

	height: 16px;

	padding: 0;

	width: 64px;

}

.buy_inform .delivery {

	background: url("/img/sprite.png") no-repeat 0 -292px;

    font-size: 14px;

    margin: 13px 6px;

    padding-left: 26px;

}

.buy_inform .shop {

	background: url(/img/sprite.png) no-repeat 0 -1347px;

	font-size: 14px;

	margin: 16px 7px;

    padding-left: 26px;

}

.buy_inform .diller {

	background: url(/img/sprite.png) no-repeat 0 -355px;

	margin: 28px 7px;

    padding-left: 23px;

}

.buy_inform .diller span.card{

	background: url(/img/sprite.png) no-repeat 0 0;

	width: 156px;

	height: 24px;

	float: right;

	margin-top: -5px;

}

.buy_inform .delivery a, .buy_inform .shop a {

	color: #0381d1;

}

.disco  {

	float: left;

	width: 259px;

}

.disco .discount .title {

	background: url(/img/sprite.png) no-repeat 0 -421px;

	text-indent: -9999px;

	width: 258px;

	height: 77px;

	margin: 2px 0 0;

}

.disco .discount p{margin: 0 0 0 27px;}

.disco .discount p.disco_type {

	text-align: center;

	margin: 5px 0 0 4px;

}

.disco .discount p.disco_type a {

	 -moz-border-radius: 4px;

	 -webkit-border-radius: 4px;

	 border-radius: 4px;

    background: url("/img/inp_sub_top.png") repeat-x scroll 0 0 transparent;

    border: 1px solid #BCBCBC;

    color: #4C4B4B;

    font-size: 11px;

    height: 14px;

    padding: 0 5px 1px;

    width: 64px;

		text-decoration: none;

}

span.disco_type a {

	 -moz-border-radius: 4px;

	 -webkit-border-radius: 4px;

	 border-radius: 4px;

    background: url("/img/inp_sub_top.png") repeat-x scroll 0 0 transparent;

    border: 1px solid #BCBCBC;

    color: #4C4B4B;

    font-size: 11px;

    height: 14px;

    padding: 0 5px 1px;

    width: 64px;

		text-decoration: none;

}

.disco .discount a {

	color: #2592d7;

	text-decoration: none;

}

.disco .discount .popular {

	color: #557e00;

	font-size: 14px;

	border-bottom: 1px dotted #b4b4b4;

	margin: 15px 0 6px 27px;

    padding-bottom: 3px;

}

.disco .discount .choose {

	 -moz-border-radius: 4px;

	 -webkit-border-radius: 4px;

	 border-radius: 4px;

    background: url("/img/inp_sub_top.png") repeat-x scroll 0 0 transparent;

    border: 1px solid #BCBCBC;

    color: #4C4B4B;

    font-size: 11px;

    height: 16px;

    width: 64px;

		float: right;

		margin-bottom: 9px;

}

.disco .garanty {

	margin: 8px 0 0 9px;

}

.disco .garanty .title {

	background: url(/img/warranty.png) no-repeat; /* 0 -600px; */


	width: 255px;

	height: 65px;

	margin: 0;

}

.disco .garanty .title span {
    margin: 33px 0 0 26px;
    position: absolute;
    text-shadow: 0 0 4px #FFFFBE;
    font-size:19px;
    color: #017fcf;
    font-family: Colibri;
}

.disco .garanty  p{

	margin: 2px 18px;

}

.item_descrip {

	margin: 19px 0 0;

}

.item_descrip h3 {

	color: #7b7b7b;

	font: 20px Arial;

	border-bottom: 1px solid #d7d7d7;

	padding: 0 0 0 11px;

	margin-bottom: 15px;

}

.item_descrip .video {

	float: right;

	width: 285px;

	padding: 0 56px 0 37px;

	border-left: 1px dotted #d7d7d7;

}

.item_descrip  .video h4 {

	color: #cf0030;

	font: 16px Arial;

}

.item_descrip  .video td {

	padding: 12px 28px 0 0;

}

.item_descrip .features {

	float: left;

	width: 445px;

}

.item_descrip .features h4 {

	color: #cf0030;

	font: 16px Arial;

	margin: 0 0 5px 13px;

}

.item_descrip .features table {

	margin-left: 11px;

  width: 436px;

}

.item_descrip .features table td {

	border-right: 3px solid #fff;

	border-top: 1px dotted #cbcbcb;

	padding: 3px;

}

.item_descrip .features table tr.odd {

	background: #fffaec;

}

.item_descrip .features table tr:first-child td, .item_descrip .features table tr.first td {

	border-top: none;

}

.item_descrip .features table td:first-child, .item_descrip .features table td.firsts {

	width: 235px;

	font-weight: bold

}

.item_descrip .features .more {

	text-align: right;

}

.item_descrip .features .more a {

	color: #cf0030; text-decoration:none; border-bottom: 1px dashed}

.item_descrip .features .more a:hover {
	color: #FB0038;
	text-decoration:none;
	border-bottom: 1px dashed
}

.full_width article.text {

	margin: 14px 19px 0;

}

/*Related*/

.related {

	margin-top: 51px;

}

.related h3 {

	margin-bottom: 9px

}

.related h3 span.discoun {

	float: right;

    font-size: 14px;

    line-height: 1;

    margin-right: 28px;

    position: relative;

    top: -5px;

}

.related h3 span.discoun small {

	font-size: 12px;

}

.related h3 span.discoun small span {

	color: #d30707;

}

.related ul li {

	float: left;

	padding: 0 15px;

    width: 127px;

	border-left: 1px dotted #cbcbcb;

}

.related ul li.cboth {

	float: none;

	height: 0px !important;

}

.related ul li:first-child, .related ul li.firsts {

	border: none;

}

.related li .img {

	width: 160px;

	display: table-cell;

	height: 69px;

	vertical-align: middle;

	text-align: center;

}

.related li .img img {

	max-width: 75px;

	height: 69px;

}

.related li .price {

	color: #0675BB;

    display: inline-block;

    padding-top: 5px;

}

.related li .form {

	float: right;

	margin: 4px 15px 0 0;

}

.related li input[type=checkbox] {

	width: 11px;

	height: 11px;

}

.related li select {

	font-size: 10px;

	height: 14px;

}

.related .other {

	text-align: center;

	position: relative;

	top: 10px;

	clear: both;

}

.related .other  a{

	-moz-border-radius: 4px 4px 4px 4px;

	-webkit-border-radius: 4px 4px 4px 4px;

	border-radius: 4px 4px 4px 4px;

    background: #f5f5f5;

    border: 1px solid #BCBCBC;

    color: #4C4B4B;

    font-size: 11px;

    padding: 2px 5px;

		text-decoration: none;

		display: inline-block;

}

.related .total {

	text-align: right;

	font-size: 14px;

	color: #7b7b7b;

	margin: 47px 24px 0 0;

}

.related .total .dark {

	color: #525252;

}

.related .total .blue {

	color: #0077c2;

}

.related .total .red {

	color: #a50a20;

}

.color ul {

	margin: 5px 0;

}

.color li{

	float: left;

	width: 189px;

	border-left: 1px dotted #cbcbcb;

}

.color ul li.cboth {

	float: none;

	height: 0px !important;

	padding: 0;

}

.color ul li:first-child, .color ul li.firsts {

	border: none;

}



.color .title {

	color: #006eb4;

	font: bold 14px Arial;

	text-align: center;

	margin-bottom: 8px;

}

.color  li .img {

	width: 160px;

	display: block;

	text-align: center;

	padding-top: 5px;

	height: 137px;

	overflow: hidden;

}

.color  li .img img {

	height: 137px;

}

.color .del {

	font-size: 11px;

	text-align: left;
    margin-left: 2px;
    height: 38px;

}

.color .price{

	color: #404040;

	font-size: 13px;

	position: relative;

	padding: 0 85px 0 28px;

	margin-top: 5px;

}

.color .price .new {

	color: #0381d1;

	font: 15px/1 Arial !important;

	display: inline-block;

	width: 70px;

}

.color .price .green_cart {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -8px;

}

.color .price .red_cart {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -10px;

	font-size: 11px;

}

.color .price .soon {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -14px;

	color: #8f8585;

	line-height: 1 !important;

}

.color div.cboth {

	border-bottom: 1px solid #cbcbcb;

}



.color2 ul {

	margin: 5px 0;

}

.color2 li{

	float: left;

	width: 189px;

	border-left: 1px dotted #cbcbcb;

}

.color2 ul li.cboth {

	float: none;

	height: 0px !important;

	padding: 0;

}

.color2 ul li:first-child, .color2 ul li.firsts {

	border: none;

}

.color2 .title {

	color: #006eb4;

	font: bold 14px Arial;

	text-align: center;

	margin-bottom: 8px;

}

.color2  li .img {

	width: 160px;

	display: block;

	text-align: center;

	padding-top: 5px;

	height: 137px;

	overflow: hidden;

}

.color2  li .img img {

	height: 137px;

}

.color2 .del {

	font-size: 11px;

	text-align: center;

}

.color2 .price{

	color: #404040;

	font-size: 13px;

	position: relative;

	padding: 0 85px 0 28px;

	margin-top: 5px;

}

.color2 .price .new {

	color: #0381d1;

	font: 15px/1 Arial !important;

	display: inline-block;

	width: 70px;

}

.color2 .price .green_cart {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -8px;

}

.color2 .price .red_cart {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -10px;

	font-size: 11px;

}

.color2 .price .soon {

	position: absolute;

	right: 12px;

	top: 50%;

	margin-top: -14px;

	color: #8f8585;

	line-height: 1 !important;

}

.color2 div.cboth {

	border-bottom: 1px solid #cbcbcb;

}

/*Commnet*/

.comment {

	margin-top: 31px;

}

.comment li {padding-bottom: 10px;}

.comment h3 {

	color: #2a7dea;

	margin: 0 0 9px;

}

.comment h3 span {

	background: url(/img/comment_blu.png) no-repeat;

	width: 16px;

	height: 15px;

	display: inline-block;

	margin-left: 4px;

}

.comment .vote {

	background: url(/img/vote.png) no-repeat;

	float: left;

	height: 79px;

  margin: 5px 8px;

  padding: 6px;

  width: 133px;

}

.comment .vote .title {

	border-bottom: 1px solid #CDCDCD;

  color: #D7103F;

  font: 17px Arial;

  padding-bottom: 3px;

  text-align: center;

	margin-bottom: 5px;

}

.comment .vote img {

	float: left;

}

.comment .vote .blue {

	clear: both;

    color: #0F52AA;

    padding-top: 3px;

}

.comment .desc {

	float: left;

	width: 770px;

}

.comment .good {

	background: url(/img/good.png) no-repeat;

	float: right;

	height: 24px;

	margin: 15px 5px 0 0;

	padding: 7px;

	width: 252px;

}

.comment .yes{

	background: url(/img/comme_gr.png) repeat-x;

	color: #fff;

	height: 21px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	display: inline-block;

	line-height: 1.7;

	margin: 0 0 0 12px;

    padding: 0 13px;

}

.comment .no{

	background: url(/img/comme_rd.png) repeat-x;

	color: #fff;

	height: 21px;

	border-radius: 3px;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	display: inline-block;

	line-height: 1.7;

	margin: 0 0 0 10px;

  padding: 0 10px;

}

.comment .name {

	background: url(/img/commen_gre.png) no-repeat 10px 9px #f3f3f3;

	border-bottom: 2px solid #d0d0d0;

	height: 22px;

	font: bold 18px Arial;

	color: #2a7dea;

	margin-bottom: 7px;

	padding: 4px 7px 0 29px;

}

.comment .name .normal {

	font: normal 16px Arial;

	color: #2ab2ea;

}

.comment .name .date {

	float: right;

	font: 16px Arial;

	color: #7b7b7b;

}

.comment .text {

	font: 14px Arial;

	color: #3f3f3f;

}

.comment .add {

	margin-top: 10px;

}

.comment .add a {

	background: url(/img/comment_add.png) no-repeat;

	color: #D20000;

  display: block;

	font: 14px/28px Arial;

	height: 28px;

	margin: 0 auto;

	padding: 5px;

	text-align: center;

	width: 128px;


}


/*Aside*/

aside.right_side {

	float: right;

  margin: 8px 21px 0 0;

  width: 228px;

}

aside.right_side .filter {

	display: block;

	border: 1px solid #9a9a9a;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	color: #282828;

}

aside.right_side .filter a {

	color: #282828;

}

aside.right_side .filter h5 {

	background: url(/img/aside_grad.png) repeat-x #e3e3e3;

	border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	font: 15px/2 Arial;

	padding: 0 9px;

}

aside.right_side .filter ul {

	margin: 10px;

}

aside.right_side .filter ul li {

	margin-bottom: 15px;

}

aside.right_side .filter ul li.type {

	padding-left: 20px;

}

aside.right_side .filter ul li.type .titile2 {

	margin-bottom: 5px;

}

aside.right_side .filter .title {

	font: bold 13px Arial;

  padding-left: 5px;

	 margin-bottom: 8px;

}

.price_range {

	padding-bottom: 6px;

}

.price_range fieldset {

	float: left;

}

.range-info {

	margin-top: 10px;

}

.price_range input {

	border: 1px solid #999999;

	height: 22px;

	width: 50px;

	margin: 0 8px 0 6px;

}

.price_range fieldset label {
    font-size: 11px;
}

.range-info input {

	border: none;

	height: auto;

	color: #414142;

	font-size: 11px;

	margin: 0;

}

.range-info .fright input {

	text-align: right;

}

#slider-range {

	position: relative;

	width: 180px;

	margin: 5px auto;

}

#slider-range.ui-widget-content {

    background: url("/img/range.png") repeat-x;

    border: none;

		height: 16px;

}

#slider-range.ui-slider-horizontal .ui-slider-range {

    height: 100%;

    top: 0;

}

#slider-range.ui-slider .ui-slider-range {

    background-position: 0 0;

    border: 0 none;

    display: block;

    font-size: 0.7em;

    position: absolute;

    z-index: 1;

}

#slider-range .ui-widget-header {

    background: url("/img/range_full.png") repeat-x;

    border:  none;

    color: #222222;

    font-weight: bold;

}

#slider-range.ui-widget-content .ui-state-default{

    background: url("/img/sprite.png") no-repeat 0 -1276px;

    border: none;

    color: #555555;

    font-weight: normal;

		display: block;

}

#slider-range.ui-widget-content .ui-state-default.first{

    background: url("/img/sprite.png") no-repeat 0 -1205px;

		padding: 0;

		margin-left:-14px;

}



#slider-range.ui-slider-horizontal .ui-slider-handle {

    margin-left: 0;

    top: -5px;

}

#slider-range.ui-slider .ui-slider-handle {

    cursor: default;

    height: 21px;

    position: absolute;

    width: 14px;

    z-index: 2;

		display: block;

}

aside.right_side .filter .titile2 {

	font: 14px Arial;

	color: #006eb4;

}

aside.right_side .filter .title3  {

	padding: 0 0 0 20px;

	color: #006eb4;

}

aside.right_side .filter .title3 span{

	border-bottom: 1px solid #006eb4

}

aside.right_side .filter .title3.ui-state-active span {

	border-bottom: 1px dotted #006eb4

}

aside.right_side .filter .filch {

	margin: 3px 1px 5px;

}

aside.right_side .filter .filch .act {

	font-weight: bold;

	text-decoration: none;

}

aside.right_side .filter .checkbox input {

	margin-right: 7px;

}

aside.right_side .filter .checkbox fieldset {

	margin-bottom: 3px;

}

aside.right_side .filter .checkbox .fleft {

	margin: 0 3px;

  width: 96px;

}

aside.right_side .filter hr{

	border: 1px dotted #c4c4c4;

	height: 1px;

}

aside.right_side .filter .ui-state-default .ui-icon {

	background: url(/img/sprite.png) no-repeat  0 -1618px;

	width: 7px;

	height: 9px;

	border: none;

}

aside.right_side .filter .ui-state-active .ui-icon {

	background: url(/img/sprite.png) no-repeat  0 -1561px;

	width: 9px;

	height: 7px;

	border: none !important;

}



/*********************Footer*/

footer {

	height:180px;

	width: 979px;

	margin: 0 auto;

	background: url(/img/cont_back.png) repeat-y;

	padding: 18px 7px 0;

}

footer .footer_menu {

	border-top: 1px solid #d7d7d7;

	border-bottom: 1px solid #d7d7d7;

	margin-bottom: 6px;

}

footer .footer_menu li {

	float: left;

	text-align: center;

	padding: 4px 0;
    margin-top: 8px;

}

footer .footer_menu li a {

	text-decoration: none;

	font: bold 15px Arial;

}

footer .foot_sep {

	background: url(/img/footer_sep.png) repeat-x;

	height: 13px;

}

footer .fma {

	display: block;

	background: #dedede;

	padding: 10px 0;

}

footer .fma td {

	vertical-align: top;

}

footer .fma td strong {

	font: bold 14px Arial;

}

.first {

	padding: 0 0 13px 24px;

}

.second {

	line-height: 1.5;

  padding: 11px 0 0 28px;

}

.third {

	 padding: 0 0 0 29px;

}

.fourth {

	 padding: 0 0 0 31px;

}

.five {

	padding: 0 0 0 44px;

}

.six {

	padding: 0 0 0 11px;

}

footer .fma .foo_logo {

	background: url(/img/sprite.png) no-repeat 0 -894px;

	width: 149px;

	height: 37px;

	display: block;

}

/*jQuery Ui*/

.ui-widget { font-family: Arial,sans-serif; font-size: 12px; }

.ui-widget .ui-widget { font-size: 12px; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 12px; }

.ui-widget-content { border: none; background: none; color: #222222/*{fcContent}*/; }

.ui-widget-content a { color: #5f5e59; }

.ui-widget-header { border: none; background: none; color: #5f5e59; font-weight: normal; }

.ui-widget-header a { color: #5f5e59; }

/**/

.ui-tabs {position: relative; padding: 0;}

.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; }

.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a { float: left; padding: 0; text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-accordion { width: 100%; }

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px;}

.ui-accordion .ui-accordion-li-fix { display: inline; }

.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -4px; }

.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; display: none;}

.ui-accordion .ui-accordion-content-active { display: block; }

/* states and images */







.filter_count {

    position: absolute;

    width: 150px;

    height: 20px;

    z-index: 9999999999999;

    background-color: #fff;
    font-size: 12px;

}



.f_slider{

    /*left: -161px;*/

    right: 246px;

}



.f_b_left{

    margin-left: -150px;

}

.f_b_right{

    margin-left: -154px;

}



.f_left{

    margin-left: -168px;

}



.f_lleft{

    margin-left: -173px;

}



#search_aj_results {

    position: absolute;

    padding: 5px 10px 5px;

    background-color: white;

    z-index: 99;

    padding: 5px 10px 5px;

    width: 219px;

    margin-top: 18px;

    display: none;

}



header .main_menu li .drop_menu .types a:hover {

color: #FCB2C3;

}

.type
{font-size:12px}

#found_button {

    text-align: center;

    padding-bottom: 15px;

}



.filter_label_gray {

    color: #808080;

}



.add_products_name {

 height: 30px;

}



.added2{position: fixed; _position: absolute;display:none;text-align:center;z-index:999;padding:10px;font:normal 10pt Tahoma;color:#fff;

width:260px;top:50%;margin-top:-35px;

left:50%;margin-left:-130px;height:52px;background:#233a53;opacity: 0.9;

 -moz-border-radius: 20px;

 -webkit-border-radius: 20px;

border-radius: 20px;

behavior: url(/css/PIE.htc);

}



.added2 a{color:#fff;}



.product_image_full {

    position: absolute;

    display: none;

    padding-left: 14px;

}



.ppicturetop {

    background-image: url(/img/ppicturetop.png);

    background-repeat: no-repeat;

}



.infiniteCarousel {

  width: 310px;

  position: relative;

}



.infiniteCarousel .wrapper {

  width: 240px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */

  overflow: auto;

  min-height: 10em;

  margin: 0 34px;

  position: absolute;

  top: 0;

}



.infiniteCarousel ul a img {

  border: 1px solid #c8c4c4;

}



.infiniteCarousel .wrapper ul {

  width: 9999px;

  list-style-image:none;

  list-style-position:outside;

  list-style-type:none;

  margin:0;

  padding:0;

  position: absolute;

  top: 0;

}



.infiniteCarousel ul li {

  display:block;

  float:left;

  padding-left: 4px;

  height: 66px;

  width: 55px;

    padding-top: 6px;

}



.infiniteCarousel ul li a img {

  display:block;

    width:55px;

}



.infiniteCarousel .arrow {

  display: block;

  height: 36px;

  width: 37px;

  background: url(/img/arrow_pic.png) no-repeat 0 0;

  text-indent: -999px;

  position: absolute;

  top: 16px;

  cursor: pointer;

}



.infiniteCarousel .forward {

  background-position: 0 0;

  right: 0;

}



.infiniteCarousel .back {

  background-position: 0 -72px;

  left: 0;

}



.infiniteCarousel .forward:hover {

  background-position: 0 -36px;

}



.infiniteCarousel .back:hover { background-position: 0 -108px;}


ul.samovivoz {padding-left: 40px; margin-top:-14px}



#description-cat p, li {
    color: #111111;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
#description-cat {
    line-height: 1.4;
    max-width: 800px;
	margin-left:10px
}
#description-cat h2 {

    color:#76a619;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0;
	margin-top:11px}

	#description-cat h1 {

    color:#3f90ce;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0;
	margin-top:11px}


#description-cat h3 {

    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0;
}

#description-cat ul {
    padding: 0 0 0 1.2em;
}
#description-cat li {
    list-style-type: none;
    behavior: expression(!this.before ? this.before = this.innerHTML = '—&nbsp;' + this.innerHTML : '');
    text-indent: -1.1em;
}
#description-cat li:before{
    content: "– ";
}

#description-cat ul {padding-left:25px; padding-top:5px}

.pay-zag, .dost-zag, .cont-zag, .pri-zag {border: 1px solid #3f90ce;
border-radius: 5px;
padding: 5px;
font-size:14px;
}

.pay-zag strong, .dost-zag strong, .cont-zag strong, .pri-zag strong { font-size:16px; color:#76a619}

.pay-zag li, .dost-zag li, .cont-zag li {padding-bottom: 5px; padding-left: 5px;}
.pay-zag ul, .dost-zag ul, .cont-zag ul {padding-top: -1px; padding-bottom:3px}
.pay-zag a, .dost-zag a, .cont-zag a {text-decoration:none; border-bottom: 1px dashed; }
.pay-zag a:hover, .dost-zag a:hover, .cont-zag a:hover {border:none;}


div.pay-zag {display: block; margin:5px; width:170px; height:100px; float:left; background-color: #F5F5F5;}
div.dost-zag {display: block; margin:5px; width:240px; height:82px; float:left; background-color: #F5F5F5;}
div.cont-zag {display: block; margin:5px; width:370px; height:200px; float:left; background-color: #F5F5F5;}
div.pri-zag {display: block; margin:5px; width:235px; height:200px; float:left; font-size:12px}




.skidki-zag, .pod-zag {
border-radius: 5px;
padding: 5px;
font-size:14px;
border: 1px solid}


.skidki-zag li, .pod-zag li  {padding-bottom: 2px; padding-left: 5px; font-size:14px}
.skidki-zag ul, .pod-zag ul {margin-top: -5px; padding-bottom:3px}


.skidki-zag { border-color: #02abc9}
.pod-zag {border-color: #88c609}
.skidki-zag strong {color: #02abc9; font-size:18px; font-weight:normal}
.pod-zag strong {color: #88c609; font-size:18px; font-weight:normal}

.skidki-zag a, .pod-zag a {text-decoration:none; border-bottom: 1px dashed; }
.skidki-zag a:hover, .pod-zag a:hover {border:none;}



div.skidki-zag {display: block; margin:5px; width:200px; height:90px; float:left; background-color: #f4f7f8;}
div.pod-zag {display: block; margin:5px; width:200px; height:90px; float:left; background-color: #f5ffe2;}




.hr {border-bottom: 1px dashed #666666; height:1px}



#orange a:hover { color:#FF3300}

div#featured {margin-left: 3px; margin-right: 3px}
#featured { margin-right: -20px}

#featured {
  width: 585px;
  float: left;
  position: relative;
  height: 258px;
  overflow: hidden;
  background: #fff;

}

#featured ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  left: 440px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 210px;
  height: 258px;
  overflow: auto;
  overflow-x: hidden;

}

#featured ul.ui-tabs-nav li {
  padding: 1px 0;
  padding-left: 13px;
  font-size: 12px;
  color: #666;

}

#featured ul.ui-tabs-nav li img {
  float: left;
  margin: 2px 5px;
  background: #fff;
  padding: 2px;
  border: 1px solid #eee;

}

#featured ul.ui-tabs-nav li span {
  font-size: 11px;
  font-family: Verdana;
  line-height: 18px;

}

#featured li.ui-tabs-nav-item a {
  display: block;
  height: 60px;
  text-decoration: none;
  color: #333;
  background: #fff;
  line-height: 20px;
  outline: none;

}

#featured li.ui-tabs-nav-item a:hover {
  background: #f2f2f2;

}

#featured li.ui-tabs-selected {
  background: url('/img/selected-item.png') top left no-repeat;

}

#featured ul.ui-tabs-nav li.ui-tabs-selected a {
  background: #CCCCCC;
  border: 1px solid #d7cec2;
  border-radius: 3px;

}

#featured .ui-tabs-panel {
  width:400px;
  height:250px;
  position:relative;

}

#featured .ui-tabs-panel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;

}

#featured .ui-tabs-panel .info a.hideshow {
  position: absolute;
  font-size: 11px;
  font-family: Verdana;
  color: #f0f0f0;
  right: 10px;
  top: -20px;
  line-height: 20px;
  margin: 0;
  outline: none;
  background: #333;

}

#featured .info h2 {
  font-size: 1.2em;
  font-family: Georgia, serif;
  color: #fff;
  padding: 5px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  width: 440px !important;

}

#featured .info {
  width: 400px;
  padding: 0px;

}

#featured .info p {
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0;

}

#featured .info a {
  text-decoration: none;
  color: #fff;

}

#featured .info a:hover {
  text-decoration: underline;

}

#featured .ui-tabs-hide {
  display: none;

}

.price_range_li {
    border: 1px solid #ccc;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    padding: 3px;

}

.price_range_li label {
    color: #000 !important;
}

.ui-widget-content {
    /* width: 170px !important; */
}

#filter_more_items {
    color: #11b400;

}

aside.right_side .filter #filter_more_items .title3 span {
    border-bottom: 1px dotted #11b400;
    color: #11b400;
}



.ui-icon {
    border-bottom:  0px !important;
}

#filter_more_items label {
    color: #11b400;
}

#filter_more_items .title3 a {
    color: #11b400;
}
.nf {
    font-weight: normal !important;
}

.rsl .ui-widget-content {border: 1px solid #E6E6E6 !important }
                    .rsl .ui-slider {
                        position: relative;
                        text-align: left;
                    }


                    .rsl .ui-state-default, #rsl .ui-widget-content .ui-state-default, #rsl .ui-widget-header .ui-state-default {
                        border: 1px solid lightGrey/*{borderColorDefault}*/;
                        background: #E6E6E6;
                        font-weight: normal/*{fwDefault}*/;
                        color: #555/*{fcDefault}*/;
                    }

                    .rsl .ui-slider .ui-slider-handle {
                        position: absolute;
                        z-index: 2;
                        width: 6px;
                        height: 1.2em;
                        cursor: default;
                        left: -4px;
                    }


.kitcount2 {
    background-image: url(/img/kitbg2.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    height: 290px;
}
.kitcount3 {
    background-image: url(/img/kitbg3.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    height: 290px;
}
.kitbox {

    width: 176px;
    height: 262px;

    background-image: url(/img/kititembg.png);
    background-repeat: no-repeat;
    text-align: center;
    float: left;
}
.kitname {
    padding-top: 4px;
}
.kitcolor {
    color: #1484ba;
    font-weight: bold;
    margin: 6px 0;
    height: 28px;

}
.kitimg {
    border-bottom: 1px solid #d2d2d2;
    height: 140px;
    width: 162px;
    margin-left: 7px;

}
.kitprice {
    margin-top: 6px;
    font-size: 14px;
}
.kit12 {
    margin-left: 100px;
}
.kit13 {
    margin-left: 20px;
}
.kit22 {
    margin-left: 114px;
}
.kit23 {
    margin-left: 70px;
}

.kit3 {
    margin-left: 72px;
}

.kittotal2 {
    width: 176px;
    height: 102px;
    background-image: url(/img/kittotalbg.png);
    background-repeat: no-repeat;
    float: left;
    margin:  64px 0 0 106px;
    position: relative;
}
.kittotal3 {
    width: 176px;
    height: 102px;
    background-image: url(/img/kittotalbg.png);
    background-repeat: no-repeat;
    float: left;
    margin:  64px 0 0 74px;
    position: relative;
}
.totaltext {
    position: absolute;
    top: -20px;
    margin-left: 24px;
    font-size: 15px;
}

.kittotal_old {
    color: #ff0000;
    text-decoration: line-through;
    margin-top:11px;
    margin-left: 16px;
    font-size: 16px;
}
.kittotal_price {
    margin-top:11px;
    width: 154px;
    margin-left: 7px;
    padding-left: 7px;
    font-size: 20px;
    border-bottom: 1px solid #d2d2d2;
}
.kitdiscount {
    text-align: center;
    font-size: 14px;
}
.kitbuy {
    margin-top: 30px;
    text-align: center;
}

#del {font-size:10px; font-weight:normal; text-align:center}
#del strong {
	color: #011232;
	font-weight:normal
}

.payment_text {
    padding: 20px;
    font-size: 16px;
}
.add2cart_a {
    background: url(/img/sprite.png) no-repeat 0 -74px;
    border: none;

    width: 119px;
    height: 28px;
    padding-left: 15px;
    position: relative;

}
.add2cart_a a {
    font: bold 17px Arial;
    color: white;
    text-decoration: none;
    position: absolute;
    top: 6px;
    left: 38px;
}

.slid1er {margin-left: -10px}

.discuss2 td
{padding-left: 10px; padding-bottom:6px; font-size:13px; vertical-align:top}

.des-rac {
	border: 1px solid;
	border-color:#DADADA;
	padding:5px;
	border-radius: 5px;
	color:#666666
}
.des-rac li {float:none; display:list-item; width:900px; padding-left:0px; padding-bottom:5px; font-size:12px; color:#666666; border:none; list-style:circle; margin-left:20px}
div.des-rac {margin-bottom:7px; margin-top:-5px}
