body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

h1, .hero-unit h1 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
}


.hero-unit hr, .small-line {
    margin: 5px 0;
    margin-top:10px;
    width: 40px;
    border: 0;
    border-top: 1px solid #c8d9e6;
    border-bottom: 1px solid #c8d9e6;
}

hr {
    margin: 5px 0;
}

td {
    padding: 0px;
}

p, .hero-unit p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

a {
    color:#0094d7;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.hero-unit {
    padding: 0px;
    margin-bottom: 30px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

fieldset {
    padding: 15px;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #EEE;
    background-color: whiteSmoke;
}

legend {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    border: 0;
    border-bottom: none;

}

label.formRow span {
    width:150px;
    text-align: right;
    padding-right: 5px;
    /*display: block;*/
    float: left;
    padding-top: 5px;
}

label.formRowCaptcha span {
    width:150px;
    text-align: right;
    padding-right: 5px;
    /*display: block;*/
    float: left;
    padding-top: 5px;
}
label.formRowCaptcha input[type=text] {
    float:left;
    margin-right: 5px;
}


form#user {
    /*width:500px;*/
}
form input#submitbutton {
    margin-left: 155px;
}

form label{
    width:100%;
    display:block;
}

input.input-error, textarea.input-error {
    border: #ff5500 1px solid;
    color: #ff5500;
}

.navbar {
    float: left;
}

.navbar-inner {
    padding-left: 0;
    padding-right: 0;
    min-height: 38px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #b3d7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#b3d7e7));
    background-image: -webkit-linear-gradient(top, #ffffff, #b3d7e7);
    background-image: -o-linear-gradient(top, #ffffff, #b3d7e7);
    background-image: linear-gradient(to bottom, #ffffff, #b3d7e7);
    background-repeat: repeat-x;
    border: 0px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffb3d7e7', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #555;
    text-decoration: none;
    background-color: #1890d5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);

    background-image: -moz-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3ec3ec), to(#1890d5));
    background-image: -webkit-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: -o-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: linear-gradient(to bottom, #3ec3ec, #1890d5);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3ec3ec', endColorstr='#ff1890d5', GradientType=0);
}

 .navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
    color: #555;
    text-decoration: none;
    background-color: #1890d5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);

    background-image: -moz-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3ec3ec), to(#1890d5));
    background-image: -webkit-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: -o-linear-gradient(top, #3ec3ec, #1890d5);
    background-image: linear-gradient(to bottom, #3ec3ec, #1890d5);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff3ec3ec', endColorstr='#ff1890d5', GradientType=0);
}


.navbar .nav > li > a {
    text-shadow: none;
    color: #444444;
}

.navbar .nav > li {
    height: 38px;
    margin: 0 0px;
    background: url("/images/divider-vertical.png") top right no-repeat;
    padding-right: 2px;
}

.navbar .nav > li:last-child{
    background: none;
    padding-right: 0px;
}

.navbar .nav > li:first-child a {
    border: 0px solid #ffffff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.navbar .nav > li:last-child a {

    border: 0px solid #ffffff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.span4 {
    padding: 15px 10px;
}

.span9 {
    margin-left:0;
}

.news_box {
    border: 0px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);

}

.news-time {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #a3bac4;
    font-weight: bold;
    line-height: 16px;
}

.logo {
    float:left;
    display: block;
    width: 248px;
    height: 35px;
}

.header {
    padding-top: 22px;
    background: url("/images/header_line.png") no-repeat;
    background-position: bottom center;
    height: 85px;
    display: block;
}

.navbar .nav {
    margin: 0 0 0 0;
}

.navbar .divider-vertical {
    height: 38px;
    margin: 0 0px;
    border-right: none;
    border-left: none;
    background: url("/images/divider-vertical.png") no-repeat;
    width: 2px;
}

.navbar .nav > li > a {
    padding: 9px 15px 9px;
}

.social_buttons {
    float: right;
    padding-top: 8px;
}

.fb-like span {
    height:22px !important;
    margin-right: 5px;
}

.nav-pills > li > a {
    color:#0094d7;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #333333;
    background-color: #ffffff;
}

.nav-pills > li > a:hover {
    color: #333333;
    background-color: #ffffff;
}

.footer > form span.add-on {
    background: none;
    border-radius: 4px 0 0 4px;
}

.footer > form input.span2 {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.footer .input-prepend.input-append .add-on:first-child, .footer  .input-prepend.input-append .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}

.footer .input-prepend.input-append .add-on:last-child, .footer .input-prepend.input-append .btn:last-child {
    margin-left: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.formCKEditorRow {
    display: block;
    width: 100%;
    height: 463px;
}

.ckeditor_label {
    float: left;
    display: block;
    width: 150px;
    text-align: right;
}

.cke_skin_kama, .cke_skin_office2003 {
    float:left;
    width: 545px;
    margin-left: 5px;
}

.categories {
    padding-left: 0px;
    margin-left: 0px;
}

.categories > ul > li {
    margin-bottom: 5px;
}

.categories li.active > a {
    color:#000;
}

.categories > ul > li > a{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    color:#0094d7;
}

.categories li a img {
    margin-right: 10px;
}

.categories ul{
    list-style: none;
}

.categories > ul{
    padding-left: 0px;
    margin-left: 0px;
}

.categories > ul > li > ul {
    padding-left: 12px;
}

.categories ul ul li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color:#0094d7;
}

.butn_wrap{
    padding-left: 2px;
    display: block;
    width: 53px;
    height: 30px;
    background: transparent url("/images/button_calc_bg_left.png") top left no-repeat;
    float:left;
    margin: 0 2px;
}


.butn_wrap>input {
    width: 53px;
    height: 30px;
    margin: 0;
    background-color: transparent;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    border: 0px solid #262626;
    background: transparent url("/images/button_calc_bg_right.png") top right no-repeat;
}