/* CSS Document */
#teasersContainer {
	height: 210px;
	/*background-color: #CCFFFF;*/
}
div.teaserItemBloc {
	margin-top: 10px;
	margin-bottom: 11px;
	border-top: 5px solid #ebeae8;
	border-bottom: 1px solid #cccccc;
	height: 54px;
	background-image: url(../img/hometeasersbg.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
div.teaserItemBloc table {
	width: 100%;
	height: 100%;
}
div.teaserItemBloc td {
	width: 100%;
	height: 100%;
}
a.teasersItem {
	/*display: block; */
	/* padding: 15px 0px 0px 24px; */
	/*margin-top: 10px;*/
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a.teasersItem:hover {
	font-weight: bold;
	color: #9E003B;
	text-decoration: none;
}
