body {
	margin: 0;
	color: #000;
	min-width: 1000px;
	background-color: #fffaf1;
	background-image: url(../images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	/*background-size: 100%;*/
	font: 12px/16px "trebuchet ms", helvetica, sans-serif;
}
body.empty {background: none;}

/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, sans-serif;
	outline:none;
}
a {
	outline:none;
	color: #0b77b6;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
/* General settings */
#wrapper {
	width: 940px;
	margin: 16px auto 37px;
}
#header {
	width:100%;
	height:163px;
	position:relative;
	z-index:10;
}
#header:after {
	content:"";
	display:block;
	clear:both;
}
#header .holder {width:100%;}
#header .holder:after {
	content:"";
	display:block;
	clear:both;
}
#header .holder .options-list,
#header .tools  {
	float:left;
	list-style:none;
	margin:13px 0 0;
	padding:0 0 0 14px;
	background: url(../images/ico01.gif) no-repeat 0 50%;
}
#header .holder .options-list li,
#header .tools li {
	float:left;
	font-size:10px;
	padding-right:10px;
}
/*
#header .tools {
	list-style:none;
	margin:0;
	padding:3px 0 0;
	width:100%;
	overflow:hidden;
}
#header .tools li {
	float:right;
	padding-left:10px;
	font-size:9px;
}
*/
.logo {
	overflow:hidden;
	float:left;
	width:493px;
	height:122px;
	margin:0;
}
.logo a {
	display:block;
	background:url(../images/logo_big.png) no-repeat;
	width:493px;
	height:122px;
	text-indent:-9999px;
	cursor: pointer;
}
.slogan {
	float:left;
	background:url(../images/bg-slogan.gif) no-repeat 0 8px;
	padding:0 0 0 23px;
	width:400px;
	margin: 28px 0 0 29px;
	line-height:15px;
	color:#858483;
	display: none;
}
.cart-hold {
	float:left;
	background:url(../images/bg-cart-hold.png) no-repeat;
	width:106px;
	height:106px;
	display:table;
	/*margin: 3px 0 0 35px;*/
	margin: 3px 0 0 105px;
}
.cart-hold .hold {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
}
.cart-hold .hold a {
	position:relative;
	cursor: pointer;
	text-decoration:none;
}
.cart-hold .ico {
	display:block;
	background:url(../images/ico-cart.png) no-repeat;
	width:30px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 4px;
}
.cart-hold strong {
	color:#1583bd;
	font-size:11px;
	display:block;
}
.cart-hold .items {
	display:block;
	font-size:11px;
	color:#7f7f7f;
}
.cart-hold .price {
	font-size:11px;
	color:#000;
}
#header .box {
	width:200px;
	float:left;
	text-align:right;
	margin: 26px 0 0 17px;
}
#header .phone {
	display:block;
	color:#000;
	font-size:25px;
	line-height:27px;
	margin:0 0 3px;
}
#header .phone span {font-size:17px;}
#header .search-form {
	background:url(../images/bg-search.png) no-repeat;
	width:169px;
	height:21px;
	overflow:hidden;
	margin:0 0 3px auto;
}
#header .search-form .btn-search {
	float:left;
	background:url(../images/ico-search.gif) no-repeat;
	width:17px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
	font:0/0 serif;
	border:0;
	margin:5px 5px 0 12px;
	cursor: pointer;
	position:relative;
}
#header .search-form .text {
	border:0;
	float:left;
	width:125px;
	background:none;
	padding:3px 0 ;
	color:#b5b5b5;
	position:relative;
}
#header .advanced-search {
	background:url(../images/ico-advanced.gif) no-repeat 100% 50%;
	padding:0 10px 0 0;
	font-size:9px;
	color:#5f5f5f;
	text-decoration:underline;
	margin:0 4px 0 0;
}
#header .advanced-search:hover {text-decoration:none;}
.user-menu {
	margin:17px 0 0;
	list-style:none;
	float:left;
	padding:0 22px 0 165px;
}
.user-menu li {
	float:left;
	display:inline;
	margin:0 22px 0 0;
}
.user-menu a {
	float:left;
	background:url(../images/icons-user-menu.gif) no-repeat;
	width:11px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
}
.user-menu .site-map {background-position:-33px 0;}
.user-menu .mail {background-position:-67px 0;}
#header .categories {
	float:right;
	display:inline;
	margin:22px 236px -8px 0;
	position:relative;
}
#header .categories .prev,
#header .categories .next {
	float:left;
	background:url(../images/arrow-prev.gif) no-repeat;
	width:29px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0;
}
#header .categories .next {background:url(../images/arrow-next.gif) no-repeat;}
#header .categories strong {
	float:left;
	margin:0 17px;
}
#header .categories .bestsellers {
	background:url(../images/bestsellers.png) no-repeat;
	width:173px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
}

/* main */
#main {
	width:100%;
	position:relative;
	z-index:1;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#sidebar {
	float:left;
	width:147px;
}
#sidebar .menu {
	margin:0 0 25px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	line-height:16px;
	font-size:13px;
}
#sidebar .menu li {
	width:100%;
	margin:0 0 3px;
	vertical-align:top;
}
#sidebar .menu a {
	display:block;
	height:1%;
	border:1px solid #d5d1cb;
	background:url(../images/bg-sidemenu-a.png);
	text-decoration:none;
	padding:6px 3px 7px 8px;
	cursor: pointer;
	position:relative;
	z-index:10;
}
#sidebar .menu a:hover {text-decoration:underline;}
#sidebar .menu .active a {
	border-color:#ff4b0c;
	color:#000;
	background:url(../images/bg-sidemenu-active.png);
}
#sidebar .menu ul {
	margin:0;
	padding:2px 0 6px;
	list-style:none;
	font-size:10px;
	position:relative;
	z-index:1;
}
#sidebar .menu ul ul{
	list-style:none;
	position: static;
	padding: 0;
}
#sidebar .menu ul li {margin:-1px 0 0;}
#sidebar .menu ul a {
	background:#fff !important;
	border-color:#d2d0cc !important;
	position:static;
	padding: 4px 3px 5px 8px;
}
#sidebar .menu ul ul a{
	padding-left: 18px;
}
#sidebar .menu .arrow {
	background:url(../images/arrow.gif) no-repeat;
	width:9px;
	height:5px;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	left:11px;
	bottom:-5px;
	z-index:10;
	display:none;
}
* html #sidebar .menu .arrow {bottom:-6px;}
#sidebar .menu .with-drop .arrow {display:block;}
.sidenav {
	background:#1289d3;
	list-style:none;
	margin:0 0 23px;
	padding:16px 19px;
}
.sidenav li {
	font-size:11px;
	padding-bottom:2px;
}
.sidenav li a {
	color:#fff;
}
#content {
	float:right;
	width:763px;
}
.home #content {width:778px;}
.intro {
	width:100%;
	position:relative;
	margin:0 0 21px;
}
.intro:after {
	content:"";
	display:block;
	clear:both;
}
.intro .gallery {
	width:560px;
	height:315px;
	float:left;
	position:relative;
}
.intro .gallery .gallery-holder {
	width:560px;
	height:315px;
	position:relative;
	overflow:hidden;
}
.intro .gallery-holder ul {
	width:560px;
	position:absolute;
	height:315px;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
	overflow: hidden;
}
.intro .gallery-holder ul li {
	width:560px;
	height:315px;
	position:absolute;
	top:0;
	left:0;
}
.intro .gallery-holder ul li a {
	color:#fff;
	position:absolute;
	/*right:50px;
	bottom:30px; */
	right:0px;
	bottom:0px;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
}
.intro .gallery .switcher {
	position:absolute;
	top:15px;
	right:0;
}
.intro .gallery .switcher ul {
	float:left;
	margin:0;
	padding:0 4px 0 12px;
	list-style:none;
	background:url(../images/bg-switcher.png);
	height:49px;
}
.intro .gallery .switcher ul li {
	float:left;
	display:inline;
	margin:12px 6px 0 0;
}
.intro .gallery .switcher a {
	float:left;
	background:url(../images/bg-switcher-a.png) no-repeat;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	color:#fff;
	position:relative;
	cursor: pointer;
}
.intro .gallery .switcher a.active  {
	background:url(../images/bg-switcher-active.png) no-repeat;
	color:#000;
}
.intro #nav {
	position:absolute;
	top:-7px;
	left:3px;
}
.intro #nav .hold {
	background:url(../images/bg-intro-nav.png) no-repeat;
	width:103px;
	height:207px;
	padding:21px 61px 0 30px;
}
.intro #nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.intro #nav ul:after {
	content:"";
	display:block;
	clear:both;
}
.intro #nav a {
	text-transform:uppercase;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	position:relative;
}
.intro #nav li:first-child {background:none;}
.intro #nav li {
	background:url(../images/separator1.png) no-repeat;
	margin:-2px 0 2px;
	padding:8px 0 5px;
	height:1%;
	position:relative;
}
.feedback-link {
	background:url(../images/feedback-link.png) no-repeat;
	width:141px;
	height:64px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	cursor: pointer;
}
.intro .feedback-link {
	float:left;
	margin:8px 0 0;
}
.intro .download-catalog {
	position:absolute;
	top:85px;
	left:507px;
	margin:0;
}
.intro .download-catalog .image {
	float:left;
	width:108px;
	height:106px;
	margin:0;
}
.intro .download-catalog .text {
	float:left;
	background:url(../images/arrow1.gif) no-repeat 0 50%;
	padding:0 0 0 29px;
	margin:32px 0 0 14px;
	color:#ab0707;
	font:bold 20px/20px Arial, Helvetica, sans-serif
}
.promo {
	width:100%;
	position:relative;
	z-index:10;
}
.promo:after {
	content:"";
	display:block;
	clear:both;
}
.promo-categories {
	/* margin:0 0 0 -5px; */
margin:0 0 200px -5px;
	padding:0;
	list-style:none;
	float:left;
	width:505px;
}
.promo-categories li {
	float:left;
	display:inline;
	width:118px;
	margin:0 8px 13px 0;
}
.promo-categories a {
	width:106px;
	height:106px;
	overflow:hidden;
	position:relative;
	padding:6px;
	display:block;
	text-decoration:none;
}
.promo-categories a:hover {background:#8d8d8d;}
.promo-categories a span {
	background:url(../images/bg-desc1.png) no-repeat;
	width:92px;
	height:32px;
	position:absolute;
	bottom:6px;
	left:6px;
	padding:5px 7px 0;
	line-height:12px;
	font-size:10px;
}
* html .promo-categories a span {bottom:5px;}
.promo .description {
	float:right;
	width:429px;
	margin:6px 0 0;
	/*margin:-127px 0 0;*/
	position:relative;
}
.promo .description .text-holder {
	display: none;
	background:url(../images/bg-promo-text.png) no-repeat;
	width:380px;
	height:137px;
	padding:30px 20px 0 29px;
	font-size:11px;
	line-height:16px;
	margin:0 0 17px;
}
.promo .description .text-holder p {margin:0;}
.promo .description .sale-furniture {
	display:block;
	background:url(../images/sale-furniture.png) no-repeat;
	width:420px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 20px 9px;
}
.promo .news-holder {
	height:1%;
	overflow:hidden;
	padding:0 0 0 5px;
}
.promo .news-holder .col {
	float:left;
	display:inline;
	width:210px;
	margin:0 0 0 2px;
	overflow:hidden;
}
.promo .news-holder .col.long {
	margin-top: 20px;
	width: 100%;
}
.promo .news-holder .col .title {
	background:url(../images/bg-title-news2.png) no-repeat 100% 0;
	width:192px;
	height:30px;
	display:block;
	color:#fff;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	padding:0 9px;
	margin:0 0 12px;
}
.promo .news-holder .col.long .title {
	width: auto;
}
.promo .news-holder ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:10px;
	line-height:12px;
}
.promo .news-holder ul li {
	float:left;
	display:inline;
	margin:0 12px 0 0;
	width:58px;
}
.promo .news-holder .image {
	background:url(../images/bg-news-link.png) no-repeat;
	width:54px;
	height:54px;
	padding:2px;
	overflow:hidden;
	display:block;
}
.promo .news-holder a {
	color:#000;
	padding:0 2px;
	display:block;
}
#footer {
	width:1000px;
	margin:0 auto;
	color:#fff;
}
#footer .shadow {
	background:url(../images/bg-shadow.png) no-repeat;
	width:1000px;
	height:20px;
}
#footer .holder {
	width:940px;
	margin:0 auto;
	background:#1078b8;
	border-bottom:1px solid #0d60aa;
	padding:18px 0 0;
}
#footer .row {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #7cb5d8;
	padding:0 0 16px;
	margin:0 0 6px;
}
#footer ul {
	margin:0 19px 0 -1px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
	overflow:hidden;
	font-size:11px;
}
#footer ul li {
	float:left;
	background:url(../images/separator2.gif) no-repeat;
	padding:0 19px 0 18px;
	margin:0 1px 0 -1px;
}
#footer ul a {
	color:#fff;
	text-decoration:none;
}
#footer ul a:hover {text-decoration:underline;}
#footer .phones {
	float:left;
	width:140px;
}
#footer .phones span {
	float:left;
	font-size:10px;
	line-height:12px;
	color:#fff;
	margin:2px 2px 0 0;
}
#footer .phones strong {
	display:block;
	height:1%;
	overflow:hidden;
	color:#fff;
	font-size:12px;
}
#footer address {
	float:left;
	width:234px;
	text-align:right;
	color:#fff;
	font-style:normal;
	font-size:10px;
	line-height:13px;
	margin:2px 0 0;
}
#footer .by-hold {
	height:1%;
	overflow:hidden;
	padding:0 16px 8px 13px;
	font-size:10px;
}
#footer .by-hold .by {
	float:right;
}
#footer .by-hold .by a {
	color:#fff;
	text-decoration:none;
}
#footer .by-hold .by a:hover {text-decoration:underline;}
.nav-holder {
	width:100%;
	margin:-2px 0 0;
}
.nav-holder:after {
	content:"";
	display:block;
	clear:both;
}
.nav-holder #nav {
	float:left;
	background:url(../images/bg-nav.png) no-repeat;
	width:573px;
	height:48px;
}
.nav-holder #nav.opt-nav{
	width: 675px;
	background:url(../images/bg-nav-opt.png) no-repeat;
}
.nav-holder #nav ul {
	margin:0 0 0 9px;
	padding:4px 0 0;
	list-style:none;
	float:left;
	display:inline;
}
.nav-holder #nav ul li {
	float:left;
	position:relative;
	padding:7px 0 6px;
}
.nav-holder #nav a {
	text-transform:uppercase;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	position:relative;
	float:left;
	cursor: pointer;
}
.nav-holder #nav a span {
	float:left;
	height:25px;
	padding:0 0px 0 12px;
	line-height:25px;
}
.nav-holder #nav a em {
	float:left;
	width:12px;
	height:25px;
}
.nav-holder #nav li:hover span,
.nav-holder #nav .active span {background:url(../images/bg-nav-active-l.png) no-repeat;}
.nav-holder #nav li:hover em,
.nav-holder #nav .active em {background:url(../images/bg-nav-active-r.png) no-repeat;}
.nav-holder #nav a:hover {text-decoration:underline;}
#nav li:hover .drop {display:block;}
#nav .drop {
	position:absolute;
	top:100%;
	left:0;
	width: 198px;
	display:none;
	z-index: 1;
}
.home #nav .drop {
	top:0;
	left:100%;
}
#nav .drop .t {
	background: url(../images/bg-drop.png) no-repeat;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav .drop .b {
	background: url(../images/bg-drop-bottom.png) no-repeat;
	height: 24px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav .drop .c {
	padding:3px 30px 7px;
	background: url(../images/bg-drop-center.png) repeat-y;
}
#nav .drop ul {
	margin:0;
	padding:0;
	float:none;
	display:block;
	width:100%;
}
#nav .drop li {
	border-top:1px solid #c78215;
	padding:0 !important;
	float:none !important;
	line-height:normal;
}
#nav .drop li:first-child {border:0;}
#nav .drop li a {
	color:#000 !important;
	font-weight:normal;
	text-shadow:0 0 0 #fff;
	font-size:12px;
	float:none;
	width:138px;
	margin:0 -10px;
	padding:6px 10px;
	position:relative;
	display:block;
	text-transform:none;
}
#nav .drop li a:hover {
	text-decoration:none;
	background: url(../images/bg-drop-hover.gif) repeat-y 50% 0;
}
.download-catalog {
	float:right;
	display:inline;
	margin:-4px 21px 0 0;
	position:relative;
}
.download-catalog .image {
	float:right;
	display:inline;
	width:63px;
	height:63px;
	margin:0 0 0 16px;
}
.download-catalog .text {
	float:right;
	margin:13px 0 0 14px;
	color:#ab0707;
	font:bold 15px/16px Arial, Helvetica, sans-serif
}
.breadcrumbs {
	margin:0;
	padding:4px 0 12px;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:10px;
}
.breadcrumbs li {
	float:left;
	background:url(../images/separator3.gif) no-repeat 0 50%;
	padding:0 4px 0 7px;
	margin:0 4px 0 -4px;
}
#content h2 {
	color:#ff460c;
	font:bold 28px/32px Arial, Helvetica, sans-serif;
	margin:0 0 31px;
}
#content h3 {
	margin:0 0 22px;
	font-size:18px;
	line-height:20px;
	font-style:italic;
}
#content h4 {
	margin:0 0 15px;
	font-size:12px;
	line-height:18px;
}
#content p {margin:0 0 44px;}
#content .text-cols {
	width:105%;
	overflow:hidden;
	padding:18px 0 0;
	margin:0 -34px 32px 0;
}
#content .text-cols .col {
	display:inline-block;
	width:350px;
	vertical-align:top;
	margin:0 34px 23px 5px;
}
#content .text-cols h3 {
	font-style:normal;
	font-size:14px;
	line-height:16px;
	color:#b70909;
	margin:0 0 17px;
}
#content .text-cols ul {
	margin:0 0 16px;
	padding:0;
	list-style:none;
}
#content .text-cols ul li {
	background:url(../images/separator4.gif) no-repeat 0 8px;
	padding:0 0 0 13px;
}
#content .text-cols p {margin:0 0 16px;}
.text-we-are-interested {
	display:block;
	background:url(../images/text-we-are-interested.png) no-repeat;
	width:301px;
	height:49px;
	text-indent:-9999px;
	overflow:hidden;
}
.content-table {
	border-bottom:1px solid #d4d0c8;
	width:758px;
	overflow:hidden;
	margin:0 0 34px 5px;
}
.content-table table {
	width:758px;
	border-collapse: collapse;
	font-size:12px;
	margin:0 0 -1px;
}
.content-table th {
	background:#959595;
	color:#fff;
	text-align:left;
	padding:15px 0;
	border-width:1px;
}
.content-table td {
	border-width:0 1px 1px;
	border-style:solid dashed solid;
	border-color:#e5e5e5;
	padding:7px 0;
}
.content-table .col1 {
	padding-left:20px;
	border-left-style:solid;
	border-left-color:#d4d0c8;
	width:114px;
}
.content-table th.col1 {border-color:#959595;}
.content-table .col2 {
	padding-left:24px;
	width:174px;
}
.content-table .col3 {
	padding-left:20px;
	width:113px;
}
.content-table .col4 {
	padding-left:20px;
	border-right-style:solid;
	border-right-color:#d4d0c8;
	width:268px;
}
.content-table th.col4 {border-color:#959595;}
#content .list {
	margin:0;
	padding:0 0 19px 9px;
	list-style:none;
}
#content .list li {
	padding:0 0 16px 18px;
	background:url(../images/bull1.gif) no-repeat 0 7px;
}
#content .blue-box {
	background:url(../images/bg-blue-box.png) no-repeat;
	width:502px;
	height:130px;
	padding:21px 20px 0 32px;
	font-size:19px;
	line-height:21px;
	color:#fff;
	font-style:italic;
	margin:0 0 0 5px;
}
.counters-list {
	list-style:none;
	width:1000px;
	margin:0 auto;
	padding:0 0 40px;
	text-align:center;
}
.counters-list li {
	display:inline;
	margin:0 3px 0 0;
}
.ui-selectmenu {
	float:left;
	margin:0;
	height:53px;
	padding:0;
	position:relative;
	text-decoration:none;
}
.ui-selectmenu:hover {
	text-decoration:none;
}
.ui-selectmenu-status {
	text-decoration:none;
	display:block;
	background:url(../images/select-l.png) no-repeat;
	height:34px;
	overflow:hidden;
	color: #000;
	padding: 19px 0 0 23px;
	font-size:11px;
}
.ui-state-active .ui-selectmenu-status {background:url(../images/select-l-active.png) no-repeat;}
.ui-selectmenu-menu {
	position:absolute;
	top:0;
	margin: -24px 0 0 -3px;
	visibility:hidden;
	z-index:300;
}
.ui-selectmenu-menu .top {
	background:url(../images/select-t.png) no-repeat;
	width:177px;
	height:22px;
	overflow:hidden;
}
.ui-selectmenu-menu .center {
	padding:0 18px;
	background:url(../images/select-c.png) repeat-y;
	width:141px;
}
.ui-selectmenu-menu .center:after {
	content:"";
	display:block;
	clear:both;
}
.ui-selectmenu-menu .bottom {
	background:url(../images/select-b.png) no-repeat;
	width:177px;
	height:22px;
	overflow:hidden;
}
.ui-selectmenu-menu ul {
	list-style:none outside none;
	overflow:hidden;
	margin:-5px 0 0;
	padding:0;
	float:left;
	width:100%;
	position:relative;
	font-size:11px;
}
.ui-selectmenu-menu a {
	display:block;
	padding:3px 10px;
	height: auto; /*15px;*/
	color: #000;
	text-decoration:none;
}
.ui-selectmenu-menu a:hover {
	text-decoration:none;
	color: #000;
}
.ui-selectmenu-menu li:hover {background:url(../images/select-hover.gif) repeat;}
.red .ui-selectmenu-status .select-icon {
	background:url(../images/ico-red.gif) no-repeat;
	padding-left:27px;
}
.ui-selectmenu-menu .red a {
	background:url(../images/ico-red.gif) no-repeat 2px 2px;
	padding-left:27px;
}
.ui-selectmenu-status .select-icon {
	float:left;
	height:18px;
	overflow: hidden;
}
.white .ui-selectmenu-status .select-icon {
	background:url(../images/ico-white.gif) no-repeat;
	padding-left:27px;
}
.ui-selectmenu-menu .white a {
	background:url(../images/ico-white.gif) no-repeat 2px 2px;
	padding-left:27px;
}
.blue .ui-selectmenu-status .select-icon {
	background:url(../images/ico-blue.gif) no-repeat;
	padding-left:27px;
}
.ui-selectmenu-menu .blue a {
	background:url(../images/ico-blue.gif) no-repeat 2px 2px;
	padding-left:27px;
}
.green .ui-selectmenu-status .select-icon {
	background:url(../images/ico-green.gif) no-repeat;
	padding-left:27px;
}
.ui-selectmenu-menu .green a {
	background:url(../images/ico-green.gif) no-repeat 2px 2px;
	padding-left:27px;
}
.ui-selectmenu-open {
	visibility:visible;
}
.ui-selectmenu-icon {
	float:right;
	cursor:pointer;
	background:url(../images/select-r.png) no-repeat;
	width:38px;
	height:53px;
}
.ui-state-active .ui-selectmenu-icon {background:url(../images/select-r-active.png) no-repeat;}
* html .ui-selectmenu-icon {
	margin:0 0 0 -3px;
}
.sort-form {
	background:url(../images/bg-sort.png) repeat-y;
	width:743px;
	position:relative;
	margin: -13px 0 30px 3px;
	padding:23px 10px 35px;
	color:#fff;
}
.sort-form .submit {
	position:absolute;
	width:100px;
	height:30px;
	right:30px;
	bottom:5px;
	text-align:center;
	cursor:pointer;
}
.sort-form select {
	width:173px;
	float:left;
}
.sort-form .row {width:100%;}
.sort-form .row:after {
	content:"";
	display:block;
	clear:both;
}
.sort-form .col {
	float:left;
	width:177px;
}
.sort-form .hold {
	width:100%;
	margin:-6px 0 0;
	position:relative;
}
.sort-form .hold:after {
	content:"";
	display:block;
	clear:both;
}
.sort-form .hold a {
	width:171px;
	height:53px;
	float:left;
	text-decoration:none;
}
.sort-form .hold a .right {
	cursor: pointer;
	float: right;
	height: 53px;
	width: 38px;
	text-indent:-9999px;
	overflow:hidden;
	background: url("../images/select-r.png") no-repeat;
}
.sort-form .hold a .left {
	background: url("../images/select-l.png") no-repeat scroll 0 0 transparent;
	color: #000;
	display: block;
	font-size: 11px;
	height: 34px;
	overflow: hidden;
	padding: 19px 0 0 23px;
	text-decoration: none;
}
.sort-form .hold a .left span {
	float:left;
	height: 18px;
    overflow: hidden;
}
.sort-form .hold a .left img {
	float:left;
	margin:0 5px 0 -4px;
}
.sort-form .click a .right { background: url("../images/select-r-active.png") no-repeat;}
.sort-form .click a .left { background: url("../images/select-l-active.png") no-repeat;}
.sort-form .hold .drop {
	position:absolute;
	width:171px;
	top:100%;
	left:-3px;
	margin-top:-21px;
	display:none;
	z-index:100;
}
.sort-form .click .drop {display:block;}
.sort-form .hold .drop .top {
	background: url("../images/select-t.png") no-repeat scroll;
	height: 22px;
	overflow: hidden;
	width: 177px;
}
.sort-form .hold .drop .center {
	background: url("../images/select-c.png") repeat-y scroll 0 0 transparent;
	padding: 0 18px;
	width:141px;
}
.sort-form .hold .drop .center:after {
	content:"";
	display:block;
	clear:both;
}
.sort-form .hold .drop .bottom {
	background: url("../images/select-b.png") no-repeat scroll 0 0 transparent;
	height: 22px;
	overflow: hidden;
	width: 177px;
}
.sort-form .hold .drop li a {
	color: #000000;
	display: block;
	height: auto; /*15px;*/
	width:auto;
	overflow:hidden;
	float:none;
	padding: 3px 10px;
	text-decoration: none;
}
.sort-form .hold .drop li img {
	float:left;
	margin:-1px 5px 0 -7px;
}
.sort-form .hold .drop li:hover a {
	background: url(../images/select-hover.gif) repeat;
}
.sort-form .hold .drop ul {
	float: left;
	font-size: 11px;
	list-style: none outside none;
	margin: -5px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.sort-form .col label {
	display:block;
	padding:0 0 0 10px;
}
.sort-form .text {
	background:url(../images/bg-text.png) no-repeat;
	width:127px;
	height:31px;
	overflow:hidden;
	padding:0 12px;
	margin:6px 0 0 11px;
	float:left;
	display:inline;
}
.sort-form .text input {
	float:left;
	border:0;
	background:none;
	padding:8px 0;
	font-size:11px;
	position:relative;
	width:127px;
}
.sort-form .big-section {
	float:left;
	width:542px;
	background:url(../images/bg-section.gif) repeat-y 100% 0;
	padding: 0 0 10px;
}
.sort-form .section {
	float:left;
	width:170px;
	display:inline;
	margin:0 0 0 26px;
}
.sort-form .section label {
	float:left;
	padding:14px 2px 0 0;
}
.sort-form .text-small {
	background:url(../images/bg-text-small.png) no-repeat;
	width:96px;
	height:31px;
	overflow:hidden;
	padding:0 12px;
	margin:6px 0 0 11px;
	float:left;
	display:inline;
}
.sort-form .section strong {
	display:block;
	padding:0 0 13px;
}
.sort-form .section .row {margin:0 0 4px;}
.products-holder {
	width:103%;
	overflow:hidden;
	margin:0 -18px 0 0;
}
.products-holder .product {
	display:inline-block;
	border:1px solid #e1dfdc;
	background:#fff;
	position:relative;
	width:207px;
	padding:17px 16px;
	vertical-align:top;
	margin:0 18px 17px 0;
}
.products-holder .product .image {
	display:block;
	width:207px;
	height:148px;
	margin:0 0 9px;
	text-align:center;
	overflow: hidden;
}
.products-holder .product .image img {vertical-align:top;}
.products-holder .product .best-price {
	background:url(../images/best-price.png) no-repeat;
	width:90px;
	height:89px;
	position:absolute;
	top:-2px;
	right:-3px;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
}
.products-holder .product .sales-hit {
	background:url(../images/sales-hit.png) no-repeat;
	width:90px;
	height:89px;
	position:absolute;
	top:-2px;
	right:-3px;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
}
.products-holder .product .new {
	background:url(../images/new.png) no-repeat;
	width:90px;
	height:89px;
	position:absolute;
	top:-2px;
	right:-3px;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
}
.products-holder .product a {
	font-size:14px;
	font-weight:bold;
}
.products-holder .product p {margin:3px 0 0 !important;}

.error-block {padding:32px 0 0 32px;}
.error-block img {display:block;}
.order-form {padding-bottom:20px;}
.order-form .row {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
.order-form label {
	float:left;
	width:116px;
	color:#7a7873;
	font: italic bold 14px/36px "Trebuchet MS", Helvetica, sans-serif;
}
.order-form .text {
	position:relative;
	float:left;
	background: url(../images/bg-text3.png) no-repeat;
	width: 238px;
	height: 38px;
	padding:0 11px;
	position:relative;
}
.order-form .text input {
	color:#ccc;
	float:left;
	width:100%;
	height:15px;
	border:0;
	background:none;
	padding:11px 0 12px;
}
.order-form .textarea textarea.focus,
.order-form .text input.focus {color:#000;}
.order-form .textarea {
	background: url(../images/bg-textarea.png) no-repeat;
	display:block;
	width: 397px;
	overflow:hidden;
	position:relative;
	margin-bottom:16px;
}
.order-form .textarea textarea {
	float:left;
	width: 375px;
	height: 126px;
	padding:11px;
	resize:none;
	border:0;
	overflow:auto;
	background:none;
	float:left;
	color:#ccc;
}
.order-form .cell {
	height:1%;
	overflow:hidden;
}
.order-form .submit {
	background: url(../images/btn-submit.gif) no-repeat;
	width: 106px;
	height: 46px;
	text-align:center;
	cursor:pointer;
	color:#000;
	border:0;
	text-transform:uppercase;
}
.order-form .req {
	background: url(../images/ico02.png) no-repeat;
	width: 8px;
	height: 7px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:14px;
	right:14px;
}
.order-form .text .req {
	top:10px;
	right:10px;
}
.wholesale-form label {
	width:165px;
	font: italic bold 14px/20px "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 7px;
}

#sidebar .sale-furniture {
	display:block;
	background:url(../images/sale-furniture.gif) no-repeat;
	width:147px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 2px;
}
#sidebar .news-company {
	margin:0 0 21px;
	padding:0;
	list-style:none;
}
#sidebar .news-company li {padding:0 0 2px;}
#sidebar .news-company a {
	display:block;
	background:url(../images/bg-news-company.gif) no-repeat;
	width:129px;
	height:25px;
	padding:0 9px;
	font-weight:bold;
	color:#fff;
	line-height:25px;
	text-decoration:none;
}
#sidebar .news-company a:hover {text-decoration:underline;}
#sidebar .feedback-link {
	background:url(../images/feedback-link2.png) no-repeat;
	width:143px;
	height:64px;
	text-indent:-9999px;
	display:block;
	margin:0 0 0 4px;
}
.descript-item {
	height:1%;
	overflow:hidden;
}
.item-box {
	width:100%;
	overflow:hidden;
	margin:-12px 0 44px;
}
.item-box .big-image {
	float:left;
	display:inline;
	/*margin:0 27px 0 3px;
	width:328px;*/
margin:0 10px 0 3px;
	overflow:hidden;
}
.item-box .big-image .holder {
	background:url(../images/bg-big-image.png);
	padding:14px 12px;
	/*width:304px;*/
        text-align: center;
}
.item-box .big-image img {vertical-align:top;}
.item-box .title {
	/*display:block;
	font-size:12px; */
font-size:14px;
float: left;
	padding:0 0 6px;
	height:1%;
	overflow:hidden;
}
.fr {
float: right; }
.item-box .item {overflow: hidden;margin: 0 0 20px !important;}
.item-box .item p {
	margin: 0 !important;
width: 150px;
text-align: right;
 }
.item-box .colors {
	margin:0;
	padding:6px 0;
	list-style:none;
	height:1%;
	overflow:hidden;
	margin: 0 0 11px;
}
.item-box .colors.selected{
	border: 1px solid red;
}
.item-box .colors li {
	float:left;
	margin:0 -5px 0 0;
}
.item-box .colors a {
	display:block;
	width:42px;
	height:42px;
	padding:6px;
	position:relative;
	cursor: pointer;
}
.item-box .colors .mask {
	background:url(../images/bg-mask.png) no-repeat;
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.item-box .colors .active .mask {display:block;}
.item-box .colors strong {
	text-align:center;
	display:block;
}
.item-box .colors em {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:12px;
	color:#7b7977;
	font-style:normal;
}
.item-box p {margin:0 0 20px !important;}
.item-box .price {
	display:block;
	/*font-size:18px;*/
	font-size: 16px;
	color:#b50808;
	line-height:20px;
	padding:0 0 21px;
}
.add-to-cart {
	height:1%;
	overflow:hidden;
}
.add-to-cart .holder {
	float:left;
	background:url(../images/bg-add-form.gif) no-repeat;
	height:46px;
}
.add-to-cart .btn-add {
	float:left;
	background:url(../images/btn-add.gif) no-repeat 100% 0;
	height:46px;
	color:#000;
	border:0;
	cursor: pointer;
	font: 14px "trebuchet ms", helvetica, sans-serif;
	text-transform:uppercase;
	/*padding:0 17px 0 8px;*/
padding: 0 12px 0 7px;
}
.add-to-cart .text {
	float:left;
	width:32px;
	border:0;
	height:30px;
	margin:7px 0 0 7px;
	text-align:center;
	padding:0;
	font-size:18px;
	line-height:30px;
}
.add-to-cart .links {
	float:left;
	width:17px;
	margin:7px 12px 0 2px;
}
.add-to-cart .links .more,
.add-to-cart .links .less {
	background:url(../images/btn-more.gif) no-repeat;
	width:17px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 2px;
}
.add-to-cart .links .less {background:url(../images/btn-less.gif) no-repeat;}
#content .heading {
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
}
#content .heading strong {
	float:left;
	font-size:16px;
	line-height:18px;
	margin:0 16px 0 4px;
}
#content .heading .info {
	padding-left:27px;
	background:url(../images/ico-info.gif) no-repeat 0 2px;
}
#content .heading .line {
	display:block;
	background:url(../images/bg-grey-dot.gif) repeat-x;
	height:1px;
	overflow:hidden;
	margin:10px 0 0;
}
.all-items-link {
	width:100%;
	overflow:hidden;
}
.all-items-link a {
	float:left;
	background:url(../images/ico-all.jpg) no-repeat 0 4px;
	padding:0 0 0 20px;
	text-decoration:none;
	cursor: pointer;
}
.all-items-link span {
	float:left;
	border-bottom:1px dashed #0b77b6;
}
.all-items-link a:hover span {border-color:#fffaf1;}
.tab-holder {
	width:100%;
	overflow:hidden;
}
.tab-nav {
	margin:0 0 17px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.tab-nav li {
	float:left;
	border-bottom:1px solid #dad7d2;
	height:29px;
}
.tab-nav .line {
	display:block;
	height:29px;
	overflow:hidden;
	float:none;
	border-bottom:1px solid #dad7d2;
}
.tab-nav .active {border:none;}
.tab-nav a {
	color:#000;
	font-style:italic;
	padding:0 12px;
	float:left;
	height:21px;
	text-decoration:none;
	cursor: pointer;
	padding-top:8px !important;
}
.tab-nav span {
	float:left;
	border-bottom:1px dashed #7f7e7c;
}
.tab-nav a:hover {position:relative;}
.tab-nav a:hover span,
.tab-nav .active span {border:none;}
.tab-nav .active a {
	padding:7px 20px 0 !important;
	border-width:1px 1px 0;
	border-color:#dad8d3;
	border-style:solid;
}
.items-list {
	width:103%;
	overflow:hidden;
	margin:0 -16px 0 0;
}
.items-list .item {
	display:inline-block;
	border:1px solid #e5e1d8;
	width:239px;
	margin:0 16px 53px 0;
	vertical-align:top;
}
.items-list .item .image {
	width:100%;
	overflow:hidden;
	background:#fff;
	height:178px;
	border-bottom:1px solid #e5e1d8;
	text-align:center;
	padding:15px 0 0;
	margin:0 0 21px;
}
.items-list .item .text {
	padding:0 15px;
}
.items-list .item .title {
	font-size:14px;
	line-height:16px;
}
.items-list .item .number {
	font-size:10px;
	color:#908d88;
}
.items-list .item p {margin:12px 0 0 !important;}
.items-list .item dl {
	margin:16px 0 0;
	height:1%;
	font-size:10px;
	line-height:13px;
}
.items-list .item dl dt {
	float:left;
	clear:left;
	font-weight:bold;
	width:90px;
}
.items-list .item dl dd {
	height:1%;
	overflow:hidden;
	margin:0 0 3px;
	font-style:italic;
	color:#4c4b48;
}
.items-list .item .add-to-cart {
	margin: 25px -1px -1px;
	width:241px;
	position:relative;
	vertical-align:baseline;
}
.items-list .item .add-to-cart .holder {
	float:none;
	overflow:hidden;
}
.items-list .item .add-to-cart .btn-add {
	float:left;
	width:171px;
}
.items-list .item .add-to-cart .text {padding:0;}
.items-list .item .more-link {
	display:inline-block;
	margin:12px 0 0;
	font-style:italic;
	color:#000;
}
.item-box .thumbs {
width: 67px;
        /*max-width: 330px;
	width:103%; */
		min-height:  275px;
	/*margin:12px -7px 0 0; */
margin:0px 15px 0 0;
	padding:0;
	list-style:none;

	overflow:hidden;
}
.item-box .thumbs_hor {
margin:12px -7px 0 0; 
    max-width: 404px;
	width:103%; 
min-height: auto;
}
.item-box .thumbs_hor  li {
	float:left;
	 margin:0 7px 0 0;
}
.item-box .thumbs li {
	/*float:left;
	 margin:0 7px 0 0; */
        margin:0 7px 7px 0;
}
.item-box .thumbs a {
	padding:4px;
	height:52px;
	width:52px;
	display:block;
	background:url(../images/bg-big-image.png);
	cursor: pointer;
}
.lightbox {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999
}
.lightbox .bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	background:url(../images/bg-lightbox.png);
}
.lightbox .popup {
	width:715px;
	height:463px;
	margin-top:-232px;
	margin-left:-358px;
	left:50%;
	top:50%;
	position:relative;
	background:#fff;
	z-index:20;
}
.lightbox .popup .close {
	position:absolute;
	top:7px;
	right:7px;
	background:url(../images/btn-close.gif) no-repeat;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:20;
}
.lightbox .popup .gallery {
	width:100%;
	overflow:hidden;
}
.lightbox .popup .gallery a.link-prev,
.lightbox .popup .gallery a.link-next {
	position:absolute;
	top:219px;
	left:-32px;
	background:url(../images/btn-prev.gif) no-repeat;
	width:53px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:20;
}
.lightbox .popup .gallery a.link-next {
	left:auto;
	right:-32px;
	background:url(../images/btn-next.gif) no-repeat;
}
.lightbox .popup .gallery .gallery-holder {
	width:715px;
	height:463px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.lightbox .popup .gallery .gallery-holder ul {
	width:99999px;
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	top:0;
	left:0;
	overflow: hidden;
}
.lightbox .popup .gallery .gallery-holder ul li {
	width:715px;
	height:463px;
	float:left;
	text-align:center;
	vertical-align:middle;
	line-height:463px;
}
.lightbox .popup .gallery .gallery-holder img {
	vertical-align:middle;
	display:inline-block;
}
/* popup 2 */
.popup2 {
	background: url(../images/bg-popup.png) no-repeat;
	width: 513px;
	height: 364px;
	left:50%;
	top:20%;
	margin-left:-250px;
	position:absolute;
	z-index:10;
	padding-top:27px;
}
.popup2 .reg-form {
	float:left;
	width:206px;
	padding:0 25px;
	text-align:center;
	color:#7f7f7f;
}
.popup2 h2 {
	text-align:center;
	margin:0 0 17px;
	background: url(../images/bg-title.gif) no-repeat;
	width: 206px;
	line-height: 44px;
	color:#fff;
	font-size:19px;
}
.popup2 .auto-form h2 {background: url(../images/bg-title2.gif) no-repeat;}
.popup2 .text {
	background: url(../images/bg-text2.gif) no-repeat;
	width: 167px;
	margin:0 auto 16px;
	display:block;
	overflow:hidden;
	padding:11px 10px;
}
.popup2 .text input {
	float:left;
	width:100%;
	padding:0;
	border:0;
	background:none;
	height:15px;
}
.popup2 label {
	display:block;
	margin-bottom:7px;
	font:italic bold 12px "Arial Black", Arial, Helvetica, sans-serif;
}
.popup2 .buttons {
	list-style:none;
	margin:0;
	padding:2px 0 11px;
}
.popup2 .buttons li {padding-bottom:8px;}
.popup2 .buttons img {
	display:block;
	margin:0 auto;
}
.popup2 .submit {
	background: url(../images/btn-reg.gif) no-repeat;
	width: 187px;
	height: 46px;
	cursor:pointer;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	border:0;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.popup2 .auto-form .submit {
	color:#000;
	background: url(../images/btn-auto.gif) no-repeat;
}
.popup2 .close {
	background: url(../images/btn-close.gif) no-repeat;
	width: 14px;
	height: 13px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:10px;
}

.product-available {
  cursor: pointer;
    height: 89px;
    overflow: hidden;
    position: absolute;
    right: -4px;
    text-indent: -9999px;
    top: -2px;
    width: 90px;
	background: url('../images/available.png') no-repeat 100% 0;
}