/*---------productmodule-----------*/
.product_groep {
  /*width: 360px;*/
  width: 49%;
  height: 32px;
  background-color: #e6e6e6;
  border: 1px solid silver;
  float: left;
  margin: 0 5px 5px 0;
}
.ga_naar {
  float: right;
  color: white;
}
.ga_naar a:link, .ga_naar a:active,
 .ga_naar a:visited{
    color: black;
    text-decoration: none;
  line-height: 32px;
  font-size: 11px;
    
  }
.product_groep_foto {
  float: none;
  width: auto;
  height: auto;
}
.product_groep_inhoud {
  height: auto;
  margin-left: 0px;
}
.product_groep_titel {
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.product_groep_titel h3, .product_groep_titel h3 a:link, 
.product_groep_titel h3 a:active, .product_groep_titel h3 a:visited {
  margin: 0;
  padding: 0;
  color: black;
  line-height: 32px;
  font-size: 14px;
  
}
.product_groep_titel h3 a:hover, .ga_naar a:hover{
  color: maroon;
}
.product_groep_info {
  overflow: hidden;
  padding: 10px;
}
.product_groep_titel{
  background-color: transparent;
  color: black;
}

table.productlist{
  	width: 100%;
	padding: 0;
	margin: 0;
}

table.productlist th{
  text-align: left;
  color: maroon;
  border-bottom: 1px solid gray;
  
}
table.productlist td{
  border-bottom :1px solid  silver ;
  line-height: 32px;
  
}
table.productlist a{
  color: black;
  text-decoration: none;
}
table.productlist a img{
  border :none;
}
table.productlist tr.product:hover{
  color: maroon;
  background: #E6E6E6;
}

table.productlist tr.product:hover a{
  color: maroon;
}

table.productlist a:hover{
  color: maroon;
}

div.product{
        width :133px;
        border: 1px solid #2B296A;
        margin-right: 20px;
        margin-bottom :20px;
        float: left;
}
.product_foto{
        height: 100px;
        width :133px;
}
.product_titel {
        height: 24px;
        line-height: 24px;
        background-color: #2B296A;
        padding-left: 5px;
}
.product_titel h4{
        margin: 0;
        padding: 0;
        color: white;
}
.product_info{
        overflow: hidden;
        font-size: 11px;
        padding: 5px;
        height: 68px;
}
.product_ga_naar{
        height: 18px;
        line-height: 18px;
        background-color: #2B296A;
        padding-left: 5px;
        font-size: 11px;
        color: white;
}
.product_ga_naar a:link, .product_ga_naar a:active, .product_ga_naar a:hover,
 .product_ga_naar a:visited{
    color: white;
    text-decoration: none;
 }
.product_message{
        font-style: italic;
        font-size: x-small;
        color: #2B296A;
}
.product_detail img{
        border: 0px;
}
.product_detail_foto{
        margin: 0 auto;
        margin-bottom: 10px;
}
.product_detail_thumbs{
        background-color: #2B296A;
        height :100px;
}
.product_detail_thumbs img{
        float: left;
}
#product_detail_foto_big{
        display: none;
}
.product_detail_info{
        padding: 10px;
}
.product_detail_info .label{
        font-weight: bold;
        color: #2B296A;
        vertical-align: top;
}
.product_detail_info .nettolabel, .product_detail_info .nettoprijs {
    color: #2B296A;
    font-size: 18px;
    font-weight: bold;
}

.detail_ga_naar{
  background-color: #233f00;
  line-height :24px;
  height :24px;
  color: white;
  width :150px;
  text-align: center;
  margin-top : 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  clear: left;
}
.detail_put_in_cart, .detail_add_to_wishlist{
  background-color: maroon;
  line-height :24px;
  height :24px;
  color: white;
  width :150px;
  text-align: center;
  margin-top : 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  clear: left;
  padding-left:10px;
}
.detail_ga_naar_bottom{
  background-color: #233f00;
  line-height :24px;
  height :24px;
  padding-left: 10px;
  color: white;
  width :150px;
  text-align: center;
  margin: 0;
  clear: left;
}
.detail_ga_naar a:link, .detail_ga_naar a:active, .detail_ga_naar a:hover,
 .detail_ga_naar a:visited{
    color: white;
    text-decoration: none;
 }
 .detail_ga_naar_bottom a:link, .detail_ga_naar_bottom a:active, .detail_ga_naar_bottom a:hover,
 .detail_ga_naar_bottom a:visited{
    color: white;
    text-decoration: none;
 }
 .detail_put_in_cart a:link, .detail_put_in_cart a:active, .detail_put_in_cart a:hover,
 .detail_put_in_cart a:visited, .detail_add_to_wishlist a:link, .detail_add_to_wishlist a:active, .detail_add_to_wishlist a:hover,
 .detail_add_to_wishlist a:visited{
    color: white;
    text-decoration: none;
 }
/*---------ZOEKEN-----------*/ 
form.product_search_form input{
  margin-bottom :20px;
  border: 1px solid #233f00;
  width :300px;
}
form input.search_submit{
  background-color: maroon;
    border: 1px solid maroon;
  color: white;
  font-weight: bold;
  width :100px;
	cursor: pointer;
}

