﻿/*
	BBC News
	___________________________________________________________________________________________________
*/

.news
{
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 600px;
}

.news .heading
{
    background: url('../content/images/news-header.jpg');
    color: #fff;
    display: block;
    font-weight: bold;
    height: 25px;
    margin: 0;
    padding: 10px 0 0 80px;
}

.news .items
{
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.news .items .item,
.news .items .item-alternative
{
    color: #333;
	display: block;
	overflow: hidden;
	padding: 10px;
}

.news .items .item-alternative
{
    background: #fff0e0;
}

.news .items .description
{
	display: block;
	overflow: hidden;
}

.news .items .thumbnail
{
	border: 0;
	float: left;
	padding-right: 10px;
}