/*
Copyright (c) 2010 Mediasparx (http://www.mediasparx.com)

Content:
    Teaser

*/

.Teaser {
	float: left;
	clear: both;
	width: 932px;
	height: 131px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.Teaser p {
	padding: 0;
	margin: 0;
}

.Teaser .listRow {
	position: relative;
	float: left;
	clear: none;
	width: 232px;
	height: 131px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #ffffff;
}

.Teaser .listRow a {
	position: relative;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.Teaser .listRow a span {
	width: 932px;
	height: 131px;
	float: left;
	position: absolute;
	z-index: 20;
	top: 0; left: 0;
}

.Teaser .listRow .tplvar-listitem-title-prepend {
	width: 202px;
	height: 131px;
	float: left;
	background-color: #111;
	background: transparent url(../gfx/caption_back.png) repeat;
	padding: 15px;
	padding-top: 8px;
	position: absolute;
	z-index: 10;
	top: 93px;
	left: 0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.Teaser .listRow .listSummary {
	padding-top: 10px;
	font-weight: normal;
	text-align: left;
}