@charset "utf-8";

.mainTeaserBox
{
		width:180px;
		height:310px;
		overflow:hidden;
		border:1px solid #4c575f;
		margin-right:16px;
		margin-bottom:15px;
		float:left;
		position:relative;
}

.mainTeaserBox.third
{
		margin-right:0;
}

.mainTeaserBox .imgHolder img
{
		border:1px solid #4c575f;
		margin:8px;
}

.mainTeaserBox h2
{
		font-size:12px;
		font-weight:bold;
		margin:8px;
		margin-top:0;
		width:160px;
		overflow:hidden;
}

.mainTeaserBox h2 a
{	
		color:#000;
		text-decoration:none;
}

.mainTeaserBox h2 a:hover
{	
		color:#000;
		text-decoration:underline;
}

.mainTeaserBox .teaserCopy
{
		margin:8px;
		padding:0;
		margin-top:0;
		
}

.mainTeaserBox a.expand
{
		text-decoration:none;
		color:#333;
		display:block;
		margin-left:8px;
		margin-right:8px;
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:18px;
		line-height:13px;
		bottom:8px;
		position:absolute;
}

.mainTeaserBox a.expand:hover
{
		color:#999;
		background-position:bottom left;
}

.pb0
{
				background-image:url(../img/icons/expand_pb0.png);
}

.pb1
{
				background-image:url(../img/icons/expand_pb1.png);
}

.pb2
{
				background-image:url(../img/icons/expand_pb2.png);
}

.pb3
{
				background-image:url(../img/icons/expand_pb3.png);
}

.pb4
{
				background-image:url(../img/icons/expand_pb4.png);
}

.pb5
{
				background-image:url(../img/icons/expand_pb5.png);
}

	