@charset "utf-8";


div.teaser {
	margin-bottom:2em;
}
div.teaser div.poweredby {
	text-align:right;
}
div.teaser div.poweredby a {
	background:url('/img/topin_icon.png') right center no-repeat;
	display:inline-block;
	text-decoration:none;
	padding-left:.5em;
	padding-right:35px;
	text-align:right;
	height:32px;
	text-transform:uppercase;
	color:#3482a2;
	font-size:10px;
	line-height:32px;
}
div.teaser div.content {
	border:1px solid #ddd;
	
	/* <Box Shadow... */
	box-shadow:0 2px 5px #ddd;
	-webkit-box-shadow:0 2px 5px #ddd;
	-moz-box-shadow:0 2px 5px #ddd;
	/* ...Box Shadow> */
	
	/* <Border Radius... */
	border-radius:.3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	/* ...Border Radius> */

	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
div.teaser div.content:hover {
	border-color:#aaa;
	
	/* <Box Shadow... */
	box-shadow:0 2px 7px #aaa;
	-webkit-box-shadow:0 2px 7px #aaa;
	-moz-box-shadow:0 2px 7px #aaa;
	/* ...Box Shadow> */
}
	

/*********************************/
div.teaser div.content small.title {
	float:right;
	line-height:25px;
}

/*********************************/
div.teaser a.main {
	display:block;
	text-decoration:none;
	padding:.5em;
}
div.teaser a.main:hover img.foto {
	opacity:.9;
}
div.teaser a.main:hover h3 {
	text-decoration:underline;
}
div.teaser a.main img.logo {
	margin-bottom:3px;
}
div.teaser a.main img.foto {
	display:block;
	width:100%;
	margin-bottom:.25em;
	height: 138px;
}
div.teaser a.main img.banner {
	position:absolute;
	padding-top:28px;
}
div.teaser a.main div.description h3 {
	color:black;
	line-height:1em;
	margin-top:.5em;
}


/*********************************/
div.teaser div.links {
	padding:.5em;
	padding-top:0;
	margin-top:.25em;
	
	border-top:1px solid #ccc;
	
	/* <BG Fade... */
	background:#eee;
	background:-ms-linear-gradient(top, #fff, #eee);
	background:-moz-linear-gradient(top, #fff, #eee);
    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#eeeeee', GradientType=0);
	/* ...BG Fade> */
}
