/**
 *    Describes the sections
 */
.section, .section-image, .section-read-more {
    background-color: #efefef;
    color: #000000;
}

.section-read-more {
    padding: 5px;
}

.section a, .section-article a, .section-title a {
    text-decoration: none;
    color: #000000;
    display: block;
}

.section-article {
    text-align: left;
}

.section-bullet {
/*    width: 13px;*/
}

.section-arrow {
/*    width: 24px;*/
}

.section-image .section-article {
    vertical-align: top;
}

.section-image-wrapper, .section-image-wrapper-with-border {
    padding: 4px 0px;
}

.section-image-wrapper-with-border {
    border-top: 1px solid #DDDDDD;
}

.section-title, .section-top-title {
    color: #000;
}

.section-top-title {
    font-weight: bold;
    padding: 4px 4px 2px;
    font-size: 12px;
}

.section-time {
    color: #888888;
}

.section-category {
    background-color: #a50000;
    color: #ffffff;
    padding: 1px 3px 0;
    margin-right: 5px;
}

hr.section-seperator {
    border: 0;
    border-top: 1px solid #888888;
}

div.section-seperator {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    margin: 0 5px 5px;
}

span.video-bullet {
    background-color: #aaaaaa;
    color: #ffffff;
    padding: 1px 2px;
}

span.video-dash {
    color: #888888;
}

div.video-navi-links {
    background-color: #efefef;
    padding: 2px;
}

div.video-navi-links a.previous {
    padding: 5px;
    color: #000000;
}

div.video-navi-links a.next {
    padding: 5px;
    color: #000000;
}
