﻿.news_tabs .tabBtn
{
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #292929;
    display: block;
    float: left;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 26px;
}
.news_tabs .tabBtn .tabBtn_left
{
    background-image: url(/Content/images/home/tabs/btn_tabs_left.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 26px;
    width: 3px;
}
.news_tabs .tabBtn .tabBtn_middle
{
    background-image: url(/Content/images/home/tabs/btn_tabs_middle.png);
    background-position: 0 0;
    background-repeat: repeat;
    display: block;
    float: left;
    height: 26px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    margin: 0;
}
.news_tabs .tabBtn .tabBtn_right
{
    background-image: url(/Content/images/home/tabs/btn_tabs_right.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 26px;
    width: 3px;
}
.news_tabs .tabBtn:hover div
{
    background-position: center bottom;
    cursor: pointer;
}
.news_tabs .tabBtn.selected div
{
    background-position: center bottom;
    cursor: default;
}
.news_tabs .tabBtn .icon
{
    height: 15px;
    width: 18px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.news_tabs .tabBtn .icon img
{
    height: 15px;
    width: 15px;
}

.news_tabs .tabBtn .tabBtn_title
{
    float: left;
    color: #E4E4E4;
    font-size: 10px;
    margin-top: 7px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
}
.news_tabs .more_news
{
    float: right;
}
.news_tabs a .more_news
{
    font-weight: bold;
    color: #06F;
    text-decoration: none;
    font-size: 10px;
    margin-top: 7px;
    margin-left: 10px;
}
