/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(include/grid.png);
}

input, textarea
{
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 70%;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-8,
.span-10,
.span-20,
.span-25,
.width-10,
.width-20,
.width-25,
.width-30,
.width-40,
.width-50,
.width-60,
.width-70,
.width-80,
.width-90,
.width-100
{
  float: left;
  margin-right: 10px;
}

.header, .footer
{
  width: 100%;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width:  100%;}
.span-2 {width:  50%;}
.span-3 {width:  33.3%;}
.span-4 {width:  25%;}
.span-5 {width:  20%;}
.span-6 {width:  16.6%;}
.span-8 {width:  12.5%;}
.span-10 {width: 10%;}
.span-20 {width: 5%;}
.span-25 {width: 4%;}

.width-10 {width:  10%;}
.width-20 {width:  20%;}
.width-25 {width:  25%;}
.width-30 {width:  30%;}
.width-40 {width:  40%;}
.width-50 {width:  50%;}
.width-60 {width:  60%;}
.width-70 {width:  70%;}
.width-80 {width:  80%;}
.width-90 {width:  90%;}
.width-100 {width: 100%;}


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

.table {display:table;}

.tr {display:table-row;}

.td {display:table-cell;}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}

.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* =============================================================================
MESSAGES
============================================================================= */

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background-color: #FBE3E4; color: black; border-color: #FBC2C4; }
.notice     { background-color: #FFF6BF; color: #514721; border-color: #FFD324; }
.info       { border:2px solid #B8E2FB; background-color:#E8F6FF;}
.done       {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* =============================================================================
MESSAGES
============================================================================= */

.msg {padding:10px; padding-left:35px; margin-bottom: 15px; margin-top: 15px;}
.msg.warning {background:url("/images/bo/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/images/bo/ico-info.gif") 10px 50% no-repeat;background-color:#E8F6FF;}
.msg.done {background:url("/images/bo/ico-done.gif") 10px 50% no-repeat;background-color:#EAF7D9;}
.msg.error {background:url("/images/bo/ico-delete.gif") 10px 50% no-repeat;background-color: #FBE3E4;}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 85%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.news_element
{
  margin-top: 0px;
  margin-bottom: 18px;
}


.news_date
{
  font-size: x-small;
  color: #999999;
}

table.news_list tr td
{
  vertical-align: top;
}

table.news_list th 
{
  text-align: center;
}

table.news_list td.content, table.news_list th.content
{
  width: 80%;
}

table.news_list td.date, table.news_list th.date
{
  width: 20%;
}

/*
Блок внизу - предыдущий и следующий
*/

.menu_section_prev_next
{
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  background-color: #DDD;
}

.menu_section_prev_next a
{
  text-decoration: none;
}

.menu_section_prev_next .prev
{
  width: 50%;
  text-align: left;
}

.menu_section_prev_next .next
{
  width: 50%;
  text-align: right;
}

.copyright
{
  font-size: x-small;
  color: #000066;
  text-align: center;
}

/*
В групповых списках уменьшим величину H1
*/
.section_objects H1
{
  font-size: 110%;
  font-weight: bold;
}

.section_objects ol, .section_objects li
{
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.article_name
{
  font-weight: bold;
  color: #000066;
  margin-bottom: 10px;
  text-decoration: none;
}

.LinkLine
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #000066;
}

.article_content
{
  font-style: normal;
  font-weight: normal;
  color: Black;
  padding: 5px;
  text-decoration: none;
}

.price
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  color: Black;
  padding: 5px;
  text-decoration: none;
}

.ItemTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: Black;
	font-weight: normal;
	text-align: center;
}

img.printer
{
  border : 0px;
  margin-left : 5px;
  margin-right : 5px;
}

.section_circle_tr1
{
  background:rgb(200,200,200);
}

.section_circle_tr2
{
  background:rgb(190,190,190);
}

.section_circle_table
{
  border :2px;
  border-color: black;
}

table.feedback2mail
{
  border: 0px;
  width: 550px;
}

.feedback2mail td
{
  padding: 3px;
  margin:  5px;
}

.feedback2mail textarea
{
  width: 520px;
  height: 250px;
}

.feedback2mail .left
{
  width: 35%;
}


table.guest_book_form
{
  border: 0px;
  width: 550px;
  vertical-align: top;
}

.guest_book_form td
{
  padding: 3px;
  margin:  5px;
}

.guest_book_form textarea
{
  width: 520px;
  height: 150px;
}

.guest_book_form .left
{
  width: 25%;
}

.guest_book_list
{
  text-align: left;
}

.guest_book_list td
{
  vertical-align: top;
}

.guest_book_list .name
{
  width: 20%;
}

.guest_book_list .ctime
{
  width: 15%;
  white-space: nowrap;
}

.guest_book_list tr.odd
{
  background-color: #FFFFDD;
}

.guest_book_list .feedback
{
  width: 65%;
}

.photogallery
{
  text-align: center;
}

.photogallery table
{
  /* Выравниваем таблицу по центру окна */
  margin: 0 auto; 
}

.photogallery .preview
{
  margin: 20px;
}

.photogallery .scroller .scroller_curr, .photo .scroller .scroller_curr
{
  color: black;
  font-size: 120%;
  margin-left: 8px;
  margin-right: 8px;
}

.photogallery .scroller a, .photo .scroller a
{
  font-size: 110%;
  margin-left: 8px;
  margin-right: 8px;
}

.photo H1
{
  margin-top: 10px;
}

.photo .back_arrow
{
  position: relative;
  right: 80px;
  text-decoration: none;
}

.spoiler
{
  display: block;
  padding: 5px;
  border: 1px dashed transparent;
}
.spoiler.active
{
    border: 1px dashed #a5a5a5;
    background: #ffffd9;
}
.spoiler:before
{
    float: left;
    display: inline;
    margin-top: 3px;
    width: 13px;
    height: 13px;
    background: url(/images/spoiler-arrow.png) no-repeat;
    content: ' ';
}
.spoiler.active:before
{
  background: url(/images/spoiler-arrow.png) no-repeat;
  transform: rotate(90deg);
}
.spoiler > .spoiler-title
{
  font-weight: 500;
  border-bottom: 1px dashed;
  display: inline-block;
}
.spoiler:not(.active) > .spoiler-title
{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: #2f8dce !important;
}
.spoiler > .spoiler-title:hover
{
  cursor: pointer;
}
.spoiler > .spoiler-content
{
  display: none !important;
}
.spoiler.active > .spoiler-content
{
  display: block !important;
  padding: 13px;
}
pre.hljs
{
  padding: 17px 20px 20px;
  border: 1px solid #e5e8ec;
  background: #fbfdff;
  white-space: pre-wrap;
}
blockquote
{
  padding: 12px;
  background: #eef2ff;
}
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}


/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}


/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}


/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}


/*
Вызываем файл с пользовательским CSS, через HTTP-подзапрос
*/

BODY {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FONT-SIZE: 12px;
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	COLOR: #676767;
	PADDING-TOP: 0px;
	FONT-FAMILY: Tahoma,arial cyr,arial,helvetica,sans-serif;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT-WIDTH: 0px;
}
.content_table td {
  vertical-align: top;
  max-width: 1200px;
}
.anonstextlarge {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5px;
	COLOR: #676767;
	PADDING-TOP: 5px;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma,arial cyr,arial,helvetica,sans-serif;
	TEXT-DECORATION: none;
}

#container {
	BORDER-RIGHT: gray 0px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: gray 0px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 10px auto;
	BORDER-LEFT: gray 0px solid;
	WIDTH: 760px;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: gray 0px solid;

}
#banner {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: white
}
#content {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: white
}
#sidebar-a {
	PADDING-RIGHT: 5px; MARGIN-TOP: 0px; PADDING-LEFT: 5px; FLOAT: left; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 5px; MARGIN-LEFT: 0px; PADDING-TOP: 5px; BACKGROUND-COLOR: white
}
#sidebar-b {
	PADDING-RIGHT: 5px; MARGIN-TOP: 0px; PADDING-LEFT: 5px; FLOAT: right; MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 5px; MARGIN-RIGHT: 0px; PADDING-TOP: 5px; BACKGROUND-COLOR: white
}
#footer {
	CLEAR: both; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; BACKGROUND-COLOR: white
}
.predlog {
	MARGIN-TOP: 10px;
	BACKGROUND: url(../images/predlog.gif) no-repeat left top;
	MARGIN-LEFT: 10px;
	WIDTH: 63px;
	HEIGHT: 89px;
	vertical-align: top;
}

p.title {
  font-size: 1.3em;
  font-weight: bold;
}

.logo {
	BACKGROUND: url(../images/logo.gif) no-repeat left top; MARGIN-LEFT: 80px; WIDTH: 102px; HEIGHT: 90px
}
.slog {
	MARGIN-TOP: 10px; BACKGROUND: url(../images/slog.gif) no-repeat left top; WIDTH: 170px; HEIGHT: 44px
}
.ha {
	TOP: 0px;
	BACKGROUND: url(../images/ha.gif) no-repeat left top;
	LEFT: 0px;
	WIDTH: 206px;
	HEIGHT: 148px;
	position: absolute;
}
.hb {
	BACKGROUND: url(../images/hb.gif) no-repeat left top;
	LEFT: 220px;
	top: 0px;
	position: absolute;
	WIDTH: 198px;
	HEIGHT: 148px
}
.hc {
	BACKGROUND: url(../images/hc.gif) no-repeat left top;
	WIDTH: 206px;
	HEIGHT: 149px;
	LEFT: 0px;
	TOP: 147px;
	position: absolute;
}
.hd {
	BACKGROUND: url(../images/hd.gif) no-repeat left top;
	LEFT: 220px;
	top: 147px;
	WIDTH: 198px;
	HEIGHT: 149px;
	position: absolute;
}
FONT {
	FONT-FAMILY: Tahoma,arial cyr,arial,helvetica,sans-serif
}
.header {
	FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #676767
}
H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 20px; COLOR: #676767
}

H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
h3, h4, h5 {
	font-weight: bold;
}
p, div, th, td, ol, dl, dt, dd {
	font-size: 12px;
}

UL.cat_a {
	FONT-SIZE: 12px; LIST-STYLE-TYPE: disc
}
UL.cat {
	FONT-SIZE: 12px; LIST-STYLE-TYPE: none
}
LI.cat_a {
	FONT-SIZE: 12px; LIST-STYLE-IMAGE: url(../images/bullet.gif)
}
LI.cat {
	FONT-SIZE: 12px; LIST-STYLE-IMAGE: none
}
PRE {
	FONT-SIZE: 11px; FONT-FAMILY: courier new cyr,courier,sans-serif
}
HR {
	WIDTH: 100%; HEIGHT: 1px
}
a:link, a:visited {
	color: #3375af;
	text-decoration: underline;
}

A:hover {
	COLOR: #048a44;
	text-decoration: underline;
}
A IMG {

	border-style: none none none none;
}
H1.cat {
	MARGIN-TOP: 0px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; FONT-SIZE: 16pt; MARGIN-BOTTOM: 0px; COLOR: #676767; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: left
}
.global_table {
	MAX-WIDTH: 800px; WIDTH: 100%
}
.motto_top {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 14px; FILTER: Xray; PADDING-BOTTOM: 2px; CURSOR: auto; COLOR: #999999; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Helvetica, sans-serif; TEXT-ALIGN: right
}
.motto_middle {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; FONT-SIZE: 18pt; FILTER: Xray; PADDING-BOTTOM: 2px; CURSOR: auto; COLOR: #048a44; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Helvetica, sans-serif; TEXT-ALIGN: right
}
.news_date {
	FONT-SIZE: x-small; COLOR: #999999
}
TABLE.news_list TR TD {
	VERTICAL-ALIGN: top
}
TABLE.news_list TH {
	TEXT-ALIGN: center
}
.copyright {
	FONT-SIZE: 10px; COLOR: #676767
}
.reklama {
	FONT-SIZE: 10px; COLOR: #676767
}
.anons {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: normal; FONT-SIZE: x-small; PADDING-BOTTOM: 5px; COLOR: #676767; PADDING-TOP: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.anonstext {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; COLOR: #000066; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.anonstext:visited {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; COLOR: #000066; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.anonstext:hover {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; COLOR: #000066; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.anonstext:hover:visited {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; COLOR: #000066; PADDING-TOP: 2px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.menulocal {
	COLOR: #676767
}
.menu {
	COLOR: #676767; TEXT-DECORATION: none
}
A.menu:link {
	COLOR: #676767; TEXT-DECORATION: none
}
A.menu:visited {
	COLOR: #676767; TEXT-DECORATION: none
}
A.menu:active {
	COLOR: #048a44; TEXT-DECORATION: none
}
A.menu:hover {
	COLOR: #048a44; TEXT-DECORATION: none
}
UNKNOWN {
	BORDER-BOTTOM-WIDTH: 3px; BORDER-BOTTOM-COLOR: fuchsia
}
.LinkLine {
	FONT-SIZE: 12px; COLOR: #676767
}
A.LinkLine:link {
	COLOR: #676767; TEXT-DECORATION: none
}
A.LinkLine:visited {
	COLOR: #676767; TEXT-DECORATION: none
}
A.LinkLine:active {
	COLOR: #676767; TEXT-DECORATION: none
}
A.LinkLine:hover {
	COLOR: #048a44; TEXT-DECORATION: underline
}
.spacer.div {
	CLEAR: both;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 70%;
	BACKGROUND: white;
	PADDING-BOTTOM: 15px;
	MARGIN: 0px;
	COLOR: #676767;
	PADDING-TOP: 15px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: right;
}

.price {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5px;
	COLOR: gray;
	PADDING-TOP: 5px;
	FONT-STYLE: italic;
	FONT-FAMILY: sans-serif, Verdana, Arial, Helvetica;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}
.bol {
	FONT-WEIGHT: 900; FONT-SIZE: 14px; TEXT-TRANSFORM: none; COLOR: #000099; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: Geneva, Arial, Helvetica, san-serif; LETTER-SPACING: 0em
}
.ItemTitle {
	FONT-WEIGHT: normal; FONT-SIZE: large; COLOR: gray; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
INPUT {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: #cdcdcd 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #cdcdcd 1px solid; BORDER-BOTTOM: #cdcdcd 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white
}
SELECT {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 10px; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white
}
BUTTON {
	BORDER-RIGHT: #cdcdcd 1px groove; BORDER-TOP: #cdcdcd 1px groove; FONT-SIZE: 10px; BORDER-LEFT: #cdcdcd 1px groove; BORDER-BOTTOM: #cdcdcd 1px groove; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
UNKNOWN {
	BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; FONT-SIZE: 10px; BORDER-LEFT: 1px groove; BORDER-BOTTOM: 1px groove; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffcc
}
TEXTAREA {
	BORDER-RIGHT: #cdcdcd 1px solid;
	BORDER-TOP: #cdcdcd 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: #cdcdcd 1px solid;
	BORDER-BOTTOM: #cdcdcd 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
}
.SortControl {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: 1px solid; BORDER-BOTTOM: 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white
}
.SortCaption {
	FONT-SIZE: 8pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

table.SortCaption input[type=text] {
  width: 50px;
}

table.SortCaption input.SortControl {
  width: 80px;
}

.button {
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; FONT-SIZE: 11px; BORDER-LEFT: 1px solid; CURSOR: hand; BORDER-BOTTOM: 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #dedede; TEXT-DECORATION: none
}

.inputbox {
	BORDER-RIGHT: #cdcdcd 1px solid; BORDER-TOP: #cdcdcd 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #cdcdcd 1px solid; BORDER-BOTTOM: #cdcdcd 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: white
}

.inputName {
	BORDER-RIGHT: 1px; BORDER-TOP: 1px; FONT-SIZE: 10px; BORDER-LEFT: 1px; CURSOR: hand; BORDER-BOTTOM: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.ScrollerLink {
	FONT-SIZE: 10pt; TEXT-DECORATION: none
}
.ScrollerNormal {
	FONT-SIZE: 10px;
	COLOR: #676767;
}
.ScrollerSelected {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: gray
}
DIV.hierarchy {
	MARGIN-TOP: 0px;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 0px;
	FONT-FAMILY: Arial, monospace, "MS Sans Serif", Geneva, sans-serif;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}
DIV.hierarchy A {
	MARGIN-TOP: 0px; FONT-SIZE: 10px; MARGIN-BOTTOM: 0px; FONT-FAMILY: Arial, monospace, "MS Sans Serif", Geneva, sans-serif; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.no_border {

	border-style: none none none none;
}
TABLE.border_solid {
	BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; MARGIN-TOP: 0px; PADDING-LEFT: 10px; MARGIN-BOTTOM: 0px; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid
}
TABLE.border_solid TR.silver TD {
	BACKGROUND-COLOR: #dddddd; TEXT-ALIGN: left
}
TABLE.border_solid TR.silver TH {
	BACKGROUND-COLOR: #dddddd; TEXT-ALIGN: left
}
TABLE.border_solid TR TD {
	TEXT-ALIGN: left
}
.detail {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, monospace, "MS Sans Serif", Geneva, sans-serif
}
.domain_tr1 {
	BACKGROUND-COLOR: white; TEXT-ALIGN: left
}
.domain_tr2 {
	BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
}
P.e404 {
	MARGIN-TOP: 15px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 30pt;
	MARGIN-BOTTOM: 5px;
	COLOR: gray;
	TEXT-ALIGN: center;
}
.pm {
	MARGIN-TOP: 50px
}
.mi {
	MARGIN-TOP: 0px; MARGIN-LEFT: 0px; TEXT-ALIGN: center
}
.news {
	MARGIN-TOP: 10px; WIDTH: 155px
}
.search {
	MARGIN-TOP: 0px; MARGIN-LEFT: 3px;
	padding: 0px;
}

.searcher input[type=submit] {
  width: 40px;
}

.searcher .inputbox {
  width: 115px;
}

.big_searcher input[type=submit] {
  width: 80px;
  margin-bottom: 23px;
}


.lv {
	MARGIN-TOP: 3px;
	MARGIN-LEFT: 20px
}
.secondhead {
	MARGIN-TOP: 35px;
	MARGIN-LEFT: 25px;
	WIDTH: 484px;
}
.heasec {
	MARGIN-TOP: 33px; WIDTH: 256px
}
.ramka  {
	BORDER-RIGHT: 1px solid #048E44;
	BORDER-TOP: 1px solid #048E44;
	BORDER-LEFT: 1px solid #048E44;
	BORDER-BOTTOM: 1px solid #048E44;
	BACKGROUND-COLOR: white;
}

.ramka2  {
	BORDER-RIGHT: 2px solid #048E44;
	BORDER-TOP: 2px solid #048E44;
	BORDER-LEFT: 2px solid #048E44;
	BORDER-BOTTOM: 2px solid #048E44;
	BACKGROUND-COLOR: white;
}

UL.map_site5 { 
  list-style: disc;
}
.map_site5 {
  FONT: 100% Arial, Tahoma, Helvetica, sans-serif; 
  COLOR: #034093; 
  WHITE-SPACE: nowrap; 
  TEXT-DECORATION: none;
}

TD.news_line {
	PADDING-BOTTOM: 1em;
}

table.feedback2mail {
  width: 430px;
}

.feedback2mail .left {
  width: 150px;
}

.feedback2mail input, .feedback2mail textarea {
  width: 270px;
}

