/***********************************************************/
/* Main Cascading Style Sheet                             */
/***********************************************************/

body {
	margin-top		: 0px;
	margin			: 0px;
    padding			: 0px;
}

body, p, li, ul, ol, h1, h2, h3, a, form {
	font-family		: Trebuchet MS;
	font-size		: 11px;
	color			: #000;
	line-height		: 14pt;
}

input, textarea, select {
	font-family		: Trebuchet MS;
	font-size		: 11px;
	color			: #3B4578;
	margin			: 0px;
   	padding			: 0px;
}

h1 {
	font-size		: 18pt;
	font-weight		: bold;
	color			: #000;
	margin			: 0px;
	padding			: 0px;
	margin-bottom 	: 20px;
}

h2 {
	font-size		: 14pt;
	font-weight		: bold;
	color			: #000;
	margin			: 0px;
	padding			: 0px;
}

h3 {
	color			: #71B730;
	font-weight		: bold;
	font-size		: 8pt;
	margin-bottom		: 0px;
}

p {
	padding-top		: 0;
	margin-top		: 0;
}	

ul, ol {
	padding			: 0px 0px 0px 15px;
	margin			: 0px;
	font-size 		: 11px;
}

img {
	border			: 0;
	margin			: 0px;
}

a {
	text-decoration	: none;
	color			: #71B730;
}

a:hover {	
	text-decoration	: underline;
}

/* ///////////////////////////////////////////////////////////////////////////////////// */

div#container {
	background-color: #FFF;
	width			: 770px;
	padding			: 0;
	position 		: relative;
}


/* BUMPERPAGE */

div#bumperpage {
	margin-left		: auto;
	margin-right	: auto;
	margin-top		: 0;
	background-color: #FFF;
	padding			: 0;
	width			: 641px;
}

div#bumperpage div.input {
	float			: left;
	text-align 		: left;
	width			: 770px;
}

div#bumperpage div.input input {
	margin-left		: 15px;
	margin-top		: 20px;
	width			: 15px;
	height			: 15px;
}

div#bumperpage div#logo {
	width			: 641px;
	height			: 187px;
	padding			: 0px;
	float			: left;
	background-color: #FFF;
	margin			: 0px;
/*	margin-bottom	: 20px;*/
}


div#bumperpage #description-left {
	padding-left	:18px;
}
div#bumperpage #description-left H1 {
	font-size		: 18px;
	font-weight		: normal;
	color			: #FFF;
}
div#bumperpage #description-left p {
	color			: #FFF;
	margin			:-18px 0 10px 0;
	line-height		:16px;
}

div#bumperpage #description-right {
	padding-left	:18px;
}
div#bumperpage #description-right H1 {
	font-size		: 18px;
	font-weight		: normal;
	color			: #FFF;
}
div#bumperpage #description-right p {
	color			: #FFF;
	margin			:-18px 0 10px 0;
	line-height		:16px;
}






div#bumperpage div#wholesale {
	width			: 310px;
	/*height			: 300px;*/
	background		: #f97d02;
	float			: left;
	margin			: 0px;
	margin-left	:21px;
	
}

div#bumperpage div#wholesale ul#whole {
	margin			: 0px;
	margin-top		: 10px;
	padding			: 0px;
	padding-left	: 15px;
	text-align		: left;
	float 			: left;
	list-style-type	: none;
}

div#bumperpage div#wholesale ul#whole li {
	padding-left	: 4px;	
}

div#bumperpage div#wholesale ul#whole li a {
	color				: #FFF;
	text-decoration		: underline;
	padding-left		: 15px;
	background			: url("../images/bullets/bumper_wholesale.gif") no-repeat left center;
	background-position	:0% 50%;
	display				: block;
	width				: 270px;
	
}

div#bumperpage div#wholesale ul#whole li a:hover {
	color				: #6d3106;
	text-decoration		: underline; 	
	background			: url("../images/bullets/bumper_wholesale-hover.gif") no-repeat left center;
	background-position	:0% 50%;	
}

div#bumperpage div#fundraising {
	width			: 310px;
	/*height			: 300px;*/
	background		: #4c91ea;
	float			: left;
	margin			: 0px;
	/*border : 1px solid red;*/
}

div#bumperpage div#fundraising ul#fund {
	margin			: 0px;
	margin-top		: 10px;
	padding			: 0px;
	padding-left	: 15px;
	text-align		: left;
	float 			: left;
	list-style-type	: none;
}

div#bumperpage div#fundraising ul#fund li {
	padding-left		: 4px;
}

div#bumperpage div#fundraising ul#fund li a {
	color				: #FFF;
	padding-left		: 15px;
	text-decoration		: underline;
	background			: url("../images/bullets/bumper_fundraising.gif") no-repeat left center;
	background-position	:0% 50%;
	display				: block;
	width				: 270px;
	
}

div#bumperpage div#fundraising ul#fund li a:hover {
	color			: #00287c;
	text-decoration	: underline; 
	background		: url("../images/bullets/bumper_fundraising-hover.gif") no-repeat left center;
	background-position:0% 50%;	
}


/* TOP */

div#logo {
	background-color	: #71B730;
	width				: 212px;
	height				: 95px;
	float 				: left;
	padding				: 0px;
	text-align			: center;
	padding-top			: 15px;
	overflow			: hidden;
}

div#globalnav {
	width				: 520px;
	height				: 25px;
	float				: right;
	margin-bottom		: 60px;
}

div#globalnav ul#links {
	list-style-type		: none;
	padding				: 6px 0px 0px 15px;
	margin				: 0px;
}

div#globalnav ul#links li {
	float				: left;
	padding				: 0px 15px 0px 11px;
	background			: #FFF url("../images/bullets/pointer_globalnav.gif") no-repeat;
	background-position		: 0% 50%;
}

div#globalnav ul#links li a {
	color				: #71B730;
	text-decoration		: none;
}

div#globalnav ul#links li a:hover {
	color				: #336207;
	text-decoration		: none;
}

div#globalnav ul#links li a.activePage {
	color				: #336207;
	text-decoration		: none;
}

div#globalnav span.siteid {
	float				: left;
	padding				: 6px 14px 0px 0px;
	font-weight 			: bold;
	color 				: #7F7F7F;
}

div#topvisual {
	width				: 770px;
	height				: 81px;
	padding 			: 0px;
	margin 				: 5px 0px 0 0px;
	padding				: 0px;
	float				: left;
	background			: url("../images/basis/topvisuals/1.jpg") no-repeat;
	background-position : 0% 20%;
}

div#topvisual2 {
	width				: 770px;
	height				: 81px;
	padding 			: 0px;
	margin 				: 5px 0px 6px 0px;
	padding				: 0px;
	float				: left;
	background			: url("../images/basis/topvisuals/2.jpg") no-repeat;
	background-position : 0% 20%;
}


/* MENU */

div#menu {
	width				: 520px;
	height				: 25px;
	float				: right;
	margin				: 0px;
	padding 			: 0px;
}

div#menu div.hoofdmenuitem a {
	display			: block;
	height			: 21px;
	float			: left;
	padding			: 2px 12px 0px 12px;
	border			: 1px solid #999;
	border-bottom		: none;
	margin-right		: 5px;
	color			: #000;
	text-decoration		: none;
}

div#menu div.hoofdmenuitem a:hover {
	background-color	: #71B730;
	color 			: #FFF;
}

div#menu div.hoofdmenuitem a.activePage {
	background-color	: #71B730;
	color 				: #FFF;
}
div#container #submenu{
	float				: right;
	width				: 553px;
	margin				: 0;
	padding				: 0;
	background			: #71b730;
	border-right		: 1px solid white;
}
div#container #submenu ul{
	width				: 526px;
	height				: 27px;
	margin				: 0 0 0 27px;
	padding				: 5px 0 0 0;
	list-style			: none;
	display				: block;
}
div#container #submenu ul li{
	float				: left;
	margin				: 0 0 0 5px;
	padding				: 0;
}
div#container #submenu ul li a{
	margin				: 0 2px 0 0;
	padding				: 0;
	color				: black;
	text-decoration		: none;
}
div#container #submenu ul li a:hover{
	color				: white;
}
div#container #submenu ul li a.activePage{
	color				: white;
}
/* LEFTBAR */

div#leftbar {
	width			: 212px;
	padding			: 0px;
	margin			: 6px 0 0 0;
	margin-bottom		: 210px;
	float 			: left;
	
}


/* CONTENT */

div#content {
	width			: 500px;
	float 			: left;
	padding			: 0px;
	margin			: 0px;
	margin-left		: 40px;
	/*margin-top		: 26px;*/
	margin-top		: 33px;
	margin-bottom  	: 10px;
	overflow 		: hidden;
}


/* PRODUCTPAGINA */

div#content div#productfoto {
	width			: 218px;
	float			: left;
	overflow		: hidden;
}

div#content div#productinfo {
	width			: 265px;
	float			: right;
}

div#content div#productinfo div.ico {
	width			: 50px;
	height			: 40px;
	border-left		: 1px solid #E3F1D6;
	border-right		: 1px solid #E3F1D6;
	text-align		: center;
	color			: #71B730;
	float			: left;
	line-height		: 10px;
}


/* FOOTER */

div#footer{
	text-align 		: right;
	width 			: 770px;
	float 			: left;
	margin 			: 0px;
	margin-top 		: 5px;
}

div#footer a {
	color 			: #000;
}

div#footer a#brightcontent {
	margin-right 	: 10px;
}

div#footer a.activePage {
	text-decoration	: underline;
}

/* BRIGHTCONTENT */

span.BrightContentLabel {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	font-size		: 9px;
	padding			: 3px;
	margin			: 0px;
	color			: #ffffff; 
	background-color	: #119AEC;
}

form#Form1 .brightcontentcontrolpane{
	background-color	: #FFF;
	width			: 770px;
	padding			: 0;
	margin			: 0;
}

/* FORMULIER */

div.formulier br {
	clear: both;
}

div.formulier {
	 float:left;
	 padding-right:3px;
	 padding-top:3px;
}
div#container #content #aanmelden label {
	width			: 155px;
	display			: block;
	float			: left;
}
div#container #content #aanmelden h2,
div#container #content #form .questionform h2 {
	font-size		: 1.2em;
}
div#container #content #aanmelden label span,
div#container #content #form .questionform label span {
	width			: 5px;
	height			: 5px;
	float			: none;
	padding			: 0;
	margin			: 0;
}
div#container #content #aanmelden input,
div#container #content .formulierbutton input,
div#container #content #aanmelden textarea {
	margin			: 0 0 3px 0;	
	border			: 1px solid #71B730;
}
div#container #content #aanmelden .optie {
	border			: none
}


/*start relatie form */
div#container #content #form label {	
	display			: block;
	float			: left;
	width:100px;
}

div#container #content #form .questionform label {
	width			: 300px;	
	margin-top:5px;
}

div#container #content #form input,
div#container #content .formulierbutton input,
div#container #content #form textarea {
	margin			: 0 0 3px 0;
	border			: 1px solid #71B730;
	width:155px;
}

div#container #content #form .questionform input,
div#container #content #form .questionform textarea {

	width			: 255px;
}

div#container #content #form .questionform input.radio {

	width			: auto;
	border: 0px;
}

div#container #content #form .questionform span.radio {
	/*border: solid 1px red;*/
	/*padding-bottom: 5px;*/
	width:100px;
}

div#container #content #form .questionform img.formtip {
	cursor:	pointer;
	
}


div#container #content #form .optie {
	border			: none
}

.prototip .default {
  width: 150px;
  color: #fff;
}
.prototip .default .toolbar {
  background: #0F6788;
  font: italic 17px Georgia, serif;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content { 
  background: dodgerblue;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}


/* end relatie form*/

div.formulier input {
	height: 18px;
	width:130px;
	float			: left;
}

div.loginformulier {
	 float:left;
	 padding-right:3px;
	 padding-top:3px;
	 width:100px;
}

div.formulierbutton {
 clear:both;
 padding-bottom: 10px;
}

div.loginbutton {
 float:left;
 width:120px;
 margin-top: 5px;
}

div.formulier input.button {
	clear:both;
}

div.validation ul li {
	color		: #FF0000;
}

/* OVERIG */

br {
	clear		: both;
}

div.spacer {
	height 		: 1px;
	clear 		: both;
}

div#printlogo {
	display		: none;
}
ul.assortimenttabs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border-bottom: 1px solid #f97d02;
}
ul.assortimenttabs li{
	display: inline;
	margin-left: 5px;
	/*background-color: #fff;*/
	
}
ul.assortimenttabs li a {
	padding: 1px 5px;
	color: #000;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999;
	font-size: 1.2em;
	background-color: #fff;
	
}
ul.assortimenttabs li a.active {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #f97d02;
}

/* Searchpage */
span.filtertitle {
	font-size: 1.1em;
	width: 100%;
	display: block;
	border-bottom: 1px dotted #f97d02;
	margin-bottom: 3px;
}

span.filterlabel {
	width: 100px; 
	text-align: right; 
	float: left;
}
select.filterselect {
	width: 145px; 
	float: left;
	
}
ul.products_pagenumbers {
	list-style-type: none;	
	/*margin: 0px;*/
	margin: 0px 0px 0px 85px;	
	padding:0px;
	float: left;	
}
ul.products_pagenumbers li {
	display: inline;
	padding:0px;/* 15px 15px 0px;*/	
}
ul.products_pagenumbers li,
ul.products_pagenumbers li a
{
    font-size:1.2em;
    /*font-weight:bold;*/
}
ul.products_pagenumbers li div{
	display: block;
	float:left;
	margin-right:25px;
	padding:0px;
}
ul.products_pagenumbers li a {
	/*padding: 0px 25px;*/
	display:block;
	padding:0px;
	float:left;
	margin-right:25px;
	/*color: #000;*/
}
ul.products_pagenumbers li a.active {
	border: 1px solid #f97d02;
}

div#resultpane div.searchresult
{
    width: 495px; 
    height: 100px; 
    border: 0px solid #f97d02; 
    margin-bottom: 15px;
    clear:both;
}

div#resultpane div.searchresult img.searchimage
{
    width: 70px;
    float: left; 
    margin: 0px 15px 10px 0px;
}

div#resultpane div.flowertitle
{
    font-size: 1.5em; 
    float: left; 
    width: 410px; 
    margin-bottom: 5px; 
    border-bottom: 1px dotted #f97d02;
}

div#resultpane div.flowerdescription
{
   float: left; 
   width: 270px; 
   padding: 0px 4px 0px 0px;
}

div#resultpane div.flowerinformation
{
    float: left; 
    width: 130px; 
    overflow:hidden;
    border-left: 1px dotted #f97d02; 
    padding-left: 5px;
}

/* Product page */
div.product {
	width: 495px;
	height: 120px; 
	margin-bottom: 10px;
}
div.product img {
	width: 75px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
div.product div.flowertitle {
	font-size: 1.5em; 
	float: left; 
	width: 410px; 
	margin-bottom: 5px;
	border-bottom: 1px dotted #f97d02;
}
div.product div.flowerdescription {
	float: left;
	width: 270px;
	padding: 0px 4px;
}
div.product div.flowerinformation {
	float: left;
	width: 125px;
	border-left: 1px dotted #f97d02;
	padding-left: 5px;
}
input.productsearchfield {
	width: 140px;
	
}
input.productsearchbutton {
	height: 21px;
	
}

/* main */
#navMenu ul {
	margin: 0px;
}
#navMenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: 0px dotted #ffcd9d;
}

/* menu */
#navMenu li a{
	display: block;
	padding: 2px 0 2px 4px;
	height: 20px;
	margin-top: -1px;
	width: 212px;
}

#navMenu li a:hover {
	
}

/* subMenu */
#navMenu li ul li a {
	padding: 1px;
	border-left: 0px dotted #fff;
	width: 180px;
}
#navMenu li ul li a:hover {

}
#navMenu li ul li {
	float: left;
	width: 165px;
	margin: 0px 0px 0px 40px;

}
#navMenu li ul {
	margin: 0px;
	padding: 0px;
}

/* menu 
#navMenu li a:link, #navMenu li a:visited {
text-decoration: none;
color: #111111;
display: block;
border-bottom: 1px dotted #ffcd9d;
border-top: 1px dotted #ffcd9d;
margin: -1px 0px 0px 0px;
padding: 10px 0 10px 10px;
background-color: #f97d02;

}

#navMenu li a:hover {
background: #fca249;
color: #000000;
}

/* subMenu =
#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
font-size: 11px;
padding: 4px 0 4px 8px;
border-left: 1px dotted #ffcd9d	;	
margin-left: 40px;
}
#navMenu li li a:hover {
background: #fca249;
color: #000000;
}
*/