/**************************************************************************
* news.tpl
**************************************************************************/
.factory_news_bar
{
    margin-bottom:5px;
}

.factory_news_list
{
    background-image : url('../images/default_img/left-sider-bar_r9_c2.gif');
    width:680px;
    height:40px;
}

.factory_news_title
{
    width:400px;
    height:40px;
    margin-top:-12px;
    *margin-top:10px;
    margin-left:20px;
    float:left;
    overflow:hidden;
}

.factory_news_name
{
    width:60px;
    height:40px;
    margin-top:-12px;
    *margin-top:10px;
    margin-left:20px;
    float:left;
    overflow:hidden;
}

.factory_news_date
{
    width:160px;
    height:40px;
    margin-top:-12px;
    *margin-top:10px;
    margin-left:20px;
    float:left;
    overflow:hidden;
}

/**************************************************************************
* view_news.tpl
**************************************************************************/
.title_area
{
    font-size:15pt;
    width:680px;
    height:35px;
    line-height:35px;
    float:left;
}

.name_and_date_area
{
    width:680px;
    height:20px;
    float:left;
    margin-bottom:20px;
}

.name_area
{
    width:340px;
    float:left;
}

.date_area
{
    width:340px;
    float:left;
    text-align:right;
    margin-right:0px;
}

#view_news_content
{
    width:680px;
    letter-spacing:1px;
    line-height:20px;
}