@CHARSET "UTF-8";

#body {
	padding: 10px;
	background: url("/images/bgBody.jpg");	
	height: 353px;
}

#body2{
}

#slideShow {
	float: left;
	width: 290px;
	height: 349px;
	margin: 1px 4px;
}

.bannerFrame{
	background-color: #ffffff;
	width: 294px;
	height: 351px;
	float: left;
}

.banner{
	float: left;
	width: 292px;
	height: 349px;
	border-left: 2px solid #a61c35;
	border-right: 2px solid #a61c35;
	border-bottom: 2px solid #690000;
	border-top: 2px solid #ffc7cd;
	background-color: #ffffff;
}

.bannerHeader{
	width: 292px;
	height: 30px; /* 40 - 10 padding */
	font-size: 1.9em;
	font-weight: normal;
	padding-top: 10px; 
	font-family: 'Caecilia LT Std Roman', 'Georgia', 'Times new roman', serif;
	background-color: #FFF;	
	text-align: center;
	color: #a10a2d;
}

.bannerProduct {
	position: absolute;
	height: 309px;
	width: 292px;
}

.bannerInfo {
	width: 277px; /* 292 - 15 padding - 90 bekijkplaatje */
	height:20px;
	position: relative;
	z-index:1;
	padding-left: 15px;
	color: #a10a2d;
	font-weight: bold;
}

.bannerBekijk{
	float:left;
}

.bannerPrijs{
	width: 187px; /* 277 - 90 bekijkplaatje */
	float: left;
}

.bannerImage{
	text-align: center;
	height: 269px;
	width: 292px;	
}

#slideShow div.inv {
	display: none;	
}
#slideShow div.vis {
	display: block;	
}

.slide {
    z-index: 1;
    position: absolute;
	width: 290px;
	height: 349px;	
}

.slide div {
	position: relative;
	z-index: 2;	
}

.slide .slideTitle,
.slide .slideText {
	overflow: hidden;
	position: relative;
	color: #fff;
}

.slide .slideTitle {
	font-size: 2.2em;
	left: 20px; top: 30px; width: 250px; height: 65px;
}
.slide .slideText {
	font-size: 0.9em;
	left: 20px; top: 20px; width: 250px; height: 233px;
}

.slide .slideText a.viewButton {
	display: block;
	width: 102px;
	height: 28px;
	
	padding-top: 7px;
	padding-left: 9px;
	
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -399px top;
}
.slide .slideText a.viewButton:hover {
	text-decoration: none;	
}

#slideControl {
	position: absolute;
	display: inline;
	z-index: 3;
	
	bottom: 8px;
	right: 18px;
	
	height: 34px;
	padding-left: 3px;
	padding-top: 10px;
	
	background: transparent url('/images/slides/slide_control.png') no-repeat left top;
}

#slideControlEnd {
	position: absolute;
	display: inline;
	z-index: 3;
	
	bottom: 8px;
	right: 7px;
	
	width: 11px;
	height: 44px;
	
	background: transparent url('/images/slides/slide_control.png') no-repeat right top;
}

#slideControl,
#slideControlEnd {
	display: none;
}

#slideControl a {
	float: left;
	width: 24px;
	height: 22px;
	margin-left: 7px;
	padding-top: 2px;
	
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	
	background: transparent url('/images/slides/slide_control_button_sprite.png') no-repeat;
}

#slideControl a.active {
	color: #ee2345;
	background-position: left top; 
}

#slideControl a.dull {
	color: #fff;
	background-position: -24px top; 
}

#container #newsletter {
	height: 47px;
	background-color: #e12f4e;
	color: #fff;
}

#newsletter .intro {
	float: left;
	width: 229px;
	line-height: 1.4em;
	padding-top: 8px;
	padding-left: 11px;	
}

.newsletterForm {
	float: left;
	color: #e5d9db;
	font-size: 1.1em;
	padding-top: 9px;
}

.newsletterForm label {
	float: left;
	padding-right: 3px;
	padding-top: 5px;
}

.newsletterForm input {
	float: left;
	border: none;
	border-width: 0px;
	margin-right: 25px;
	height: 24px;
	width: 107px;
	background: transparent url('/images/newsletter_input_bg.png') no-repeat;
	padding-top: 5px;
	padding-left: 2px;
	color: #5f5f5f;
	
}
#newsletter .privacy {
	float: left;
	width: 147px;

	padding-right: 4px;
	padding-top: 8px;
	
	font-size: 0.9em;
	text-align: right;
	color: #f4ecd5;
}
#newsletter .privacy a {
	color: #f4ecd5;
	text-decoration: underline;
}

#newsletter a.newsletterSubmit {
	float: left;
	width: 122px;
	height: 27px;
	margin-top: 7px;
	margin-left: 5px;
	padding-top: 6px;
	padding-left: 5px;
	
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
	background: transparent url('/images/action_buttons_sprite.png') no-repeat -755px top;
}

