html, body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 11px;
  line-height: 150%;
  color: #000609;
  height: 100%;
  background: url() 50% 0% no-repeat;
}

body {
  background: #ffffff;
  text-align: center;
}

body div {
  text-align: left;
}
a.a1:link {
color: white;
text-decoration: none;
font-weight: bold;
}
a.a1:visited {
color: white;
text-decoration: none;
font-weight: bold;
}
a.a1:hover {
color: white;
font-weight: bold;
text-decoration: underline;
}

/* A3 = User Menu */
a.a3:link {
/*width: 120px;*/
color: white;
text-decoration: none;
font-weight: bold;
display: block;
    width: 117px;
    height: 42px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
/*    background: #3F6491 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
/*    background: #000000;*/
/*    color: white;*/
    margin-bottom: 1px;
    padding-left: 0px;
    line-height: 20px;
    text-align: center;
}
a.a3:visited {
color: white;
text-decoration: none;
font-weight: bold;
display: block;
    width: 117px;
    height: 21px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
/*    background: #3F6491 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
/*    background: #000000;*/
    color: white;
    margin-bottom: 1px;
    padding-left: 0px;
    line-height: 20px;
    text-align: center;
}
a.a3:hover {
color: white;
font-weight: bold;
text-decoration: underline;
display: block;
    width: 117px;
/*    height: 21px;*/
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
/*    background: #fff url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
    background: #fff 10px 50% no-repeat;
    color: black;
    margin-bottom: 1px;
    padding-left: 0px;
    line-height: 20px;
    text-align: center;
}



a.a2:link {
color: white;
text-decoration: none;
font-weight: bold;
    display: block;
    width: 135px;
    height: 21px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
    background: #3F6491 url(../images/bullets/inact.gif) 10px 50% no-repeat;
    color: white;
    margin-bottom: 1px;
    padding-left: 20px;
    line-height: 20px;
}
a.a2:visited {
color: white;
text-decoration: none;
font-weight: bold;
    display: block;
    width: 135px;
    height: 21px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
    background: #3F6491 url(../images/bullets/inact.gif) 10px 50% no-repeat;
    color: white;
    margin-bottom: 1px;
    padding-left: 20px;
    line-height: 20px;

}
a.a2:hover {
color: white;
font-weight: bold;
text-decoration: underline;
    display: block;
    width: 135px;
    height: 21px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
    background: #fff url(../images/bullets/inact.gif) 10px 50% no-repeat;
    color: black;
    margin-bottom: 1px;
    padding-left: 20px;
    line-height: 20px;
}






form {
  margin: 0px;
  padding: 0px;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
}

img {
  border: 0px;
}

.table {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px;
}

.table td {
  padding: 0px;
  vertical-align: top;
  text-align: left;
}

.clearfix {
  clear: both;
  height: 1px !important;
  line-height: 1px !important;
  font-size: 1px !important;
}

.clearfix-0 {
  clear: both;
  height: 0px !important;
  line-height: 1px !important;
  font-size: 1px !important;
}

.clearfix-5 {
  clear: both;
  height: 5px;
  line-height: 1px !important;
  font-size: 1px !important;
}

.clearfix-10 {
  clear: both;
  height: 10px;
  line-height: 1px !important;
  font-size: 1px !important;
}

.hint {
  font-size: 9px;
  line-height: 11px;
}

/* LINKS */
  a, a:visited {
    color: #027bc5;
    text-decoration: none;
  }
  a:hover, a:active {
    text-decoration: underline;
    color: black;
    /*color: #027bc5;*/
  }
  
  .big-link {
    font-size: 16px !important;
  }
  .big-text {
    font-size: 16px !important;
  }
  .x-big-text {
    font-size: 16px !important;
    line-height: 20px;
  }
  .hidden {
    display: none;
  }
  .no-underline, .no-underline:hover {
    text-decoration: none;
  }
/* // LINKS */

/* HEADERS */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
  padding: 0px;
  color: #000305;
  font-weight: normal;
  text-transform: none;
}

.content-header, .content-header-details, .content-header-details-2, .content-header-full-news {
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  line-height: 100%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  float: left;
}

.content-header-full-news { /* #NewUPDATES */
  margin-left: 0px;
}

.content-header-details {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: #446995;
}

.content-header-details-2 {
  margin-left: 0px;
  margin-top: 12px;
  margin-bottom: 0px;
  line-height: 110%;
  float: left;
}

.header-hint {
  line-height: 105%;
}

.search-details-padding {
  padding-top: 6px; 
  display: block;
  clear: both;
}

h6.content-header {
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  line-height: 100%;
  margin: 0px;
  padding-top: 15px;
  margin-bottom: 0px;
  float: left;
}

.right-header {
  display: block;
  width: 200px;
/*  background: #dbecf6;*/
  color: white;
  background: #3F6491;
  margin-top: 0px;
}
.right-header h3 {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
/*  color: #000000;*/
  color: white;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  padding-left: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 24px;
}
/* newsy right side */
.right-header-news {
  display: block;
  width: 155px;
/*  background: #dbecf6;*/
  color: white;
  background: #3F6491;
  margin-top: 0px;
}
.right-header-news h3 {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
/*  color: #000000;*/
  color: white;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  padding-left: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 24px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
h5 { font-size: 14px; }
h6 { font-size: 11px; }



.blue-header {
  color: #027bc5;
  font-weight: bold;
}

.blue-text {
  color: #027bc5;
  font-weight: bold;
}
.orange-text {
  #color: #f81111;
  color: #f86716;
  font-weight: bold;
}

/* // HEADERS */

/* Wrapper */
  #wrapper {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
  }
/* // Wrapper */

  .top-bg {
    left:50%;
    top: 0px;
/*  margin-left: auto;
  margin-right: auto;*/
    margin-left: -481px;
    position: absolute;
    display: block;
    height: 134px;
    width: 960px;
    background: url(../images/top-bg.jpg) no-repeat;
  }

/* Header DIV */
  .header-div {
    left:50%;
    margin-left:-480px;
    position:relative;
    display: block;
    min-height: 116px; /* #NewUPDATES */
    width: 960px;
    border-bottom: solid 1px #e3e7ed;
  }
  .header-div .top-logo-link {
    display: block;
    width: 186px;
    height: 75px;
    float: left;
    background: url(../images/logo.png) no-repeat;
    margin-left: 135px;
    margin-top: 23px;
  }
  
  .header-div .login-header {
    float: left;
    /*height: 116px;*/
    /*background: #4C8BD2;*/
    /*background: url(../images/backg-loginbox.jpg) no-repeat; */
    padding: 2px;
    padding-left: 11px;
    padding-right: 19px;
    color: white;
  }
  .header-div .login-header table {
    /*width: 180px;*/
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .header-div .login-header table tr {}
  .header-div .login-header table tr td {
    font-size: 11px;
    vertical-align: top;
    padding: 0px;
    padding: 1px 1px;
  }
  .header-div .login-header table tr td strong {}
  .login-checkbox {
    position: relative;
    margin-top: 2px;
  }
  .header-div .login-header .login-footer {
    line-height: 120%;
    padding-top: 6px !important;
    padding-bottom: 0px;
  }
  
  .header-div .right-header-text {
    height: 116px;
    width: 220px;
    height: 96px;
    font-size: 14px;
    text-align: left;
    float: left;
    margin-left: 15px;
    margin-top: 13px;
    line-height: 21px;
    color: white;
    font-weight: bold;
  }
  .header-div .portal-text {
    height: 58px;
    width: 330px;
    font-size: 16px;
    text-align: center;
    float: right;
    margin-right: 100px;
    margin-top: 75px;
    line-height: 20px;
    color: white;
    font-weight: bold;

  }
  .header-div .right-header-text strong {
    font-size: 18px;
  }
/* // Header DIV */

/* Forms */
.button-link {
  display: block;
  float: left;
  background: url(../images/forms/button-bg.gif) repeat-x;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 5px;
  line-height: 100%;
  font-size: 11px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
}
.button-link:hover {
  background: transparent;
  border-bottom: solid 1px #c7cbcd;
  margin-bottom: 0px;
  color: #f86716 !important;
}
.float-right {
  float: right !important;
}
.button-link:hover {
  text-decoration: none;
}
.button-link-middle {
  width: 95px !important;
  padding-left: 4px;
  padding-right: 4px;
}
.input-text {
  width: 114px;
  font-size: 12px;
  border: solid 1px #b2b9c3;
}

.input-x-small {
  width: 40px !important;
}

.input-small {
  width: 50px !important;
}

.input-small2 {
  width: 60px !important;
}

.input-medium {
  width: 100px !important;
}

.input-big {
  width: 150px !important;
}

.input-x-big {
  width: 200px !important;
}

.input-checkbox {}
.input-radio {}

.label-checkbox {
  display: block;
}
.label-checkbox input {
  margin: 0px !important;
  position: absolute;
}
.label-checkbox span {
  padding-left: 18px;
  line-height: 12px;
}
.label-radio {
  display: block;
}
.label-radio input {
  margin: 0px !important;
  position: absolute;
}
.label-radio span {
  padding-left: 16px;
  line-height: 12px;
}

.input-button {
  background: url(../images/forms/button-bg.gif) repeat-x;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 2px;
  padding-bottom: 3px;
  line-height: 100%;
  font-size: 11px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
  border: 0px;
}

.input-select {
  width: 130px;
  /*border: solid 1px #b2b9c3;*/
}

.input-select-small {
  width: 130px;
  height: 20px;
  margin-top: 5px;
 margin-left: 10px;
}
.input-select-small-cur {
  width: 55px;
  height: 20px;
  margin-top: 0px;
  margin-left: 10px;
}

.center-buttons {
  width: 200px;
  margin: 0px auto;
}

/* // Forms */

/* Form table */
.form-table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
.form-table td {
}
.form-table td.label {
  font-weight: bold;
  text-align: right;
  padding: 4px;
  padding-top: 5px;
  width: 45%;
  vertical-align: top;
}
.form-table td.value {
  padding: 4px;
  padding-left: 14px;
  width: 55%;
}
.form-table td.single-value {
  padding: 4px;
  padding-left: 130px;
  padding-right: 130px;
}

.form-table td.single-value-small {
  padding: 4px;
  padding-left: 170px;
  padding-right: 135px;
}

.form-table td.small-padding {
  padding-left: 5px !important;
}
.require, .required {
  color: red;
}
/* // Form table */

.no-padding-left {
  padding-left: 0px;
}

.line-height-20 {
  line-height: 20px;
}

.left-small-margin {
  margin-left: 2px;
}
.margin-bottom {
  margin-bottom: 4px;
}

/* Flags */
.flagi {
  display: block; 
/*  overflow: hidden;*/
  width: 960px;
  height: 30px;
  left:100%;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
/*  position:relative;*/
}

.flags .scroller-left {  /* #NewUPDATES */
  cursor: pointer;
  display: block;
  float: left;
  width: 19px;
  height: 19px;
  margin-top: 2px;
  margin-right: 0px;
  /*background: url(../images/larr.jpg) no-repeat;*/
  /*background: url(../images/left.png) no-repeat;*/
  background: url(/media/left.png) no-repeat;
}
.flags .scroller-content {  /* #NewUPDATES */
  display: block;
  float: left;
  height: 16px;
  margin-top: 3px;
  margin-right: 0px;
  width: 960px;
}
.flags .scroller-right {  /* #NewUPDATES */
  cursor: pointer;
  display: block;
  float: left;
  height: 19px;
  margin-top: 2px;
  margin-right: 0px;
  width: 19px;
  /*background: url(../images/rarr.jpg) no-repeat;*/
  /*background: url(../images/right.png) no-repeat;*/
  background: url(/media/right.png) no-repeat;
}

.flag { /* #NewUPDATES */
  display: inline;
  float: right;
  height: 15px;
  margin-top: 1px;
  margin-left: 0px;
  margin-right: 1px;
}
.flag:hover {
  background-position: 0px 0px;
}
.flag-ru {
  background: url(../images/flags/ru.gif) 0px -18px no-repeat;
  width: 25px;
}
.user-flag {
  height: 18px;
  margin: 0px;
  margin-right: 3px;
  border: 0px;
  padding: 0px;
}

.langflag-block {
  position: relative;
  display: block;
 /* margin-left: auto;
  margin-right: auto;*/
  width: 960px;
  color: black;
  background: #fff;
/*  left:50%;*/
/*    top: 100px;
  margin-left: -481px;*/
}

.language-block {
  display: block;
  width: 210px;
  height: 40px;
  color: black;
  background: #fff;
  margin-top: 0px;
  float: left;
}

.flag-block {
  display: block;
  width: 750px;
  height: 32px;
  color: black;
  background: #fff;
  float: right;
}


/* //Flags */

  .menu-lang {
    width: 960px;
    height: 40px;
    color: white;
    left:50%;
    margin-left: -481px;
    position: relative;
    display: block;
}

/* Top Menu */
  .top-menu-table {
    width: 100%;
    background: #e3e7ed url(../images/top-menu/bg.gif) repeat-x;
    height: 88px;
    border-collapse: collapse;
    color: white;
/*    left:50%;*/
/*    margin-left: 0px;
    position: relative;
    display: block;*/
  }
  .top-menu-table td {
    vertical-align: top;
    padding: 0px;
    color: white;
  }
  
  .top-menu-div {
    display: block;
    width: 960px;
    height: 46px;
    margin-top: 4px;
    color: white;
  }
  
  .top-menu-element {
    display: block;
    height: 46px;
    float: left;
    cursor: pointer;
    color: black;
    /*margin-right: 10px;*/
  }
  .top-menu-element div {
      cursor: pointer !important;
    color: white;

  }
  .top-menu-element:hover {
    text-decoration: none;
    color: white;

  }
  .top-menu-element .top-menu-element-left {
    display: block;
    height: 46px;
    float: left;
    width: 5px;
    background: transparent;
    color: black;

  }
  .top-menu-element .top-menu-element-center {
    display: block;
    height: 46px;
    float: left;
    background: transparent;
    color: black;

  }
  .top-menu-element .top-menu-element-center div {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #e3e7ed;
    line-height: 100%;
    font-size: 12px;
    margin-top: 17px;
    font-weight: bold;
    color: black;

  }
  .top-menu-element .top-menu-element-right {
    display: block;
    height: 46px;
    float: left;
    width: 5px;
    background: transparent;
    color: black;

  }
  
  .top-menu-element-active {}
  .top-menu-element-active .top-menu-element-left {
    color: white;
    background: url(../images/top-menu/menu-la.gif) no-repeat;
  }
  .top-menu-element-active .top-menu-element-center {
    color: white;
    background: url(../images/top-menu/menu-ca.gif) repeat-x;
  }
  .top-menu-element-active .top-menu-element-center div {
    color: white;
   /* color: #01060e;*/

  }
  .top-menu-element-active .top-menu-element-right {
    color: white;
    background: url(../images/top-menu/menu-ra.gif) no-repeat;
  }
  
  .top-menu-element-over .top-menu-element-left {
    color: white;
    background: url(/media/rc4/images/top-menu/menu-l.gif) no-repeat;
  }
  .top-menu-element-over .top-menu-element-center {
    color: white;
    background: url(/media/rc4/images/top-menu/menu-c.gif) repeat-x;
  }
  .top-menu-element-over .top-menu-element-center div {
    color: white;
  }
  .top-menu-element-over .top-menu-element-right {
    color: white;
    background: url(/media/rc4/images/top-menu/menu-r.gif) no-repeat;
  }
/* // Top Menu */

/* Under top menu */
/* STATUS BAR POD MENU */
.under-menu-block {
/*    position: absolute;*/
  width: 960px;
  height: 40px;
/*org  background: #dbecf6;*/
  color: white;
  background: #3F6491;
/*  display: block;*/
/*  margin-left: auto;
  margin-right: auto;*/
  position: relative;
   margin-left: -480px;
  left:50%;

}

/* Under top menu */
/* USER MENU  */
.under-menu-block1 {
  width: 960px;
  height: 42px;
/*org  background: #dbecf6;*/
  color: white;
 /* background: #3F6491;*/
  background: #000000;
  margin-left: auto;
  margin-right: auto;

/*    left:50%;
    margin-left: -481px;*/
/*    position: relative;*/
    display: block;

}

/* Under top menu */
/* FLAGI */
.under-menu-block2 {
  width: 960px;
  height: 30px;
  /*org  background: #dbecf6;*/
  color: black;
 /* background: #3F6491;*/
 background: #fff;
 /* border: 1px solid red;*/
    margin-top: 0px;
}


.under-menu-block .breadcrumbs {
/* status bar  */
  float: left;
  margin-left: 18px;
  padding-top: 12px;
/*  color: #0e0601;*/
  color: white;
  width: 600px;
}
.under-menu-block .breadcrumbs a {
/* status bar text */
/*  color: #0e0601;*/
  color: white;
  text-decoration: none;
  line-height: 100%;
}
.under-menu-block .breadcrumbs a:hover {
/* status bar najechanie */
/*  color: #0e0601;*/
  color: white;
  text-decoration: underline;
}
.under-menu-block .under-menu-right {
  /* Online: */
  float: right;
  text-align:right;
  width: 300px;
  margin-right: 20px;
  padding-top: 2px;
  display: inline;
  color: white;
}
/* // Under top menu */

/* Top Search Box */
.top-search-box {
  display: block;
  /*width: 259px;*/
  height: 36px;
/*  color: #feffff;*/
  color: red;
  font-size: 11px;
  float: right;
/*  border: 1px solid red;*/
}
.top-search-box .input-text {
  width: 130px;
}

.top-search-box div {
  /*border: 1px solid red;*/
  display: block;
}

.input-text-small {
  width: 50px;
}
/* // Top Search Box */

.one-px-block {
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

/* Content Div */
.content-table {
  width: 100%;
  background: #e3e7ed;
  padding-bottom: 133px;
  border-collapse: collapse;
}

.content-table td {
  padding: 0px;
}

.content-table .content-div {
  display: block;
  width: 960px;
  padding-bottom: 133px;
  font-size: 11px;
}

.content-table .center-td {
  background: #ffffff !important;
}
.content-table .content-div .left-div {
  float: left;
  display: block;
  width: 200px;
  padding-bottom: 104px;
  margin-left: 0px;
  padding-top: 0px;

}
.content-table .content-div .center-div {
  float: left;
  display: block;
  width: 588px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 104px;
  margin-top: 1px;
/*  border: solid 1px #b2b9c3;*/
}
.content-table .content-div .right-div {
  float: right;
  display: block;
  width: 155px;
  /*padding-bottom: 374px;*/
  padding-bottom: 104px;
  margin-right: 5px;
}
/* /Content Div */

/* Footer */
.footer-table {
/* border-style: solid;*/
  position: relative;
  /*margin-top: -370px;*/
  margin-top: -50px;
  border-collapse: collapse;
  width: 100%;
  /*height: 370px;*/
  height: 120px;
  /*background: #38414e url(../images/footer-bg.gif) left top repeat-x;*/
  background: #3F6491 url(../images/footer-bg-top.gif) left top repeat-x;
}
.footer-table td {
  vertical-align: top;
  padding: 0px;
  
}
.footer-table .footer-table-bottom-tr td {

 /* background: #38414e url(../images/footer-bg-bottom.gif) left bottom repeat-x; /* #NewUPDATES */*/
  background: #3F6491 url(../images/footer-bg-bottom.gif) left bottom repeat-x; /* #NewUPDATES */
/* background: #3F6491;*/
}
.footer-table .footer-div {

  display: block;
  width: 960px;
  height: 98px;
  background: #fff;
  background: #fff url(../images/footer-bg-house.gif) left bottom repeat-x;
  margin: 0px auto;
  margin-top: -10px;
}

.footer-content {
  width: 960px;
  margin: 0px auto;
  clear: both;
 background: #3F6491;
}

.footer-small-text {
  font-size: 8px;
/*  color: #ffffff;*/
  color: white;
  clear: both;
  margin: 0px auto;
  margin-top: 30px;
  line-height: 110%;
 background: #3F6491;
}

.footer-normal-text {
  line-height: 110%;
  font-size: 11px;
  text-align: center;
/*  color: #ffffff;*/
  color: white;
  clear: both;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 10px;
 background: #3F6491;
}

.footer-normal-text a{
/*  color: #ffffff;*/
  color: white;
  text-decoration: underline;
}

.align-left {
  text-align: left !important;
}
.footer-menu {
  border-collapse: collapse;
  width: 1010px;
}
.footer-menu td {
  padding: 0px;
  text-align: left;
}
.footer-menu tr.top-footer-menu td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.footer-menu tr.top-footer-menu td a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.footer-menu tr.top-footer-menu td a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-menu tr.bottom-footer-menu td {
  text-align: left;
  vertical-align: top;
  padding: 50px 10px;
  border-right: solid 1px #888a8d;
}
.footer-menu tr.bottom-footer-menu td a {
  font-size: 11px;
  color: #fff;
  display: block;
  padding: 0px 10px;
  padding-bottom: 5px;
  clear: both;
  float: left;
  line-height: 120%;
}
.footer-menu tr.bottom-footer-menu td a:hover {
  color: #fff;
  text-decoration: underline;
}
.no-right-border {
  border-right: 0px !important;
}
/* //Footer */

.float-left {
  float: left;
}


/* Quick search */
  .left-blocka {
    width: 155px;
    display: block;
    background: #3F6491;
  }
  .left-blocka .left-block-header {
    display: block;
    width: 155px;
    height: 36px;
    background: url(../images/left-column/header.gif) no-repeat;
    margin-bottom: 20px;
  }
  .left-blocka .left-block-header div {
/* Quick search header text backg */
    width: 155px;
    position: absolute;
    margin-top: 12px;
    /*margin-bottom: 12px;*/
    /*border: 1px solid red;*/
/*    margin-left: 5px;*/
    line-height: 100%;
    color: #ffffff;
    background: #000000;
    font-weight: bold;
    text-align: center;
  }
  .left-blocka .left-user-header .user-text { border-collapse: collapse; margin-left: 15px; height: 35px;}
  .left-blocka .left-user-header .user-text td { padding: 0px; padding-top: 1px; vertical-align: middle; color: #fff; font-weight: bold;}
  .left-blocka .left-user-header div {
    text-align: center;
  }



/* Left Column */
  .left-block {
    width: 155px;
    display: block;
  }
  .left-block .left-block-header {
    display: block;
    width: 155px;
    height: 36px;
    background: url(../images/left-column/header.gif) no-repeat;
  }

  .left-block .left-block-header div {
/* Quick search header text backg */
    width: 155px;
    position: absolute;
    margin-top: 12px;
    /*margin-bottom: 12px;*/
    /*border: 1px solid red;*/
    /*margin-left: 17px;*/
    line-height: 100%;
    color: #ffffff;
    background: #000000;
    font-weight: bold;
    text-align: center;
  }
  .left-block .left-user-header div {
    margin-top: 8px;
    text-align: left;
  }
  .left-block .left-user-header .user-text { border-collapse: collapse; margin-left: 15px; height: 35px;}
  .left-block .left-user-header .user-text td { padding: 0px; padding-top: 1px; vertical-align: middle; color: #fff; font-weight: bold;}
  .left-block .left-user-header div {
    text-align: left;
  }
  

/* User menu Column */
  .left-block1 {
    width: 155px;
    display: block;
  }
  .left-block1 .left-block-header1 {
    display: block;
    width: 155px;
    height: 30px;
/*    background: url(../images/left-column/header.gif) no-repeat;*/
  }
  .left-block1 .left-block-header1 div {
/* Quick search header text backg */
    width: 260px;
    position: absolute;
    margin-top: 12px;
    /*margin-bottom: 12px;*/
    /*border: 1px solid red;*/
    /*margin-left: 17px;*/
    line-height: 100%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }
  .left-block1 .left-user-header1 div {
    margin-top: 8px;
    text-align: left;
  }

  .left-block1 .left-user-header1 .user-text1 { border-collapse: collapse; margin-left: 15px; height: 30px;}
  .left-block1 .left-user-header1 .user-text1 td {padding: 0px; padding-top: 2px; text-align: center; vertical-align: top; color: #fff; font-weight: bold;}
  .left-block1 .left-user-header1 div {
    text-align: center;
 }

  .left-block1 .left-block-element1 {
/* search box */
/*    background: #dbecf6;*/
/*    background: #3F6491;*/
    background: #000000;
    color: white;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 1px;
    padding-left: 10px;
  }
  .left-block1 .left-block-element1 div {
    width: 120px;
    color: white;
  }
  .left-block-element-link1 {
    display: block;
    width: 120px;
    height: 21px;
/*    background: #becf6 url(../images/bullets/inact.gif) 10px 50% no-repeat;
    background: #3F6491 url(../images/bullets/inact.gif) 10px 50% no-repeat;*/
    background: url(../images/left-column/header.gif) no-repeat;

    color: white;
    margin-bottom: 1px;
    padding-left: 20px;
    line-height: 20px;
  }
  .left-block-element-link1:hover {
/*    background: #dbecf6 url(../images/bullets/act.gif) 10px 50% no-repeat;
    background: #3F6491 url(../images/bullets/act.gif) 10px 50% no-repeat;*/
    background: url(../images/left-column/header.gif) no-repeat;
    text-decoration: underline;
    color: white;
  }
  .left-block-element-link-active1 {
    display: block;
    width: 120px;
    /*height: 21px;*/
/*    background: #ffffff url(../images/bullets/act.gif) 10px 50% no-repeat;*/
    background: url(../images/left-column/header.gif) no-repeat;

    margin-bottom: 1px;
    text-decoration: none;
    padding-left: 20px;
    line-height: 20px;
    color: white;
  }
  .left-block-element-link-active1:hover {
    text-decoration: underline;
    color: white;
  }

/* // Left Column */

.hr {
  line-height: 1px;
  border-bottom: solid 1px #b5b7b9;
  height: 0px;
  font-size: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

/* Cities List */
.cities-list {
  float: left;
  display: block;
  width: 179px;
  margin-left: 3px;
}
.cities-list a {
  display: block;
  float: left;
  clear: left;
}
/* Cities List */

.right-home {
  width: 200px;
  margin-top: 0px;
  margin-left: 0px;

/*  border: solid 1px #888a8d;*/
  background: #fff url(../images/news-back.jpg) no-repeat;

}

.right-home-margin {
  width: 200px;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

.right-home .home-descr {
  width: 140px;
  float: right;
  line-height: 120%;
}
.right-home .read-more-link {
  display: block;
  width: 195px;
  height: 10px;
  text-align: right;
  padding-bottom: 0px;
}


.no-left-margin {
  margin-left: 0px !important;
}

.margin-left {
  margin-left: 5px;
}

.margin-right {
  margin-right: 5px;
}


/* right news */
.right-home-news {
  width: 155px;
  margin-top: 0px;
  margin-left: 0px;

/*  border: solid 1px #888a8d;*/
  background: #fff url(../images/news-back.jpg) no-repeat;

}

.right-home-margin-news {
  width: 155px;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

.right-home-news .home-descr {
  width: 140px;
  float: right;
  line-height: 120%;
}
.right-home-news .read-more-link {
  display: block;
  width: 155px;
  height: 10px;
  text-align: right;
  padding-bottom: 0px;
}


.no-left-margin {
  margin-left: 0px !important;
}

.margin-left {
  margin-left: 5px;
}

.margin-right {
  margin-right: 5px;
}

sup {
  font-size: 8px;
  line-height: 150%;
}

.orange-text {
  #color: #111716;
   color: #f86716;
}

/* Simple table */
.orange-border {
  border: solid 4px #3F6491;
  #border: solid 3px #f86716;
}
.simple-table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
  /*width:550px;*/
  table-layout:fixed;

}
.simple-table td.nowrap {
  white-space: nowrap;
}
.simple-table td {
  padding: 0px;
  line-height: 120%;
}
.simple-table td img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.simple-table thead td {
  text-align: center;
  vertical-align: middle;
  background: #e3e7ed;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: bold;
}
.simple-table thead td a { color: #000; }
.simple-table thead td a:hover { color: #f86716; }
.simple-table td.active {
  color: #f86716;
}

.simple-table tbody tr.odd-tr td,
.simple-table-cells tbody div.odd-tr {
  background-color: #f0f3f6;
}
.orange-border table tbody tr.odd-tr td,
.orange-border table.simple-table-cells div.odd-tr {
  background-color: #ecf4f8;
}

.simple-table tbody tr.odd-tr1 td,
.simple-table-cells tbody div.odd-tr1 {
  background-color: #f0f3ea;
}
.orange-border table tbody tr.odd-tr1 td,
.orange-border table.simple-table-cells div.odd-tr1 {
  background-color: #ecf3ea;
}

.hl td,
div.hl {
/*  background-color: #dbecf6 !important;*/
  background-color: #3F6491 !important;
}


.hl-dd td,
div.hl {
  background-color: #E5EAEF !important;
}


.hl .highlite {
  color: #f86716;
}
.simple-table tbody tr.hl-2 td {
/*  background-color: #dbecf6;*/
  background-color: #3F6491;
}
.simple-table tbody tr.hl-2 .highlite {
  color: #f86716;
}

/*
  For orange borders simple tables
*/
.orange-border table tbody tr.hl td {
/*  background-color: #dbecf6;*/
  background-color: #3F6491;
}
.orange-border table tbody tr.hl .highlite {
  color: #f86716;
}
.orange-border table tbody tr.hl-2 td {
/*  background-color: #dbecf6;*/
  background-color: #3F6491;
}
.orange-border table tbody tr.hl-2 .highlite {
  color: #f86716;
}


.simple-table tbody td {
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
}
.simple-table td.no-padding { padding: 0px; padding-top: 1px; padding-bottom: 1px; }
.simple-table td.small-padding { padding: 2px; }
.simple-table a:hover {
  text-decoration: none;
  color: #f86716;
}  


/* // Simple table */

/* Pager */
.pager {}

.pager div,
.pager a { float: left; margin: 0px 1px; padding: 0px; line-height: 100%;}

.pager .pager-element {
  font-size: 10px;
  color: #1b0f08;
  text-decoration: none;
}
.pager .pager-element:hover {
  color: #f86716;
  text-decoration: none;
}
.pager .active {
  color: #f86716;
}
/* // Pager */

.bold {
  font-weight: bold;
}

.right-of-content-header {
  float: right;
  padding-top: 10px;
  width: 340px;
}
.right-of-content-header .input-select {
  float: right;
  margin-left: 10px;
}
.right-of-content-header div {
  line-height: 100%;
  float: right;
  margin-top: 5px;
}
/* Filters */
.left-filter {
  float: left;
  width: 150px;
}
.left-filter a {
  float: left;
  text-decoration: none;
  margin-left: 5px;
}
.left-filter div {
  line-height: 100%;
  float: left;
  margin-top: 2px;
}
.view-1 {
  display: block;
  width: 17px;
  height: 16px;
  background: url(../images/icons/view1.gif) no-repeat;
}
.view-2 {
  display: block;
  width: 17px;
  height: 16px;
  background: url(../images/icons/view2.gif) no-repeat;
}

.right-filter {
  float: right;
  width: 340px;
}
.right-filter div {
  line-height: 100%;
  float: right;
  margin-top: 4px;
}
.right-filter .input-select {
  float: right;
  margin-left: 10px;
}

/* Filters */

/* Help */
h6.question {
  color: #027bc5;
  font-weight: bold;
}
p.answer {
  margin-bottom: 0px;
}
/* //Help */

/* Popup Hints */
.popup-hint {
  position: absolute;
  border: solid 1px #8e8a8a;
  background: #fff;
  padding: 5px;
  color: #110f0f;
  font-size: 11px;
  line-height: 120%;
  width: 120px;
  margin-left: 102px;
  margin-top: -43px;
  z-index: 1000 !important;
}
.popup-hint strong {
  color: #f86716;
}
.popup-hint-1 {

}
.popup-hint-2 {
  margin-top: -24px;
}
/* // Popup Hints */

/* Popup Table */
.popup-table {
  border-collapse: collapse;
  border: solid 1px #8b8989;
}
.popup-table td {
  padding: 10px;
}
.popup-table thead td {
  border: solid 1px #8b8989;
/*  background: #dbecf6;*/
  background: #3F6491;
}
.popup-table tbody td {
  text-align: center;
  background: #ffffff;
}
.popup-table .popup-text {
  text-align: left;
  background: #ffffff;
}
/* // Popup Table */

/* Tabs */
  .tabs-div {
    display: block;
    clear: both;
    padding-top: 10px;
  }
  .tabs-div div {
    display: block;
    float: left;
    height: 35px;
  }
  .tabs-div .tab {
    background: url(../images/tabs/inactive.gif) left bottom repeat-x;
  }
  .tabs-div .tab .tab-left {
    width: 34px;
  }
  .tabs-div .tab .tab-center {}
  .tabs-div .tab .tab-right {
    width: 34px;
  }
  .tabs-div .tab a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 34px;
  }
  .tabs-div .tab a:hover {
    color: #f86716;
    text-decoration: none;
  }
  .tabs-div .active-tab {
    background: transparent;
  }
  .tabs-div .active-tab .tab-left {
    background: url(../images/tabs/la.gif) no-repeat;
  }
  .tabs-div .active-tab .tab-center {
    background: url(../images/tabs/ca.gif) repeat-x;
  }
  .tabs-div .active-tab .tab-right {
    background: url(../images/tabs/ra.gif) no-repeat;
  }
  .tabs-div .active-tab a {
    color: #f86716;
  }
/* // Tabs */

.no-top-padding {
  padding-top: 0px !important;
}

.no-top-padding-hr {
  line-height: 1px;
  border-top: solid 1px #b5b7b9;
  height: 1px;
  font-size: 1px;
  margin-bottom: 10px;
  clear: both;
}

/* Full Descr */
.full-descr-rigth {
  float: right;
  width: 240px;
  line-height: 12px;
}

.full-descr-rigth1 {
  float: right;
  width: 160px;
  margin-right: 40px;
}
.full-descr-rigth1 strong {
  padding-left: 10px;
}
.full-descr-rigth1 .hr {
  padding-top: 8px;
  margin-bottom: 8px;
}

.fotos-left {
  float: left;
  width: 340px;
  overflow: auto;
  height: 160px;
}

.main-foto img {
  border: solid 1px #aaa;
}

.fotos-left img {
  border: solid 1px #aaa;
  margin-bottom:2px;
  margin-left:2px;
}

.descr-contacts {
  margin-left: 20px;
}
/* // Full Descr */

/* Simple table */
.simple-table-cells {
  width: 100%;
  border-collapse: collapse;
}
.simple-table-cells td {
  padding: 0px;
}

.single-search-cell {
  width: 164px;
  height: 180px;
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.single-search-cell .search-price {
  clear: both;
}
.single-search-cell .search-price .label {
  font-weight: bold;
  float: left;
  line-height: 110%;
}
.single-search-cell .search-price .prices {
  float: left;
  line-height: 110%;
}

.single-search-cell .search-cells-text {
  cursor: pointer;

}

.single-search-cell2 .search-cells-text {
  cursor: pointer;

}

/* // Simple table */

.lang-choose {
  margin-top: 11px;
 width: 750px;
 margin-left: 150px;
}




/* #NewUPDATES BEGIN */
.under-full-news-foto {
  border: solid 1px #aaa;
  /*width: 120px;
  height: 80px;*/
  float: left;
  margin-right: 10px;
}

.big-full-news-foto {
  border: solid 1px #aaa;
  /*width: 300px;*/ 
  /* height: 200px; */ 
  float: left; 
  margin-right: 10px; 
  margin-bottom: 10px;
}
/* #NewUPDATES END */


.over{
      cursor:pointer;
   }
