﻿/*** Content Section ***/
.contentContainer
{
    width:740px;
    float:left;
}
.contentSection
{
    width:535px;
    margin-right:4px;
    border-right:solid 1px #ccc;
    float:left;
}
.newsSliderSection
{
    width:528px;
    border:solid 1px #ccc;
    float:left;
}
/*** ContentList Section ***/
.contentListSection-small
{
    width:530px;
    margin-top:5px;
    float:left;
}
.contentListSectionHeader-small
{
    width:530px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    float:left;
}
.contentListSection-big
{
    width:740px;
    margin-top:5px;
    float:left;
}
.contentListSectionHeader-big
{
    width:740px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    float:left;
}
.contentListSectionHeader-title
{
    font-size:12px;
    font-weight:bold;
    text-indent:5px;
    float:left;
}
.contentListSectionHeader-all
{
    margin-right:5px;
    float:right;
}
.contentListSectionHeaderLink
{
    color:#333;
    text-decoration:none;
}
.contentListSectionHeaderLink:hover
{
    text-decoration:underline;
}
/*** Detail ***/
.detailContainerHeader
{
    width:740px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #aaa;
    float:left;
}
.detailContainerHeader-title
{
    font-size:11px;
    text-indent:5px;
    font-weight:bold;
    float:left;
}
.detailContainerHeader-date
{
    font-size:11px;
    color:#000;
    margin-right:5px;
    float:right;
}
.detail
{
    width:730px;
    padding:0 5px 0 5px;
    margin-top:5px;
    float:left;
}
