 /* 
================================
DotControl copyright 2010
================================
*/

* {			
margin: 0;
}
html {
height: 100%;
}

body {
	background-color:#ffffff;
	height: 100%;
	background-image: url(Images/Body.jpg);
	background-repeat: repeat-y;	
	background-position: center;
}

.push {
	height: 50px;
	clear:both;
}
#SuperWrapper {
	width:100%;
	background-image:url(Images/Wrapper.gif);
	background-position: center top;
	background-repeat:repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -50px;
	

}

	#Wrapper {
	width:935px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:12px;
	font-weight:100;
	}
	
	#Wrapper a {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	}
	
	#Wrapper a:hover {
	text-decoration:underline;
	}
	
	#Wrapper #TopBar {	
	width:935px;
	float:left;
	margin-bottom:-20px;
	}
	
	#Wrapper #TopBar #Menu {
	width:366px;
	float:left;
	height:342px;

	background-image:url(Images/Menu.gif);
	background-repeat:no-repeat;
	position:relative;
	z-index: 100;
	background-position:0px -1px;
	}
	
	#Wrapper #TopBar #Menu ul {
	float:left;
	padding:0px;
	margin:0px;
	margin-left:42px;
	display:inline;
	}
	
	#Wrapper #TopBar #Menu .FlashHeader {
	padding:0px;
	width:280px;
	height:60px;
	margin-left:42px;
	margin-top:15px;
	margin-bottom:12px;
	outline:none;
	float:left;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:47px;
	color:#FFFFFF;
	text-transform:uppercase;
	}
	
	#Wrapper #TopBar #Menu a .FlashHeaderLink {
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid red;
	}
	
	#Wrapper #TopBar #Menu #dnn_dnnMENU_RadMenu1 {
	position:relative;
	}
	
	#Wrapper #TopBar #Menu ul li .rmLink {
	width:280px;
	float:left;
	padding:0px;
	margin:0px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	}
	
	#Wrapper #TopBar #Menu ul li .rmLink:hover {
	padding-left:20px;
	background-image:url(Images/MenuArrow.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
	#Wrapper #TopBar #Menu ul li .Selected {
	padding-left:20px;
	background-image:url(Images/MenuArrow.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
		#Wrapper #TopBar #dnn_Panorama {
		width:565px;
		float:left;
		}
		
		#Wrapper #ContainerHolder {
		min-height:100%;
		float:left;
		}
		
		#Wrapper #Container {
		width:935px;
		float:left;
		display:inline;
		}
		
		#Wrapper #Container #dnn_ImagePane {
		width:347px;
		padding-left:15px;
		float:left;
		color:#FFFFFF;
		line-height:1.6;
		}
		
		#Wrapper #Container #dnn_ImagePane a {
		color:#CCCCCC;
		text-decoration:none;
		}
		
		#Wrapper #Container #dnn_ImagePane a:hover {
		color:#FFFFFF;
		text-decoration:none;
		cursor:pointer;
		}
		
		#Wrapper #Container #dnn_ImagePane .ImagePanePhoto {
		background-image:url(Images/ImagePaneHanger.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding-left:5px;
		padding-right:4px;
		padding-bottom:5px;
		padding-top:20px;
		margin-right:10px;
		margin-bottom:10px;
		position:relative;
		z-index: 100;
		}
		
		#Wrapper #Container #dnn_ContentPane {
		width:535px;
		padding-left:34px;
		min-height:180px;
		float:left;
		display:inline;
		padding-bottom:25px;
		line-height:1.6;
		}
		
		#Wrapper #Container #dnn_ContentPane ul {
		margin:0px;
		padding-left:30px;
		list-style-type:circle;
		}
		
		#Wrapper #Container #dnn_ContentPane .PortletHead {
		margin-bottom:2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:28px;
		color:#383838;
		text-transform:none;
		}
		
		#FooterHolder {
		width:100%;
		background-color:#ebebeb;
		height:50px;
		}
		
		#Footer {
		width:935px;
		height:50px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
		}
		
			#FooterLeft {
			width:366px;
			float:left;
			height:30px;
			background-color:#454646;
			background-image:url(Images/FooterLeft.gif);
			background-repeat:no-repeat;
			background-position:top left;
			text-align:center;
			padding-top:20px;
			color:#FFFfff;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			}
			
			#FooterLeft a {
			color:#FFFFFF;
			text-decoration:none;
			}
			
			#FooterLeft a:hover {
			color:#FFFFFF;
			text-decoration:underline;
			}
			
			#FooterRight {
			float:right;
			width:535px;
			padding-top:20px;
			height:30px;
			text-align:right;
			}
			
			#FooterRight ul {
			padding:0px;
			margin:0px;
			border:0px;
			float:right;
			}
			
			#FooterRight ul li .rmLink {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#888888;
			padding-left:4px;
			padding-right:4px;
			text-decoration:none;
			text-align:right;
			}
			
			#FooterRight ul li .rmLink:hover {
			text-decoration:underline;
			cursor:pointer;
			}
			
			#dnn_dnnMENU_footer_RadMenu1 {
			float:right;
			}
			
/* OPMAAK VAN DC FORMS */

.FormMainError {
	padding-left: 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.FormHolder {
	padding-right: 0px;
	padding-top: 8px;
	width:100%;
	float: left;
	display:inline;
}
.FormHolder .FormRow {
	padding: 0px;
	padding-bottom:10px;
	margin-left: 0px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	clear:left;
	width:100%;
	display:inline;
}

.FormRow input {
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:12px;
	border:1px solid #999999;
}
.FormHolder .FormRow img {
	background-color: #D2D3D7;
	padding: 1px;
}
.FormHolder fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	width:535px;
}
.FormHolder legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
	padding-bottom:10px;
}
.FormHolder legend.FormLegend {
	padding: 0;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 16px;
}
.FormHolder .error {
	color: #FF0000;
}
.FormHolder .FormRow label {
	width: 165px;
	float: left;
	color: #818181;
}
.FormHolder .FormRow.checklong label {
	width: auto;
	float: left;
	color: #818181;
}
.FormHolder .FormRow.checklong input {
	width: auto;
	float: left;
}

.checkboxlist {
width:100%;
float:left;
clear:left;
display:inline;
}

.checkboxlist input {
border:0px;
clear:left;
float:left;
}

.checkboxlist label {
border:0px;
clear:left;
float:left;
}

.FormHolder .FormRow .dropdownlist {
border:1px solid #999999;
width:130px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#777777
}
/* Productplaatjes */

.cblBestellen0 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/Arantacia.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen1 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/Cayena.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen2 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/Lemonwood.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen3 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/VioletFields.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen4 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/AuraElena.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen5 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/Coqueta.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen6 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/DesertGardenia.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen7 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/Potpourri.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen8 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/PeppermintTwist.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen9 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/DamaDeLaNoche.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen10 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/GeurkaarsAuraElena.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen11 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/GeurkaarsCremeBrulee.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen12 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/GeurkaarsVioletFields.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen13 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/GeurkaarsPeppermintTwist.gif);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen14 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/granada.jpg);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen15 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/parchita.jpg);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen16 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/sugarcane.jpg);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}
.cblBestellen17 {
padding-top:200px;
float:left;
background-image:url(Images/blufieldProducts/pamplemouse.jpg);
background-repeat:no-repeat;
background-position:top left;
width:160px;
}

.PaypalForm .FormRowTop
{
	margin-bottom:30px;
	margin-top:15px;
}
.PaypalForm .cblBestellen
{
    width:160px; 
	margin-right:25px;
    padding-top:200px;
    float:left;
    background-repeat:no-repeat;
    background-position:top left;
}

.PaypalForm .cblBestellen13,
.PaypalForm .cblBestellen16,
.PaypalForm .cblBestellen1,
.PaypalForm .cblBestellen4,
.PaypalForm .cblBestellen7,
.PaypalForm .cblBestellen10 
{
	margin-right:0px;
}

.PaypalForm iframe
{
    margin-top:7px;
}
.PaypalForm .cblBestellen10 iframe
{
	margin-top:30px;
}


/* Eind productplaatjes */

/* PRODUCTINFO */

#Wrapper .InformationSign {
margin-top:2px;
}

/*END*/

.FormHolder .FormRow .textMultiline {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

.FormHolder .FormInputButton {
	margin-bottom: -5px;
}
.FormHolder .FormButton {
	font-size: 11px;
	margin-top:6px;
}
.FormHolder .FormComplete {
	float: left;
	margin-top: 15px;
	margin-left: 7px;
}
.FormHolder .FormMessage {
	float: left;
	margin-left: 174px;
}
.FormHolder .FormAdditive {
	margin-left: 5px;
}
.FormHolder .FormError{
	color: #FF0000;
	display: block;
}
.FormHolder .FormMainMessage {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 800px;	
}
.FormRowConfirmation {
	padding-left:0px;
}

.DCFormsButton {
	width:118px;
	height: 35px;
	background-image:url(Images/DCFormsButton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#383838;
	border:0px;
}

.DCFormsButton:hover {
	background-position:0px -34px;
	cursor:pointer;
}

/*
sIFR styles
*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-active .FlashHeader {
    visibility: hidden;
}

.sIFR-active .PortletHead {
    visibility: hidden;
}

.sIFR-active .PortletHeadLink {
    visibility: hidden;
}


.sIFR-replaced {
    visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* EDITOR.CSS */

.Tekst_1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:12px;
	font-weight:100;
	}
.Tekst_2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:12px;
	font-weight:bold;
	}
.Kop_1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#383838;
	}
.Kop_2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#FFF;
	}		
.Afbeelding-links {
	padding:5px;
	padding-left:0px;
	float: left;
}
.Afbeelding-rechts {
	padding:5px;
	padding-right:0px;
	float: right;
}
strong {
	font-weight:bold;
}