﻿.NewsItem
{
border: solid 1px #cccccc;
padding:10px;
}

.NewsTitle
{
	text-align: left;
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url(  '../../App_Themes/auto-sluzby/images/h1_background.gif' );
	text-decoration: underline;
}
.NewsDate
{
    font-family: Arial;
    font-size: 0.8em;
    font-weight: normal;
    color: #666666;
    font-style:italic;
	padding-bottom: 10px;
}
.NewsText
{
    font-family: Arial;
    font-size: .9em;
    font-weight: normal;
    color: #cccccc;
}
.NewsHR
{
	height:1px;
	color:#cccccc;
}

