#block-panasonic_globalnewsfeed-global_news_feed{
    margin:35px 0 25px 0;
}
#global-news-container{
    margin:auto;
    max-width: 844px;
    background-color:#f6f6f6;
    border-top:1px solid #c9c9c9;
    vertical-align: top;
    font-size: 14px;
    color: #1f1f1f;
    padding-top: 10px;
    text-align: left;

}
#global-news-container img.news-icon{
    display: inline-block;
    margin-left:10px;
}
#global-news-container .news-filter{
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans Condensed','Arial',sans-serif;
    text-indent: 30px;
    background: url(../images/news-and-events-filter-bg.png) top left repeat-x;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #e2e2e2;
}
#global-news-container .news-filter .arrow{
    position: absolute;
    top: 0px;
    left: 10px;
    height: 100%;
    width: 12px;
    background: url(../images/selector-arrow.png) center left no-repeat;
}
#global-news-container .news-filter.open .arrow {
    background: url(../images/selector-arrow-up.png) center left no-repeat;
}
#global-news-container ul.filter-selector {
    border-bottom: 1px solid #cacaca;
    background: url(../images/news-and-events-filter-selector-bg.png) bottom left repeat-x #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style:none;
    list-style-type: none;
}
ul.filter-selector li:hover {
    color: #1aa0c4;
}
#global-news-container ul.filter-selector li {
    line-height: 15px;
    font-size: 11px;
    font-weight: bold;
    text-indent: 13px;
    cursor: pointer;
    margin:0 0 0 -2.5em;
}
#global-news-container .news-items{
    padding:10px;
    overflow: auto;
    background-color: white;
}
#global-news-container .news-items li{
    padding-bottom:5px;
    border-bottom:1px solid #c9c9c9;
}
#global-news-container .news-items a.news-item:hover{
    color:#1aa0c4;
}
#global-news-container .news-items li .news-item-title{
    font-weight: bold;
}
#global-news-container .news-items .item-list ul{
    list-style-type: none;
    max-height: 180px;
    padding: 0;
}
#global-news-container .news-items .item-list ul li{
    margin-left: 0px;
}
#global-news-container span.news-date{
    font-weight: bold;
    margin-right: 20px;
}
#content-area table #global-news-container h2{
    font-size:16px;
    display:inline-block;
    margin-top:4px;
    padding:0px;
    vertical-align: top;
}
#global-news-container a.rss-icon{
    float:right;
    position:relative;
    margin-right:15px;
    margin-top:6px;
}