* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
tbody, tr, td {
	position: static;
}
ul, ol {
	list-style: none;
}
.clear {
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	text-decoration: underline;
	color: #a78c4f;
}
a:hover {
	text-decoration: none;
}
html {
	position: static;
	background: #f4fdef url(/theme/img/bg.gif) repeat-x 0 0;
	height: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #594a2a;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto;
	min-width: 980px;
	-width: expression(document.documentElement.clientWidth < 980 ? "980px":"auto");
	height: 100%;
	background: url(/theme/img/bgtop.gif) no-repeat center 10px;
}
h1 {
	font-size: 35px;
	color: #495023;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 35px;
}
h2 {
	font-size: 22px;
	color: #495023;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 12px;
	margin-top: -4px;
}
h3 {
}
h4 {
}
hr {
	height: 0;
	$height: 2px;
	overflow: hidden;
	border: none;
	border-bottom: 2px solid #7a7f60;
	color: #7a7f60;
	display: block;
	margin: -10px 0 25px;
	$margin: -17px 0 18px;
}
p {
	color: #594a2a;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
/*--------------------------------------------------------------------------------------------------------*/
#outer {
	min-height: 100%;
	-height: 100%;
	width: 980px;
	margin: 0 auto;
}
/*--------------------------------------------------------------------------------------------------------*/
#header {
	height: 345px;
	width: 960px;
	margin: 0 auto;
}
#header .back {
	padding: 6px 0;
	border-top: 3px solid #454c20;
	border-bottom: 3px solid #454c20;
	top: 6px;
}
#header .back img {
	display: block;
}
#header .logo {
	display: block;
	width: 181px;
	height: 102px;
	margin: 0 auto;
	-background:none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/theme/img/logo.png', sizingMethod='crop');
	top: -55px;
}
#header .logo img {
	display: block;
	-display: none;
	width: 181px;
	height: 102px;
}
/*--------------------------------------------------------------------------------------------------------*/
#body {
	padding-bottom: 111px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
#left {
	width: 180px;
	padding-left: 10px;
	float: left;
}
/*--------------------------------------------------------------------------------------------------------*/
#menu {
	list-style: none;
	padding-bottom: 510px;
}
#menu li {
	padding: 3px 0 10px;
}
#menu a, #menu span {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #454c20;
	font-weight: bold;
}
#menu span {
	color: #a78c4f;
}
#menu ul {
	list-style: none;
	padding: 0 0 10px 20px;
}
#menu ul li {
	padding: 10px 0 0;
}
#menu ul a, #menu ul span {
	font-size: 15px;
}
/*--------------------------------------------------------------------------------------------------------*/
#leftBottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	padding-left: 10px;
	padding-bottom: 150px;
}
#leftBottom .auth {
	margin-bottom: 44px;
}
#leftBottom .auth .inputText {
	padding: 3px 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #a78c4f;
	border: 1px solid #a78c4f;
	width: 128px;
	margin: 0 0 8px;
	$margin: -1px 0 7px;
}
#leftBottom .auth .submit {
	display: block;
	width: 60px;
	height: 22px;
	background: url(/theme/img/btn.png) no-repeat 0 0;
	border: none;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 9px;
}
#leftBottom .auth a {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}
#leftBottom .search {
	width: 160px;
	height: 22px;
	margin-bottom: 92px;
}
#leftBottom .search .inputText {
	padding: 3px 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #a78c4f;
	border: 1px solid #a78c4f;
	width: 128px;
}
#leftBottom .search .submit {
	width: 21px;
	height: 22px;
	background: url(/theme/img/btn.png) no-repeat -39px -22px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#leftBottom .partnerMT {
	margin-bottom: 20px;
	display: block;
	width: 147px;
	height: 40px;
}
#leftBottom .partnerArtichoke {
	margin-bottom: 20px;
	display: block;
	width: 141px;
	height: 68px;
}
/*--------------------------------------------------------------------------------------------------------*/
#right {
	width: 700px;
	float: right;
	padding-right: 10px;
	padding-bottom: 35px;
}
/*--------------------------------------------------------------------------------------------------------*/
#footer {
	height: 111px;
	background: #2d3b0c url(/theme/img/footer.gif) repeat-y 0 0;
	width: 100%;
	margin: -111px 0 0;
	overflow: hidden;
}
#footer .inner  {
	margin: 0 auto;
	width: 950px;
	padding-left: 10px;
}
#footer * {
	color: #fff;
}
#footer .left {
	float: left;
	display: inline;
	padding: 23px 0 0;
}
#footer .phone, #footer .address {
	color: #c2caa2;
	font-size: 22px;
	padding: 0 0 12px;
}
#footer .phone .first {
}
#footer .phone .second {
	position: absolute;
	left: 320px;
	top: 0;
	width: 250px;
}
#footer .phone strong {
	font-weight: normal;
	color: #fff;
	font-size: 28px;
}
#footer .right {
	float: right;
	display: inline;
	text-align: right;
	padding: 39px 0 0;
}
#footer .copyright, #footer .developed {
	font-size: 11px;
	color: #a5a995;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------------------------------------*/
.decoBlock {
	width: 754px;
	-margin-right: -54px;
	left: -44px;
	margin-top: 10px;
	margin-bottom: 33px;
	padding-top: 35px;
	background: url(/theme/img/deco.png) no-repeat 0 0;
}
.decoBlock .inner2 {
	width: 754px;
	background: url(/theme/img/deco.png) repeat-y -754px center;
}
.decoBlock .inner {
	background: url(/theme/img/deco.png) no-repeat -1508px bottom;
	width: 670px;
	padding: 2px 40px 17px 44px;
	overflow: hidden;
}
.more {
	top: -15px;
	color: #8e7335;
	font-size: 11px;
}
/*--------------------------------------------------------------------------------------------------------*/
.alignLeft {
	background: #fff;
	padding: 1px;
	border: 2px solid #7a7f60;
	margin: 0 20px 5px 0;
	float: left;
}
.alignRight {
	background: #fff;
	padding: 1px;
	border: 2px solid #7a7f60;
	margin: 0 0 20px 20px;
	float: right;
}
/*--------------------------------------------------------------------------------------------------------*/
.pager {
	color: #594a2a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
margin-top: -8px;
	margin-bottom: 25px;
}
.pager span {
	font-weight: bold;
}
.pager a {
}
.halfMargin {
	padding-bottom: 9px;
}
.halfMargin p {
	margin-bottom: 9px;
}
/*--------------------------------------------------------------------------------------------------------*/
.links {
	padding-top: 5px;
	margin-bottom: 40px;
}
.links .link {
	color: #a78c4f;
	margin-bottom: 14px;
}
.links img {
	vertical-align: middle;
	padding-right: 1px;
}
.links a {
}
/*--------------------------------------------------------------------------------------------------------*/
.gallery {
	width: 720px;
	left: -20px;
	-margin-right: -20px;
	overflow: hidden;
}
.gallery .item {
	float: left;
	display: inline;
	margin: 0 0 10px 20px;
	height: 220px;
	overflow: hidden;
    width: 220px;
}
.gallery img {
	padding: 1px;
	border: 2px solid #7a7f60;
	display: block;
	margin-bottom: 7px;
}
.gallery a {
	font-size: 20px;
	color: #495023;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
/*--------------------------------------------------------------------------------------------------------*/
.catalog {
	width: 780px;
	-margin-right: -80px;
	left: -80px;
	overflow: hidden;
}
.catalog .item {
	height: 160px;
	margin: 0 0 12px 80px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 310px;
	text-decoration: none;
}
.catalog .title {
	font-size: 20px;
	color: #495023;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	display: block;
	text-decoration: underline;
}
.catalog a:hover .title {
	text-decoration: none;
}
.catalog .text {
	font-size: 12px;
	line-height: 18px;
	width: 150px;
	float: right;
	color: #594A2A;
}
.catalog .cost {
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #594a2a;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.catalog img {
	padding: 1px;
	border: 2px solid #7a7f60;
	display: block;
	margin-bottom: 7px;
}
.catalog .title {
	margin-bottom: 9px;
}
.catalog .left {
	float: left;
	width: 140px;
	display: inline;
	text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------------*/
h2.furniture, h2.vases, h2.fountains, h2.landscape {
	height: 47px;
	margin: 0 0 7px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/theme/img/titles.png) no-repeat 5px 0;
}
h2.furniture {
}
h2.vases {
	background-position: 5px -47px;
}
h2.fountains {
	background-position: 5px -94px;
}
h2.landscape {
	background-position: 5px -141px;
}
.category {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
}
.category .img {
	padding: 1px;
	border: 2px solid #7a7f60;
	display: block;
	float: left;
}
.category .text {
	margin-left: 160px;
	padding-bottom: 16px;
}
.category .prices {
	margin-left: 160px;
	clear: both;
	top: -16px;
}
.category .link {
	width: 260px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 11px;
	color: #a78c4f;
	vertical-align: top;
}
.category .link img {
	vertical-align: top;
	top: -1px;
	padding-right: 2px;
	width: 16px;
	height: 16px;
}
.category .link a {
	vertical-align: top;
}
/*--------------------------------------------------------------------------------------------------------*/
.data_form, .data_form table {
	line-height: 1.5;
}
.data_form td {
	padding-bottom: 5px;
	text-align: left;
}
.data_form .left_c {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
.data_form .input_text {
	border:1px solid #A78C4F;
	color:#A78C4F;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:12px;
	padding:3px 5px;
	width:128px;
}
#checkbox, label {
	margin-right: 5px;
	vertical-align: middle;
}
.data_form .small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
/*--------------------------------------------------------------------------------------------------------*/
.buttonOuter {
	width: 100%;
	overflow: hidden;
}
div.button {background:url("/theme/img/btn2.png") no-repeat scroll right -22px ;
float: left;
display: inline;
padding: 0 3px;
}
div.button input {
background:url("/theme/img/btn2.png") no-repeat scroll 0 0;

	float: left;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display: inline;
font-family:"Times New Roman",Times,serif;
font-size:15px;
height:22px;
margin-bottom:9px;
overflow: visible;
padding: 0 10px;
}
/*--------------------------------------------------------------------------------------------------------*/
#jquery-lightbox *{
	position: static;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#lightbox-loading-link {
	position: static;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/*--------------------------------------------------------------------------------------------------------*/

.map {
	width: 640px;
	height: 380px;
	background: url(/theme/img/map.png) no-repeat center center;
	margin-bottom: 20px;
}
.map ul {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.map li {
	position:absolute;
}
.map a {
	float:left;
	display:block;
	padding:5px 5px 5px 24px;
	background:url(/theme/img/yell.png) 5px 50% no-repeat;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Arial", Gadget, sans-serif;
}
.map .active a {
	background-image:url(/theme/img/gre.png);
}
.map .active a:hover {
	background-color:#cc2229;
	color:#FFF !important;
}
.map a:hover {
	background-color:#856921;
	color:#FFF !important;
}
.map .doneck a, .map .dnepropetrovsk a, .map .lugansk a, .map .odessa a, .map .poltava a, .map .sumu a, .map .harkov a, .map .symferopol a {
	padding:5px 24px 5px 5px;
	background-position:94% 50%;
}
.map .odessa a, .map .chernovcy a, .map .sevastopol a {
	padding:18px 5px 5px 18px;
	background-position:5px 5px;
	color:#757375;
}
.map .symferopol a {
	padding-right:30px;
	color:#757375;
}
.map .vinnica {
	top:155px;
	left:265px;
}
.map .doneck {
	top:200px;
	left:450px;
}
.map .dnepropetrovsk {
	top:180px;
	left:320px;
}
.map .zhitomyr {
	top:100px;
	left:250px;
}
.map .frankovsk {
	top:165px;
	left:124px;
}
.map .zaporozhe {
	top:220px;
	left:420px;
}
.map .kiev {
	top:80px;
	left:300px;
}
.map .lugansk {
	top:170px;
	left:500px;
}
.map .lviv {
	top:110px;
	left:85px;
}
.map .nikolaev {
	top:245px;
	left:330px;
}
.map .odessa {
	top:275px;
	left:285px;
}
.map .poltava {
	top:140px;
	left:350px;
}
.map .rovno {
	top:80px;
	left:170px;
}
.map .sumu {
	top:70px;
	left:370px;
}
.map .ternopol {
	top:115px;
	left:150px;
}
.map .harkov {
	top:110px;
	left:400px;
}
.map .chernigov {
	top:40px;
	left:310px;
}
.map .chernovcy {
	top:185px;
	left:150px;
}
.map .herson {
	top:265px;
	left:360px;
}
.map .uzhgorod {
	top:160px;
	left:40px;
}
.map .cherkasu {
	top:120px;
	left:300px;
}
.map .symferopol {
	top:345px;
	left:285px;
}
.map .sevastopol {
	top:330px;
	left:410px;
}
.map .sevastopol a {
	padding:25px 5px 5px 25px;
}
.map .kyrovograd {
	top:200px;
	left:330px;
}
.map .hmelnycky {
	top:135px;
	left:185px;
}
.map .lutsk {
	top:60px;
	left:140px;
}
body.popup {
	text-align:left;
}
.pagePopup {
	padding:10px;
}
.inner td {
	padding-right:30px;
	}

/*--------------------------------------------------------------------------------------------------------*/
.bigTitle, .bigTitle a {
	font-size: 42px;
	color: #454b20;
	text-decoration: none;
	top: -6px;
	margin: -8px 0 0;
}
.bigTitle a {
}
/*--------------------------------------------------------------------------------------------------------*/
.category .sliderLink img {
		position:absolute;
		display:none;
		}
.category .sliderLink {
	width: 140px;
	height: 100px;
	float: left;
}
.category .sliderLink img {
	border:2px solid #7A7F60;
	padding:1px;
}
/*--------------------------------------------------------------------------------------------------------*/
.dateXS {
	font-family: Tahoma, Geneva, sans-serif;
	color: #495023;
	top: -1em;
	font-size: 11px;
	margin-bottom: 1em;
}
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
