﻿.teasers
{
}

.teaserHeader
{
	display:none;
	font-size:1.4em;
	padding:3px;
}

.teaserItem
{
	float:left;
	width:135px; 
	height:220px; 
	margin:auto 15px 20px auto; 
	border:solid 1px black;
	background-color:#e6e7e9;
	display:none;
}

.randomTeaserItem
{
	float:left;
	width:135px; 
	height:220px; 
	border:solid 1px black;
	margin:0px 5px 5px 5px; 
	background-color:#e6e7e9;
}

.teaserItem_ImageContainer
{
	margin-bottom:5px;
	background-color:White;
}

.teaserItem_Title
{
	font-size:14px;
	font-weight:700;
	clear:both;
	margin:0px auto 2px auto;
	text-align:center;
}

.teaserItem_Text
{
	clear:both;
	height:89px;
	padding:2px;
	margin-bottom:5px;
	font-size:11px;
}

.teaserItem_Button
{
	clear:both;
	height:20px;
	text-align:center;
}

.teaserMenu {
  font-size: 0.8em;
  height: 275px;
  width: 100px;
  margin: 10px 12px 0px 10px;
  padding: 10px;
  background: white;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  float: left;
}

.excludeSettings
{
	display:none;
}

.introTeasers {
	margin: 10px 0px 10px 10px;
	width: 808px;
	clear: both;
}
.introTeasers li {
	float: left;
	padding-right: 19px;
}
.introTeasers li.last {
	float: left;
	padding-left: 2px;
	padding-right: 0px;
}
