/* HOME TEASER */

.stTeaserContain {
	width: 390px;
	border:solid 1px #dfe6f3;
	margin-bottom:24px;
	overflow:hidden;
}
.stTeaserImg {
	float:left;
	width: 120px;
	height:118px;
	overflow:hidden;
}
.stTeaserCo {
  padding:14px 0 0 0;
  font-size:11px;
	float:left;
	width:245px;
}

/* CONTENT TEASER */

.coTeaserContain {
  position:relative;
	width: 427px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfe6f3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dfe6f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfe6f3;
	margin-bottom:24px;
	overflow:hidden;
}
.coTeaserHead {
	height: 17px;
	padding:3px 0 0 16px;
	background-color:#dfe6f3;
	color:#006ab2;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8aadd7;
}
.coTeaserImg {
  padding:16px 0 0 18px;
	float:left;
	width: 128px;
	height: 105px;
}
.coTeaserCo {
  padding:14px 0 0 0;
  font-size:12px;
	float:left;
	width:240px;
}
.coTeaserLink {
	
}
.coTeaserLink a {
  position:absolute;
  display:block;
  height:18px;
  width:30px;
  left:377px;
  bottom:0px;
  line-height:18px;
	text-decoration: none;
	font-size:11px;
	color:#006ab2;
  padding:1px 0 0 20px;
	background-color:#dfe6f3;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:.75em .75em;
}
