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

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

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

html, body, div, span, object, iframe, 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;
}
html {
font-size : 100.01%;
}

body {
font-size : 85%;
color : #222;
font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
margin : 0;
padding : 0;
border : 0;
width : 100%;
min-width : 600px;
line-height: 1.5;
background: url(/images/bg_col.jpg) 50% 50% no-repeat #487bb2;
background-attachment: fixed;
}

video#bgvid { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); /* background: url(/images/bg_col.jpg) no-repeat; background-size: cover; */}
 
  
video { display: block; }
 

#box_slider {
 height: 570px;
 z-index: -1;
}

#header {
background: rgba(0, 0, 0, 0) url("/images/header.jpg") no-repeat scroll 0 0;
width: 100%;
height : 335px;

}

.top-bar {
width: 100%;
height : 105px;
background-color: #0b2d57;
opacity: 0.8; /* Полупрозрачный фон */
filter: alpha(Opacity=80); /* Прозрачность в IE */
position: fixed;
left: 0;  
top: 0;
padding: 0;
margin: 0;
overflow: visible !important;
right: -1px;
z-index: 100;
}

.logo {
float: left;
}

/* For New Year
.ng_logo {
  z-index: 200;
  position: absolute;
  margin-left: 0rem;  
  margin-top: 140px;
}
*/

.slogan {
position: absolute;
float: left;
/* margin-left: 2rem;  For New Year */
margin-left: 205px;
margin-top: 30px;
}
.slogan  h2{
font-size : 2.0em;
color: #fff;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
display : block;
}
H1, H2, H3, H4 {
color : #eb870d;
border : 0;
font-weight : inherit;
font-style : inherit;
font-family : inherit;
vertical-align : baseline;
}
H1 {
padding-top : 15px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 24px;
font-weight : normal;
text-align : center;
}

.layout {
width : 100%;
}
.layout TD {
vertical-align : top;
padding : 0;
}
.col1, .col2 {
width : 250px;
/*  background : url(/images/bg_col.gif);  */
}
.col1 {

}
.col2 {
text-align : center;
}
 
#col_content {
background-color : #ffffff;
}
 
.content {
padding : 5px 30px 15px 30px;
min-height : 640px;
}
.content strong {
padding-top : 30px;
font-weight : bold;
}

#footer {
margin-top : -1.4em;
width : 100%;
min-height : 150px;
/*  background : url(/images/bg_col.gif);  */
font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
font-size : 14px;  
}

A.copy, A.copy:active, A.copy:visited, A.copy:hover {
color : #d52500;
text-decoration : underline;
font-family : Helvetica Neue, Arial, Helvetica, sans-serif;
font-size : 14px;  

}

.niz {
margin-left : 5px;
margin-top : -15px;
}

#clear {
height : 10px;
font-size : 1px;
line-height : 0;
clear : both;
padding-top : 50px;
}
/* ############################ menu ############################### */


td.col1 table.cat-menu-table {
margin-top : 10px;

}
.menu {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 15px;
font-weight : bold;
color : #000066;
text-align : left;
text-decoration : none;
}
.menu:visited {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 15px;
font-weight : bold;
color : #000066;
text-align : left;
text-decoration : none;
}
.menu_cell {
border-bottom-width : 2px;
border-bottom : 3px fuchsia;
}
.cat-menu-table {
border-collapse : collapse;
border : 2px 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;
}
.mlink1 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size : 17px;
color : #fff;
text-decoration : none;
}

td.cat-menu table tbody tr td a.cat-menu {
font-family: Verdana,Arial,Helvetica,sans-serif;
margin : 10px 5px 10px 5px;
font-size: 1.3em;
}

/* ############################ end menu ############################### */

.phone {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 17px;
/*  font-weight : bold; */
color : #fff;
text-align : center;
margin-top : 5px;
text-decoration: none;
}

.vopros, .vopros a:hover, .vopros a, .vopros a:active, .vopros a:visited  {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 17px;
color : #fff;
padding : 5px;
}

.col1 a, .col1 a:hover, .col1 a:visited {
text-decoration : none;
}
.article_content {
padding : 0 30px 0 30px;
}
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;
}


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

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

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

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
}

.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 : 0;
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;
}
width_7px {
width : 7px;
}
width_3px {
width : 3px;
}
width_600px {
width : 600px;
}
.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;
}

table.tabl {
border : 1px;
}

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

.map_site ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin-left: 20px;
}
   
.map_site ul li {
  vertical-align: top;
  margin: 3px 0px 3px 0px;
  
  padding: 5px 0 5px 30px;
  background: url('/images/ularr.png') 15px 10px no-repeat;
}


/* ##################################### slider ##################################### */


.bx-wrapper img {
    display: block;

}

.bx-wrapper .bx-viewport {
    background: #fff none repeat scroll 0 0;
}


/* ##################################### / slider ##################################### */

.article_list_el {
  display: block;
  vertical-align: top;
  max-height: 254px;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 8px;
  position: relative;
}

.article_list_el a, .article_list_el a:visited {
  color: black !important;
  text-decoration: none;
}


.fadeout {
    position: absolute; 
    height: 50px;
    bottom: 0; left: 0;
    width: 100%;
    padding-left: 10px;
    padding-top: 30px;
    vertical-align: bottom;
    text-align: right;
    
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.fadeout a, .fadeout  A:visited {
  color: #ec8a1b !important;
  text-decoration: underline;
}


