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

   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
============================================================================= */

.msg.warning
{border:2px solid #F2DD8C; background-color:#FFF5CC;}

.msg.warning a
{color:#df0000;}

.msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus
{color:#303030;}

.msg.info
{border:2px solid #B8E2FB; background-color:#E8F6FF;}

.msg.done
{border:2px solid #BBDF8D; background-color:#EAF7D9;}

.msg.error
{border:2px solid #FFAEAE; background-color:#FEEBEB;}

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

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

td {
  text-align: left;
}

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

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

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

.feedback2mail .left
{
  width: 35%;
}



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

.header, .footer
{
  width: 100%;
  vertical-align: top;
}

.footer
{
  text-align: center;
}

table.base_table td
{
  padding: 10px;
  margin: 0px;
  vertical-align: top;
}

.left_block
{
  width: 20%;
}

.center_block
{
  width: 60%;
}

.right_block
{
  width: 20%;
}

.right_menu br
{
  margin-bottom: 13px;
}

.center_block img.left
{
  margin: 6px 12px 12px 0px;
  float: left;
}

