﻿.newsContent {
  display: block;
}

.newsBox {
    background: url(images/news_box_top.png) no-repeat rgb(255, 249, 178); 
    width: 225px;
} 

.newsBoxTitle {
    text-align: center;
    background: transparent url('images/news_pin24.png') no-repeat left top;
}

.newsBoxLink {
    text-align: right;
    padding: 10px;
}

.newsBoxLink a, .newsBoxLink a:hover {
    display:block;
    font-size:13px;
    color: #575757;
    font-weight:bold;
    text-decoration:none;
}

.newsBoxFooter {
    height:15px;
    font-size:1px;
    overflow:hidden;
    background: #fff9b2 url('images/news_box_bottom.png') no-repeat top;
}

.newsBoxTitle a, .newsBoxTitle a:hover {
    display: block;
    font-size: 14px;
    color: #575757;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    margin-bottom: 8px;
    text-decoration: none;
}

.newsBoxTitle a:hover {
    color: #8a8a8a;
    text-decoration:none;
}

.newsBoxMessage {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    font-size: 11px;
    /*color: #575757;    */
    line-height: 15px;
}

