
#containerblocks
{
	width				: 960px;
	height				: 585px;
}

body.auto #containerblocks
{
	width				: 960px !important;
	height				: 990px !important;
}

.A1, A2, A3,
.B1, B2, B3,
.C1, C2, C3,
.D1, D2, D3,
.E1, E2, E3,
.F1, F2, F3
{
	overflow			: hidden;
	background
}


/* product teaser blocks */
.teaser
{
	border				: 1px solid #c5d5e2;
	font-size			: 9pt;
	padding				: 5px;
	width				: 466px;
	height				: 148px;
}

.yellow
{
	background-color	: #ffea81;
}

.blue
{
	/*background-color	: #E0E4F0;*/
}

/* left column */
.B1 .teaser,
.C1 .teaser,
.D1 .teaser,
.E1 .teaser,
.F1 .teaser
{
	float				: left;
}

/* right column */
.B2 .teaser,
.C2 .teaser,
.D2 .teaser,
.E2 .teaser,
.F2 .teaser
{
	float				: right;
		font-size			: 9pt;
	padding				: 5px;
}

/* teaser block styling */
.teaser .blockHeading 
{
	color				: #cc1106;
	font-weight			: bold;
	height				: 28px;
	overflow			: hidden;
}

.teaser .subHeading 
{
}

.teaser .blockImage
{
	float				: left;
	width				: 142px;
	height				: 142px;
	overflow			: hidden;
	margin-right		: 5px;
}

.teaser .blockImage img
{
	border				: 0; 
}

.teaser .content
{
	font-size			: 8pt;
	text-align			: justify;
	height				: 120px;
	overflow			: hidden;
}

.teaser .content .ProductText 
{
	height				: 80px;
	overflow			: hidden;
}
 
.teaser .content a.ProductDetail
{
	display				: block;
	float				: left;
	width				: 200px;
	height				: 40px;
	overflow			: hidden;
	color				: #023c8e;
	font-weight			: bold;
	text-decoration		: none;
}

.teaser .content a.ProductDetail:hover
{
	text-decoration		: underline;
}

.teaser .content a.ProductButton
{
	display				: block;
	float				: right;
	width				: 116px;
	margin-top			: 19px;
	height				: 21px;
	background-image	: url(/Sites/KampeerReizen/Images/buttons/boekbtn.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
	overflow			: hidden;
	text-decoration		: none;
}


/* vertical scrolling box, full size */

.scrolling 
{
	width				: 100%;
	height				: 100%;
	overflow-y			: auto;
}
