/* Start of CMSMS style sheet 'Zombie' */
img.links{
   float:left;
   padding-right:0.5em;
   padding-bottom:0.5em;
}

img.rechts{
   float:right;
   padding-left:0.5em;
   padding-bottom:0.5em;
}


/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

div#copyright{
   width:100%;
   text-align:center;
}

div#siteheader{
       float:left;
       margin-left:2em;
}

div#bottom{
   margin: 0 auto;
}

div#top{
   margin: 1em auto 0;
}

div#right{
   width: 23% !important;
}

div.klik{
   background-color:#F6F9FC;
   border:1px solid #EEF;
   padding:1em 0;
   text-align:center;
   margin-bottom: 2em;
}

.klik p{
margin:0;
} 

div.vignet{
	background-color:#F1F1F8;
	border:1px solid #71B5EA;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	width:258px;
}

#header img{
        float:left;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
/*   background-color: #C3D4DF;
   color: #385C72; */
}

/*****************
   basic layout 
*****************/
body {
   text-align: left;
   font-family: Arial, sans serif;
   font-size: 0.75em;  
   background-color: #f6f9fc;
   color: #000;
   margin:0em; /* gives some air for the pagewrapper */
}

div#screenwrapper{
   margin:0 auto;
   width:972px;
}

/* center wrapper, min max width */
div#pagewrapper {
   float:left;
   background:transparent url(http://www.nextvoorgroeiers.nl/uploads/images/border.jpg) repeat-y;
   margin: 0;
   width: 940px;
   background-color: #fff;
   padding:0 16px;
}

P.regel{
   padding:5px;
   margin:0px;
}

P.regel1{
   background-color:#eee;
}

P.regel0{
   background-color:#fff;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height:52px;
   margin:5px 0px;
}

div.breadcrumbs {
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-bottom:10px;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 ndiv#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   padding: 0% 2%;
   width:55%;
   float:left;
   margin-bottom:1em;
}

#main2 li {
   margin-left:1em;
   margin-bottom:0.5em;
}

div.side_spacer{
  font-size:1.5em;
  line-height:1.5em;
  margin:0pt 0pt 0.5em;
  padding-bottom:3px;
}

div.sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 18%;    /* sidebar width, if you change this please also change #main width*/
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div.sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div.advertentie{
   margin-bottom: 20px;
}

.advertentie P{
   margin:0px;
}

div#footer {
  background: no-repeat url("http://www.nextvoorgroeiers.nl/uploads/images/footer.jpg");
  background-position:top center;
  float:left;
  width:940px;
  height:200px;
}

div#footer p {
   font-size: 0.8em;
   position:relative;
   top:110px;
   text-align:center;
   margin:0;
   float:left;
   width:100%;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


/********************
CONTENT STYLING
*********************/
div#content {

}
div#content_footer{
   float:left;
   margin:0% 0% 2% 18%;
   padding:0% 10%;
   width:57%;
}



/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #000; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 3px solid #71B5EA; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/*begin winkelwagen*/
div.rij{
 float:left;
 width:100%;
 margin-bottom:5px;
}
div#labels{
   font-weight: bold;
}
div.rij div{
   float:left;
   width:12%;
}
.rechts{
   text-align:right;
}
div.rij .titel{
   width:46%;
}

div.rij .verwijder{
   width:auto;
   margin-left:0.5em;
}

div.rij .wijzig{
  width:50%;
}
div.rij .totaal{
   width:44%;
   text-align:right;
   font-weight:bold;
}

/*einde winkelwagen*/


/*artikelweergave*/

#artikelweergave .onder{
  float:left;
  width:100%;
}

div.prijs{
  float:left;
  margin-right:1em;
}

div.bestelsub{
   float:left;
   width:33%;
   text-align:center;
   padding:0.5em 0em;
   margin-top:0.5em;
}

div.sub{
   float:left;
   width:100%;
   margin-bottom:1em;
}

div.sub .links{
   float:left; 
   margin:0% 6%;
   text-align:center;
   width:20%;
}

img.cover{
   float:left;
   margin: 0px 10px 10px 0px;
}

a.bestel{
   font-size:1.2em;
   font-weight:bold;
   color:#00F;
}

/*************/


/**** CHECKOUT ****/

div#checkout {
/* vervangt main in de checkout */
  float:left;
  width:100%;
  min-height:250px;
}

div#checkout .onderdeel{
  float:left;
  width:46%;
  margin:0% 3% 2% 0%;
}

div#checkout .rij{
  float:left;
  text-align:left;
  height:1.9em;
  margin:0px;
}

div#checkout .overzicht .rij{
  float:left;
  text-align:left;
  height:auto;
  margin-bottom:0.5em;
}

div#checkout .geentekst{
   border:none;
   background-color:#FFF;
}
div#checkout .geentekst:hover{
   border: none;
}

div#checkout input, select, textarea{
   background-color:#F1F1F8;
   border:1px solid #CCCCCC;
   margin-right: 0.3em;
   padding:0px;
}

div#checkout input:hover, select:hover, textarea:hover{
   border:1px solid #71B5EA;
} 

div#checkout input.button{
  width:7em;
}

div#checkout .input{
   width:75%;
}

div#checkout .velden{
   float:left;
   width:75%;
}

div#checkout label{
   margin-right: 1em;
}

div#checkout .labels{
   float:left;
  width:25%;
}

div#checkout input.label{
  border:none;
  background-color:#FFFFFF;
  color:#000000;
  width:75%;
}

div#checkout input.pc{
  width:3em;
}

div#checkout .button{
   cursor:pointer;
   width:none !important;
}

div#checkout .verplicht{
   font-weight:bold; 
   color:#F00;
}

div#checkout .foutmelding{
   font-weight:bold; 
   color:#F00;
}

div#checkout #winkelwagen{
  float:left;
  width:60%;
  margin:0% 2% 2% 1%;
}

div.totalen{
 border:1px solid #71B5EA;
 float:left;
 margin-right:2%;
 padding:1%;
 width:45%;
}

div.overzicht {
  width:60%;
  float:left;
  margin:0% 2% 2% 1%;
}
div.half{
   width:50%!important;
   float:left;
}

div.border{
   float:left;
   height:1px;
   width:100%;
   background-color:#71B5EA;
   margin-bottom:1em;
}

.incasso{
  float:left; 
  width:100%;
  margin-top:2em;
}

div#incassoform{
   background-color: #FFFFFF;
   border: 1px solid #71B5EA;
   padding:1%;
}



/**** INFO mousover ****/
.info, .info:visited, .info:hover {
   border-bottom: dotted 1px #71B5EA;
   color:#71B5EA;
   font-weight:bold;
   cursor:help;
   margin:0px;
   text-decoration:none;
}

.info .tekst {
   display:none;
}

.info:hover {
	background-color:#FFFFFF;
}

.info:hover .tekst {
   display:block;
   position:absolute;
   width:250px;
   border:1px solid;
   background-color:#FFFFFF;
   padding:5px;
}

/***  pagina gadgetmailing... ***/
#hoofd{
	float:left;
	min-height:250px;
	margin:0% 8% 0% 0%;
	width:65%;
}

#main img.links {
   margin-right:5px;
   float:left;
}

#main img.rechts {
  float:right;
  margin-left:5px;
}
#main img.boven {
  margin-bottom: 5px;
}

#main img.onder {
  margin-top: 5px;
}

/*** CHECKOUT::OPTIE ***/
#optie td{
  padding:0.5em;
  vertical-align:top;
}

#optie .input{
   width:90%!important;
}

#optie .even{
   background-color:#F1F1F8!important;
}

#optie input, textarea{
   background-color:#FFFFFF!important;
} 

/**********************/


table.login input{
   background-color:#F1F1F8;
   border:1px solid #CCCCCC;
}

table.login input:hover{
   border:1px solid #71B5EA;
} 

table.login .input{
   width:15em;
}

div.sidebar .input{
  width: auto!important;
}

div.ad{
  float:left;
  width:49%;
}
/* End of 'Zombie' */

