/* General */
html {
  height: 100%;
}

body {
  height: 100%;
  background: #9abbff url(../images/bg.png) repeat-x;
  margin: 0;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 14px;
}

form {
  margin: 0;
}

*:focus {
  outline: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

/* Wrapper */
#wrapper {
  width: 998px;
  margin: 0 auto;
  background: #fff url(../images/shadow-repeat.gif) repeat-y;
  min-height: 100%;
}

#wrapper2 {
  background: url(../images/shadow.gif) no-repeat;
  padding: 0 7px;
  position: relative;
overflow: hidden;
zoom: 1;
padding-bottom: 86px;
}

/* Header */
#header {
  height: 297px;
  background: url(../images/header-bg.jpg) no-repeat;
  position: relative;
}

#header .home {
  position: relative;
  display: block;
  width: 160px;
  height: 100px;
  top: 20px;
  left: 50px;
}

#header .home2 {
  position: absolute;
  display: block;
  width: 35px;
  height: 31px;
  top: 5px;
  right: 170px;
}

#header .greeting {
  color: #fff;
  padding: 7px 0 0 13px;
  float: left;
}

#header .currency {
  position: absolute;
  width: 192px;
  right: 4px;
  top: 129px;
}

#header .currency .t {
  width: 75px;
  height: 39px;
  background: url(../images/currencies.png) 0 -87px no-repeat;
  float: left;
  margin-top: -7px;
}

#header .currency ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .currency li {
  float: left;
}

#header .currency a {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(../images/currencies.png);
}

#header .currency .eur {
  background-position: -29px 0;
}

#header .currency .rub {
  background-position: -58px 0;
}

#header .currency .hrn {
  background-position: -86px 0;
}

#header .currency .dol:hover {
  background-position: 0 -28px;
}

#header .currency .eur:hover {
  background-position: -29px -28px;
}

#header .currency .rub:hover {
  background-position: -58px -28px;
}

#header .currency .hrn:hover {
  background-position: -86px -28px;
}

#header .currency .active .dol {
  background-position: 0 -56px;
}

#header .currency .active .eur {
  background-position: -29px -56px;
}

#header .currency .active .rub {
  background-position: -58px -56px;
}

#header .currency .active .hrn {
  background-position: -86px -56px;
}

#header .lang {
  position: absolute;
  width: 192px;
  right: 4px;
  top: 178px;
}

#header .lang .t {
  width: 75px;
  height: 39px;
  background: url(../images/lang.png) -126px -4px no-repeat;
  float: left;
  margin: -7px 0 0 -14px;
}

#header .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .lang li {
  float: left;
  margin-right: 14px;
}

#header .lang a {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../images/lang.png);
}

#header .lang .ukr {
  background-position: -7px -11px;
}

#header .lang .rus {
  background-position: -50px -11px;
}

#header .lang .eng {
  background-position: -92px -11px;
}

#header .lang .active .ukr {
  background-position: -7px -52px;
}

#header .lang .active .rus {
  background-position: -50px -52px;
}

#header .lang .active .eng {
  background-position: -92px -52px;
}

/* Navigation & Search */
#navigation {
  height: 34px;
  background: url(../images/navigation.gif);
}

#navigation form {
  float: left;
  width: 160px;
}

#navigation input {
  margin: 7px 0 0 5px;
  font-size: 10px;
  width: 150px;
  font-family: "Trebuchet MS", sans-serif;
  height: 14px;
  border: 1px solid #e0bfc4;
  border-left: #6c5155;
  border-bottom: #6c5155;
  padding-left: 5px;
}

#navigation ul {
  list-style: none;
  margin: 0;
}

#navigation li {
  float: left;
  background: url(../images/separator.gif) no-repeat;
}

#navigation a {
  display: block;
  height: 26px;
  padding: 7px 15px 0;
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation a.last {
  background: url(../images/separator.gif) right no-repeat;
}

/* Content */
#content {
  padding-bottom: 86px;
  background: #fff url(../images/cont-bg.png);
}

/* Left column */
#leftcol {
  width: 200px;
  float: left;
  background: #306ea1 url(../images/left-col-bg.png) no-repeat;
  min-height: 555px;
}

/* Categories in left column */
#categories {
  font-size: 14px;
  margin-bottom: 30px;
}

#categories h2 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 25px;
  padding-top: 7px;
  font-weight: normal;
}

#categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #447cb3;
}

#categories li {
  border-top: 1px solid #447cb3;
  zoom: 1;
  position: relative;
}

#categories li:hover {
  
}

#categories li.has-subs {
  background: url(../images/cat-arrow.gif) 185px 7px no-repeat;
}
*+html #categories li.has-subs:hover { 
  zoom: 1;
  margin-bottom: -4px; }

#categories li.active {
  background-color: #4977b0;
}

#categories a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 170px;
  padding: 2px 15px;
}

#categories a:hover {
  color: #315982;
}

#categories li.active a:hover {
  color: #fff;
}

/* Sub-categories */
#categories ul ul {
  display: none;
  position: absolute;
  left: 200px;
  top: -1px;
}
 
#categories li:hover ul {
  display: block;
}

#categories li li,#categories li li.has-subs {
  background-color: #95b7fb;
  border-left: 1px solid #447cb3;
  border-right: 1px solid #447cb3;
}

#categories li.active li a:hover {
  color: #315982;
}

#categories li.active li.active a:hover {
  color: #fff;
}

#categories li li.active {
  background-color: #4977b0;
}

/* Sub-sub-categories */
#categories li:hover ul ul {
  display: none;
}

#categories li:hover li:hover ul {
  display: block;
}

#categories li.active li.active li a:hover {
  color: #315982;
}

#categories li.active li.active li.active a:hover {
  color: #fff;
}

/* Actions */
#actions,#newsD {
  padding-left: 7px;
  margin-bottom: 20px;
}

#actions h2,#newsD h2 {
  font-size: 24px;
  margin: 0;
  text-align: center;
  font-weight: normal;
}

#actions h2 a,#newsD h2 a {
  font-family: Georgia, serif;
  font-style: italic;
  color: #fff;
  text-decoration: none;
}

#actions h2 a:hover,#newsD h2 a:hover {
  text-decoration: underline;
}

#actions .top,#newsD .top {
  background: url(../images/actions-top-bot.png) no-repeat;
  height: 10px;
}

#actions .bottom,#newsD .bottom {
  background: url(../images/actions-top-bot.png) 0 -10px no-repeat;
  height: 10px;
}

#actions .content,#newsD .content {
  background: url(../images/actions-bg.gif) repeat-y;
  padding-left: 14px;
}

/* News */
#newsD {
  
}

#News {
  color: #ebffb6;
  font-size: 11px;
}

#News a {
  color: #fff;
  font-size: 13px;
}

#News ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  list-style: none;
}

#News li {
  margin-bottom: 10px;
}

#News li span {
  display: block;
  margin-bottom: -2px;
}

/* Actions page */
ul#actions-list {
  color: #4977b0;
}

ul#actions-list a {
  color: #4977b0;
  text-decoration: none;
}

ul#actions-list a:hover {
  text-decoration: underline;
}

/* Main content */
#main {
  margin-left: 200px;
  background: #fff url(../images/main-bg.gif) repeat-x;
  padding: 18px 20px 0;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 18px;
  color: #3d3d3d;
  min-height: 25px;
  margin: 5px 0 10px;
}

.breadcrumb a {
  color: #3d3d3d;
}

/* Pagination */
.pagination {
  font-size: 18px;
  margin-bottom: 20px;
}

.pagination ul {
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.pagination li { /*  height: 25px;  */
  margin: 0 3px;
  display: inline;
}

.pagination li.active {
  padding: 1px 6px;
  background: #3d3d3d;
  color: #fff;
}

.pagination a {
  padding: 0 6px;
  text-decoration: none;
  border: 1px solid #fff;
  color: #3d3d3d;
  height: 23px;
}

.pagination a:hover {
  border: 1px solid #3d3d3d;
}

.pagination.bott ul {
  padding: 5px;
}

/* Produce */
.produce { margin-left: -21px; zoom: 1; }

.row {  }

.item {
  display: inline-block;
  width: 225px;
  height: 260px;
  margin-left: 27px;
  vertical-align: top; }
* html .item { display: inline; zoom: 1; }
*+html .item { display: inline; zoom: 1; }

.item a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.item img { display: block }

.item a span {
  color: #3d3d3d;
  text-decoration: underline;
}

.item a:hover span {
  text-decoration: none;
}

/* Footer */
#footer {
  height: 86px;
  background: url(../images/footer-bg.jpg);
  position: absolute;
  bottom: 0;
  width: 984px;
  font-size: 13px;
  left: 7px; }

#footer div {
  margin: 42px 0 0 220px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .created {
  float: right;
  height: 40px;
  width: 140px;
  text-align: center;
  position: relative;
  bottom: 9px;
}

#footer .created img {
  position: relative;
  top: 2px;
}

#footer .created a:hover {
  text-decoration: none;
}

/* About section */
.about-section {
  height: 28px;
  font-size: 12px;
}

.about-section a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  height: 20px;
  background: url(../images/about-section-bg.gif) right;
  padding: 2px 10px 0 0;
}

.about-section a.right {
  float: right;
}

.about-section a.left {
  float: left;
}

.about-section span.left {
  display: block;
  height: 22px;
  width: 10px;
  float: left;
  background: url(../images/about-section-bg.gif);
  margin-top: -2px;
}

/* NEWS */
#newsDzhvaka .image {
  float: left;
  margin: 0 20px 10px 0;
}

#newsDzhvaka .post {
  overflow: hidden;
}

*+html #newsDzhvaka .post,* html #newsDzhvaka .post {
  zoom: 1;
}

#newsDzhvaka .post a {
  color: #730d1f;
}

#imglist {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

#imglist li {
  display: inline-block;
  margin-right: 10px;
}

*+html #imglist li,* html #imglist li {
  display: inline;
  zoom: 1;
  margin-right: 13px;
}

#soundmanager-debug-toggle {
  display: none;
}

#imglist2 {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

#imglist2 li {
  display: inline-block;
  margin-right: 10px;
}

*+html #imglist2 li,* html #imglist2 li {
  display: inline;
  zoom: 1;
  margin-right: 13px;
}

#imglist2 a {
  display: block;
  position: relative;
}

#imglist2 span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/zoom.png);
  top: 5px;
  right: 5px;
  position: absolute;
}

#imglist2 a img {
  border: 2px solid #306ea1;
}

#imglist2 a:hover img {
  border: 2px solid #204A6C;
}

/* Страница для поисковиков */
#jab {
  width: auto;
}

#jab .content table {
  border-collapse: collapse;
  margin-top: 20px;
}

#jab .content table td,#jab .content table th {
  border: 1px solid #eee;
  padding: 2px 5px;
  text-align: center;
}