.teaser {
	float: left;
	width: 441px;
	padding: 20px 20px 10px 20px;
	background-image: url(../img/teaser_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #b32b31;
}
.pelottes .teaser {
	color: #d60d8c;
}
.pelottes #contentcontainer .teaser a {
	color: #d60d8c;
}
.pelottes #contentcontainer .teaser a:hover {
	color: #d60d8c;
}
.pelottes #contentcontainer .teaser a.more {
	background-image: url(../img/more_pink.gif);
}

.flowvision .teaser {
	color: #009bb1;
}
.flowvision #contentcontainer .teaser a {
	color: #009bb1;
}
.flowvision #contentcontainer .teaser a:hover {
	color: #009bb1;
}
.flowvision #contentcontainer .teaser a.more {
	background-image: url(../img/more_flow.gif);
}

.teaser strong {
	font-family:"Georgia",serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

#contentcontainer .product {
	float: left;
	width: 100%;
}
#contentcontainer .product h2 {
	font-family:"Georgia",serif;
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
#contentcontainer .product div.image {
	margin-top: 4px !important;
	float: left;
}
#contentcontainer .product div.image,
#contentcontainer .product img {
	float: left;
	margin-right: 10px !important;
}
#contentcontainer .product div.image img {
	margin-right: 0px !important;
}
