@CHARSET "UTF-8";

/* ---------------- jobb felül az ajánlón */

div.newsoffer {
	/*height: 100%; ez így nem volt jo sajna, fixalni kell */
	height: 205px;		
	/*background-color: #808080;*/
	overflow-y: hidden;
}

div.newsoffer div.offer {
	padding-bottom: 10px;
}

div.newsoffer div.offer a {
	text-decoration: none;
	color: #ee1c25;
}

div.newsoffer div.offer p.title {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.1;
	color: #ee1c25;
	margin: 10px 0px 0px 0px;
}

div.newsoffer div.offer p.date {
	font-size: 9px;
	margin: 3px 0px 0px 0px;
	color: #5a5a5a;
}

div.newsoffer div.offer p.lead {
	margin-top: 7px;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.2;
	color: #5a5a5a;
	text-align: justify;
}

/* ---------------- content részen a hirlistaban */

div.newslist {
}

div.newslist div.offer {
	padding-bottom: 30px;
}

div.newslist div.offer a {
	text-decoration: none;
	color: #ee1c25;
}

div.newslist div.offer p.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

div.newslist div.offer p.date {
	font-size: 9px;
	margin: 3px 0px 0px 0px;
}


div.newslist div.offer p.lead {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	margin-top: 7px;
	text-align: justify;
}
