﻿select
{
    width: 150px;
    margin: 0px;
    background: #fff;
    border: solid 1px #5E5E5E;
    color: #000;
    padding:2px;
    font-size: 1em;
}

img
{
    border:none;
}

.news-section img
{
    position:absolute;
}

.navNumbersHolder
{
    margin: 0 0 0 48px;
    padding:0px;
    display:inline;
    height:21px;
    width:21px;
    background-color:#EDEDED;
}

.navNumbersHolder a.navNumbers, .navNumbersHolder a.navNumbersOn
{
    color:#3C3B3B;
    text-decoration:none;
    padding:4px 8px;
    background-color:White;
}

a.navNumbersOn
{    
    font-weight:bold;   
}

a.navNumbers:hover
{
    color:#FF201B;
}

.stContent .cont .news-section
{
    /*border:solid 1px red;   */
}

.stContent .cont .news-section img
{
    padding: 0;
    margin: 0;
    
    
}

.headerNewsArticle
{
    width: 738px;
    height: 53px;
    margin-left: 8px;
    margin-top: 5px;
    padding-top: 15px;
    /*background-image:url('/_common/images/news/news_article_header.gif');
    background-repeat:no-repeat;*/
    
}

.headerNewsArticle .bankgothic-header
{
    width:360px;
    float:left;
    
}
.headerNewsArticle .bankgothic
{
    width:300px;
    float:right;text-align:right;
}

.newsItem
{
    width: 783px;
    height: 143px;
    padding:0;
    /*background: url(/_common/images/news/news_item_bg.gif);
    background-repeat:no-repeat;*/
    margin:0 0 10px 0;
    background-color:#fff;
}

.newsItem .newsItemLeft
{
    padding:5px;  
    width:172px;
    float:left;  
}

.newsItem .newsItemRight
{
    float:right;
    width:591px;
    height: 133px;
}

.newsItem .newsItemRight_L
{
    width:429px;
    float:left;
    border-right:solid 2px #EDEDED;
    height: 118px;
    padding:5px;
}

.newsItem .newsItemRight_L h2
{
    font-weight:bold;
    color:Red;
    font-size:1.2em;
}

.newsItemRight_R
{
    width:140px;
    float:right;
    padding:5px;
}

.newsItem .newsItemRight .newsItemRight_L .moreNews
{
    float:left;
}

