.empty {}

body
{
	font-size: 85%;
	background-color : White;
	margin: 0px;
}
BODY *
{
	font-size: 100%;	
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;	
}
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-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1
{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 2px;
}

h2
{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 1px;
}

h3
{
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 18px;
}

a
{
	color: #434343;
	text-decoration: underline;
}

p
{
	margin: 0.1em 2 1.1em 0;
	font-size: 0.95em;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 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: 1px solid gray;
	border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

/* Контейнер */
.container
{
	width: 700px;
	height: 100%;
	background-color: #FFF;
}

.container td.left
{
	display: none;
}

.container td.center
{
	background-color: #FFF;
	width: 700px;
	padding: 0px;
	vertical-align: top;
	background: none;
}

.container td.right
{
	display: none;
}
/* /Контейнер */

.print
{
	display: inline;
}

/* Шапка */
.top
{
	height: 95px;
	width: 700px;
}

.top .logo-cell
{
	vertical-align: top;
	padding: 25px 0px 0px 30px;
	text-align: left;
	width: 5%;
}

.top .logo-cell a
{
	display: none;
}

.top .logo-cell a.print
{
	display: inline;
}

.top .icon-cell
{
	width: 130;
	_width: 240;
	text-align: left;
	padding: 0px 0px 0px 70px;
	margin-top: -20px;
	position: relative;
}

.top .icon-cell img
{
	display: none;
}

.top .icon-cell img.print
{
	display: inline;
}

.top .phone-cell
{
	font-size: 0.9em;
	color: #7d7d7d;
	vertical-align: top;
	text-align: left;
	padding: 22px 0px 0px 70px;
}

.phone
{
	color: #484747;
	font-size: 2.7em;
	font-weight: bold;
}

.phone .code
{
	color: #002577;
	font-size: 0.5em;
	font-weight: bold;
}

.phone .code
{
	color: #7d7d7d;
}

.icons
{
	display: none;
}
/* /Шапка */

/* Главное меню */
.main-menu
{
	display: none;
}
/* /Главное меню */

/* Баннер-картинка */
.main-banner
{
	display: none;
}
/* /Баннер-картинка */

/* Таблица с контентом */
.content
{
	width: 700px;
	margin: 3px 1px 0px 1px;
}

.content td.left-column
{
	display: none;
}
/* /Таблица с контентом */

/* Основная колонка */

/* Крошки */
.main-column .breadcrumbs
{
	display: none;
}
/* /Крошки */

.main-column .title
{
	display: inline-block;
	color: #2b3575;
	font-size: 20px;
	margin-bottom: 6px;
	text-decoration: none;
}

.main-column .main-catalog
{
	background-color: #f6f6f6;
}

.main-column .main-catalog td
{
	vertical-align: top;
}

.main-column .main-catalog .end
{
	background-color: #fcee61;
}

.main-column .main-catalog a.link
{
	display: inline-block;
	color: #3d81bf;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	margin: 3px 7px 10px 7px;
	padding-left: 7px;
	background: url(triangle-marker.gif) no-repeat top left transparent;
}

.main-column ul
{
	list-style-image: url(ul-marker.gif);
}

.main-column .bordered
{
	border: 1px solid #707070;
	font-size: 0.9em;
}

.main-column .bordered th
{ 
	border: 1px solid #707070;
	text-align: center;
	padding: 8px 3px;
}

.main-column .bordered td
{ 
	border: 1px solid #707070;
	text-align: center;
	padding: 8px 3px;
}

/* Рамка для картинок */
span.border-img
{
	display: table-cell;
	padding: 0px;
	border: none;
}

span.border-img.left
{
	float: left;
	margin-right: 13px;
	margin-top: 3px;
}

span.border-img.right
{
	float: right;
	margin-left: 13px;
	margin-top: 3px;
}
/* /Рамка для картинок */

/* Разводящая статьи */
.divorce a.title
{
	display: inline-block;
	color: #3d81bf;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 5px;
	text-decoration: underline;
}
.divorce a.title:hover
{
	color: #b31809;
	text-decoration: underline;
}

.margin
{
	margin-left: 11px;
}
/* /Разводящая статьи */

/* Постраничная разбивка */
.pager
{
	display: none;
}
/* /Постраничная разбивка */

/* Новости */
.main-column .news
{
	font-size: 0.9em;
	margin: 10px 0px;
}

.main-column .news .date
{
	color: #838383;
	font-style: italic;
}

.main-column .news a.link
{
	color: #3d81bf;
	text-decoration: underline;
}

.main-column .news a.link:hover
{
	color : #b31809;
}
/* /Новости */

/* Форма */
.red
{
	color: #da251d;
}

.faq-input
{
	width: 367px;
	height: 20px;
	border: 1px solid #c2c2c2;
	background-color: White;
}

textarea.faq-input
{
	width: 367px;
	height: 137px;
	border: 1px solid #c2c2c2;
	background-color: White;
}

.form
{
	display: none;
}
/* /Форма */

/* Вопросы и ответы */
.questions
{
	display: none;
}

.answer
{
	color: #636363;
	font-size: 1.0em;
	margin: 19px 0px 0px 0px;
}

.answer .title
{
	color: #636363;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.answer .text
{
	color: #636363;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
}
/* /Вопросы и ответы */

/* Каталог уровень 1 */
.catalog
{
	margin-left: 45px;
}

.catalog td
{
	width: 220px;
	_width: 232px;
	padding-right: 12px;
	padding-bottom: 30px;
	vertical-align: top;
}

.catalog a
{
	display: block;
}

.catalog a.title
{
	display: inline-block;
	color: #3d81bf;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 50px;
	margin-top: 5px;
	text-decoration: underline;
}

.catalog a.title:hover
{
	color: #b31809;
	text-decoration: underline;
}

.catalog a.link
{
	font-size: 0.95em;
	margin-bottom: 5px;
}

.catalog a.img
{
	margin-bottom: 10px;
}
/* /Каталог уровень 1 */

/* Каталог уровень 2 */
.catalog-items
{
	width: 100%;
}

.catalog-items td
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 35px;
}

.catalog-items a.img
{
	display: inline-block;
	width: 95px;
	height: 95px;
	margin-bottom: 8px;
}

.catalog-items a.link
{
	font-weight: bold;
	color: #3d81bf;
}

.catalog-items a.link:hover
{
	color: #b31809;
}
/* /Каталог уровень 2 */

/* Каталог уровень 3 */
.print-block
{
	display: none;
}

.more-photos
{
	display: none;
}

.buy
{
	display: none;
}

.info
{
	width: 100%;
	font-size: 0.95em;
}

.info .dark
{
	background-color: #f4f4f4;
}

.info td,.info th
{
	padding: 9px 6px 9px 21px;
	text-align: left;
}

.info th
{
	width: 45%;
}

/* /Каталог уровень 3 */

/* /Основная колонка */

/* Таблица с баннерами */
.buy-banners
{
	display: none;
}
/* /Таблица с баннерами */

/* Футер */
.footer
{
	display: none;
}
/* /Футер */
