
/* mod_teaser css */

.mod_teaser { 
	position:relative;
	background:#fff;
	width:960px;
	margin:0 auto;
	padding-top:6px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
}

.mod_teaser img { 

}
.mod_teaser .teaserwrapper {
	position:relative;
	width:228px;
	height:130px;
	overflow:hidden;
}

.mod_teaser .moresymbol {
	background:transparent url(/images/more_symbol.png) repeat scroll 0 0;
	height:13px;
	
	
	position:absolute;
	bottom:0;
	right:0;
	width:13px;
	cursor:pointer;
}

.mod_teaser .moretext {
	height:13px;
	opacity:0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	position:absolute;
	right:13px;
	bottom:0;
	width:72px;
	cursor:pointer;
}

.mod_teaser hr { 
	margin-bottom:3px;
	margin-top:3px;
}

.mod_teaser hr.red { 
	background-color:#ae192b;
}

.mod_teaser .arrow {
	margin-left:1px;
	margin-right:4px;
	margin-top:3px;
}

.mod_teaser .redarrow {
	margin-left:1px;
	margin-right:4px;
	margin-top:3px;
}

.mod_teaser p {
	margin-top:4px;
}


.mod_teaser #highlights {

}

.mod_teaser #highlights h4 {
	color:#333333;
}

/*
.preload { background:transparent url("../images/spin.gif") center center no-repeat; }

*/