.empty {}

body
{
	font-size: 85%;
	background-color : White;
	margin: 0px;
}
BODY *
{
	font-size: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-spacing: 0px;
	_border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1
{
	text-transform: none;
	color: #984315;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.80em;
	font-weight: normal;
}

h2
{
	text-transform: none;
	color: #984315;
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 1.44em;
	font-weight: normal;
}

h3
{
	text-transform: none;
	font-size: 1.1em;
}

a
{
	color: #006F7C;
	text-decoration: underline;
}

a:hover
{
	color : #AA0425;
}

p
{
	margin: 0.1em 2 1.4em 0;
}

hr
{	
	height: 0px;	
	border-top: 1px solid #dcdcdc;
	border-bottom: none;	
	margin: 8 0 18 0;
	padding: 0;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}
/*------------------------------------------------------*/
/*Таблицы в контенте*/
.content_div table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border-left: 1px solid gray;
   border-top: 1px solid gray;
	border-spacing: 0px;
	_border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border-right: 1px solid gray;
   border-bottom: 1px solid gray;
	border-spacing: 0px;
	_border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

/* Общая таблица */
.main-container
{
	width: 1000px;
	background-image: url(main-bottom.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.main-container td
{
	padding: 0px;
	vertical-align: top;
}
/* /Общая таблица */

/* Шапка */
.top
{
	height: 130px;
	width: 100%;
}

.top td.logo
{
	height: 130px;
	width: 328px;
	text-align: center;
	vertical-align: middle;
}

.top td.menu-container
{
	height: 130px;
	text-align: center;
	vertical-align: middle;
}
/* /Шапка */

/* Главное меню */
.main-menu
{
	height: 43px;
	width: 100%;
}

.main-menu td.left
{
	width: 6px;
	background-image: url(main-menu-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #057F46;
	padding: 0px;
}

.main-menu td.left-active
{
	width: 6px;
	background-image: url(main-menu-left-active.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	padding: 0px;
}

.main-menu td.right
{
	width: 6px;
	background-image: url(main-menu-right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #057F46;
	padding: 0px;
}

.main-menu td.right-active
{
	width: 6px;
	background-image: url(main-menu-right-active.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	padding: 0px;
}

.main-menu td.item
{
	background-image: url(main-menu-bg.jpg);
	background-repeat: repeat-x;
	background-color: #057F46;
	text-align: center;
	vertical-align: middle;
}

.main-menu td.item-active
{
	background-image: url(main-menu-bg-active.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.main-menu td.separator
{
	width: 2px;
	background-image: url(main-menu-separator.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #08A95D;
	padding: 0px;
}

.main-menu td.separator-active
{
	width: 2px;
	background-image: url(main-menu-separator-active.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	padding: 0px;
}

.main-menu a
{
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

.main-menu a:hover
{
	color: #FFF;
}

.main-menu .item-active
{
	font-weight: bold;
	font-size: 14px;
	color: #04522D;
}

.main-menu .item-active a
{
	font-weight: bold;
	font-size: 14px;
	color: #04522D;
	text-decoration: underline;
}

.main-menu .item-active a:hover
{
	color: #04522D;
}
/* /Главное меню */

.container
{
	background-image: url(left-column-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
}

.container td
{
	padding-bottom: 42px;
}

.container td td
{
	padding-bottom: 0px;
}

/* Левая колонка */
td.column.left
{
	width: 267px;
	vertical-align: top;
	background-image: url(sphere.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 190px;
}

td.column.left table.left.container
{
	width: 100%;
}

td.column.left .top
{
	background-image: url(left-column-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 267px;
	height: 10px;
}

.phone
{
	margin-top: 13px;
	margin-left: 23px;
	margin-bottom: 23px;
	margin-right: 34px;
	width: 210px;
	height: 85px;
	background-image: url(phone.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.section
{
	padding-left: 14px;
	padding-right: 20px;
}

.section .title
{
	color: #056839;
	font-size: 18px;
	padding-left: 36px;
	padding-top: 11px;
	line-height: 21px;
	background-image: url(leave.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.section ul
{
	margin-top: 8px;
	padding-left: 52px;
	_padding-left: 12px;
}

.section ul li
{
	list-style-image: url(left-menu-li.jpg);
	_list-style-image: url(_left-menu-li.jpg);
	font-size: 14px;
	margin-bottom: 8px;
}

.section ul li.active
{
	list-style-image: url(left-menu-li-active.jpg);
	_list-style-image: url(_left-menu-li-active.jpg);
}

.section ul li a
{
	color: #006F7C;
}

.section ul li a:hover
{
	color: #006F7C;
}

.section ul li.active
{
	color: #752329;
	font-weight: bold;
}

.section ul li.active a
{
	color: #752329;
	text-decoration: underline;
	font-weight: bold;
}

.section ul li.active a:hover
{
	color: #752329;
}
/* /Левая колонка */

/* Центральная часть */
.content
{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	background-image: url(content-column-top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
}

.container td .content td
{
	padding-bottom: 20px;
	font-size: 0.95em;
}

.wood-man
{
	height: 397px;
	background-image: url(wood-man.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: -4px;
	margin-right: -10px;
}

/* Крошки */
.breadcrumbs
{
	color: #006F7C;
	font-size: 0.83em;
	margin-top: -7px;
}

.breadcrumbs a
{
	color: #006F7C;
}

.breadcrumbs a:hover
{
	color: #752329;
}

.breadcrumbs span
{
	color: #969897;
}

/* /Крошки */

.content p
{
	font-size: 1em;
	margin-top: 14px;
}

.content p span.img_border.left
{
	float: left;
	margin-right: 13px;
}

.content p span.img_border.right
{
	float: right;
	margin-left: 13px;
}

span.img_border
{
	display: table-cell;
	margin-top: 6px;
}

.content table
{
	border: none;
}

.content table.sale-personal-order-list-filter
{
	width: 100%;
}

.content table.sale-personal-order-list-filter td
{
	text-align: left;
}

.content table.profile-table td
{
	text-align: left;
}

.content table.sale_order_full_table td
{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
}

.content table.sale_order_full
{
	border-left: 1px solid #e4d5b4;
	border-bottom: 1px solid #e4d5b4;
}

.content table.sale_order_full td
{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
}

.content table.sale_order_full th
{
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
}

.content table th
{
	border: none;
	background-color: #345d28;
	background-image: url(th-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	padding: 13px 10px 14px 10px;
}

.content table td
{
	border: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.content table.feedback th
{
	border: none;
	background-color: transparent;
	background-image: url();
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.content table.feedback td
{
	border: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.content table.border
{
	border-left: 1px solid #e4d5b4;
	border-bottom: 1px solid #e4d5b4;
}

.content table.border th
{
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
	padding: 13px 10px 14px 10px;
}

.content table.border td
{
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
	padding: 14px 10px 14px 10px;
}

.content ul
{
	margin-top: 3px;
	padding-left: 25px;
	font-size: 1em;
	list-style-image: url(content-li.jpg);
}

.content li
{
	margin-bottom: 2px;
}

.content ol
{
	margin-top: 3px;
	padding-left: 25px;
	font-size: 1em;
}

.content .sections ul
{
	margin-top: 10px;
}

.content .sections li
{
	font-size: 1.1em;
	margin-bottom: 7px;
}

.content .sections li li
{
	font-size: 1em;
}

.container td .content table.standart
{
	width: 100%;
}

.container td .content table.standart th
{
	padding: 0px 0px 20px 0px;
}

.container td .content table.standart td
{
	padding: 3px;
	text-align: left;
}

/* Каталог разводящая по объектам */
.content td table.items
{
	width: 100%;
}

.content td table.items td
{
	text-align: left;
	padding: 13px 20px 43px 0px;
}

.items a.text-link
{
	display: block;
	width: 100px;
	color: #006F7C;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 9px;
}

.items a:hover.text-link
{
	color: #752329;
}

.items .price
{
	display: block;
	color: #517d32;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 13px;
	margin-top: 5px;
}
/* /Каталог разводящая по объектам */

/* Каталог информация об объекте */
.content td table.item
{
	width: auto;
}

.content td table.item td
{
	text-align: left;
	padding: 10px 20px 0px 0px;
}

.item a.text-link
{
	display: block;
	color: #006F7C;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 9px;
}

.item a:hover.text-link
{
	color: #752329;
}

.item .price
{
	display: block;
	color: #517d32;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 13px;
}

.content td table.properties
{
	width: 100%;
	margin-top: 15px;
	font-size: 1.05em;
}

.content td table.properties tr.dark
{
	background-color: #F9EDDF;
}

.content td table.properties td
{
	padding: 2px 2px 2px 20px;
	text-align: left;
}

.content td table.properties td.name
{
	width: 200px;
}
/* Каталог информация об объекте */

/* Корзина */
.big-basket
{
	background-image: url(basket-big.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 13px;
	height: 140px;
}

.big-basket h1
{
	margin-top: 0px;
	padding-top: 37px;
	padding-left: 128px;
}

.big-basket p
{
	padding-left: 128px;
}

.content table.basket-table
{
	border-left: 1px solid #e4d5b4;
	border-bottom: 1px solid #e4d5b4;
	width: 100%;
	margin-top: 3px;
	font-size: 1.1em;
}

.content table.basket-table th
{
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
	padding: 13px 2px 14px 2px;
}

.content table.basket-table td
{
	border-right: 1px solid #e4d5b4;
	border-top: 1px solid #e4d5b4;
	padding: 14px 2px 14px 2px;
}
/* /Корзина */

/* /Центральная часть */

/* Правая колонка */
td.column.right
{
	width: 182px;
	padding-left: 20px;
	vertical-align: top;
}

td.column.right .container
{
	background: none;
	width: 100%;
	height: 100%;
}

.basket
{
	background-color: #D7EBC8;
}

.basket td
{
	padding: 0px 10px 14px 12px;
}

.basket td.bottom
{
	background-image: url(basket-bottom.jpg);
	height: 5px;
	width: 182px;
	padding: 0px;
}

.basket a
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
	color: #006F7C;
}

.basket a:hover
{
	color: #006F7C;
}

.basket .profile-name
{
	color: #006F7C;
}

.basket .profile-name a
{
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #006F7C;
	padding: 0px;
	display: inline;
}

.basket .profile-name a:hover
{
	color: #006F7C;
}

.basket a.title
{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	padding-left: 52px;
	background-image: url(basket.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #006F7C;
}

.basket a.title:hover
{
	color: #006F7C;
}

.basket p
{
	font-size: 0.9em;
	margin-bottom: 0.4em;
}

.action
{
	display: block;
	margin: 20px 0px 17px -1px;
	width: 183px;
	height: 163px;
}

.special-offer
{
	width: 182px;
	background-color: #FFEEBF;
}

.special-offer th
{
	padding: 13px 15px 13px 15px;
	color: #984315;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	line-height: 23px;
}

.special-offer td
{
	padding: 5px 15px 15px 15px;
	color: #006F7C;
}

.special-offer td a
{
	color: #006F7C;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	padding-top: 8px;
}

.special-offer td a:hover
{
	color: #006F7C;
}

.special-offer td.top
{
	background-image: url(special-offer-top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 5px;
	padding: 0px;
}

.special-offer td.bottom
{
	background-image: url(special-offer-bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 5px;
	padding: 0px;
}
/* /Правая колонка */

/* Копирайты */
.container td.copyright
{
	color: #797a7a;
	font-size: 0.9em;
	padding: 0px 0px 23px 20px;
	vertical-align: bottom;
	height: 35px;
	_height: 58px;
}
.container td.copyright div
{
	color: #797a7a;
}
.container td.copyright div.counter
{
	float:right;
}
/* /Копирайты */

.starrequired
{
	color: #FF0000;
}

.previews
{
	width:100%;
}

.previews .photo
{
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	border: 2px solid #FFF;
	padding: 2px;
	cursor: pointer;
}

.previews .photo.active
{
	border: 2px solid #028f4b;
}

#myrmex
{
	height: 38px;
	color: #797a7a;
	text-align:right;
	position: absolute;
	right: -202px;
	top: 0px;
}

#myrmex a
{
	color: #797a7a;
	text-decoration: none;
}

#myrmex a:hover
{
	color: #797a7a;
	text-decoration: underline;
}
