.spacer {
	clear:both;
}
.more {
	float: right;
	font-size:  0.92em;
	color: #006ead;
	text-decoration: none;
	padding-right: 20px;
	background: transparent url(/img/css/more-arrow.png)  100% 60% no-repeat;
}
body {
/*	background:url(../img/css/body-bg.jpg) repeat-x top left;    */
background:color:white;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}


.h10 {
	height:10px;
}
.popup_description {
	position:absolute;
	top:20px;
	left:-165px;
	width:458px;
}
.popup_description .top {
	background:url(../img/css/popup-description-top.png) no-repeat top left;
	height:17px;
}
.popup_description .center-wrap {
	background:url(../img/css/popup-description-center.png) repeat-y top left;
	padding:0 8px 0 1px;
}
.popup_description .center-wrap .fav-remove {
	cursor:pointer;
	height:16px;
	position:absolute;
	right:13px;
	top:4px;
	width:16px;
}
.popup_description .center {
	min-height:280px;
	font-size:12px;
	color:#333333;
	padding:0 12px 0 12px;
	background:url(../img/css/popup-description-bg.jpg) no-repeat center bottom;
}
.popup_description .bottom {
	background:url(../img/css/popup-description-bottom.png) no-repeat top left;
	height:28px;
}

.popup_where_sold {
	position:absolute;
	top:20px;
	left:4px;
	width:176px;
}
.popup_where_sold .top {
	background:url(../img/css/popup-where-sold-top.png) no-repeat top left;
	height:12px;
}
.popup_where_sold .center {
	font-size:12px;
	color:#333333;
	padding:0 12px 10px 12px;
	background:url(../img/css/popup-where-sold-center.png) repeat-y center bottom;
	position:relative;
}
.popup_where_sold .center .fav-remove {
	cursor:pointer;
	height:16px;
	position:absolute;
	right:9px;
	top:-8px;
	width:16px;
}

.popup_where_sold .center p {
	color:#333333;
}

.popup_where_sold .center p.phone {
	padding:2px 0 3px 0;
	margin:0;
	color:#cd3e3d;
}
.popup_where_sold .center p span {
	color:#000000;
	display:block;
}
.popup_where_sold .bottom {
    	background:url(../img/css/popup-where-sold-bottom.png) no-repeat top left;
	height:15px;
}
.popup_big_image_bg {
	background-color:#000000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	width:100%;
	height:500px;
	position:absolute;
	top:0;
	z-index:1000;
}
.popup_big_image {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-230px;
	margin-top:-155px;
	width:640px;
	z-index:2000;
}
.popup_big_image .fav-remove {
	cursor:pointer;
	height:20px;
	position:absolute;
	right:1px;
	top:-5px;
	width:20px;
}
.popup_big_image .top {
	/*background:url(../img/css/popup-big-photo-top.png) no-repeat top left;*/
	height:14px;
}
.popup_big_image .center {
	/*background:url(../img/css/popup-big-photo-center.png) repeat-y top left*/;
	padding:0 8px 0 1px;
}
.popup_big_image .center img {
	display:block;
	margin:0 auto;
}
.popup_big_image .bottom {
	/*background:url(../img/css/popup-big-photo-bottom.png) no-repeat top left*/;
	height:17px;
}
.window_big_image {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-230px;
	margin-top:-155px;
	width:620px;
	z-index:2000;
}

.window_big_image .fav-remove {
	cursor:pointer;
	height:20px;
	position:absolute;
	right:1px;
	top:-5px;
	width:20px;
}
.window_big_image .top {
	background:url(../img/css/window-big-photo-top.png) no-repeat top left;
	height:14px;
}
.window_big_image .center {
	background:url(../img/css/window-big-photo-center.png) repeat-y top left;
	padding:0 8px 0 1px;
}
.window_big_image .center img {
	display:block;
	margin:0 auto;
}
.window_big_image .bottom {
	background:url(../img/css/window-big-photo-bottom.png) no-repeat top left;
	height:17px;
}

.add-to-fav-mes {
	background:url(../img/css/add-to-fav-mes-bg.png) no-repeat top left;
	width:93px;
	height:40px;
	z-index:888;
	font-size:11px;
	color:#333333;
	text-align:center;
	padding:9px 0 0 0;
	/*margin:-70px 0 0 68px;*/
	position:absolute;
	top:-48px;
	right:-28px;
}
.add-to-fav-mes-added {
	background:url(../img/css/add-to-fav-mes-bg1.png) no-repeat top left;
	width:175px;
	height:60px;
	position:absolute;
	z-index:777;
	font-size:12px;
	color:#333333;
	padding:20px 35px 0 20px;
	text-align:center;
	/*margin:-94px 0 0 4px;*/
	top:-72px;
	right:-101px;
}
.good-added {
	background:url(../img/css/good_added.png) no-repeat top left;
	width:480px;
	height:163px;
	position:absolute;
	z-index:777;
	font-size:12px;
	color:#333333;
	padding:20px 35px 0 0;
	text-align:left;
	/*margin:-94px 0 0 4px;*/
	top:-72px;
	display:none;
	right:-101px;
}

.active .good-added {
	display:block;
}
.good-added-close {background:url(../img/css/good_added_close.png) no-repeat bottom right; color:red; position:absolute; right:70px;}
.good-added-close A {color:red !important; padding-right:20px; padding-bottom:10px; line-height:20px;}
.good-added P.first { font-size:16px !important;}
.good-added P {color:#767171}
.add-to-fav-mes-added .fav-remove {
	position:absolute;
	top:7px;
	right:12px;
	cursor:pointer;
	width:16px;
	height:16px;
}
.menu-info {
	position:absolute;
	z-index:1020;
	display:none;
}
.menu-info.active {
	display:block;
	margin-top:-20px;
}
.menu-info .bottom {
	background:url(../img/css/menu-left-info-bg-bottom.png) no-repeat bottom right;
	padding:0 10px 17px 35px;
	width:445px;
}
.menu-info .top {
	background:url(../img/css/menu-left-info-bg-top.png) no-repeat top right;
	padding:12px 0 0 0;
	width:490px;
	position:relative;
}
.menu-info .top .arrow {
	width:17px;
	height:20px;
	background:url(../img/css/menu-left-info-bg-arrow.png) no-repeat left top;
	position:absolute;
	top:20px;
	left:15px;
}
.menu-info-left .bottom {
	background:url(../img/css/menu-left-info-bg-bottom.png) no-repeat bottom left;
	padding:0 35px 17px 21px;
}
.menu-info-left .top {
	background:url(../img/css/menu-left-info-bg-top.png) no-repeat top left;
}
.menu-info-left .top .arrow {
	background:url(../img/css/menu-left-info-bg-arrow-left.png) no-repeat left top;
	right:10px;
	left:auto;
}
.menu-info img {
	margin:0 4px 0 4px;
	border:1px solid #c5c5c5;
	display:block;
	float:left;
}
div.wrap {
/*	height:361px;NY2012 */
height:1328px;
	background:url(/img/css/ny2012-body-bg-img.jpg?9) no-repeat -2000px top;
	position:absolute;
	width:100%;
	top:0;
	z-index: -1;
}
.page {
	width:990px;
	margin:0 auto;
	margin-top:0;
	background-color:#ffffff;
	position:relative;
}
.sidebar-left {
	margin:10px 10px 0 0;
	width:220px;
	float:left;
}
.sidebar-right {
	margin:0;
	width:180px;
	float:left;
}
div.main-center {
	width:570px;
	float:left;
	margin:10px 10px 0 0;
}
h2 {
	font-size: 14px;
}
div.h2 {
	font-size: 14px;
	font-weight:bold;
	margin:11px 0;
}
.sidebar h2, .bestsellers h2, .sidebar div.h2, .bestsellers div.h2 {
	height:27px;
	padding:12px 0 0 10px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 1px 0;
}

.text2 h2{
color:#333333;
}

h2 a, div.h2 a {
	color:#ffffff;
}
h2 a:hover, div.h2 a:hover {
	text-decoration:underline;
}
h2.left, div.h2_left {
	background:#e65f5c url(../img/css/title-left-bg.jpg) no-repeat top left;
}
h2.right, div.h2_right {
	background:#e65f5c url(../img/css/title-right-bg.jpg) no-repeat top left;
}
h2.center, div.h2_center {
	background:#ebebeb url(../img/css/title-center-bg.jpg) no-repeat top left !important;
	color:#333333 !important;
}
h2.gal, div.h2_gal {
	background:#ffffff url(../img/divan3d.png) no-repeat top left;
        text-decoration: blink;
}
h2.gal a, div.h2_gal a {
        text-decoration: blink;
        color:tomato;
}
/*---------------left sidebar-------------------*/
.logo {
	padding:0 0 0 20px;
	margin-bottom:15px;
}
.logo a, .logo img {
	display:block;
}
.map {
	padding:0 0 20px 20px;
	margin-bottom: 3px;
}
.map img {
	display:block;
}
.map a {
	color:#006ead;
	font-size:12px;
	text-decoration:underline;
	background:url(../img/css/map-a-bg.gif) no-repeat right 6px;
	line-height:12px;
	padding:0 12px 0 0;
}
.map a:hover {
	text-decoration:none;
}
.compare .sale {margin:0 !important;}
.sale {
	margin:0 0 9px 0;
	background:url(../img/css/sale-block.png) no-repeat top left;
	width:220px;
	height: 40px;
}
.sale a, .sale a img {
	display:block;
}
.catalog {
	padding:0 0 14px 0;
	margin:0 0 10px 0;
	background:url(../img/css/left-shadow.jpg) no-repeat bottom left;
}
.catalog ul li {
	background:/*#ebebeb */url(../img/css/catalog-line-bg.jpg) no-repeat top right;
	padding:0 0 0 0;


	line-height:19px;
	display:block;
	
}
.catalog ul li.active {
	height:auto;
}
.catalog ul li.active .wrap-level2 {
	display:block;
	border-bottom:1px solid #ffffff;
	height:auto;
}

.catalog ul li .level1 {
	cursor:pointer;
	border-bottom:1px solid #ffffff;
}
.catalog ul li .level1-item1 .icon {
	background:#ffa897 url(../img/catalog-icons/icon1.jpg) no-repeat top left;
}
.catalog ul li .level1-item2 .icon {
	background:#ffc878 url(../img/catalog-icons/icon2.jpg) no-repeat top left;
}
.catalog ul li .level1-item3 .icon {
	background:#ffdd65 url(../img/catalog-icons/icon3.jpg) no-repeat top left;
}
.catalog ul li .level1-item4 .icon {
	background:#cedf5d url(../img/catalog-icons/icon4.jpg) no-repeat top left;
}
.catalog ul li .level1-item5 .icon {
	background:#7fdec0 url(../img/catalog-icons/icon5.jpg) no-repeat top left;
}
.catalog ul li .level1-item6 .icon {
	background:#84c8f5 url(../img/catalog-icons/icon6.jpg) no-repeat top left;
}
.catalog ul li .level1-item7 .icon {
	background:#c7a3fd url(../img/catalog-icons/icon7.jpg) no-repeat top left;
}
.catalog ul li .level1-item8 .icon {
	background:#ea93ca url(../img/catalog-icons/icon8.jpg) no-repeat top left;
}
.catalog ul li .level1 .icon {
	float:left;
	width:51px;
	height:41px;
}
.catalog ul li .level1 .arrow {
	float:right;
	padding:17px 5px 0 0;
	width:10px;
	height:8px;
	background:url(../img/css/catalog-arrow.jpg) no-repeat left 17px;
}
.catalog ul li.active .level1 .arrow {
	background:url(../img/css/catalog-arrow-top.jpg) no-repeat left 17px;
}
.catalog ul li p {
	display:block;
	float:left;
	font-size:12px;
	text-transform:uppercase;
	color:#333333;
	padding:12px 0 0 5px;
}
.catalog ul li p span {
	font-size:11px;
	color:#777777;
}
.catalog ul li p a {
	font-size:12px;
	color:#333333;
}


.catalog .wrap-level2 {
	padding:0 0 0 48px;
	background-color:#ffffff;	
	display:none;
	height:0;
}
.catalog ul .item1 .level2 {
	border-left-color:#fea39e;
}
.catalog ul .item2 .level2 {
	border-left-color:#ffb258;
}
.catalog ul .item3 .level2 {
	border-left-color:#ffd77f;
}
.catalog ul .item4 .level2 {
	border-left-color:#b9d78d;
}
.catalog ul .item5 .level2 {
	border-left-color:#81d1c4;
}
.catalog ul .item6 .level2 {
	border-left-color:#a0c4f6;
}
.catalog ul .item7 .level2 {
	border-left-color:#c19df7;
}
.catalog ul .item8 .level2 {
	border-left-color:#d291bc;
}
.catalog .wrap-level2 .level2 {	
	border-left-width:3px;
	border-left-style:solid;
	background:#f4f4f4 url(../img/css/level2-bg-top.gif) no-repeat top right;
}
.catalog .level2 ul {
	background:url(../img/css/level2-bg-bottom.gif) no-repeat bottom right;
	padding:10px 0 10px 5px;
}
.catalog .level2 ul li {
	background:none;
	padding:0 5px 10px 0;
	margin:0;
	overflow:hidden;
	height:auto;
	line-height:normal;
	display:block;
}
.catalog .level2 ul li p {
	padding:0;
	float:none;
}
.catalog .level2 ul li a, .catalog .level2 ul li div.pseudoLink {
	display:block;
	float:left;
	margin:0 5px 0 0;
	color:#777777;
	font-size:11px;
	text-transform:uppercase;
}
.catalog .level2 ul li .question {
	float:left;
	cursor:pointer;
	width:15px;
	height:15px;
}
.catalog .level2 ul li .question img {
	display:block;
}
.catalog .level2 ul li a span.wrap, .catalog .level2 ul li div.pseudoLink span.wrap {
	display:block;
}
.catalog .level2 ul li a span.wrap .name, .catalog .level2 ul li div.pseudoLink span.wrap .name {
	color:#333333;	
}
.catalog .level2 ul li div.pseudoLink span.wrap
.catalog .level2 ul li a:hover {
	text-decoration:none;
}
.catalog .level2 ul li a:hover p .name {
	color:#b41b1b;
}
.catalog .level2 ul li.active a span.wrap,
.catalog .level2 ul li.active a span.wrap .name {
	color:#b41b1b;
}

.choice {
	padding:0 0 15px 0;
	margin:0 0 10px 0;
	background:url(../img/css/left-shadow.jpg) no-repeat bottom left;
}
.choice .block-content {
	background:#e2e2e2/* url(../img/css/choice-bg.gif) top left no-repeat*/;
	padding:10px 20px 20px 20px;
}
.choice .block-content form {
	margin:0;
}
.choice .block-content select {
	display:block;
	width:180px;
	margin-bottom:17px;
}
.choice .block-content .two select {
	width:85px;
	float:left;
	margin-right:10px;
}
.choice .block-content .two select.second {
	margin-right:0;
}
.choice .block-content input.button {
	background:url(../img/css/button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:62px;
	height:23px;
	display:block;
	float: left;
}
.choice .block-content input.button-reset {
	float: right;
}
.buyers {
	padding:0 0 14px 0;
	margin:0 0 10px 0;
	background:url(../img/css/left-shadow.jpg) no-repeat bottom left;
}
.buyers .line {
	background:url(../img/css/catalog-line-bg.jpg) no-repeat top right;
	padding:14px 5px 0 10px;
	margin:0 0 1px 0;
	overflow:hidden;
	height:27px;
	
}
.buyers .line a {
	font-size:12px;
	text-transform:uppercase;
	color:#333333;
	line-height:14px;
	font-weight:bold;
}
.menu-left {
	padding:0 0 0 10px;
}
.menu-left ul li {
	padding:0 0 5px 0;
}
.menu-left ul li a {
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
}
/*---------------------------------------------*/

/*---------------center-------------------*/
.nav-main {
	background:#ebebeb url(../img/css/menu-top-bg.gif) repeat-x top left;
	line-height:14px;
	height:31px;
}
.nav-main ul {
	width:540px;
	margin:0 auto;
}
.nav-main ul li {
	display:block;
	float:left;
	position:relative;
}
.nav-main ul li a, .nav-main ul li div.pseudoLink {
	font:12px Tahoma, Geneva, sans-serif;
	display:block;
	color:#333333;
	text-transform:uppercase;
}
.nav-main ul li a span, .nav-main ul li div.pseudoLink span {
	display:block;
	padding:10px 17px 7px 13px;
	text-align:center;
}
.nav-main ul li a.active, .nav-main ul li div.pseudoLink.active {
	background:url(../img/css/menu-top-bg-active-left.png) no-repeat top left;
	padding-left:13px;
	text-decoration:none;
	color:#b41b1b;
}
.nav-main ul li a.active span, .nav-main ul li div.pseudoLink.active span {
	background:url(../img/css/menu-top-bg-active-right.png) no-repeat top right;
	padding-left:0;
}
div.pseudoLink span, div.pseudoLink {cursor:default !important}
.popup-level2 {
	position:absolute;
	top:10px;
	left:10px;
	z-index:999;
	display:none;
}
.popup-level2 .top-level2 {
	background:url(../img/css/menu-top-bg-top-right-left.png) no-repeat top left;
	height:15px;
}
.popup-level2 .top-level2 .left {
	background:url(../img/css/menu-top-bg-left.png) repeat-y top left;
	width:4px;
	height:15px;
	float:left;
}
.popup-level2 .top-level2 .center {
	height:15px;
	background-color:#ffffff;
	float:left;
}
.popup-level2 .top-level2 .right-wrap {
	height:15px;
	float:left;
}
.popup-level2 .top-level2 .right-wrap .right-left {
	width:10px;
	height:15px;
	float:left;
	background:url(../img/css/menu-top-bg-top-right-left.png) no-repeat top left;
}
.popup-level2 .top-level2 .right-wrap .right-center {
	height:15px;
	float:left;
	background:url(../img/css/menu-top-bg-top-right-center.png) repeat-x top left;
}
.popup-level2 .top-level2 .right-wrap .right-right {
	width:20px;
	height:15px;
	float:left;
	background:url(../img/css/menu-top-bg-top-right-right.png) no-repeat top left;
}
.popup-level2 .center-level2 {
	clear:both;
}
.popup-level2 .center-level2 .left {
	background:url(../img/css/menu-top-bg-left.png) repeat-y top left;
	padding-left:4px;
}
.popup-level2 .center-level2 .right {
	background:url(../img/css/menu-top-bg-right.png) repeat-y top right;
	padding-right:10px;
}
.popup-level2 .center-level2 .center {
	padding:0 4px 5px 9px;
	background-color:#ffffff;
}
.popup-level2 .bottom-level2 .left {
	background:url(../img/css/menu-top-bg-bottom-left.png) no-repeat top left;
	width:15px;
	height:15px;
	float:left;
}
.popup-level2 .bottom-level2 .center {
	background:url(../img/css/menu-top-bg-bottom-center.png) repeat-x top left;
	float:left;
	height:15px;
}
.popup-level2 .bottom-level2 .right {
	background:url(../img/css/menu-top-bg-bottom-right.png) no-repeat top left;
	width:15px;
	height:15px;
	float:left;
}
.popup-level2 .center-level2 ul {
	width:auto;
}
.popup-level2 .center-level2 ul li {
	float:none;
	width:auto;
	padding-bottom:4px;
}
.popup-level2 .center-level2 a, .popup-level2 .center-level2 div.pseudoLink {
	font-size:12px;
	color:#333333;
	text-transform:none;
	white-space:nowrap;
}
.popup-level2 .center-level2 a:hover, .popup-level2 .center-level2 div.pseudoLink:hover {
	text-decoration:none;
	color:#b41b1b;
	background:none;
	padding:0;
}
.banner-top {
	height:107px;
	background:url(../img/css/ny2012-banner-top.png) no-repeat bottom center;
	padding-top:8px;
	clear:both;
}
.banner-top img {
	display:block;
/*	width:203px; */
	margin:0 auto;
}

.banner {
	margin:0 0 8px 0;
}
.settings-info {
	height:27px;
	padding:12px 10px 0 10px;
	font-size:14px;
	margin:0 0 1px 0;
	background:#ebebeb url(../img/css/title-center-bg.jpg) no-repeat top left;
	color:#333333;
}
.breadcrumbs {
	float:left;
	text-transform: uppercase;
}
.breadcrumbs a {
	font-size:14px;
	color:#333333;
	display:block;
	float:left;
}
.breadcrumbs span {
	display:block;
	float:left;
	padding: 0 .5em;
}
.breadcrumbs span.breadcrumb-arrow {
	display:block;
	float:left;
	padding:5px 10px 0 10px;
	height:17px;
}
.breadcrumbs span.current,.breadcrumbs a.current {
	padding: 0 .1em;
	font-weight: bold;
}
.settings {
	color:#333333;
	font-size:12px;
	float:right;
}
.settings .number {
	float:left;
	margin-right:10px;
}
.settings .city {
float: left;
margin-right: 60px;
}

.settings span {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding-top:2px;
}
.settings .number select {
	height:20px;
	font:11px Tahoma, Geneva, sans-serif;
	color:#333333;
	width:38px;
	padding:1px 1px 1px 0;
}
.settings .sort {
	float:left;
}
.settings .sort a {
	width:18px;
	height:17px;
	display:block;
	float:left;
	margin-right:5px;
}
.settings .sort .down {
}
.settings .sort .down-active {
	background:url(../img/sort-down-active.gif) no-repeat top left;
}
.settings .sort .top {
	background:url(../img/sort-top.gif) no-repeat top left;
}
.settings .sort .top-active {
}

.bestsellers .block-content {
	padding:10px 0 0 0;
}
.bestsellers .error-message,#bestsellers .error-message {
	margin-top: 30px;
}
#bestsellers .errortext {
	margin:22px 0 0 10px;
	line-height:14px;
	display:block;
	font-size: 12px;
}
/*
.bestsellers .block-content .line1 .one {
	background:url(../img/css/center-color1.gif) no-repeat top left;
}
.bestsellers .block-content .line2 .one {
	background:url(../img/css/center-color2.gif) no-repeat top left;
}
.bestsellers .block-content .line3 .one {
	background:url(../img/css/center-color3.gif) no-repeat top left;
}
.bestsellers .block-content .line4 .one {
	background:url(../img/css/center-color4.gif) no-repeat top left;
}
.bestsellers .block-content .line5 .one {
	background:url(../img/css/center-color5.gif) no-repeat top left;
}
.bestsellers .block-content .line6 .one {
	background:url(../img/css/center-color6.gif) no-repeat top left;
}
.bestsellers .block-content .line7 .one {
	background:url(../img/css/center-color7.gif) no-repeat top left;
}
.bestsellers .block-content .line8 .one {
	background:url(../img/css/center-color8.gif) no-repeat top left;
}
*/
.bestsellers .block-content .section-all.one {
	background:url(../img/css/center-section-all.gif) no-repeat top left;
}
.bestsellers .block-content .section-pryamie-divani.one {
	background:url(../img/css/center-section-straight.gif) no-repeat top left;
}
.bestsellers .block-content .section-uglovie-divani.one {
	background:url(../img/css/center-section-corner.gif) no-repeat top left;
}
.bestsellers .block-content .section-kozhanie-divani.one {
	background:url(../img/css/center-section-leather.gif) no-repeat top left;
}
.bestsellers .block-content .section-kozhanie-uglovie-divani.one {
	background:url(../img/css/center-section-leather-corner.gif) no-repeat top left;
}
.bestsellers .block-content .section-krovati.one {
	background:url(../img/css/center-section-bed.gif) no-repeat top left;
}
.bestsellers .block-content .section-pufy-i-podushki.one {
	background:url(../img/css/center-section-bed.gif) no-repeat top left;
}
.bestsellers .block-content .section-kushetki.one {
	background:url(../img/css/center-section-couch.gif) no-repeat top left;
}
.bestsellers .block-content .section-kresla.one {
	background:url(../img/css/center-section-chair.gif) no-repeat top left;
}
.bestsellers .block-content .one {
	width:129px;
	height:90px;
	position:relative;
	padding:25px 3px 0 3px;
	float:left;
	margin:0 10px 10px 0;
	z-index:500;
	z-index:auto;
}
.bestsellers .block-content .last {
	margin-right:0;
}
.bestsellers .block-content .one .label {
	position:absolute;
	top:4px;
	left:4px;
	text-align:center;
}
.bestsellers .block-content .one .label a {
	position:absolute;
	top:4px;
	left:4px;
	text-align:center;
        color: #666666;
        text-decoration: none;

}
.bestsellers .block-content .one .add-to-fav {
	position:absolute;
	right:4px;
	top:4px;
	cursor:pointer;
	width:25px;
	height:18px;
	margin:0;
	padding:0;
	border-width:0px;
}
.bestsellers .block-content .one .label ul{


    text-align:center;
    width: 129px;
}
.bestsellers .block-content .one .new {
	color:#f0fcda;
	width:73px;
	height:18px;
	font-size:14px;
	background:#88b741 url(../img/css/label-new.jpg) no-repeat top left;
	position: absolute;
	z-index: 10;
}
.bestsellers .block-content .one .super {
	color:#fce5da;
	width:73px;
	height:17px;
	font-size:12px;
	background:#d23e3e url(../img/css/label-super.jpg) no-repeat top left;
	padding:1px 0 0 0;
	position: absolute;
	z-index: 10;
}
.bestsellers .block-content .one .hit {
	color:#ebf2fe;
	width:78px;
	height:17px;
	font-size:12px;
	background:#4083db url(../img/css/label-hit.jpg) no-repeat top left;
	padding:1px 0 0 0;
	position: absolute;
	z-index: 10;
}
.bestsellers .block-content .one a {
	display:block;
	width: 129px;
	position: absolute;
	bottom: 7px;
        text-decoration: none;
        color:#333333
}
.bestsellers .block-content .one a.compare-href {
	display:inline;
	width: auto;
	position: relative;
	bottom: 0;
	left: 0;
}
.bestsellers .block-content .one img {
	display:block;
	margin:0 auto;
}
.show_detail_page .bestsellers .block-content .one .info {padding:0 !important; }
.show_detail_page .bestsellers .block-content .one { padding-top:35px !important; height:84px !important}
.show_detail_page .bestsellers .block-content .one .info .price {}
.bestsellers .block-content .one .label a {top:2px !important;}
.bestsellers .block-content .one .info {
	position:absolute;
	bottom:0;
	font-size:12px;
	padding:0 5px 7px 5px;
	width:119px;
}
.bestsellers .block-content .one .info .name {
	float:left;
	color:#333333;
}
.bestsellers .block-content .one .info .price {
	color:#d91414;
	float:right;
	font-weight: bold;
}
.archive_price {font-size:14px;}
.bestsellers h2 {font-weight: bold}
/** //TODO: Forms
*/
.content-form {
	background:url(../img/css/form-shadow.png) no-repeat 42% 100%;
	padding:0 0 15px 0;
	margin-bottom:30px;
}
.content-form form {
	padding:20px 35px 0;
	background-color:#e2e2e2;
	width:330px;
	margin:30px auto 0;
}
.starrequired, .red {color: red !important;}
.content-form .starrequired {width: 1em;}
.content-form form .starrequired {float: left;margin-left:-1em;}
.content-form form .starrequired-none {width: 1em;float: none;}
.content-form form .input-line {clear: both;padding-bottom: 1em}
.content-form form .input-container {width: 330px;float: right;}

.content-form form textarea, .content-form form input.form-text, .content-form form select{
	font:12px Arial,Helvetica,sans-serif;
	color:#5A5A5A;
	width: 332px;
	border: 1px solid #7F9DB9;
}
.content-form form textarea, .content-form form input.form-text {
	font:12px Arial,Helvetica,sans-serif;
	color:#5A5A5A;
	width: 328px;
	border: 1px solid #7F9DB9;
}
.content-form input.captcha{
	font:12px Arial,Helvetica,sans-serif;
	color:#5A5A5A;
	width: 100%;
	border: 1px solid #7F9DB9;
	padding: 1px 1px 1px 3px;
}
.content-form  input.button {
	background:url(../img/css/button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:62px;
	height:23px;
	display:block;
	float: right;
}

.content-form  input.button-big {
	background:url(../img/css/button-bg-big.gif) no-repeat top left;
	margin:0 0 0 3px;
	width:120px;
}
.content-form div.captcha {padding-bottom: 1em}
.bottomer{position:relative;top:40px;}
.bottomer-half {position:relative;top:10px;}

.search-form {
	padding: 0;
	padding:15px 30px;
	background-color:#e2e2e2;
	width:690px;
	margin:0;
}
.search-form input.form-text {
	width:600px;
	float: left;
	margin:0;
}
.search-form  input.button {
	background:url(../img/css/button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:62px;
	height:23px;
	display:block;
	float: right;
}
.bottomer-half-left {
    display: block;
    float:left;
    margin-top:0.5em;
    vertical-align:bottom;
}
p.bottomer-half-left {
    color: red !important;
}
/** //TODO: Rasprodaga
*/
.rasprodaga .block-content {
	padding:10px 0 0 0;
}
.rasprodaga p {
	color: #333;
	font-size: 12px;
}
.rasprodaga .block-content a {
	color:#388ab6;
	text-decoration:underline;
}
.rasprodaga .block-content .line1 .one {
	background:url(../img/css/rasprodaga-center-color1.gif) no-repeat top left;
}
.rasprodaga .block-content .line2 .one {
	background:url(../img/css/rasprodaga-center-color2.gif) no-repeat top left;
}
.rasprodaga .block-content .line3 .one {
	background:url(../img/css/rasprodaga-center-color3.gif) no-repeat top left;
}
.rasprodaga .block-content .line4 .one {
	background:url(../img/css/center-color4.gif) no-repeat top left;
}
.rasprodaga .block-content .line5 .one {
	background:url(../img/css/center-color5.gif) no-repeat top left;
}
.rasprodaga .block-content .line6 .one {
	background:url(../img/css/center-color6.gif) no-repeat top left;
}
.rasprodaga .block-content .line7 .one {
	background:url(../img/css/center-color7.gif) no-repeat top left;
}
.rasprodaga .block-content .line8 .one {
	background:url(../img/css/center-color8.gif) no-repeat top left;
}

.rasprodaga .block-content .section-all.one {
	background:url(../img/css/rasprodaga-section-all.gif) no-repeat top left;
}
.rasprodaga .block-content .section-pryamie.one {
	background:url(../img/css/rasprodaga-section-straight.gif) no-repeat top left;
}
.rasprodaga .block-content .section-uglovie-divani.one {
	background:url(../img/css/rasprodaga-section-corner.gif) no-repeat top left;
}
.rasprodaga .block-content .section-kozhanaya-mebel.one {
	background:url(../img/css/rasprodaga-section-leather.gif) no-repeat top left;
}
.rasprodaga .block-content .section-kozhanie-uglovie-divani.one {
	background:url(../img/css/rasprodaga-section-leather-corner.gif) no-repeat top left;
}
.rasprodaga .block-content .section-bed.one {
	background:url(../img/css/rasprodaga-section-bed.gif) no-repeat top left;
}
.rasprodaga .block-content .section-kushetki.one {
	background:url(../img/css/rasprodaga-section-couch.gif) no-repeat top left;
}
.rasprodaga .block-content .section-kresla.one {
	background:url(../img/css/rasprodaga-section-chair.gif) no-repeat top left;
}

.rasprodaga .block-content .one {
	width:177px;
	height:199px;
	padding:23px 3px 3px 3px;
	float:left;
	margin:0 7px 10px 0;
	z-index:500;
	position:relative;
}
.rasprodaga .block-content .last {
	margin-right:0;
}
.rasprodaga .block-content .one .add-to-fav {
	position:absolute;
	right:4px;
	top:4px;
	cursor:pointer;
	width:25px;
	height:18px;
	margin:0;
	padding:0;
	border-width:0px;
}
.rasprodaga .block-content .one a {
	display:block;
}
.rasprodaga .block-content .one a.compare-href {
	display:inline;
}
.rasprodaga .block-content .one img {
	display:block;
	margin:0 auto;
}
.rasprodaga .block-content .one .name {
	position:absolute;
	left:7px;
	top:8px;
	color:#333333;
	font-size:12px;
}
.rasprodaga .block-content .one .info-bottom {
	font-size:12px;
	padding:3px 5px 7px 5px;
	width:167px;
}
.rasprodaga .block-content .one .info-bottom .old-price {
	float:left;
	color:#333333;
}
.rasprodaga .block-content .one .info-bottom .price {
	color:#d91414;
	float:right;
	font-weight: bold;
}
.rasprodaga .block-content .one .info-bottom ul {
	margin-top:3px;
	position:relative;
}
.rasprodaga .block-content .one .info-bottom a {
	display:inline;
	color:#388ab6;
	text-decoration:underline;
}
.rasprodaga .block-content .one .info-bottom div.description, .rasprodaga .block-content .one .info-bottom div.where_sold {
	display:none;
	height:0;
	position:absolute;
}
.rasprodaga .block-content .one .info-bottom a:hover {
	text-decoration:none;
}
/** //TODO: Compare Result
*/
.breadcrumbs a.compare {
	margin:0 10px 0 0;
	font-weight: bold;
}
.breadcrumbs a.compare span {
	display:inline;
	float:none;
	padding:0;
	color:#C94444;
}
.breadcrumbs a.compare-active {
	color:#c13333;
}
.compare .features {
	float:left;
	width:100px;
	color:#333333;
	font-size:12px;
	padding:136px 0 0 0;
}
.compare .features .name,.compare .features .price,.compare .features .dimensions {font-weight: bold;}
.compare .features div {
	border-top:1px solid #c2c2c2;
	text-align:right;
	padding:2px 15px 10px 0;
}

.compare .scroll {
	float:left;
	width:660px;
	overflow-x:scroll;
	z-index:1010;
	position:relative;
	padding:0 0 10px 0;
}
.compare .column {
	width:167px;
	float:left;
}
.compare .one {
	position:relative;
	width:157px;
	height:121px;
	background:url(../img/css/compare/one-border1.gif) no-repeat top left;
	padding:5px 0 0 0;
	z-index:1009;
}
.compare .column .info {
	color:#898b90;
	border-top:1px solid #c2c2c2;
	font-size:12px;
	padding:2px 13px 10px 0;
	line-height:14px;
	
}
.compare .scroll .img {
	padding:0 10px 10px 0;
	border:none;
}
.compare .scroll .one img {
	display:block;
	margin:0 auto;
}
.compare .scroll .one .compare-remove {
	cursor:pointer;
	height:16px;
	position:absolute;
	right:3px;
	top:3px;
	width:16px;
}
.compare .scroll .name {
	color:#000000;
	font-weight: bold;
}
.compare .scroll .price .new {
	color:#c94444;
	font-weight: bold;
	display:block;
	float:left;
	padding:0 5px 0 0;
}
.compare .scroll .price .old {
	color:#c94444;
	font-weight: bold;
	display:block;
	float:left;
	color:#000000;
}
.compare .scroll .mechanism .question {
	display:block;
	float:left;
	padding:0 1px 0 0;
	
}
.compare .scroll .mechanism .type {
	display:block;
	float:left;
}
.compare .scroll .dimensions {
	color:#000000;
	font-weight: bold;
}

.compare-list-empty {
	color: red !important;
	margin-top: 21px;
}

/** //TODO: Paginator
*/
.pages {
	text-align:center;
	font-size:12px;
	color:#333333;
	padding:30px 0 0 0;

}
.pages a {
	text-decoration:underline;
	color:#333333;
	padding:0 4px 0 4px;
}
.pages a:hover {
	text-decoration:none;
}
.pages span {
	background:#e65f5c url(../img/css/pages-active-bg.gif) no-repeat top left;
	color:#ffffff;
	padding:0 4px 0 4px;
}
.center-bottom-bg {
	background:url(../img/center-bottom-bg.jpg) no-repeat bottom center;
	height:180px;
	clear:both;
}
/*-------------------------------------------------*/

/*---------------right sidebar-------------------*/
.phone {
	padding:0 0 0 10px;
	margin:0 0 7px 0;
}
.city {
	padding:0 0 6px 10px;
}
.city p {
	font-size:12px;
	color:#999999;
}
.city p span {
	font-size:14px;
	color:#333333;
	border-bottom: 1px dotted;
	cursor: pointer;
}
.our-salon {
	padding:0 0 0 10px;
	margin:0 0 23px 0;
}
.our-salon img {
	margin-bottom:3px;
	display:block;
}
.our-salon a {
	color:#006ead;
	font-size:12px;
	text-decoration:underline;
	background:url(../img/css/map-a-bg.gif) no-repeat right 6px;
	line-height:12px;
	padding:0 12px 0 0;
}
.our-salon a:hover {
	text-decoration:none;
}
.service-icons {
	background:#ececec url(../img/css/service-icons-bg.jpg) no-repeat top right;
	height:27px;
	padding:13px 0 0 0;
	margin:0 0 8px 0;
}
.service-icons ul {
	text-align:center;
}
.service-icons ul li {
	display:inline;
	padding:0 18px;
}

.sideback {
	margin:0 0 10px 0;
	padding:10px 0 0px 0;
	background:url(../img/css/right-shadow.jpg) no-repeat bottom right;
}
.sideback .block-content {
	background:#e2e2e2;
/*	padding:25px 0 0 0;
	height:225px;*/
}

.callback .block-content {
	padding:25px 0 0 0;
	background:#e2e2e2 url(../img/ny2012-callback-bg.png) no-repeat bottom left;
	height:225px;
}
.callback .block-content input.button {
	background:url(../img/css/callback-button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:79px;
	height:23px;
	display:block;
}

.mobile-manager h2 {
	font-weight: normal;
}

.mobile-manager .h2_right strong {
	font-size:13px;
}
.mobile-manager .block-content {
	padding:25px 0 0 0;
	background:#e2e2e2 url(../img/ny2012-mobile-manager-bg.png?2) no-repeat bottom left;
	height:225px;
}
.mobile-manager .block-content input.button {
	background:url(../img/css/callback-button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:79px;
	height:23px;
	display:block;
}
.news {
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	background:url(../img/css/right-shadow.jpg) no-repeat bottom right;
	color:#666;
}
.news .block-content {
	background-color:#eaeaea;
	font-size:11px;
	padding:20px 10px 5px 10px;
}
.news .block-content .line {
	padding:0 0 15px 0;
}
.news .block-content .line div {
	color:#333333;
}
.news .block-content .line a {
	color:#777777;
}
.news .block-content1 {
	font-size:12px;
	padding:20px 10px 5px 10px;
}
.news .block-content1 .line {
	padding:0 0 15px 0;
}
.news .block-content1 .line div {
	color:#333333;
}
.news .block-content1 .line a {
	color:#777777;
}
.fav {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	background:url(../img/css/right-shadow.jpg) no-repeat bottom right;
}
.fav .block-content {
	background-color:#eaeaea;
	padding:0 0 20px 0;
	z-index:20;
}
.fav .block-content .list {
	height:315px;
	overflow:auto;
	padding:10px 0 0 0;
	position:relative;
	top:0;
	left:0;
	z-index:15;
}
.fav .block-content .one {
	width:129px;
	height:85px;
	position:absolute;
	position:relative;
	padding:10px 3px 0 3px;
	margin:0 auto 10px auto;
	z-index:10;
}
.fav .block-content .line1 {
	background:url(../img/css/fav-line1.gif) no-repeat top left;
}
.fav .block-content .line2 {
	background:url(../img/css/fav-line2.gif) no-repeat top left;
}
.fav .block-content .line3 {
	background:url(../img/css/fav-line3.gif) no-repeat top left;
}
.fav .block-content .line4 {
	background:url(../img/css/fav-line4.gif) no-repeat top left;
}
.fav .block-content .line5 {
	background:url(../img/css/fav-line5.gif) no-repeat top left;
}
.fav .block-content .line6 {
	background:url(../img/css/fav-line6.gif) no-repeat top left;
}
.fav .block-content .line7 {
	background:url(../img/css/fav-line7.gif) no-repeat top left;
}
.fav .block-content .line8 {
	background:url(../img/css/fav-line8.gif) no-repeat top left;
}
.fav .block-content .section-all {
	background:url(../img/css/fav-section-all.gif) no-repeat top left;
}
.fav .block-content .section-straight {
	background:url(../img/css/fav-section-straight.gif) no-repeat top left;
}
.fav .block-content .section-corner {
	background:url(../img/css/fav-section-corner.gif) no-repeat top left;
}
.fav .block-content .section-leather {
	background:url(../img/css/fav-section-leather.gif) no-repeat top left;
}
.fav .block-content .section-leather-corner {
	background:url(../img/css/fav-section-leather-corner.gif) no-repeat top left;
}
.fav .block-content .section-bed {
	background:url(../img/css/fav-section-bed.gif) no-repeat top left;
}
.fav .block-content .section-couch {
	background:url(../img/css/fav-section-couch.gif) no-repeat top left;
}
.fav .block-content .section-chair {
	background:url(../img/css/fav-section-chair.gif) no-repeat top left;
}

.fav .block-content .one .fav-remove {
	position:absolute;
	right:4px;
	top:4px;
	cursor:pointer;
	width:16px;
	height:16px;
}
/*
.fav .block-content .one a {
	display:block;
	position: absolute;
	bottom: 7px;
}
*/
.fav .block-content .one img {
	display:block;
	margin:0 auto;
	width: 94px;
	height: 70px;
	margin-top:-6px;
}
.fav .block-content .one img.good-preview {
}

.fav .block-content .one .fav-remove img {
	width:16px;
	height:16px;
	margin: 0;
}
.fav .block-content .one .info {
	position:absolute;
	bottom:0;
	font-size:12px;
	padding:0 5px 7px 5px;
	width:119px;
}
.fav .block-content .one .info .name {
	float:left;
	color:#333333;
}
.fav .block-content .one .info .price {
	color:#d91414;
	float:right;
	font-weight: bold;
}
.fav .block-content input.button {
	background:url(../img/css/callback-button-bg.gif) no-repeat top left;
	margin:0 auto;
	width:79px;
	height:23px;
	display:block;
	margin-top:20px;
}
/*-----------------------------------------------*/

/*----------------------main-content-------------*/

.main-content {
	width:760px;
	float:left;
        color: #666666;

	
}
.main-content p {
	color: #555555;
	font-size: 12px;
}
.main-content .shop .linejustify   {
	color: #666666;
	font-size: 12px;
        text-align: justify;
}

.main-content a {
	color:#388ab6;
	text-decoration:underline;
}

.main-content ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
/*	font-size:0.75em;*/
	color:#58595b;
	padding:0 0 6px 15px;
	line-height:14px;
}
.main-content ul li.sales_center {
	background:url(../img/css/li_green.GIF) no-repeat left 3px;
}
.main-content ul li.salon {
	background:url(../img/css/li_blue.GIF) no-repeat left 3px;
}
.main-content ul li ul {
	margin-top:6px;
}
.main-content ul li ul li {
	background:url(../img/css/bullet-level2.gif) no-repeat left 3px;
	font-size:1em;
}
.main-content ol {
	padding:0 0 0 20px;
	margin:10px 0;
}
.main-content ol li {
	font-size:0.75em;
	color:#58595b;
	padding:0 0 6px 0;
	line-height:14px;	
}
.main-content .errortext {
	margin:0 0 0 10px;
	line-height:14px;
	display:block;
	font-size: 12px;
}
.main-content .internal-content .errortext {
	margin:22px 0 0 0;
}

.main-content .link-with-arrows {
	padding:0 17px 0 0;
	background:url(../img/css/link-with-arrows-bg.png) no-repeat right 5px;
	font-size:11px;
	line-height:13px;
}

.main-content .title {
	margin:0 0 10px 0;
}
.main-content .title h1 {
	float:left;
	font-size:24px;
	color:#333333;
	font-weight:bold;
	padding:0;
	margin:0;
}
.main-content .title h1 .price {
	color:#b41b1b;
}
.main-content .title h1 .price span {
	font-size:18px;
	color:#333333;
}
.main-content .title h1 .info {
	font-size:11px;
	font-weight:normal;
	color:#777777;
	padding:0 0 0 10px;
}
.main-content .title .references {
	float:right;
	font-size:11px;
	padding:7px 0 0 0;
}
.main-content .title .references a:hover {
	text-decoration:none;
}
.main-content .title .references .first {
	font-size:11px;
	font-weight:normal;
	color:#333333;
	padding:0 0 0 20px;
	margin:0 20px 0 0;
	text-decoration:underline;
	background:url(../img/icon-add-to-favorites.jpg) no-repeat left top;
	display:block;
	float:left;
	height:16px;
}
.main-content .title .references .second {
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
	background:url(../img/icon-print.jpg) no-repeat left top;
	display:block;
	float:left;
	height:16px;
}
.main-content .photo {
	clear:both;
	background:url(../img/content-frame.gif) no-repeat top left;
	padding:12px;
	margin:0 0 10px 0;
}

.main-content .photo-section-straight {
	background:url(../img/content-frame-section-straight.gif) no-repeat top left;
}
.main-content .photo-section-corner {
	background:url(../img/content-frame-section-corner.gif) no-repeat top left;
}
.main-content .photo-section-leather {
	background:url(../img/content-frame-section-leather.gif) no-repeat top left;
}
.main-content .photo-section-leather-corner {
	background:url(../img/content-frame-section-leather-corner.gif) no-repeat top left;
}
.main-content .photo-section-bed {
	background:url(../img/content-frame-section-bed.gif) no-repeat top left;
}
.main-content .photo-section-couch {
	background:url(../img/content-frame-section-couch.gif) no-repeat top left;
}
.main-content .photo-section-chair {
	background:url(../img/content-frame-section-chair.gif) no-repeat top left;
}

.main-content .photo .left {
	position:relative;
	float:left;
}
.photo-zoom {
	position:absolute;
	right:0;
	top:0;
	width:25px;
	height:19px;
	background:url(../img/content-photo-zoom.png) no-repeat top left;
}

.divan {margin-top: -1px}
.divan .title {margin: 0;padding-bottom: 4px !important;clear:both}
.divan .photo .left .photo-middler {
	height: 294px;display:table;
}
.divan .photo .left .photo-middler .photo-middler-inner {
	display: table-cell;vertical-align:middle
}
.main-content .photo .right {
	float:right;
	position:relative;
}
.main-content .photo-center-inner {
	position:relative;
}
.main-content .photo .right .info {
	font-size:14px;
	color:#333333;
	position:absolute;
	top:0;
	right:0;
}
.main-content .photo .right .info span {
	color:#b41b1b;
}
.main-content .photo .right .info a {color: #b41b1b; text-transform: uppercase;}
.main-content .upholstery {
	clear:both;
	margin-top: -8px;
}
.main-content .upholstery h2, .main-content .upholstery div.h2 {
	margin-bottom:0;
}
.main-content h2, .main-content div.h2 {
	font-size:14px;
	color:#333333;
	padding:0;
	height:20px;
}

.main-content .upholstery .block-content .one {
	position:relative;
	margin:0 10px 0px 0;
	float:left;
}
.main-content .upholstery .block-content .one  img {
	display:block;
	cursor: pointer;
}
.main-content .upholstery .block-content .one-border  img {
	border:1px solid #d7d7d7;
}
.main-content .upholstery .block-content .one .price {
	position:absolute;
	bottom:0;
	right:0;
	color:#d91414;
	font-size:12px;
	padding:0 6px 6px 0;
}
.main-content .buttons {
	float:right;
}
.main-content .buttons input.btn1 {
	background:url(../img/css/content-buttons-2.png) no-repeat top left;
	margin:0 auto;
	width:81px;
	height:23px;
	display:block;
	margin:0 0 10px auto;
}
.main-content .buttons input.btn1.inactive {
	background:url(/img/css/content-buttons-1.png) no-repeat top left;
}
.main-content .buttons input.btn2 {
	background:url(/img/css/content-buttons-2.png) no-repeat top left;
	margin:0 auto;
	width:123px;
	height:23px;
	display:block;
	margin:0 0 10px auto;
}
.main-content .buttons input.btn3 {
	background:url(/img/css/content-buttons-3.png) no-repeat top left;
	margin:0 auto;
	width:164px;
	height:23px;
	display:block;
	margin:0 0 0 auto;
}
.main-content .divan .where-there {
	display: none;
	margin-top: 51px;
}
.main-content .divan .where-there h2, .main-content .divan .where-there div.h2 {
	color:#ffffff;
	text-transform:uppercase;
	color:#ffffff;
	background:url(../img/css/divan-where-there-title-bg.png) no-repeat top left;
	height:27px;
	text-align:center;
	padding:13px 0 0 0;
	font-size:12px;
}
.main-content .divan .where-there ul {
	width:253px;
	float:left;
}
.main-content .divan .where-there ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
	color:#58595b;
	line-height:14px;
	padding:0 5px 1px 20px;
	cursor:pointer;
	background-position:5px 3px;
}
.main-content .divan .where-there ul li a {
	color:#58595b;
	line-height:14px;
	text-decoration: none;
}
.main-content .divan .where-there ul li:hover {
	background-color:#e8e8e8;
	color:#dd2b2b;
}
.main-content .divan .where-there ul li a:hover {
	color:#dd2b2b;
}

.main-content .goodslist {
	margin:19px 0 0 0;
	display: none;
}
.main-content .goodslist h2, .main-content .goodslist div.h2 {
	color:#ffffff;
	text-transform:uppercase;
	color:#ffffff;
	background:url(../img/css/shop-goodslist-title-bg.png) no-repeat top left;
	height:27px;
	text-align:center;
	padding:13px 0 0 0;
	font-size:12px;
}
.main-content .goodslist ul {
	width:180px;
	float:left;
}

.main-content .goodslist ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
	color:#58595b;
	line-height:14px;
	padding:0 5px 1px 20px;
	cursor:pointer;
	background-position:5px 3px;
}
.main-content .goodslist ul li a {
	color:#58595b;
	line-height:14px;
	text-decoration: none;
}
.main-content .goodslist ul li:hover {
	background-color:#e8e8e8;
	color:#dd2b2b;
}
.main-content .goodslist ul li a:hover {
	color:#dd2b2b;
}

.main-content .divan .description {
	clear:both;
	margin:10px 0 0px 0;
}
.main-content .divan h2, .main-content .dostavka h2, .main-content .divan div.h2, .main-content .dostavka div.h2 {
	font-weight: bold;text-transform: uppercase;
}
.main-content .description h2, .main-content .description div.h2 {
	height:16px;
	margin-bottom: 1em;
	font-weight:bold;
}
.main-content .description .left {
	float:left;
	width:360px;
	color:#777777;
	font-size:12px;
	padding:0 20px 0 0;
}
.main-content .description p {
	color:#777777;
	font-size:12px;
	margin:0 0 4px 0;
}
.main-content .description .right {
	float:left;
	width:370px;
}
.main-content .description .right table {
	border-collapse:collapse;
}
.main-content .description .right td {
	color:#777777;
	font-size:12px;
	vertical-align:top;
	padding:0 0 4px 0;
}
.main-content .description .right td.features {
	color:#333333;
	padding:0 5px 0 0;
	font-weight: bold;
}
.main-content .divan .completion {
	margin:20px 0 10px 0;
	clear:both;
}


.main-content .completion .block-content .one {

	margin:0 10px 10px 0;
	float:left;
	background:url(../img/css/completion/color1-center.gif) repeat-x top left;
}
.main-content .completion .block-content .one .left {
	background:url(../img/css/completion/color1-left.gif) no-repeat top left;
}
.main-content .completion .block-content .one .right {
	background:url(../img/css/completion/color1-right.gif) no-repeat top right;
	padding:20px 10px 10px 10px;
	height:195px;
	position:relative;
}
.main-content .completion .block-content .one img {

	margin:0 auto;
}
.main-content .completion .block-content .one .info {
	font-size:14px;
	padding:0 0 7px 10px;
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
}
.main-content .completion .block-content .one .info .name {
	float:left;
	color:#333333;
	padding:0 0 0 0px;
}
.main-content .completion .block-content .one .info .price {
	color:#d91414;
	float:right;
	padding:0 20px 0 0;
	font-weight: bold;
}
.main-content .planner {
	clear:both;
}
.main-content a.back,.main-center a.back, .back_link {
	margin:30px 0 0 0;
	color:#2774af;
	font-size:12px;
	display:block;
	float:left;
	background:url(../img/css/content-back-bg.jpg) no-repeat top left;
	padding:0 0 0 13px;
	text-decoration:underline;	
}
.main-content a.back:hover {
	text-decoration:none;
}
.main-content .select-region {
	margin:0 0 20px 0;
	padding:0 0 0 7px;
}
.main-content .select-region p {
	float:left;
	margin-right:10px;	
	padding:3px 0 0 0;
}
.main-content .select-region select {
	float:left;
	display:block;
	width:200px;
}
.main-content .shop-type-description {
	color: #999;
	font-size:12px;
	font-weight: bold;
}
.main-content .shops {
	padding:0 0 0 7px;
	font-size:12px;
}
.main-content .shops ul {
	margin:10px 0 0 0;
}
.main-content .shops ul li {
	padding-bottom:8px;
}
.main-content .shops ul li.over {
	background-color:#e9e9e9;
}
.main-content .shops span.metro {
	display:block;
	float:left;
	width:160px;
}
.main-content .shops a {
	display:block;
	float:left;
	width:480px;
	color:#2a74ad;
	text-decoration:underline;
}
.main-content .shops .shop-type-description a {
	display: inline;
	float:none;
}
.main-content .shops a:hover {
	text-decoration:none;
}
.main-content .shops span.tel {
	display:block;
	float:right;
	width:97px;
}
.main-content .shops#shops_region_370 a {
	width:427px;
}
.main-content .shops#shops_region_370 span.tel {
	width:150px;
}
.main-content .shop {
	padding:0 0 0 7px;
}
.main-content .shop .title h1 {
	font-size:22px !important;
}
.main-content .shop .work-time {
	font-size:14px;
	color:#000000;
	margin:0 0 0 0;
}
.main-content .shop .work-time .time {
	font-weight:bold;
	font-size:22px;
}
.main-content .shop .work-time .free {
	font-size:12px;
	display:block;
}
.main-content .shop .info {
	width:450px;
	float:left;
}
.main-content .shop	.line {
	padding:0 0 15px 0;
}
.main-content .shop	.line p {
	color:#898b90;
	font-size:12px;
}
.main-content .shop .info .btn-stock {
	background:url("../img/css/shop-buttons.png") no-repeat scroll left top transparent;
	display:block;
	height:23px;
	margin:0 auto 0 0;
	width:111px;
	font-weight:normal;
}
.main-content .shop	.line p:first-child {
	text-transform:uppercase;
	color:#000000;
}
.main-content .shop .shop-map {
	width:286px;
	float:right;
}
.main-content .shop .shop-map .btn-map {
	background:url("../img/css/shop-buttons.png") no-repeat scroll left top transparent;
	display:block;
	height:23px;
	margin:10px 0 0 auto;
	width:111px;
	font-weight:normal;
}
.main-content .shop .scheme {
	width:510px;
	float:left;
	padding:20px 7px 0 0;
}
.main-content .shop .scheme p {
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.main-content .shop .shop-photo {
	width:236px;
	float:right;
	padding:20px 0 0 0;
}
.main-content .shop .shop-photo p {
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-align:center;
}
.main-content .shop .shop-photo .photo-wrap {
	background-color:#f0f0f0;
	padding:5px 0 7px 0;
}
.main-content .shop .shop-photo .photo-wrap .photo-center-inner img {

	display:block;
	margin-bottom:3px;
}
.main-content .shop .shop-photo .photo-wrap .photo-center-inner {
	 position:relative;
	margin-bottom:1em;
}
/*-----------------------------------------------*/

/*------------------------footer-----------------*/
.footer {
	width:990px;
	margin:0 auto;
	padding:95px 0 25px 10px ;
	clear:both;
}
.footer ul {
	height:14px;
}
.footer ul li {
	float:left;
	display:block;
	height:14px;
}
.footer ul li a, .footer ul li span {
	display:block;
	font-size:12px;

	color:#999999;
	padding:0 13px 0 0;
	margin:0 13px 0 0;
	text-decoration:underline;
	background:url(../img/css/footer-menu-border.gif) no-repeat right 1px;
}
.footer ul li a:hover {
	text-decoration:none;
}
.footer ul li a.last, .footer ul li SPAN.last {
	background:none;
}
.footer p {
	font-size:11px;
	color:#666666;
	clear:both;
	padding:5px 0 0 0;
}
.footer .left {
	float: left;width: 49%;text-align: left;
}
.footer .right {
	float: right;width: 49%;text-align: left;
}
/** //TODO: Internal Content
*/
.internal-content {
	
color: #666666;	
}
.main-content .internal-content {
	
}
.internal-content ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
/*	font-size:0.75em;*/
	color:#58595b;
	padding:0 0 6px 15px;
	line-height:14px;
}
.internal-content ul li ul {
	margin-top:6px;
}
.internal-content ul li ul li {
	background:url(../img/css/bullet-level2.gif) no-repeat left 3px;
	font-size:1em;
}
.internal-content ol {
	padding:0 0 0 20px;
	margin:10px 0;
}
.internal-content ol li {
	font-size:0.75em;
	color:#58595b;
	padding:0 0 6px 0;
	line-height:14px;	
}

/** //TODO: Reviews
*/
.user-reviews {
	font-size: 12px;
	font-family: Tahoma;
	margin-top: 40px;
}
.user-reviews .review {
	margin: 1em 0 2em 0;
}
.user-reviews .review .review-title {
	border-bottom: dotted 1px gray
}
.user-reviews .review .review-text {
	margin: 0.5em;
}
.user-reviews .review .review-title {
	border-bottom: 0;
	margin-bottom: 10px;
}

.review-tema p{
	border:0px;
	font-size: 12px;
	color:black;
	font-family: Tahoma;
	margin-bottom: 10px;
}
.review-text p{
	
	padding-bottom:8px;
	border-bottom: 1px solid gray;
	color:#818285;
	font-size: 12px;
	font-family: Tahoma;
	margin-left: -5px;
	width: 100%;

}
.otz{
	color: red;
	font-family:Tahoma;
	font-size:12px;	
	display:block;
}
.otz1{
	color: red;
	font-family:Tahoma;
	font-size:12px;	
	display:block;
	float:left;
}
*+html .otz1{
	color: red;
	font-family:Tahoma;
	font-size:12px;	
	display:block;
	float:left;
	
}
.br{line-height: 5px;}
.content-form input.button {
	padding-bottom:3px;
	width:77px;
	float:right;
	background:url("../img/css/middle-button.png") no-repeat scroll left top transparent;
}
*+html .content-form input.button {
	margin-top:22px;
	padding-bottom:3px;
	width:77px;
	position:absolute;
	margin-left:255px;
	float:right;
	background:url("../img/css/middle-button.png") no-repeat scroll left top transparent;
}
.content-form input.captcha {width:139px;font-size:11px;}

/** //TODO: Mechanisms
*/
.mechanism-list p{color:gray; margin-bottom:5px;}
.mechanism-item {margin-bottom:1em;}
.mechanism-list { margin-top:20px;}
.mechanism-detail p{color:#777777;}
.mechanism-detail { margin-top:-15px;}
.mechanism-list a,
.mechanism-detail a {
	color:#006ead;
	text-decoration:underline;
}
.mechanism-list a:hover,
.mechanism-detail a:hover {
	color:#c13532;
}
.mechanism-list a:visited,
.mechanism-detail a:visited {
	color:#6e1645;
}
.item-title {
	text-transform: uppercase;
	margin: 0;
}
h1 {text-transform: uppercase; line-height:24px;font-size:18px;}
/** //TODO: Callback
*/
.callback-page { color: #666666;margin-top: 40px}
.main-content .callback-page { margin-top:-16px;}
.callback-page p{color:#777777;}
.callback-page strong{color:black}

.main-content .callback-form input.button {float: left}
.content-form.callback-form input.button-submit {
	float: right;
	background:url(../img/css/button-bg-big.gif) no-repeat top left;
	margin:0 0 0 3px;
	width:120px;
}
.content-form.callback-form input.button-reset {
	float: left;
}
/** //TODO: Vacancies
*/
.vacancy-list {margin-top:40px}
.vacancy-item {margin-bottom:1em;}
.vacancy-list p {color:#666666;}
.vacancy-list a {
	color:#006ead;
	text-decoration:underline;
}
.vacancy-list a:hover {
	color:#c13532;
}
.vacancy-list a:visited {
	color:#6e1645;
}

.vacancies {margin-top: 40px}
.vacancies li,.vacancies p {color:#666666; line-height: 17px;}
.vacancies h2 {color: #231F20;text-transform:uppercase;}
.vacancies .bold {color:#000000;font-weight:bold;margin:0;padding:0 0 6px;}
.vacancies .under-price {margin-top:4px;}
.vacancies .requirements-left {width:100px;float:left;}
.vacancies .requirements-right {width:400px; margin-bottom: 4px;}
.vacancies .paycash {color:#C94444}
.vacancies p {color:#666666;}
.vacancies h3 {color:black; display: inline; margin: 0; padding: 0;}
.vacancy-back {float:right !important}
/** //TODO: Dostavka
*/
.dostavka {margin-top:6px !important}
.dostavka h1 {color:#333333; font-size:24px;font-weight:bold;margin:0;padding:0;}
.dostavka h2 {color:#231F20;font-size:14px;text-transform:uppercase;margin:0px;height:17px}
.dostavka h2 {clear: both;margin:0 0 3px;}
.dostavka ol {margin:10px 0;padding:0 0 0 20px;font-weight: bold;}
.dostavka ol li  {font-size: 12px;}
.dostavka ol li span {font-weight: normal;}
.dostavka .bold {color:#000000;font-weight:bold;margin:0;padding:0 0 6px;}
.dostavka .border {border-bottom:1px solid #C2C2C2;float:left;margin:0 0 10px;}
.dostavka p {font-size: 12px; color: #666666; margin-bottom: 8px;}
.dostavka table {font-size: 12px; border: 1px solid black;border-collapse: collapse;}
.dostavka th {border-collapse: collapse; border: 1px solid black; color: #FFFFFF;padding:2px 10px 3px;}
.dostavka td {color:#58595b;font-weight:bold;font-size: 12px; border: 1px solid black;border-collapse: collapse;padding:6px 10px 7px;}
.dostavka table thead {
	font-weight:bold; text-align: center; border: 1px solid black;
	background:url("../img/css/delivery-table-header-bg.png") repeat-x scroll left top #D33A3A;
}
.dostavka table tbody {
	background:#e2e2e2;
}
.dostavka td.name  {font-weight:normal;text-align:left;}
/** //TODO: News
*/
.news-list {margin-top: 40px;
color:#666666;}
.news-list .news-item {margin-bottom: 3em;clear: both}
.news-list .news-item .news-title {margin-bottom: 1em;text-transform: uppercase;}
.news-list .news-item .news-date {text-transform: none}
.news-list .news-item .news-title a {
	font-weight: bold;
	color:#006ead;
	text-decoration:underline;
}
.news-list .news-item .news-title a:hover {
	color:#c13532;
}
.news-list .news-item .news-title a:visited {
	color:#6e1645;
}
.news-list .news-item .news-text {color: #666666;}
.news-detail{margin-top:40px;}

/** //TODO: Contacts
*/
.contacts {margin-top: 20px;}
.contacts p{color:#666;}

/** //TODO: Mobile Manager Form
*/
.mobile-manager-wrapper {clear: both;margin-top: 27px}
.mobile-manager-wrapper p {
	margin: inherit;
}
/** //TODO: IE Hacks
*/
/* Hack for IE7 */
*+html .main-content .divan .where-there {margin-top: 59px;}
*+html .mechanism-detail { margin-top:5px;}
/* Hack for IE8 and Opera */
.main-content .divan .where-there {margin-top: 52px\0/;}
/* Hack for Firefox */
@-moz-document url-prefix() {
	.bottomer {margin-top: 30px}
	.main-content .shop {margin-top: -6px;}
	.main-content .divan .where-there {margin-top: 52px;}
	.content-form form select{width: 330px;}
	.content-form form textarea, .content-form form input.form-text {width: 328px;}
	.content-form input.captcha{width:137px;}




}

/** //TODO: Special Actions
*/
.special-actions {margin-top: -25px;margin-left: -5px;}
.map-columns {margin-top: 19px;}


.april-action {margin-top:10px; position:relative; margin-left:-10px; margin-right:-20px}
.april-action .greenball {background:url(/img/april2011/green_ball.png) no-repeat 0 0; width:37px; height:103px; position:absolute; top:-5px;left:0;}
.april-action .redball {background:url(/img/april2011/red_ball.png) no-repeat 0 0; width:29px; height:80px; position:absolute; top:0;right:20px;}
.april-action p.orange {color:#ff6600; font:bold 18px Tahoma,sans-serif; text-align:center; margin-bottom:5px; position:relative}
.april-action p.green {color:#6bbc04; font:bold 18px/19px Tahoma,sans-serif; text-align:center; margin-bottom:5px; position:relative}
.april-action table {border-collapse:collapse; width:100%; margin-top:9px}
.april-action table th {font:bold 11px Tahoma; color:#ff000c; padding-bottom:4px}
.april-action table td {vertical-align:top;}
.april-action .arrow {text-align:center;width:25px; padding-top:53px}
.april-action .offer {width:165px; padding-bottom:32px}
.april-action .offer a {position:relative; display:block; text-decoration:none}
.april-action .offer a b {display:block;position:absolute; width:165px; text-align:center; top:7px;left:0; font:bold 12px Tahoma,Sans-serif; color:#333}
.april-action .offer a i {font:12px/13px Tahoma,Sans-serif; display:block;position:absolute; width:158px; text-align:right; bottom:8px; left:0; color:#030100}
.april-action .offer a span {color:#ff0909;display:block;font-weight:bold}
.april-action .offer .x-price {color:#ff0909;}
.april-action p.x-text {color:#555453; font:12px Tahoma,Sans-serif; text-align:center; margin:0 0 6px}
.april-action p.x-text .orange {color:#fa6d1d; font:bold 19px Tahoma,Sans-serif}
.april-action p.x-text .orange2 {color:#fa6d1c; font:bold 18px Tahoma,Sans-serif}
.april-action .x-gray {color:#555453; font:10px Tahoma, Sans-serif; text-align:center; padding-top:8px; margin:0px 0 0; background:url(/img/april2011/krakozabra.gif) no-repeat 50% 0; height:163px}

.x-win-image {position:fixed; top:50%; left:50%;	 z-index:2000; }
.x-win-image .fav-remove {cursor:pointer; height:20px; position:absolute; right:1px; top:-5px; width:20px;}
.x-win-image .top {background:#fff;height:14px; margin:0 25px;}
.x-win-image .top b {display:block;position:absolute; top:0; left:0; width:25px;height:14px; background:url(/img/css/window/x-win-lt2.png) no-repeat 0 0;}
.x-win-image .top i {display:block;position:absolute; top:0; right:0; width:25px;height:14px; background:url(/img/css/window/x-win-rt2.png) no-repeat 0 0;}
.x-win-image .cwrap {padding-right:22px; background:url(/img/css/window/x-win-r.png) repeat-y top right;}
.x-win-image .center {padding-left:14px; background:url(/img/css/window/x-win-l.png) repeat-y 0 0;}
.x-win-image .center img {background:#fff}
.x-win-image .fav-remove img {background:none}
.x-win-image .bottom {background:#fff;height:14px; margin:0 25px;}
.x-win-image .bottom b {display:block;position:absolute; bottom:0; left:0; width:25px;height:14px; background:url(/img/css/window/x-win-lb.png) no-repeat 0 0;}
.x-win-image .bottom i {display:block;position:absolute; bottom:0; right:0; width:25px;height:14px; background:url(/img/css/window/x-win-rb.png) no-repeat 0 0;}
.x-image {cursor: pointer}
.normal  {
	float:inherit;
	width:auto;
	color:#666;
	padding:0 20px 0 20px;
    alignment-adjust: central;
	line-height:120%;

}
.normal ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
/*	font-size:0.75em;*/
	color:#58595b;
	padding:0 0 6px 15px;
	line-height:14px;
}
.div{ color: #666666;}
.catalog ul li p.long_menu_title {padding-top:7px}

.formated_content {text-align:justify;margin-top:5; }
.formated_content H1 {margin-top:0; font-size:24px; text-align:left;}
.formated_content P {line-height:130%; text-indent:26px}
.text-center {text-align:center;}
.margin40-22 {margin:40px 22px;}
.text-justify {text-align:justify;}

.formated_content_contacts {margin-top:16px;}
.under_construction {margin-top:40px;}
.mobile-manager-wrapper H1 {margin-top:-30px;}

.map-level-1 LI {padding-left:25px !important;}
.map-level-3 LI {padding-left:35px !important;}
ul.map-level-0 a {
	font-weight: bold;
}

ul.map-level-1 a, ul.map-level-2 a, ul.map-level-3 a {
	font-weight: normal;
}

.map-columns td {
	vertical-align: top;
}

.map-level-3 {font-size:11px; }
#vse_divani_i_kresla A , #vse_divani_i_kresla {font-size:11px;}
.main-content .salelist {
	margin:19px 0 0 0;
	display: none;
}




.main-content .buttons input.btn_green {
	background:url(../img/css/content-buttons-green.png) no-repeat top left;
	margin:0 auto;
	width:161px;
	height:23px;
	display:block;
	margin:0 0 10px auto;
}

.buy_item {margin:4px 0 0 0; text-align:center; background:url('/img/css/button_buy.png') no-repeat; width:121px; height:23px; display:block;}
.add-to-basket-added {background:url('/img/css/button_buy.png') no-repeat 0 -23px;}

.web_shop_top_box {}
.web_show_top_basket {height:229px;  }
.web_shop_top_box_header { height:41px; background:url(/images/sale_preview_head.jpg) no-repeat left top; }
.web_shop_top_box_header A {text-align:center; float:right; width:125px; line-height:16px; font-size:14px; color:#FFF; height:37px; padding-top:4px; display:block; text-decoration:none !important }
.web_shop_top_box_header A:hover {text-decoration:underline !important;}
.web_shop_top_box {padding-top:5px; }
.web_shop_top_box .fav {margin: 3px 0 4px;padding: 0 0 0;}
.web_shop_top_box table {color:#313736; margin:0 auto; width:145px;}
.web_shop_top_box table b {color:red}
.web_shop_top_header {color:#6e6f6e; text-align:center; font-size:12px; width:150px; float:left; margin-bottom:15px; padding-top:5px;}
.web_shop_top_header A {color:#6e6f6e; }
.web_shop_top_img {float:right;}
.web_shop_top_separator {background:#d1d1d1; height:1px; width:100%; line-height:1px; font-size:1px;}
.web_show_img_box {text-align:center;}
.web_show_order {text-align:center; margin-bottom:5px;}
.web_show_order A {color:#006ead; text-decoration:underline;}
.web_show_order A:hover {text-decoration:none;}
.clear {clear:both;}


.simple_content_page {padding:41px 10px 10px 10px;}
.simple_content_page UL {padding:0; margin:10px 0; font-size:14px;}


.relative {position:relative;}
.good-added {left:-180px; top:-150px; right:auto;}
.good-added-to-basket-link {text-align:center;}
.good-added-to-basket-link IMG {margin:0 auto 8px;}
.good-added-to-basket-info {padding-left:40px}
.good-added-to-basket-info .first {color:red;}
.good-added .buy_item {margin:4px 0 0 0; text-align:center; background:url('/img/css/button_buy.png') no-repeat; width:121px; height:23px; display:block;}


.empty_basket {background:url(/img/css/basket_empty.jpg) no-repeat; width:571px; height:355px; margin:40px 0 0 -10px;}
.empty_basket .empty_basket_box {width:100%;}
.empty_basket .empty_basket_box_text {padding:0 0; text-align:center;}
.empty_basket .empty_basket_box_text_red {font-size:24px; color:red; font-weight:bold; line-height:16px; font-size:14px;}
.empty_basket .empty_basket_box_text strong {color:#000;}
.empty_basket .empty_basket_box_text span {color:green;}
.empty_basket span.green {margin-left:17px; margin-top:15px;}
.empty_basket p.green {font-size:12px; margin-top:17px; margin-left:10px; }
.empty_basket p.red {font-size:9px; margin:5px 7px 5px 17px}
.green {color:#389560 !important;}
.empty_basket_header {text-align:center; color:#FFF; padding-top:6px; font-weight:bold; margin-bottom:15px;}
.page_404 {width:546px; height:391px; background:url(/img/css/divan_404.jpg) no-repeat; position:relative;}
.page_404 p {position:absolute; bottom:-0; color:#c1161e; font-weight:bold; line-height:18px;}
.page_404 p SPAN {font-size:16px;}

#make_recount {cursor:hand; cursor:pointer;}

.basket_table {width:360px; _width:320px;}
.basket_table td {padding:3px; vertical-align:middle;}
.basket_table td input, .basket_table td textarea {width:92%; border:1px #333 solid;}
#button_send {width:88px; text-align:center; background:url(/img/css/button_send.png) no-repeat scroll left top; border:medium none; height:24px; color:#FFF; font-weight:bold; font-size:11px; cursor:pointer; cursor:hand;}


.zvet_basket {border-collapse:collapse;}
.zvet_basket TH {background:url('/img/css/cart_bg_top.png') repeat-x; color:#FFF; border:none; border-right:1px #FFF solid; line-height:20px; line-height:10px; padding:0 10px 3px; white-space:nowrap; }
.zvet_basket_round {margin:0; padding:0 !important; line-height:0; width:3px; vertical-align:top; width:3px;}
#make_order {width:133px; text-align:center; background:url(/img/css/button_make_order.png) no-repeat scroll left top ; border:medium none; height:23px; color:#FFF; font-weight:bold; font-size:13px; cursor:pointer; cursor:hand;}
#make_recount {width:133px; text-align:center; background:url(/img/css/button_recount.png) no-repeat scroll left top ; border:medium none; height:23px; color:#FFF; font-weight:bold; font-size:13px;}
#button_clear {width:133px; text-align:center; background:url(/img/css/button_recount.png) no-repeat scroll left top ; border:medium none; height:23px; color:#FFF; font-weight:bold; font-size:13px; cursor:pointer; cursor:hand;}
#make_order_box {position:absolute; top:-111px;}

.web_shop_info_box {margin-top:40px; margin-left:-10px;}
.green_full_header {color:#FFF; height:22px; line-height:22px; font-weight:bold; background:url(/img/css/green_full_header.jpg) no-repeat left top; text-align:center; margin-bottom:5px;}
.web_shop_info {font-weight:bold; width:100px; margin-left:12px; float:left; line-height:20px;}
.web_shop_numbers {margin:0; padding:0;}
.web_shop_numbers li {float:left; background:none !important; font-size:14px; font-weight:bold; margin:0 10px;}
.web_shop_numbers A {color:#2226d8;}
.web_shop_numbers A { display:block; text-align:center; line-height:18px; width:20px; height:20px;}
.web_shop_numbers A.active {background:url(/img/css/red_square_bg.png) no-repeat; color:#FFF}
.screens {text-align:center;}
.screens p {color:#ca0707; font-weight:bold; margin:5px 0 15px 0;}
.web_shop_nav {width:170px; padding-right:10px; float:right; font-weight:bold;}
.web_shop_nav A {float:left;width:79px; height:23px; display:block; }
.web_shop_nav #web_shop_info_back {background:url(/img/css/web_shop_info_back.png) no-repeat;}
.web_shop_nav #web_shop_info_next {background:url(/img/css/web_shop_info_next.png) no-repeat;float:right;}
#web_shop_order_img {background:url(/img/css/order_img.jpg) no-repeat; width:581px; height:603px; position:relative;}
#web_shop_order_img_1 {background:url(/img/css/order_img_1.jpg) no-repeat; width:581px; height:219px; position:relative;}
#web_shop_order_img_2 {background:url(/img/css/order_img_2.jpg) no-repeat; width:581px; height:385px; position:relative;}
#web_shop_order_img_2 A {bottom:171px; left:1px; width:567px; height:210px; display:block;  position:absolute;}
.screen_text {padding:0 15px 15px; position:relative; top:-10px; text-align:left; }


.order_added {background:url(/img/css/order_done.png) no-repeat; border:1px #333 solid; text-align:center; width:361px; height:320px; margin:40px auto 0;}
.order_added  P {text-align:center}
.fsize16px {font-size:16px}
.green {color:green}
.bold {font-weight:bold}


.sales_preview {margin-bottom:10px; }
.sales_preview .sales_preview_imgs {position:relative; height:125px; text-align:center; }
.sales_preview .sales_preview_imgs A {position:absolute; display:none; left:0; width:180px;}
.sales_preview .sales_preview_imgs A IMG {width:180px; height:125px;}
.sales_preview .header {text-align:center;}
.sales_preview .sales_nav {text-align:center; margin-top:0; background:url(/img/player_merg_jpg.jpg) no-repeat top left; padding-top:4px;}
.sales_preview .sales_nav IMG {margin:0 4px; cursor:hand; cursor:pointer;}
#sales_nav_prev {margin-bottom:2px;}
#sales_nav_next {margin-bottom:2px;}



.line_blue_bg {background:url(/images/line_blue_bg.png) repeat-x; font-size:14px; color:#FFF;}
.line_cyan_bg {background:url(/images/line_cyan_bg.png) repeat-x; font-size:14px; color:#FFF;}

.you_watch {width:308px; float:left }
.you_watch_items {padding:4px; border:2px #6ea9f1 solid !important;}
.you_watch_item {width:138px;height:130px; margin:3px; float:left; border:2px #fdb88f solid !important; position:relative;}
.you_watch_item SPAN {position:absolute; bottom:5px; right:10px;}
.you_watch_item_info {text-align:center; margin:4px 0 2px;}
.you_watch_header {text-align:center;}

.we_recommended {width:430px; float:right }
.we_recommended_items {padding:2px 3px; border:2px #4bc0ac solid !important;}
.we_recommended_item {height:130px;width:130px; margin:3px; float:left; border:2px #fdb88f solid !important; position:relative;}
.we_recommended_item SPAN {position:absolute; bottom:5px; right:10px;}
.we_recommended_item_info {text-align:center; margin:4px 0 2px;}
.we_recommended_header {text-align:center;}

.red_button {background:url(/images/red_button_bg.png) repeat-x; height:37px; padding-top:3px;}
#detail_sale_model_description {width:268px; text-align:center; font-weight:bold;}
#detail_sale_model_description A {color:#FFF; font-size:14px; text-decoration:none; }

.sale_photo {position:relative;}
.sale_photo .sale_compare_button {position:absolute; bottom:-20px; right:0; width:180px;background:url(/images/red_button_bg.png) repeat-x; color:#FFF; height:14px; padding:4px 4px 4px 10px; display:block; text-decoration:none; font-weight:bold;}
.sale_photo .sale_compare_button_compared {background:url(/images/gray_button_bg.png) repeat-x; cursor:default}

.rasprodaga_header {background:url(/images/green_line.png) repeat-x; height:22px; font-size:14px; font-weight:bold; text-align:center; color:#FFF; padding-left:10px; line-height:20px; position:relative;}

.divans_exist {display:none; margin-top:20px;}
.divans_exist .header {background:url(/images/green_line.png) repeat-x; height:22px; font-size:14px; font-weight:bold; text-align:center; color:#FFF; padding-left:10px; line-height:20px; }
.salelist .header {background:url(/images/green_line.png) repeat-x; height:22px; font-size:14px; font-weight:bold; text-align:center; color:#FFF; padding-left:10px; line-height:20px; }


#green_box_open {margin-top:3px; display:block; float:right; width:16px; height:16px; background:url(/images/green_box_open.png) no-repeat; cursor:hand; cursor:pointer; margin-right:15px; position:absolute; top:0; right:7px;}
#green_box_open.active {background:url(/images/green_box_close.png) no-repeat;} 

#green_box_close {margin-top:3px; display:block; float:right; width:16px; height:16px; background:url(/images/green_box_close.png) no-repeat; cursor:hand; cursor:pointer; margin-right:15px;position:absolute; top:0; right:7px;}


.universal_button_red {background:url(/img/css/universal_button_red.png) repeat-x; width:140px !important; color:#FFF; text-align:center; padding:3px 0; cursor:hand; cursor:pointer; border:none !important;}  
.sale_spoilers .sale_spoilers_buttons div.universal_button_red {float:none !important; margin:0 10px !important;}
.universal_button_green {background:url(/img/css/universal_button_green.png) repeat-x; width:140px; color:#FFF; text-align:center; padding:3px 0; cursor:hand; cursor:pointer;} 
.sale_spoilers .sale_spoilers_buttons div.universal_button_green {float:none !important; margin:0 10px !important;}


.universal_btn{ background: url(/img/css/shop_buttons.png);cursor:hand; cursor:pointer; }
.shop_btn{height: 29px; width: 163px;background-position:left top;}
.sale_btn{height: 29px; width: 181px;background-position:top right;}
.shop_btnd{height: 29px; width: 163px;background-position:left bottom;}
.sale_btnd{height: 29px; width: 181px;background-position:bottom right;}

.sale_spoilers {margin-top:20px;}

.sale_spoilers .sale_spoilers_buttons {width:340px; margin:0 auto 35px;float:right;}
.sale_spoilers .sale_spoilers_buttons div {/*float:left; margin:0 10px;*/}
.divans_exist .block-content div div {margin:0 12px 10px 0}
.divans_exist .bestsellers .header {position:relative;}
.divans_exist .block-content {padding:10px 5px 0 15px !important}
.shop_detail_page_info {float:none !important; width:auto !important} 
.shop_detail_page_info .free {color:#c94543; font-weight:bold; font-size:14px !important;}
.shop_detail_page_info div.photo-wrap div {float:left; margin:0 0 0 0;}
.shop_detail_page_info .photo-center-inner {margin-right:15px !important;}
.shop_detail_page_info div.photo-wrap {float:left;width:330px; }
.shop_detail_page_info .shop_detail_shops {float:right; width:400px;}
.markdown_info {height:130px;}


.top_compare {font-size:14px; padding-top:5px; border-bottom:1px #dadada solid; background:#f8f9fa; padding-bottom:5px;}
.top_compare_text {width:121px; margin-left:6px; float:left;}
.top_compare_text #fav_num {color:#b50000;}
.top_compare_text A {color:#5A5A5A; text-decoration:none }
.top_compare_img {width:50px; text-align:left; float:right}

.banner_center_top {height:109px;}

.buyers_right {margin-bottom:8px; background:url(/img/buyers_rights.jpg) no-repeat left top; color:#FFF; font-size:11px; width:220px; height:55px; }
.buyers_right A {height:55px; display:block; text-decoration:none !important; font-size:9px;}
.buyers_right A SPAN {color:#FFF; width:100px; display:block; padding-top:3px; font-weight:bold; margin:0 0 0 86px;}
.WhiteOnGray {
 background-color: rgb(137, 137, 137);
 color: #FFFFFF;
 font-size:15px;
}

#detail_good_info {margin-top:15px;}


.shop_detail_page_info_left {float:left; width:330px;}
.shop_detail_name {background:url(/img/gray_grad_bg.jpg) repeat-x bottom; height:20px; padding-top:2px; font-size:14px; padding-left:15px;}
.shop_detail_shops {}
.shop_detail_shops_wrapper {height:200px; overflow:scroll; background:#FFF url(/img/gray_hzhz_bg.jpg) repeat-x right bottom; padding-top:10px;}
.shop_detail_shops_wrapper UL { background:#fff url(/img/gray_flowers_bg.jpg) no-repeat right bottom; padding:10px 0 0 15px; margin:0; min-height:170px;}
.gray_grad_bg_1 {color:#FFF; text-align:center; background:url(/img/gray_grad_bg_1.jpg) repeat-x; height:18px; padding-top:4px;}

/*.sale_photo_new {margin-top:7px !important;}*/

.sale_divan_box {margin-top:35px;}
.sale_divan_box h1 {margin-bottom:0; }
.sale_divan_box .title {height:30px; }


div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}


div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
color:#999999;
}



div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
color:#999999;
}


.normal  {
	float:inherit;
	width:auto;
	color:#666;
	padding:0 20px 0 20px;
    alignment-adjust: central;

}
.normal ul li {
	background:url(../img/css/bullet-level1.gif) no-repeat left 3px;
/*	font-size:0.75em;*/
	color:#58595b;
	padding:0 0 6px 15px;
	line-height:14px;
}


.breadcrumbs .pseudoLink {   font-weight: bold; margin: 0 0 0 0;color: #333333; display: block; float: left; font-size: 14px; padding-left:0; }
.breadcrumbs .pseudoLink span {color: #C94444; display: inline; float: none;padding: 0;}

.gbox {
    background-color: #ECECEC;
    border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    text-align: right;
}
.wbox {
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 10px #333333;
    margin: 10px 5px;
    padding: 5px;
    font-weight:bold;
}


	.settings {float:left; width:100%; margin:20px 0 0 10px; height:25px;}
    .settings .number {float:left !important; width:200px; }
    .settings .sort {float:right !important; }
    .settings .sort .top-active {color:#b41b1b;  }
    .settings .sort .sort-name {line-height:12px; margin:0 0 0 10px; }
    .settings .sort a {display: inline; float: none; height: auto; margin: 0; width: auto; color:#333333;}
    .settings .sort .top-active a {color:#b41b1b;}
	.settings .sort a.img {display: block;     float: left;     height: 17px;     margin-right: 0;     width: 18px;}
  
  .brsmall{font-size:80%;line-height:17px;}	
  .mtopm8{margin-top: -9px;}

   .br5px{
   margin-bottom: -10px;
    position: relative;
    z-index: 5;
    }


@media print{
.sidebar-right, .planner, .footer, .nav-main, .banner-top, .banner, .map, .sale, .catalog, .choice, .buyers, .menu-left, .buttons, a.back, .center-bottom-bg, .pages, .wrap {
	display:none;
}
.main-center {
	top:70px !important;
	position:absolute;
	left:0;
}
.main-content {
	top:150px;
	position:absolute;
	left:0;
	
}
.description {
	width:600px;
}
.bestsellers .block-content .one {
	background:none !important;
}
.compare .column .description {
	width:167px !important;
}
.compare .features div.description {
	width:85px !important;
}
.main-content .divan .where-there {display: block}
.main-content .shop .goodslist {display: block}



.sidebar-right, .planner, .footer, .nav-main, .banner-top, .banner, .map, .sale, .catalog, .choice, .buyers, .menu-left, .buttons, a.back, .center-bottom-bg, .pages, .wrap {
	display:none;
}
.main-center, .main-content {
	padding-top:100px !important;
	position:absolute;
	left:0;
	
}
.description {
	width:600px;
}
.bestsellers .block-content .one {
	background:none !important;
}



}
