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

   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!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
  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;}
.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, 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%;
}

.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;
}

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

input.test_button_curr
{
  font-weight: bold;
  background-color: blue;
}

.bo_message_error {
	font-weight : bold;
	color : Red;
}

table {
	border-collapse: collapse;
}

A {
  COLOR: #EC8A1B;
  TEXT-DECORATION: underline
}

A:active {
  COLOR: #EC8A1B;
  TEXT-DECORATION: underline
}
A:visited {
  COLOR: #EC8A1B;
  TEXT-DECORATION: underline
}

A:hover {
  COLOR: #EC8A1B;
  TEXT-DECORATION: underline
}

A.pod {	COLOR: #0F3B8B; TEXT-DECORATION: none}
A.pod:active {COLOR: #EC8A1B; TEXT-DECORATION: none}
A.pod:visited {	COLOR: #0F3B8B; TEXT-DECORATION: none}
A.pod:hover {COLOR: #EC8A1B; TEXT-DECORATION: underline}

A.logo, A.logo:active, A.logo:visited, A.logo:hover {
  COLOR: #D52500;
  TEXT-DECORATION: underline
}

H1 {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: Black;
	font-weight: normal;
	text-align: center;
}

.global_table {
	max-width : 800px;
	width: 100%;
}

.motto_top {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #999999;
  font-weight: bold;
  cursor: auto;
  filter: Xray;
  text-align: right;
  padding: 2px;
}

.motto_middle {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	color: #000066;
	font-weight: bold;
	cursor: auto;
	filter: Xray;
	text-align: right;
	padding: 2px;
}

.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: x-small;
	color: #000066;
	text-align: center;
}

.anons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: bold;
	font-weight: normal;
	color: #000066;
	padding: 5px;
	text-decoration: none;
}

.anonstext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000066;
  padding: 2px;
  text-decoration: none;

}

.anonstext:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000066;
  padding: 2px;
  text-decoration: none;

}

.anonstext:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000066;
  padding: 2px;
  text-decoration: underline;

}

.anonstext:visited:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #000066;
  padding: 2px;
  text-decoration: underline;
}

.menu {
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #000066;
  text-align: left;
  text-decoration: none;
}

.menu:visited {
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #000066;
  text-align: left;
  text-decoration: none;
}

.menu_cell {
	border-bottom-width : 2px;
	border-bottom : 3px Fuchsia;
}

.LinkLine {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}

.anonstextlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	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;
}

.bol {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 900;
  color: #000099;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
}
.ItemTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: Black;
	font-weight: normal;
	text-align: center;
}
input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid;
  background-color: #CCFFFF;


}
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #CCCCCC;
  background-color: #CCFFFF;

}

button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px groove;
  background-color: #FFFFFF;
}


button: hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px groove;
  background-color: #FFFFCC;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid;
  background-color: #CCFFFF;
}

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #99CCFF;
  border: 1px solid;
  cursor: hand;
  text-decoration: underline;
}

.inputName {
  width : 5cm;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  border: 1px none;
  cursor: hand;
}

img.printer {
	border : 0px;
	margin-left : 5px;
	margin-right : 5px;
}

p.zag {
  FONT-SIZE: 13px;
  font-weight: bold;
  color: #EB870D;
  padding: 10px 15px 1px 15px;
}

p.title {
  FONT-SIZE: 13px;
  font-weight: bold;
  color: #EB870D;
  padding: 0px;
}

P {
  MARGIN: 0px;
  COLOR: #333333;
  FONT-SIZE: 12px;
  FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}

.mlink1 {
  font-family: tahoma;
  font-size: 12px;
  color: white;
  text-decoration:none
}

.article_content {
  padding: 0px 30px 0px 30px;
}

TD {
  MARGIN: 0px;
  COLOR: #333333;
  FONT-SIZE: 12px;
  FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"
}

P.zag1 {
  FONT-SIZE: 14px;
  font-weight: bold;
  padding: 15px 15px 2px 15px;
  color: #13007C
}

td.dt_string {border: 1px solid #A9C2DD;}
td.dt_date {border: 1px solid #A9C2DD;}
td.index {border: 1px solid #A9C2DD;}
td.empty {border: 1px solid #A9C2DD;}
td.dt_int {border: 1px solid #A9C2DD;}
td.dt_float {border: 1px solid #A9C2DD;}
td.dt_unknown {border: 1px solid #A9C2DD;}

.cat-menu-table {
	border-collapse:collapse;
	border:0px solid #A9C2DD;
}

.menu_title {
  font-family: tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 5px 10px 5px;
  vertical-align: middle;
}

.phone {
  FONT-FAMILY: Arial, sans-serif, Tahoma, Verdana, Helvetica;
  FONT-SIZE: 18px;
  font-weight: bold;
  color: #FFFFFF;
	text-align: center;
}

.search {
	MARGIN-TOP: 25px;
/*	MARGIN-LEFT: 3px */ 
}

.search_button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 46px;
  border: 2px groove #000000;
  background-color: #ACBDCA;
}

.search_inputbox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 2px groove #000000;
  background-color: #D6DEE4;
}

.search input.search_inputbox
{
  width: 130px;
}

h1.inetstar_link_cat {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 15pt;
}
td.inetstar_link_cat {
	padding-top:0pt;
	padding-bottom:0pt;
}
td.inetstar_link_cat ul {
	padding-top:4pt;
	padding-bottom:4pt;
	margin-bottom:0px;
}

.inetstar_link_left_column {
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.inetstar_link_right_column {
	width: 70%;
	text-align: right;
	vertical-align: top;
}

/*
Feedback form
*/
table.feedback2mail input.tx {
width:400px; /*--- razmer strok ---*/

}

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

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

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

.feedback2mail .left
{
  width: 35%;
}

.bo_message_success
{
  font-weight : bold;
  color : Red;
}

.site_width
{
  width: 1003px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.site_width td, .site_width table, .site_width table td
{
 padding: 0px;
 margin: 0px;
 border: 0px;
}


width_7px
{
  width: 7px;
}

width_3px
{
  width: 3px;
}


width_600px
{
  width: 600px;
}






div.sale {

}
.sale a {
color: #165aa3
}

.sale img {
border: 2px dotted #165aa3;
}




  .table {display:table; margin-left:50px;}
  .table div {display:table-row; width: 400px; padding: 10px; }
  .table div div {display:table-cell; }








