/* 
    Document   : news
    Created on : 2011-11-04, 14:37:35
    Author     : ratioweb.pl
    Description:
        Purpose of the stylesheet follows.
*/

#block-views-news-block a {
	color: #ffff00;
}


#block-views-news-block h3.news-h3 a{
    text-transform: uppercase;
    color: white;
    
}

#block-views-news-block h3.news-h3 a:hover {
    text-decoration: none;
}

div.image-news {
    width: 300px;
    height: 181px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

#block-views-news-block h2.block-title {
    	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px;
	color: #ccc;
	font: 24px DINMediumRegular;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#block-views-news-block td {
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px 20px;
	width: 300px;
}

#block-views-news-block td.col-first {
    	clear: both;
	padding-left: 0;
}


