*{
    font-family: arial,helvetica,sans;
    font-size: 15px;
}

img{
    border: 0;
}

html{
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

body{
    padding: 0;
    margin: 0;
    background-color: #FAFAFA;
    background-image: url('/img/header.jpg?v3');
    background-repeat: no-repeat;
}

body.mceContentBody { 
    background-image: none;
    padding:5px;
}

#bodyholder{
    position: relative;
}

header, section, footer, aside, nav, main, article, figure{ 
    display: block; 
}

#headerTuinadvies{
    background-image: linear-gradient(to bottom, #B8CF9D, #89ac5f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B8CF9D', EndColorStr='#89ac5f');
    background: #B8CF9D; /* Old browsers */
    background: -moz-linear-gradient(top, #B8CF9D 0%, #89ac5f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8CF9D), color-stop(100%,#89ac5f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B8CF9D 0%,#89ac5f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B8CF9D 0%,#89ac5f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B8CF9D 0%,#89ac5f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #B8CF9D 0%,#89ac5f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8CF9D', endColorstr='#89ac5f',GradientType=0 ); /* IE6-9 */
}

#headerTuinvrienden{
    background-image: linear-gradient(to bottom, #D16E7B, #A51122);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D16E7B', EndColorStr='#A51122');
    background: #D16E7B; /* Old browsers */
    background: -moz-linear-gradient(top, #D16E7B 0%, #A51122 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D16E7B), color-stop(100%,#A51122)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #D16E7B 0%,#A51122 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #D16E7B 0%,#A51122 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #D16E7B 0%,#A51122 100%); /* IE10+ */
    background: linear-gradient(to bottom, #D16E7B 0%,#A51122 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D16E7B', endColorstr='#A51122',GradientType=0 ); /* IE6-9 */
}

#headerTuinwinkel{
    background-image: linear-gradient(to bottom, #AACAEC, #4281C5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AACAEC', EndColorStr='#4281C5');
    background: #AACAEC; /* Old browsers */
    background: -moz-linear-gradient(top, #AACAEC 0%, #4281C5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AACAEC), color-stop(100%,#4281C5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #AACAEC 0%,#4281C5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #AACAEC 0%,#4281C5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #AACAEC 0%,#4281C5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #AACAEC 0%,#4281C5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AACAEC', endColorstr='#4281C5',GradientType=0 ); /* IE6-9 */
}

#headerProfiel{
    background-image: linear-gradient(to bottom, #BEB281, #AC965F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BEB281', EndColorStr='#AC965F');
    background: #BEB281; /* Old browsers */
    background: -moz-linear-gradient(top, #BEB281 0%, #AC965F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BEB281), color-stop(100%,#AC965F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #BEB281 0%,#AC965F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #BEB281 0%,#AC965F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #BEB281 0%,#AC965F 100%); /* IE10+ */
    background: linear-gradient(to bottom, #BEB281 0%,#AC965F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEB281', endColorstr='#AC965F',GradientType=0 ); /* IE6-9 */
}

.knop3{
    color:white;padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid black;
    border-radius:4px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    cursor:pointer;
    color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
}
                
.headerDesktop{
    padding-top: 10px;
    margin-top: -10px;
} 

.aantalReacties{
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.66);
    padding: 5px;
    bottom: 5px;
    left: 5px;
}

.ui-widget-header{  
    background:rgb(113, 163, 218) !important;
}

.slider-range{
    margin-left: 15px;
    margin-right:15px;
}

/*VOOR MOBIEL*/
#header{
    padding:5px;
}

#navholder{
    width: 1124px;
    margin:auto;
}

#topmenu{
    overflow: hidden;
    margin-top:10px;
}

#topmenu ul#zonesOverzicht{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#topmenu ul#zonesOverzicht li{
    width: 180px;
    padding: 5px;
    color: black;
    margin-right: 5px;
    /*margin-left: 5px;*/
    margin-top: 5px;
    /*border-radius: 10px;*/
    font-size: 20px;
    cursor: pointer;
    float: left;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
    margin-bottom: -2px;
}

#menu .profielThumb{
    height: 39px;
    margin-top: -12px;
    float: left;
    margin-right: 10px;
    padding-left: 2px;
}

#topmenu ul#zonesOverzicht a{
    font-size: 18px;
    color:black;
    display:inline-block;
}

#topmenu ul#zonesOverzicht li:hover{
    box-shadow: 2px -1px 5px rgba(0, 0, 0, 0.17);
    opacity: 1;
}

#topmenu a{
    text-decoration: none;
}

#topmenu #zones{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#topmenu #zones img{
    height: 40px;
    margin-right: 5px;
}

#topmenu #zones #profiel{
    float: right;
    width: 200px;
}

.eindproduct{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgb(219, 219, 219);
    padding-right:15px;
}

.eindproductThumb{
    width: 15%;
    float:left;
    text-align:center;
}

.eindproductWaarden{
    width:35%;
    float:left;
}

.eindproductPrijs{
    width:35%;
    float:left;
}

.eindproductBestel{
    width:15%;
    float:left;
    text-align: center;
}

.eindproductLevertijd{
    float:right;
}

table.verzendkosten{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid rgb(202, 202, 202);
    width: 100%;
}

table.verzendkosten th{
    background-color: rgb(233, 233, 233);
    border: 1px solid rgb(202, 202, 202);
}

table.verzendkosten td{
    padding: 10px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(219, 219, 219);
    border-right: 1px solid rgb(219, 219, 219);
}

.labelTuinadvies{
    background-image: linear-gradient(to bottom, #D9F0BD, #89ac5f);
    background-color: #89ac5f;
    background-image: -moz-linear-gradient(top, #D9F0BD, #89ac5f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D9F0BD), to(#89ac5f));
    background-image: -webkit-linear-gradient(top, #D9F0BD, #89ac5f);
    background-image: -o-linear-gradient(top, #D9F0BD, #89ac5f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9F0BD', endColorstr='#89ac5f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid #689631;
}

.labelTuinwinkel{
    background-image: linear-gradient(to bottom, #AACAEC, #71A3DA);
    background-color: #4281C5;
    background-image: -moz-linear-gradient(top, #AACAEC, #71A3DA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AACAEC), to(#71A3DA));
    background-image: -webkit-linear-gradient(top, #AACAEC, #71A3DA);
    background-image: -o-linear-gradient(top, #AACAEC, #71A3DA);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AACAEC', endColorstr='#71A3DA', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid rgb(101, 139, 199);
}

.labelTuinvrienden{
    background-image: linear-gradient(to bottom, #E2AAB3, #CF6068);
    background-color: #CF6068;
    background-image: -moz-linear-gradient(top, #E2AAB3, #CF6068);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E2AAB3), to(#CF6068));
    background-image: -webkit-linear-gradient(top, #E2AAB3, #CF6068);
    background-image: -o-linear-gradient(top, #E2AAB3, #CF6068);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2AAB3', endColorstr='#CF6068', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid rgb(189, 106, 131);
}

.labelNietActief{
    background-color: rgb(241, 241, 241);
    border: 2px solid rgb(202, 202, 202);
}

#tuinvriendenLabelId:hover{
    background-image: linear-gradient(to bottom, #E2AAB3, #CF6068);
    background-color: #CF6068;
    background-image: -moz-linear-gradient(top, #E2AAB3, #CF6068);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E2AAB3), to(#CF6068));
    background-image: -webkit-linear-gradient(top, #E2AAB3, #CF6068);
    background-image: -o-linear-gradient(top, #E2AAB3, #CF6068);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2AAB3', endColorstr='#CF6068', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid rgb(189, 106, 131);
}

#tuinwinkelLabelId:hover{
    background-image: linear-gradient(to bottom, #AACAEC, #71A3DA);
    background-color: #4281C5;
    background-image: -moz-linear-gradient(top, #AACAEC, #71A3DA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AACAEC), to(#71A3DA));
    background-image: -webkit-linear-gradient(top, #AACAEC, #71A3DA);
    background-image: -o-linear-gradient(top, #AACAEC, #71A3DA);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AACAEC', endColorstr='#71A3DA', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid rgb(101, 139, 199);
}

#tuinadviesLabelId:hover{
    background-image: linear-gradient(to bottom, #D9F0BD, #89ac5f);
    background-color: #89ac5f;
    background-image: -moz-linear-gradient(top, #D9F0BD, #89ac5f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D9F0BD), to(#89ac5f));
    background-image: -webkit-linear-gradient(top, #D9F0BD, #89ac5f);
    background-image: -o-linear-gradient(top, #D9F0BD, #89ac5f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9F0BD', endColorstr='#89ac5f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    border: 2px solid #689631;
}

#menu{
    border-bottom: 5px solid rgb(211, 211, 211)
}


#menu.tuinadvies{
    background-color: #89ac5f;
}

#menu.tuinwinkel{
    background-color: #71A3DA;
}

#menu.tuinvrienden{
    background-color: #CF6068;
}

#menu.profiel{
    background-color: #AC965F;
}

#menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#formZoekTags .kader{
    background-color: #F8F9DF;
}


#menu ul li{
    /*background-color: #444444;*/
    border-right: 1px solid #C5C5C5;
    color: #C2C2C2;
    text-align: center;
    float: left;
    text-decoration: none;
    position: relative;
    height: 43px;
}

#menu ul li .titel{
    font-weight:bold;
    text-transform:uppercase;
    margin-top:15px;
    margin-bottom:5px;
    display: block;
    height: 20px;
}

#menu ul li .titel.tuinwinkel{
    color: #AACAEC;
}

#menu ul li .titel.tuinadvies{
    color: #B8CF9D;
}

#menu ul li .titel.tuinvrienden{
    color: #D16E7B;
}

#menu ul li .titel.profiel{
    color: #BEB281;
}

#menu ul li:hover{
    background-color: #444444;
}

#menu ul li div.columnholder{
    display: none;
    position: absolute;
    top: 43px;
    left: 0px;
    z-index: 99;
    background-color: #444444;
    border-top: 0;
    padding: 15px;
    padding-top:0px;
    margin: 0;
    margin-top: 0;
    box-shadow: 0 1px 3px 0 rgba(56, 56, 56, 0.9);
    text-align: left;
}

#menu ul li div a{
    color:white;
    text-align: left;
    line-height: 20px;
}

#menu ul li div a:focus{
    text-decoration: underline;
}

#menu ul li.actief{
    background-color: #444444;
}

#menu a.top{
    color: white;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 8px 6px 8px;
    line-height: 16px;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0px -1px 1px #838486;
}

#menu a:hover{
    text-decoration: none;
}

#zoeken{
    float:right;
    height: 42px;
    line-height: 35px;
}

#zoekveld{
    width: 230px;
    margin-right: 10px;
    margin-bottom: 2px;
}

#main{
    width: 1124px;
    margin:auto;
}

#main section{
    width: 70%;
}

#main #section #sectionholder{
    padding:10px;
    padding-top:0px;
    background-color: white;
    border-left: 1px solid rgb(207, 207, 207);
    border-right: 1px solid rgb(207, 207, 207);
    border-bottom: 1px solid rgb(207, 207, 207);
    min-height: 750px;
    overflow:auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

#main #section #sectionholder #algemenegegevens{
    width: 440px;
}

#main #section #sectionholder #algemenegegevens td{
    padding: 5px;
    margin-left: 5px;
}

#main #section #sectionholder #leveradres td{
    padding: 5px;
    margin-left: 5px;
}

#main #aside{
    width: 30%;
    float:right;
}

#main #aside #asideholder{
    padding:10px;
    background-color: rgb(241, 241, 241);
    border-right: 1px solid rgb(207, 207, 207);
    border-bottom: 1px solid rgb(207, 207, 207);
    border-top: 0px;
    border-left:1px solid rgb(207, 207, 207);
    margin-left: -1px;
}

#footer{
    background-color: #E7E6E6;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

#footer #footerholder{
    width: 1124px;
    margin: auto;
    background-color: #E7E6E6;
}

#footer #footerholder #footertekst{
    padding:10px;
    padding-bottom: 30px;
} 

.listview .item{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.listview .thumb{
    float:left;
    margin: 5px;
    margin-top: 0px;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid rgb(196, 196, 196);
    background-color:white;
}

.listview .thumb:hover{
    border: 1px solid rgb(145, 145, 145);
}

.listview .thumb img{
    width: 100px;
    height: 100px;
}

.listview .beschrijving{
    padding-left: 123px;
    padding-top: 10px;
}

.listview .item .titel{
    margin-bottom: 3px;
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.listview .item .titel:hover{
    text-decoration: underline;
}

.clear{
    clear: both;
}

.clearleft{
    clear:left;
}

a{
    color: blue;
    text-decoration: none;
}

a:hover{
    color: blue;
    text-decoration: underline;
}

a:visited{
    color: blue;
}

ul#leverdag{
    list-style:none;
    padding: 0;
    margin: 0;
}

ul#leverdag li{
    display: inline-block;
    width: 49%;
}

h2{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3{
    font-size: 14px;
    text-transform: uppercase;
}

h1{
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gridview{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gridview li{
    float: left;
    padding: 1%;
    margin: 1%;
    width: 16%;
    height: 175px;
    text-align: center;
    overflow: hidden;
}

.gridview li .imgholder{
    overflow:hidden;
}

.gridview li img{
    height: 120px;
    width: 120px;
    border: 1px solid rgb(97, 97, 97);
}

.gridview li .titel{
    margin-top: 5px;
}

.gridview li .titel a{
    color: black;
}

.gridview li .titel a:visited{
    color: black;
}

.gridview li .titel a:hover{
    color: black;
}

.gridview-sidebar{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.gridview-sidebar li{
    float: left;
    padding: 1%;
    margin: 1%;
    width: 46%;
    height: 180px;
    text-align: center;
    overflow: hidden;
}

.gridview-sidebar li .imgholder{
    overflow:hidden;
}

.gridview-sidebar li img{
    height: 120px;
    border: 1px solid rgb(97, 97, 97);
}

.gridview-sidebar li .titel{
    margin-top: 5px;
}

.gridview-sidebar li .titel a{
    color: black;
}

.gridview-sidebar li .titel a:visited{
    color: black;
}

.gridview-sidebar li .titel a:hover{
    color: black;
}
    
.mobile{
    display: none;
}

#menu-btn{
    cursor: pointer;
}

input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="date"], textarea{
    height: 16px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(196, 196, 196);
    width: 100%;
    opacity: 1;
}

input[type="text"]:focus ,input[type="password"]:focus ,input[type="email"]:focus, input[type="number"]:focus, textarea:focus { 
    outline: none;
    box-shadow: 0 0 5px rgb(196, 196, 196);
}

input[type="submit"]:hover{
   opacity: 0.8;
   cursor: pointer;
}

textarea{
    height: 60px;
}

.button1{
    color: #ffffff;
    background-color: #89ac5f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1C4D25;
    background-image: -moz-linear-gradient(top, #a2be81, #89ac5f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a2be81), to(#89ac5f));
    background-image: -webkit-linear-gradient(top, #a2be81, #89ac5f);
    background-image: -o-linear-gradient(top, #a2be81, #89ac5f);
    background-image: linear-gradient(to bottom, #a2be81, #89ac5f);
    background-repeat: repeat-x;
    border-color: #89ac5f #89ac5f #89ac5f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    display: inline-block;
    padding: 4px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #647C47;
    border-top-color: #C0DF9B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.button1:hover{
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    
    background-image: -moz-linear-gradient(top, #89ac5f, #89ac5f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89ac5f), to(#89ac5f));
    background-image: -webkit-linear-gradient(top, #89ac5f, #89ac5f);
    background-image: -o-linear-gradient(top, #89ac5f, #89ac5f);
    background-image: linear-gradient(to bottom, #89ac5f, #89ac5f);
    
    color: #ffffff;
    background-color: #89ac5f;
}

#main #section #sectionholder ul#tab{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    margin-bottom: 10px;
}

#main #section #sectionholder ul#tab a{
    color: black;
    text-decoration: underline;
}

#main #section #sectionholder ul#tab li{
    float:left;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  
    background-color: rgb(218, 218, 218);
    border: 1px solid rgb(94, 94, 94);
}

#main #section #sectionholder ul#tab li.select{
    border: 1px solid rgb(94, 94, 94);
    border-bottom: 1px solid #FAFAFA;
    background-color: inherit;
    background-image: url('/img/bullet.png');
    background-repeat: no-repeat;
    padding-left: 35px;
}

#main #section #sectionholder ul#tab li:hover{
    background-color: inherit;
}

#main #section #sectionholder #avatarHolder{
    float:right;
}

#main #section #sectionholder #avatarHolder #avatar img{
    border: 1px solid rgb(160, 160, 160);
}

.reactieAvatar{
    width: 55px;
    float: left;
    padding-right: 10px;
}

.reactieAvatar img{
     width:55px;
}

.reactieHolder{
    padding: 5px;
    padding-bottom: 1px;
    background-image: linear-gradient(to bottom, #EEEEEE, #DDDDDD);
    border: 1px solid rgb(219, 219, 219);
    margin-bottom: 5px;
    word-wrap:break-word;
}

.print{
    display:none;
}

.reactie{
    padding-left: 65px;
}

.reactieVeld{
    width: 90%;
    height: 50px;
    margin-top: 5px;
}

#plantenFoto{
    float:left;
    margin-right:20px;
    margin-bottom: 10px;
}

#plantenFoto img{
    width: 340px;
}

#main #section #sectionholder ul#plantenLijst{
    list-style: none;
    margin:0;
    padding:0;
}

#main #section #sectionholder ul#plantenLijst li{
    display: inline-block;
    width: 186px;
    padding: 0;
    margin: 2px;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    height: 100%;
    zoom:1; /* IE 7 Hack starts here*/
    *display:inline;
}

#main #section #sectionholder ul#plantenLijst li img.plantImg{
    width: 99%;
    border: 1px solid rgb(114, 114, 114);
    display: block;
}

#main #section #sectionholder ul#plantenLijst li img.plantImg:hover{
    border: 1px solid black;
}

#main #section #sectionholder ul#plantenLijst a{
    color: black;
}

#main #section #sectionholder ul#plantenLijst li .itemImgHolder{
    position: relative;
}

#main #section #sectionholder ul#plantenLijst li .plantTitel{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    padding-right: 1%;
    width: 98%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 32px;
    overflow:hidden;

    background-color: rgb(36, 34, 34);
    background-color: rgba(36, 34, 34, 0.7);
    color: rgb(253, 247, 247);
}

#main #section #sectionholder ul#plantenLijst li .plantVoegToe{
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid rgb(194, 194, 194);
    background: rgb(230, 230, 230);
}

#main #section #sectionholder ul#plantenLijst li .plantVoegToe a{
    color: blue;
}

#main #aside #asideholder ul#volgers{
    list-style: none;
    padding:0;
    margin: 0;
    
    padding-top:10px;
}

#main #aside #asideholder ul#volgers li{
    float:left;
    padding: 1px;
}

#main #aside #asideholder ul#volgers li img{
    width: 50px;
    border: 1px solid rgb(114, 114, 114);
}

#main #section #sectionholder ul#plantenfotos{
    list-style: none;
    padding:0;
    margin:0;
}

#main #section #sectionholder ul#plantenfotos li{
    width: 186px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    float:left;
}

#main #section #sectionholder ul#plantenfotos li img{
    width: 99%;
    border: 1px solid rgb(114, 114, 114);
}

#main #section #sectionholder ul#winkelwagen{
    padding: 0;
    list-style: none;
}

#main #section #sectionholder ul#winkelwagen li{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 5px;
}

#main #section #sectionholder ul#winkelwagen .image{
    float:left;
    margin-right: 20px;
}

#main #section #sectionholder ul#winkelwagen .image img{
    width: 100px;
}

#main #section #sectionholder ul#winkelwagen .titel{
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#main #section #sectionholder ul#winkelwagen .aantal{
    float:left;
}

#main #section #sectionholder ul#winkelwagen .prijs{
    font-size: 15px;
    float: right;
    margin-right: 43px;
    padding: 0;
    font-weight: bold;
}

#main #section #sectionholder ul#winkelwagen .eenheidsPrijs{
    float: left;
    margin-left: 80px;
    max-width: 300px;
}

#main ul#rubriekMenuItems{
    padding: 0;
    margin: 0;
    list-style: none;
}

#main ul#rubriekMenuItems li{
    text-align:center;
    float:left;
    height: 35px;
}

#main ul#rubriekMenuItems li a{
    position: relative;
    display: block;
    height: 32px;
    font-weight: bold;
    font-size: 12px;
    color: #4B4D51;
    background: rgb(241, 241, 241);
    border-right: 1px solid rgb(207, 207, 207);
    border-bottom: 1px solid rgb(207, 207, 207);
    padding: 7px 14px 6px 14px;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
}

#main ul#rubriekMenuItems li a:hover{
    background: white;
    color: #4281C5;
}


ul#sidebar-winkelwagen{
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#sidebar-winkelwagen li{
    
}

ul#sidebar-winkelwagen .image{
    float:left;
    margin-right: 10px;
}

ul#sidebar-winkelwagen .image img{
    width: 50px;
    height: 50px;
    border: 1px solid rgb(199, 199, 199);
}

ul#sidebar-winkelwagen .opties{
    padding-left: 65px;
}

.back-to-top{
    display: none;
    position: fixed;
    bottom: 260px;
    right: 15px;
}

#sidebar-winkelwagenHolder{
    background-color: #FAFAFA;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.info, .info2,.infoOpgelet, .success, .success2, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/img/info.png');
}

.infoOpgelet{
    color: #000000;
    background-color: #F5D5D5;
    background-image: url('/img/info_rood.png');
}

.info2 {
    color: #00529B;
    background-color: #BDE5F8;
    padding-left: 5px;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/img/success.png');
}

.success2 {
    color: #4F8A10;
    background-color: #DFF2BF;
    padding-left: 5px;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/error.png');
}

#encyMenu{
    margin-bottom: 10px;
    text-align: center;
}

#encyMenuMobile{
    display:none;
    margin-bottom: 10px;
}

img.remove{
    height: 25px;
    float: right;
    margin-top: -6px;
    margin-right: 4px;
}

.kaderActieProduct{
    position: relative;
    background-color: #FAFAFA;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgb(231, 129, 129);
    padding: 5px;
    margin-top: 20px;
}

.kaderActieProduct .actieLabel{
    background-image: url('/img/actie.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    background-size: 60px;
    left: 0px;
    top: 0px;
}

.h3tag{
    cursor: pointer;
}

#content{
    position:relative;
}

#contentWookmark{
    position: relative;
}

.highlight{
    background-color: rgba(255, 255, 0, 0.4);
    font-size: inherit;
}

#main #section #sectionholder ul.korteLijst{
    list-style: none;
    margin:0;
    padding: 0;
}

#main #section #sectionholder ul.korteLijst li{
    float:left;
    width: 33%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

#main #section #sectionholder ul.korteLijst li .thumb{
    width: 100%;
    max-width: 50px;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}

#notificatie{
    margin: 5px;
    padding: 5px;
    color: white;
    background-color: rgb(235, 122, 122);
    border: 1px solid rgb(148, 36, 36);
    border-radius:25px;
    margin-left:25px;
}

.notificatieTeller:hover{
    color:white;
}

.notificatieTeller:visited{
    color:white;
}

.notificatieTeller{
    color:white;
    background-color: rgb(240, 111, 111);
    border-radius: 15px;
    padding: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid rgb(205, 16, 16);
    text-shadow: 1px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
    position: absolute;
    left: 0px;
    top: 11px;
    color: white;
    z-index: 1;
}

.notificatie{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(219, 219, 219);
    background-color: rgb(248, 248, 248);
}

.notificatieHolder{
    padding:5px;
}

.notificatie.ongelezen{
    background-color: rgb(247, 248, 232);
}

.notificatie .notificatieAvatar{
    float:left;
    margin-right: 5px;
}

.notificatie .notificatieAvatar img{
    width: 50px;
}

#main #section #sectionholder ul#bookmarkItems{
    list-style: none;
    margin: 0;
    padding: 0;
}

#main #section #sectionholder ul#bookmarkItems li {
    display: inline-block;
    width:30%;
    padding:1%;
    text-align:center;
    height: 100%;
    vertical-align: top;
    position: relative;
}

#main #section #sectionholder ul#bookmarkItems li .bookmarkImg{
    max-width: 100px;
    width:100%;
}

#main #section #sectionholder ul#bookmarkItems li .remove{
    position: absolute;
    top: 0;
    right: 0;
}

label{
    cursor: pointer;
}


#main #section #sectionholder ul#activiteit{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#main #section #sectionholder ul#activiteit li{
    background-color: rgb(248, 248, 248);
    width:370px;
    border:1px solid rgb(207, 207, 207);
    border-radius:5px;
    margin:5px;
    word-wrap: break-word;
}

#main #section #sectionholder ul#activiteit li .profiel{
    width: 40px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#main #section #sectionholder #meerActiviteit{
    text-align:center;
    padding:15px;
    cursor:pointer;
    background-color: rgb(236, 236, 190);
    border: 1px solid rgb(178, 179, 16);
}

#main #section #sectionholder .topicAvatar{
    padding: 5px;
    padding-top: 0px;
    float:left;
}

#main #section #sectionholder .topicAvatar img{
    width: 55px;
}

#main #section #sectionholder .topicTekst{
    padding-left: 65px;
}

#main #section #sectionholder .topicBericht{
    padding: 5px;
    padding-top: 15px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.alt{
    background-color: rgb(248, 248, 248);
}

.altPromo{
    background-color: rgb(252, 231, 231);
}

#main #section #sectionholder .topicDatum{
    text-align: right;
    margin-top: 15px;
}

#main #section #sectionholder table.forumCategorieen{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

#main #section #sectionholder table.forumCategorieen td{
    padding: 10px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(219, 219, 219);
}

#main #section #sectionholder table.forumCategorieen th{
    text-align:left;
    background-color: rgb(233, 233, 233);
    padding: 10px;
}


#main #section #sectionholder table.forumCategorieen td.alt{
    background-color: rgb(248, 248, 248);
}

#main #section #sectionholder table.forumCategorieen td.actief{
    background-color: rgb(250, 248, 207);
}


#main #section #sectionholder table#forumTopics{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

#main #section #sectionholder table#forumTopics td{
    padding: 10px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(219, 219, 219);
}

#main #section #sectionholder table#forumTopics td.alt{
    background-color: rgb(248, 248, 248);
}

#main #section #sectionholder table#forumTopics th{
    padding: 10px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(156, 153, 153);
}

#main #section #sectionholder ul#albumLijst{
    margin: 0;
    padding: 0;
    list-style:none;
}

#main #section #sectionholder ul#albumLijst li{
    float:left;
    width:23%;
    margin:1%;
}

#main #section #sectionholder ul#albumLijst li .thumb{
    width: 100%;
    border: 1px solid black;
}

.tip{
    background-image: url('/img/badge_tip2.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    background-size: 60px
}

.actie{
    background-image: url('/img/actie.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    background-size: 60px
}

.gratis{
    background-image: url('/img/ico_gratis_geleverd.png');
    background-repeat: no-repeat;
    width: 52px;
    height: 33px;
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 1;
}

.albumIco{
    background-image: url('/img/album.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    background-size: 60px
}

.nieuw{
    background-image: url('/img/badge_nieuw2.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 1;
    background-size: 60px;
}

ul#producten{
    list-style-type: none;
    margin: auto;
    padding: 0px;
}

ul#producten li{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    width: 173px;
    float:left;
    height: 260px;
}

ul#producten li .productHolder{
    position: relative;
}

ul#producten li .productImgHolder{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    width: 170px;
    height: 170px;
    margin: auto;
    background-color: white;
    margin-top: 5px;
}

ul#producten li .productImg{
    position: absolute;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 10px;
    border: 0;
}

ul#producten .productTekst{
    text-align:left;
    padding: 10px;
    padding-bottom: 0px;
    text-transform: uppercase!important;
    font: 12px "Arial";
    overflow: hidden;
    position: relative;
    height: 74px;
    word-wrap: break-word;
}

ul#producten .prijs{
    font-size: 20px;
    color: black;
    width: 165px;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    background-color:white;
}

ul#producten-sidebar{
    list-style-type: none;
    margin: auto;
    padding: 0px;
    width: 100%;
}

ul#producten-sidebar li{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    width: 140px;
    float:left;
    height: 218px;
}

ul#producten-sidebar li .productHolder{
    position: relative;
}

ul#producten-sidebar li .productImgHolder{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    width: 136px;
    height: 136px;
    margin: auto;
    background-color: white;
    margin-top: 5px;
}

ul#producten-sidebar li .productImg{
    position: absolute;
    width: 120px;
    height: 120px;
    margin-top: 8px;
    margin-left: 8px;
    border: 0;
}

ul#producten-sidebar .productTekst{
    text-align:left;
    padding: 10px;
    padding-bottom: 0px;
    text-transform: uppercase!important;
    font: 12px "Arial";
    overflow: hidden;
    position: relative;
    height: 74px;
    word-wrap: break-word;
}

ul#producten-sidebar .prijs{
    font-size: 20px;
    color: black;
    width: 120px;
    position: absolute;
    bottom: 0;
    margin-bottom: 21px;
    background-color: rgb(241, 241, 241);
}

ul#producten-lang{
    list-style-type: none;
    margin: auto;
    padding: 0px;
    width: 970px;
}

ul#producten-lang li{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 5px;
    width: 800px;
    float:left;
    background-color: #FAFAFA;
    height: 190px;
    position: relative;

}

ul#producten-lang li .productImgHolder{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    width: 170px;
    height: 170px;
    background-color: white;
    float:left;
    margin: 10px;
    margin-right: 20px;
}

ul#producten-lang li .productImg{
    position: absolute;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-left: 10px;
    border: 0;
}

ul#producten-lang .productTekst{
    margin-top: 5px;
    text-align:left;
    padding: 10px;
    font: 12px "Arial";
}

ul#producten-lang .prijs{
    font-size: 20px;
    color: black;
    width: 200px;
    float:left;
}

ul#producten-lang .winkelkar{
    margin-top: 0px;
}

#productSubImages{
    margin-top: 10px;
}

#productSubImages img{
    
    height: 50px;
}

#hoofdfoto{
    padding: 10px;
    width: 350px;
    float: left;
}

#kolom2.minHeight{
    min-height: 440px;
}

#hoofdfoto.minHeight{
    min-height: 420px;
}

#prijsProduct{  
    margin-bottom: 30px;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #DDD;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
    background-color: rgb(255, 251, 232);
}

#productHoofdImg{
    width: 350px;
}

.winkelwagenAfrekening{
    border-collapse: collapse;float:right;margin-right:25px;
}

#kolom1{
    width: 350px;
}

#kolom2{
    width: 380px;
    float: right;
    margin-right: 10px;
}

#sterren{
    margin-top: 10px;
    margin-right: 10px;
}

ul#laatstbekeken{
    list-style:none;padding:0;margin:0;
}

ul#laatstbekeken li{
    float:left;padding:1px;
}

ul#laatstbekeken li img{
    width: 100px;height: 100px;border:1px solid rgb(199, 199, 199);
}

a.nostyle{
    color: black;
    text-decoration: none;
    font-size: inherit;
}

a.nostyle:hover{
    color: black;
    text-decoration: underline;
    font-size: inherit;
}

.removeButton{
    width: 35px;
    background-image: url('/img/remove.png');
    background-repeat: no-repeat;
    padding: 10px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

.eigenschappenKolom{
    float: left;
    padding-right: 50px;
}

.forumTopic{
   display: inline-block;
    float: right;
    margin-right: 20px; 
}

ul#bannerMijnTuin{
    list-style: none;
    margin: 0;
    padding: 0;  
}

ul#bannerMijnTuin li{
    width: 24%;
    padding: 0;
    position: relative;
    display: inline-block;
    height: 0;
    padding-bottom: 24%;
    border: 1px solid black;
    overflow: hidden;
    float:left;
}

ul#bannerMijnTuin li img{
    width: 100%;
    overflow: hidden;
}

#output{
    position: relative;
}

#overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(211, 211, 211, 0.2);
    z-index: 1;
    border-radius: 10px;
    text-align: center;
    padding-top: 100px;
    display:none;
}

.aantalDuimpje{
    margin: 5px;
    padding: 0px 4px 0px 4px;
}

.lijn{
    border-bottom: 1px solid rgb(219, 219, 219);
    margin-top: 10px;
    margin-bottom: 10px;
}

#asideholder .lijn{
    border-top: 1px solid rgb(219, 219, 219);
    border-bottom: 1px solid white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile480{
    display: none;
}

.score{
    margin-left: 20px;
    font-size: 20px;
}

#photoimg{
    max-width: 100%;
}

ul#categorieOverzicht{
    padding:0;
    margin:0;
    list-style:none;
}

ul#categorieOverzicht li{
    display: inline-block;
    box-shadow: 2px 2px 5px #E2E2E2;
    margin: 0.5%;
    border: 1px solid rgb(209, 209, 209);
    text-align: center;
    width: 18.7%;
    background-color: white;
}

ul#categorieOverzicht li:hover{
    box-shadow: 4px 4px 5px #E2E2E2;
    border: 1px solid rgb(162, 162, 162);
}

ul#categorieOverzicht li .image{
    position: relative;
}


ul#categorieOverzicht li .label{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 99%;

    border-bottom: 1px solid rgb(209, 209, 209);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    height:25px;
}

ul#categorieOverzicht li .label.tuinwinkel{
    border: 1px solid #5D76AB;
    text-shadow: 0px -1px 1px #5D76AB;
    background-color: #71A3DA;
}

ul#categorieOverzicht li .label.tuinadvies{
    border: 1px solid #6F8B4E;
    text-shadow: 0px -1px 1px #6F8B4E;
    background-color: #89ac5f;
}


ul#categorieOverzicht li .image img{
    width:100%;
    padding-bottom: 35px;
}

#breadcrumbs{
    overflow:hidden;
    height:28px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.kader{
    background-color: #FAFAFA;-webkit-border-radius: 5px;border-radius: 5px;border: 1px solid #DDDDDD;padding: 5px;padding-left:10px;
    margin-top: 10px;
}

a.knop1, .knop1{
    background-image: linear-gradient(to bottom, #F0A928, #E7810D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F0A928', EndColorStr='#E7810D');
    background: #F0A928; /* Old browsers */
    background: -moz-linear-gradient(top, #F0A928 0%, #E7810D 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7810D), color-stop(100%,#E7810D)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F0A928 0%,#E7810D 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F0A928 0%,#E7810D 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F0A928 0%,#E7810D 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F0A928 0%,#E7810D 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0A928', endColorstr='#E7810D',GradientType=0 ); /* IE6-9 */
    
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-shadow: 0px -1px 1px #C77212;
    color: #fff;
    border: 1px solid #C77212;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

a.knop1-small, .knop1-small{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
}

a.knop1:hover, .knop1:hover{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 2px 3px 3px rgba(0,0,0,0.2);
    opacity: 0.8; 
}

a.knop2, .knop2{
    background-image: linear-gradient(to bottom, #AABCE2, #6084CF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AABCE2', EndColorStr='#6084CF');
    background: #AABCE2; /* Old browsers */
    background: -moz-linear-gradient(top, #AABCE2 0%, #6084CF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AABCE2), color-stop(100%,#6084CF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #AABCE2 0%,#6084CF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #AABCE2 0%,#6084CF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #AABCE2 0%,#6084CF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #AABCE2 0%,#6084CF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AABCE2', endColorstr='#6084CF',GradientType=0 ); /* IE6-9 */
    
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-shadow: 0px -1px 1px #5D76AB;
    color: #fff;
    border: 1px solid #5D76AB;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

a.knop2-small, .knop2-small{
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 16px;
}

a.knop2:hover, knop2:hover{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 2px 3px 3px rgba(0,0,0,0.2);
    opacity: 0.8;
}

a.knop4, .knop4{
    background-image: linear-gradient(to bottom, #F1F1F1, #9B9B9B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F1F1F1', EndColorStr='#9B9B9B');
    background: #F1F1F1; /* Old browsers */
    background: -moz-linear-gradient(top, #F1F1F1 0%, #9B9B9B 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#9B9B9B)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F1F1F1 0%,#9B9B9B 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F1F1F1 0%,#9B9B9B 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F1F1F1 0%,#9B9B9B 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F1F1F1 0%,#9B9B9B 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#9B9B9B',GradientType=0 ); /* IE6-9 */
                
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 12px;
    text-shadow: 0px -1px 1px #888888;
    color: white;
    border: 1px solid #A2A2A2;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

a.knop6, .knop6{
    background-image: linear-gradient(to bottom, #F1F1F1, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F1F1F1', EndColorStr='#DDDDDD');
    background: #F1F1F1; /* Old browsers */
    background: -moz-linear-gradient(top, #F1F1F1 0%, #DDDDDD 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #F1F1F1 0%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #F1F1F1 0%,#DDDDDD 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F1F1F1 0%,#DDDDDD 100%); /* IE10+ */
    background: linear-gradient(to bottom, #F1F1F1 0%,#DDDDDD 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
                
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 18px;
    color: black;
    border: 1px solid #A2A2A2;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

a.knop5, .knop5{
    background-image: linear-gradient(to bottom, #E65A88, #EC283F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E65A88', EndColorStr='#EC283F');
    background: #F1F1F1; /* Old browsers */
    background: -moz-linear-gradient(top, #E65A88 0%, #EC283F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E65A88), color-stop(100%,#EC283F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E65A88 0%,#EC283F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E65A88 0%,#EC283F 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E65A88 0%,#EC283F 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E65A88 0%,#EC283F 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E65A88', endColorstr='#EC283F',GradientType=0 ); /* IE6-9 */
    
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 12px;
    text-shadow: 0px -1px 1px #D61F52;
    color: white;
    border: 1px solid #D61F52;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

a.knop5-small, .knop5-small{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
}

h2.bestellen{
    background-color: rgb(228, 228, 228);
    padding: 10px;
    color: rgb(60, 60, 60);
    border-radius: 15px;
    border: 1px solid rgb(206, 206, 206);
}

a.knop4:hover{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 2px 3px 3px rgba(0,0,0,0.2);
}

a.knop6:hover{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 2px 3px 3px rgba(0,0,0,0.2);
}

#bestelFormulier td{
    padding:4px;
}

#anderAdresTabel td{
    padding:4px;
}

.tabel1{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

.tabel1 td{
    padding: 10px;
    margin-left: 5px;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.tabel1 th{
    text-align:left;
    background-color: rgb(233, 233, 233);
    padding: 10px;
}

.tabel1 tr:nth-child(even){
    background-color: rgb(248, 248, 248);
}

.gridviewBtn{
    width: 45px;
    background-image: url('/img/gridview.png');
    background-repeat: no-repeat;
    padding: 10px;
    cursor: pointer;
    border: 0;
    height: 40px;
    background-color: transparent;
}

.mapviewBtn{
    width: 45px;
    background-image: url('/img/mapview.png');
    background-repeat: no-repeat;
    padding: 10px;
    cursor: pointer;
    border: 0;
    height: 40px;
    background-color: transparent;
}

.listviewBtn{
    float: right;
    width: 45px;
    background-image: url('/img/listview.png');
    background-repeat: no-repeat;
    padding: 10px;
    cursor: pointer;
    border: 0;
    height: 40px;
    background-color: transparent;
}

.tagEncy{
    background-color: #89ac5f;
    border:1px solid #5A703E;
    border-radius: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-bottom: 5px;
    font-style: italic;
    display:inline-block;
    cursor: pointer;
}

.tagShop{
    background-color: #71A3DA;
    border:1px solid #174F8E;
    border-radius: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-bottom: 5px;
    font-style: italic;
    display:inline-block;
    cursor: pointer;
}

.agendaItem{
    display:inline-block;
    width: 23%;
    height: auto;
    margin: 1%;
    vertical-align: top;
}

#partnerHoofdImgHolder{
    margin:5px;
}

#partnerHoofdImg{
    border: 1px solid rgb(207, 207, 207);
    width: 100%;
    background-color:white;
    text-align: center;
    padding-top: 3px;
}

#partnerHoofdImg img{
    max-width: 100%;
}

#partnerBalk{
    margin-top:10px;
    text-align: center;
    margin-left: 25px;
}

.partnerBalkItem{
    float:left;
    margin:1px;
}

.partnerBalkItem img{
    border: 1px solid rgb(207, 207, 207);
    height:50px;
    width: 50px;
}

#taalMenuInhoud{
  position: absolute;
  z-index: 38;
  padding: 0;
  border: 1px solid #cfcfcf;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
  display:none;
}

#iconBE{
    background-image: url("/img/belgie.png?v1");
}

#iconDE{
    background-image: url("/img/duitsland.jpg?v1");
}

#iconNL{
    background-image: url("/img/nederland.png?v1");
}

.icon{
    width: 25px;
  height: 25px;
  display: block;
  position: absolute;
    top: 9px;
  right: 2px;
  background-repeat: no-repeat;
}

.taalMenuLink{
    width: 120px;
    position:relative;
    padding:0px;
    padding-left:7px;
}

.taalMenuLink:hover{
    background-color: #f6f3ed;
    cursor: pointer;
}

#taalMenu{
    opacity: 0.7;
    cursor: pointer;
}

#taalMenu:hover{
    opacity: 1;
}


.headerSortUp{
    background-color:rgb(174, 208, 236) !important;
    background-image: url("/img/desc.gif") !important;
}

.headerSortDown{
    background-color:rgb(174, 208, 236) !important;
    background-image: url("/img/asc.gif") !important;
}

.header{
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    background-image: url("/img/bg.gif");
}

.publiek{
    background-image: url("/img/public.png") !important;
    background-size: 16px 16px;
}

.prive{
    background-image: url("/img/private.png") !important;
    background-size: 16px 16px;
}

.ui-state-default{
    color: black !important;
}

.ui-state-active, .ui-state-hover{
  border: 1px solid #97B66D !important;
  background: rgb(236, 245, 236) !important;
}

.togglePubliek{
    float:right;
}

/**
MOBILE
**/

@media screen and (max-width: 767px) {  
    body{
        background-image: none;
    }
    
    #aside{
        display: none;
    }
    
    #bodyholder{
        overflow: hidden;
    }
    
    #footer{
        width: 100%;
        /*height: 0px; /*SCROLLBUG*/
        /*width: 0px;
        overflow:hidden;*/
    }
    
    #footer #footerholder{
        width: 100%;
    }
    
    .eigenschappenKolom{
        float:none;
        padding-right: 0px;
    }
    
    #main{
        width: 100%;
        z-index: 99999;
        position: relative;
        left: 0;
        background-color: #FAFAFA;
    }
    
    #main section{
        width: 100%;
    }
    
    ul#leverdag li{
        width: 100%;
    }
    
    .mobile{
        display:  inherit;
    }
    
    .desktop{
        display:none;
    }
    
    .tip{
        top: -10px;
        left: -10px;
    }
    
    .gratis{
        bottom: -10px;
        left: -10px;
    }
    
    .actie{
        top: -10px;
        left: -10px;
    }
    
    .nieuw{
        top: -10px;
        left: -10px;
    }
    
    #navholder{
        background: #eee;
        height: 100%;
        display: block;
        position: absolute;
        width: 260px;
        left: 0px;
        top: 0px;
        z-index: 0;
        margin-top: 0;
    }
    
    #topmenu{
        padding:0;
    }
    
    #topmenu #zones img{
        width: 100%;
        height: auto;
        margin-right: 0px;
    }
    
    #topmenu #zones #profiel{
        float:none;
    }
        
    #menu{
        padding:0;
        background-color: #eee;
        border:0;
    }
    
    #menu ul{
        border-top: 1px solid #ccc;
        border-bottom: solid 1px #fff;
    }
    
    #menu ul li{
        background-color: #eee;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #ccc;
        line-height: 40px;
        padding:0;
        float:none;
    }
    
    #menu ul li a{
        font-size: 15px;
        color: #07348F;
        height: 40px;
        display: block;
        margin-left: 15px;
    }
    
    #menu ul a {
        float: none;
    }
    
    .listview .beschrijving{
        padding-left: 0px;
    }
    
    #topmenu ul#zonesOverzicht li{
        float:none;
        margin:0;
        padding: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 20px;
        border-bottom: 1px solid rgb(36, 36, 36);
        width:100%;
        box-shadow: none;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    #topmenu #zones img{
        width: 45px;
        margin-right: 10px;
        margin-left: 5px;
    }
    
    #menu ul li ul{
        display: none;
        position: static;
        width: 100%;
        top:0;
        left:0;
        background-color:#eee;
    }
    
    #topmenu ul#zonesOverzicht a {
        float: none;
    }
    
    .eindproductThumb{
        width: 20%;
        float:left;
        text-align:center;
    }

    .eindproductWaarden{
        width:80%;
        float:left;
    }

    .eindproductPrijs{
        width:60%;
        text-align: center;
    }

    .eindproductBestel{
        width:40%;
        float:left;
        text-align: center;
    }
    
    .eindproductLevertijd{
        width: 100%;
        text-align: center;
        margin-top:10px;
    }
    
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #main #section #sectionholder{
        padding-right: 10px;
    }
    
    #main #section #sectionholder #avatarHolder{
        float:none;
    }
    
    #zoekveld{
        width:100%;
    }
    
    #main #section #sectionholder #algemenegegevens{
        width: 100%;
        padding-right: 10px;
    }
    
    #plantenFoto{
        float:none;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    
    #plantenFoto img{
        width: 100%;
        max-width: 400px;
    }
    
    #main #section #sectionholder ul#plantenLijst li{
        width: 24%;
        padding:0;
        padding-bottom: 10px;
        margin: 0;
        margin-right: 1%;
    }
    
    #main #section #sectionholder ul#plantenfotos li{
          width: 100%;       
          padding:0;
          padding-bottom: 5px;
    }
    
    .notmobile{
        display:none;
    }
    
    #encyMenu{
        display:none;  
    }

    #encyMenuMobile{
        display:block;
    }
    
    #main #section #sectionholder ul#plantenlijstProfiel li{
        width: 50%;
    }
    
    #main #section #sectionholder ul#bookmarkItems li {
        width: 48%;
    }
    
    #main #section #sectionholder ul#activiteit li{
        width: 100%;
        margin: 0px;
    }
    
    #main #section #sectionholder ul#albumLijst li{
        width:48%;
        margin:1%;
    }
    
    #hoofdfoto{
        float:none;
        padding: 0px;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    
    .minHeight{
        min-height: 0px;
    }
    
    #productHoofdImg{
        width:100%;
        max-width: 315px;
    }
    
    #kolom1{
        float:none;
        width:100%;
    }
    
    #kolom2{
        float:none;
        width:100%;
    }
    
    #prijsProduct{
        margin-top:5px;
        margin-left:0;
        margin-right:0;
        margin-bottom: 15px;
    }
    
    #sterren{
        margin-top: 10px;
        float: none;
        margin-right: 0px;
    }
    
    #main #section #sectionholder ul#winkelwagen .prijs{
        float:none;
        margin:0;
        margin-top:10px;
        padding-left: 120px;
    }
    
    #main #section #sectionholder ul#winkelwagen .aantal{
        float:none;
    }
    
    #main #section #sectionholder ul#winkelwagen .eenheidsPrijs{
        float:none;
        margin:0;
        margin-top:10px;
        padding-left: 120px;
    }
    
    
    #main #section #sectionholder ul#winkelwagen .verwijderProduct{
        display:none;
    }
    
    .winkelwagenAfrekening{
        float:none;
        margin-right:0px;
        width: 100%;
    }
    
    .gridview li{
        width:21%;
    }
    
    ul#producten{
        list-style-type: none;
        margin: auto;
        padding: 0px;
    }

    ul#producten li{
        float:left;
        width: 25%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    ul#producten li .productHolder{
        position: relative;
        border-radius: 5px;
        border: 1px solid #C4C4C4;
        margin: 5px;
    }

    ul#producten li .productHolder:before{
        content: "";
        display: block;
        padding-top: 100%;
    }

    ul#producten li .productHolder .productImgHolder{
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: white;
        margin:10px;
        border: 0;
        width: auto;
        height: auto;
    }

    ul#producten li .productHolder .productImgHolder .productImg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    
    .agendaItem{
        width:48%;
    }
    
    ul#categorieOverzicht li{
        width: 31.7%;
    }
    
    .togglePubliek{
        margin-top:10px;
        float:none;
    }
}

@media screen and (max-width: 600px) { 
    #main #section #sectionholder ul#plantenLijst li{
        width: 32%;
        padding:0;
        padding-bottom: 10px;
        margin: 0;
        margin-right: 1%;
    }
    
    .gridview li{
        width:29%;
    }
    
    ul#producten li{
        width: 33%;
    }
    
    ul#categorieOverzicht li{
        width: 48.2%;
    }
}

@media screen and (max-width: 480px) { 
    #main #section #sectionholder ul#plantenLijst li{
        width: 49%;
        padding:0;
        padding-bottom: 10px;
        margin: 0;
        margin-right: 1%;
    }
    
    #main #section #sectionholder ul#plantenlijstProfiel li{
        width: 100%;
    }
    
    #main #section #sectionholder ul#bookmarkItems li {
        width: 100%;
    }
    
    #main #section #sectionholder ul#albumLijst li{
        width:100%;
        margin: 0px;
    }
    
    .gridview li{
        width:46%;
    }
    
    ul#producten li{
        width: 50%;
    }
    
    .agendaItem{
        width:100%;
        margin: 0px;
    }
    
    .mobile480{
        display: block;
    }
    
    .eindproductBestel{
        width: 100%;
        text-align: center;
    }
    
    .eindproductPrijs{
        width: 100%;
        text-align: center;
    }
    
    .eindproductThumb{
        width: 100%;
        text-align: center;
    }
    
    .eindproductWaarden{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    .eindproductLevertijd{
        width: 100%;
        text-align: center;
        margin-top:10px;
    }
    
    .eindproduct{
        margin-right:0px;
    }
}