@import "base.css";
@import "tabsblock.css";

body, html, * {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.container {
    width: 1200px;
    text-align: center;
    margin: auto;
}

.container .top * {
    font-family: "Opensans-cond-bold", Arial, sans-serif;
}

.container .top .main {
    background-image: url("/templates/modules/news_v2/images/top_bg.png");
    height: 80px;
}

.container .top .main .logo {
    float: left;
    margin-top: 17px;
    margin-left: 38px;
}

.container .top .main .info {
    float: left;
    margin-top: 24px;
    margin-left: 30px;
    width: 914px;
}

.container .top .main .info .links {
    float: right;
}

.container .top .main .info .buttons {
    float: right;
    margin-right: 10px;
}

.container .top .main .info .search {
    float: right;
    margin-right: 10px;
}

.container .top .main .info .search .area {
    width: 179px;
    height: 33px;
    background: url("/templates/modules/news_v2/images/search_area.png") no-repeat left top;
}

.container .top .main .info .search .area .button {
    width: 33px;
    height: 33px;
    background-image: url("/templates/modules/news_v2/images/search_button.png");
    display: block;
    float: right;
    border-radius: 0 !important;
}

.container .top .main .info .search .area .button:hover {
    background-image: url("/templates/modules/news_v2/images/search_button_over.png");
}

.container .top .main .info .search .area input {
    border: none;
    height: 33px;
}

.container .top .main .info .search .area input[type=text] {
    line-height: 33px;
    width: 137px;
    background: transparent;
    padding-left: 3px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

.container .top .main .weather {
    float: left;
}

.container .top .main .weather .area {
    cursor: pointer;
    width: 193px;
    height: 33px;
    background-image: url("/templates/modules/news_v2/images/wether_area.png");
}

.container .top .main .weather .area .button {
    width: 33px;
    height: 33px;
    background-image: url("/templates/modules/news_v2/images/drop_button.png");
    display: block;
    float: left;
}

.container .top .main .weather .area .city {
    line-height: 33px;
    color: white;
    font-size: 10px;

    text-align: center;
    margin-left: 35px;
    margin-right: 70px;
    text-transform: uppercase;
}

.container .top .main .weather .area .t {
    float: right;
    height: 33px;
    width: 35px;
    color: white;
    line-height: 33px;
    text-transform: uppercase;
    text-align: center;
}

.container .top .main .weather .area .img {
    float: right;
    height: 33px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

.container .top .main .rates {
    float: left;
    margin-left: 5px;
}

.container .top .main .rates .area {
    cursor: pointer;
    width: 119px;
    height: 33px;
    line-height: 33px;
    background-image: url("/templates/modules/news_v2/images/rates_area.png");
}

.container .top .main .rates .area * {
    color: white;
}

.container .top .main .rates .area .r {
    font-size: 16px;
}

.container .top .main .rates .area .button {
    width: 33px;
    height: 33px;
    background-image: url("/templates/modules/news_v2/images/drop_button.png");
    display: block;
    float: left;
}

.container .top .menu {
    margin: auto;
    width: 1200px;
}

.container .top .menu .level1 {
    background-color: #7d0d11;
    height: 30px;
    padding-left: 20px;
}

.container .top .overTopMenu {
    background-color: #7d0d11;
    height: 60px;
}

.container .top .phTopMenu {
    height: 60px;
    background-color: transparent;
    display: none;
}

.container .top .menu ul {
    list-style: none;
}

.container .top .menu ul > li {
    float: left;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #8b0f13;
    border-right: 1px solid #6a1214;
}

.container .top .menu ul.level2 > li {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #d9d9d9;
}

.container .top .menu ul > li:first-child {
    border-left: none;
}

.container .top .menu ul > li.last {
    border-right: none;
}

.container .top .menu ul > li > a,.container .top .menu ul > li > a * {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.container .top .menu ul.level2 > li > a,.container .top .menu ul.level2 > li > a * {
    color: #000000;
}

.container .top .menu ul > li.item:hover {
    background-color: #6a1214;
}

.container .top .menu ul.level2 > li.item:hover {
    background-color: #eaeaea;
}

.container .top .menu ul.level2 > li.item:hover > a, .container .top .menu ul.level2 > li.item:hover > a *{
    color: red;
}

.container .top .menu ul > li.active {
    background-image: url("/templates/modules/news_v2/images/top_menu_active_item.png");
}

.container .top .menu ul > li.active > a,.container .top .menu ul > li.active > a * {
    color: #000000;
}

.container .top .menu .level2 {
    background-color: #eaeaea;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.container .top .menu .empty {
    background-color: transparent;
}

.container .content {
    width: 1160px;
    margin-left: 20px;
    line-height: 1.3;
}

.container .content .main_content {
    width: 860px;
    float: left;
    text-align: left;
}

/* columns */
.columnTitle {
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
}

.columnTitle * {
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
    display: inline;
}

.columnTitle a {
    color: #000000;
}

.columnTitle a:hover {
    color: red;
}

.columnTitle img {
    margin-left: 10px;
}

.columnTitle2 {

    border-bottom: 3px solid #000000;
    padding: 0;
    padding-bottom: 5px;
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
}

.columnTitle2 * {
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #000000;
    display: inline;
}

.columnTitle2 a {
    color: #000000;
}

.columnTitle2 a:hover {
    color: red;
}

.columnTitle2 img {
    margin-left: 10px;
}

/* buttons */
input[type=button], input[type=submit] {
    font-family: "Opensans-cond-bold", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    background: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-color: #e8e8e8;
    height: 30px;
    border: 1px solid #C5C5C5;
    text-shadow: #ffffff 1px 1px 0;
    color: #000000;
    outline: none;
    border-radius: 3px;
}

input[type=button]:hover, input[type=submit]:hover {
    color: red;
}

input[type=button]:active, input[type=submit]:active {
    color: red;
    background: linear-gradient(to bottom, #e8e8e8, #ffffff);
    background-color: #ffffff;
}

/* Right column */
.container .content .rightColumn {
    float: left;
    margin-left: 20px;
    width: 280px;
    min-height: 100px;
    text-align: left;
}

.container .content .rightColumn .columnTitle {
    padding-left: 16px;
}

.container .content .rightColumn .specThemes {
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
}

.container .content .rightColumn .specThemes li {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 10px;
}

.container .content .rightColumn .specThemes li * {
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
    color: #000000;
    /*font-size: 16px !important;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
}

.container .content .rightColumn .specThemes li a:hover * {
    color: red;
}

.container .content .rightColumn .specThemes li table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
}

.container .content .rightColumn .specThemes li td.img {
    padding: 0;
    height: 60px;
    width: 90px;
}

.container .content .rightColumn .specThemes li td.name {
    padding-left: 10px;
}

.container .content .rightColumn .specThemes li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.container .content .rightColumn .voting_block {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 10px;
    background-color: #f2f2f2;
}

.container .content .rightColumn .voting_block.block {
    background-color: #ffffff;
    border-bottom: none;
}

.container .content .rightColumn .voting_block.block .v.load, .container .content .rightColumn .voting_block.block .v.complete {
    border-bottom: 1px solid #e2e2e2;
}

.container .content .rightColumn .voting_block.block .v.load .v_c {
    background: url("/templates/modules/news/images/wait.gif") no-repeat center center;
}

.container .content .rightColumn .voting_block.block .v .v_c .v_item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.container .content .rightColumn .voting_block .v .v_item_p {
    float: right;
    text-align: center;
    width: 20%;
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    font-size: 16px !important;
}

.container .content .rightColumn .voting_block .v .v_item_b {
    float: left;
    width: 78%;
    height: 6px;
    background-color: #c5c5c5;
    margin-top: 8px;

}
.container .content .rightColumn .voting_block .v .v_item_b div{
    height: 6px;
}

.container .content .rightColumn .voting_title {
    border: 1px solid #9c0f13;
    background-color: #9c0f13;
    color: #ffffff;
}

.container .content .rightColumn .voting_title *{
    color: #ffffff;
}

.container .content .rightColumn .voting_block .title {
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;

    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
    margin-left: 16px;
    margin-top: 0;
    font-size: 16px;
    color: #000000;
}

.container .content .rightColumn .voting_block table {
    border-collapse: collapse;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.container .content .rightColumn .voting_block table > tbody > tr > td:first-child {
    padding-right: 10px;
    padding-left: 5px;
    vertical-align: top;
}

.container .content .rightColumn .voting_block table td {
    padding-bottom: 10px;
}

.container .content .rightColumn .voting_block .footer {
    border-top: 1px solid #9c0f13;
    background-color: #9c0f13;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container .content .rightColumn .voting_block.block .footer {
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.container .content .rightColumn .voting_block .footer input {
    color: red;
    cursor: pointer;
}

.container .content .rightColumn .voting_block.block .footer input {
    color: #4a4a4a;
}

.container .content .rightColumn .voting_block .footer input:hover {
    color: #aa0000;
}

.container .content .rightColumn .voting_block .footer a {
    font-family: "Opensans-cond-bold", Arial, sans-serif;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
    background: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-color: #e8e8e8;
    border: 1px solid #C5C5C5;
    padding-top: 4px;
    padding-bottom: 5px;
    text-shadow: #ffffff 1px 1px 0;
    color: #000000;
    outline: none;
    border-radius: 3px;
    margin-left: 10px;
}

.container .content .rightColumn .voting_block .footer a:hover {
    color: red;
}

/* right column banner */
.container .content .rightColumn .banner {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

/* right column social */

.container .content .rightColumn .social {
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 18px;
}

/* right column category */
.container .content .rightColumn .category {
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px;
}

.container .content .rightColumn .category .news {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 10px;

}

.container .content .rightColumn .category .news:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.container .content .rightColumn .category .news .image {
    width: 90px;
    height: 60px;
    float: left;
}

.container .content .rightColumn .category .news .image img {
    width: 90px;
    height: 60px;
}

.container .content .rightColumn .category .news .title {
    font-weight: bold;
    margin-left: 100px;
    font-size: 12px;
}

.container .content .rightColumn .category .news .title a {
    font-size: 12px;
}

.container .content .rightColumn .category .news .news_date {
    display: none;
}

/* bottom */
.container .bottom {
    margin-top: 20px;
    background-color: #f5f5f5;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 40px;
}

.container .bottom * {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.container .bottom .bottomPlace {

}

.container .bottom .bottomPlace .menu {
    float: left;
    width: 820px;
    border-right: 1px solid #d0d0d0;
    min-height: 200px;
    padding-left: 40px;
}

.container .bottom .bottomPlace .menu .col {
    float: left;
    text-align: left;
    margin-right: 40px;
}

.container .bottom .bottomPlace .menu .col .top a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #888888;
}

.container .bottom .bottomPlace .menu .col .top a:hover {
    color: red;
}

.container .bottom .bottomPlace .menu .col .child {
    margin-left: 20px;
    margin-bottom: 20px;
}

.container .bottom .bottomPlace .menu .col .child a {
    color: #888888;
}

.container .bottom .bottomPlace .menu .col .child a:hover {
    color: red;
}

.container .bottom .bottomPlace .info {
    margin-left: 860px;
    padding-left: 20px;
    text-align: left;
    padding-top: 10px;
    line-height: 1.5;

}

.container .bottom .bottomPlace .info * {
    font-size: 13px;
}

.container .bottom .bottomPlace .info a {
    color: #888888;
}

.container .bottom .bottomPlace .info a:hover {
    color: red;
}

.container .bottom .bottomPlace .info .social {
    margin-top: 20px;
}

.container .bottom .copyright {
    width: 860px;
    text-align: left;
    line-height: 1.5;
    margin-top: 40px;

}

.container .bottom .copyright * {
    color: #686868;
    font-size: 13px;
}

/* WEATHER BOX */
.weatherBox {
    position: absolute;
    display: none;
    background-color: #ffffff;
    /* border: 1px solid #d4d4d4;*/
    z-index: 200;
    padding: 10px;
}

.boxShadow {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.weatherBox .title {
    font-family: "Opensans-cond-bold", Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
    font-size: 18px;
    padding-bottom: 10px;
}

.weatherBox .city {
    border-top: 1px solid #d6d6d6;
}

.weatherBox .city td {
    font-family: "Opensans-cond-bold", Arial, sans-serif;
    text-transform: uppercase;
}

.weatherBox .city .t {
    color: red;
}

.weatherBox .column .city:first-child {
    border-top: none;
}

.weatherBox table {
    border-collapse: collapse;
}

.weatherBox div.column {
    float: left;
}

.weatherBox div.d {
    width: 20px;
    /*background: url("/templates/modules/news/images/top_info_delimiter.png") no-repeat center center;*/
    font-size: 5px;
    float: left;
}

.weatherBox img {
    max-height: 30px;
    margin-right: 5px;
}

/* Exchange rate */
.exchangeRateBox {
    position: absolute;
    display: none;
    background-color: #ffffff;
    /*border: 1px solid #d4d4d4;*/
    z-index: 200;
    padding: 10px;
}

.exchangeRateBox table {
    border-collapse: collapse;
}

.exchangeRateBox table * {
    padding: 5px;
    padding-left: 10px;
    font-family: "Opensans-cond-bold", Arial, sans-serif !important;
    text-transform: uppercase;

}

.exchangeRateBox table td {
    color: red;
    border-top: 1px solid #d6d6d6;
}

.exchangeRateBox table th {
    font-weight: normal;
}

.exchangeRateBox table td.name {
    color: #000000;
}
