﻿.all-news-container
{
    /*margin: 40px auto 70px;
    position: relative;
    width: 1000px;
    
    background-color: White;*/
    margin: 40px auto;
    max-width: 95%;
    min-width: 800px;
    position: relative;
}

#allnews
{
    background-color: white;
    min-height: 600px;
}

#allnews ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

h2.all-news-tab
{
    margin: 0;
    padding: 0px 0px 0px 30px;
    display: block;
    width: 300px;
    height: 26px;
    background: url("../images/all-news-tab.png") repeat-x scroll center top transparent;
    background-color: #E5E5E5;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px; /*background: #E5E5E5 url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiNGRkYiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjRTVFNUU1IiByeD0iMTAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCB5PSIxMDAlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMCIgZmlsbD0iI0U1RTVFNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCwtMTApIi8+PC9zdmc+);*/
    
}

#allnews ul li
{
     border-bottom: 1px dotted black;
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
    width: 48%;
}

#allnews a
{
    color: #9F9F9F;
    display: block;
    font-style: italic;
    
    position: relative;
    text-align: right;
    text-decoration: underline;
}

.allnews-content
{
    height: 130px;
    position: relative;
}

.allnews-content img
{
    width: 23px;
    height: 23px;
    margin-left: 320px;
    margin-top: -10px;
}

.allnews-separator
{
    color: #5C5C5C;
    margin-top: 19px;
    margin-left: 10px;
    width: 367px;
    display: block;
    margin-top: 8px;
}

#allnews h2
{
    color: #5C5C5C;
    font-size: 15px;
    text-shadow: #999999 2px 2px 2px;
    margin-top: 19px;
    margin-left: 20px;
    display: block;
}

#allnews p
{
    color: #333333;
    font-size: 14px; /*height: 45px;*/
    margin: 0 0 0 20px;
    /*width: 460px;*/
    display: block;
}

.bottom-page
{
    background: url("../images/bottom-page.png") no-repeat scroll center top transparent;
    height: 59px;
   
}



