.clear{clear: both;}
.grid, .list, .view{
	border-radius: 3px;
	width: 15px; 
	height:15px; 
	margin-left: 10px; 
	float: left; 
	cursor:  pointer; 
	padding: 5px; 
}

.grid{background: url(../images/webwinkel/grid.png) 50% no-repeat;}
.grid:hover{background: #7eb800 url(../images/webwinkel/gridw.png) 50% no-repeat;}
.grid-active{ background: #039fd3 url(../images/webwinkel/gridw.png) 50% no-repeat; }

.list{background:  url(../images/webwinkel/list.png) 50% no-repeat;}
.list:hover{background: #7eb800 url(../images/webwinkel/listw.png) 50% no-repeat;}
.list-active{background: #039fd3 url(../images/webwinkel/listw.png) 50% no-repeat;}

.prods-cnt{
	width: 730px; 
	height:auto;
	overflow: auto; 
	float:left;
	min-height: 400px; 
	margin: 20px auto;
	background-color: #fafafa;
	border: #ccc 1px dotted;
	padding: 5px;
}

/* Grid Style */
.prod-box{
	width: 142px; 
	height: 260px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	margin: 0 10px 10px 10px;
	float: left;
	position:relative;
}


/* Grid Style */

.prod-box .prod-img{
	width:130px;
	height: 140px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.prod-box img:first-child{
	max-height: 140px;
	max-width: 130px;
}

.prod-box #aanbieding_img{
	float:left;
	height:22px;
	width:72px;
}

.prod-box #aanbieding_img.on{
	background: url(../images/webwinkel/aanbieding_small.png) no-repeat;
}

.prod-box #nieuw_img{
	float:right;
	height:22px;
	width:58px;
}

.prod-box #nieuw_img.on{
	background: url(../images/webwinkel/nieuw_small.png) no-repeat;
}

.prod-box h3 {
	word-wrap: break-word;
	float: left;
	margin: 5px 0;
	width:85px;
	height: 80px;
	overflow-y:auto;
}

.prod-box h3 a{
	text-decoration: none;
	color:#888;
	font: italic normal 14px georgia;
	font-style: italic;
}
.prod-box p{ display: none;}

.prod-box .extended{ display: none;}

.prod-box .price-cnt{ 
	height:20px;
	float: left;
	position:absolute;
	bottom:0;
}

.prod-box .price{
	width: 66px;
	display: inline; 
	font: italic georgia;	
}

.prod-box .old{
	margin-right: 10px;
	color: black !important;
	float: left;
	text-decoration: line-through;
}

.prod-box .price_no_aanbieding{
	font: italic 13px georgia;
	float: left;
	color: #181818;
}

.prod-box .buy-ico{
	border-radius: 20px;
	width: 35px; height: 35px;
	float: right;
	margin: 5px 0px 5px 5px;
	cursor: pointer;
	background: #039fd3 url(../images/webwinkel/shopping_cart.png) 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box .buy-ico:hover{
	background-color: #7eb800;
}

.prod-box .remove{
	display:none;
}

/* List View Style */
.prod-box-list{
	height: 190px;
	width: 680px;
	margin: 15px;
	padding: 10px;
	background-color: #fff;
}

.prod-box-list .prod-img{
	height: 190px;
	width: 140px;
	float: left;	
}

.prod-box-list img:first-child{
	max-height:190px;
	max-width:140px;
}

.prod-box-list #nieuw_img_list.on{
	float:left;
	height:22px;
	width:58px;
	margin-left:10px;
	background: url(../images/webwinkel/nieuw_small.png) no-repeat;
}


.prod-box-list h3 a{
	text-decoration: none;
	width:360px;
	float: left;
	padding:0;
	margin: 0 10px;
	color:#3c2e25;
	font: italic normal 22px georgia;
}
.prod-box-list p{
	color: #888;
	width:360px;
	height:125px;
	float: left;
	overflow-y:auto;
	margin: 20px 10px 10px 10px;
	font: italic 13px  georgia;
	line-height: 20px;
}
.prod-box-list .buy-ico{
	border-radius: 5px;
	width: 85px; 
	height: 20px;
	color: #fff;
	padding: 5px 5px 5px 30px;
	font:italic 12px georgia;
	float: right;
	margin: 5px;
	cursor: pointer;

	background: #039fd3 url(../images/webwinkel/shopping_cart.png) 5% 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box-list .buy-ico:before{content: " Meer details";	line-height: 22px;  }
.prod-box-list .buy-ico:hover{	background-color: #7eb800;}

.prod-box-list .old{	
	color: black !important; 
	float: right;	
	font-style: 18px;
	text-decoration: line-through;
}
.prod-box-list .price{
	margin-right: 10px;
	display: block; 
	font: italic 20px georgia;
	margin:7px;
}
.prod-box-list .price_no_aanbieding{
	color: #181818;
}

.prod-box-list .extended{
	border-top: #888 1px solid;
	color: #888;
	width:140px;
	height:100px;
	float: right;
	overflow:auto;	
	margin-top:5px;
	padding: 5px 0 0 0;
}

.prod-box-list .price-cnt{ 
width: 120px; 
height: auto; 
float: right; 
text-align: right;}

.prod-box-list .remove{
	display:block;
	float:right;
}

/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}

#products .header_sort span.desc{
	background: url(../images/webwinkel/sort_grey_up.png) 5% 50%  no-repeat;
}

#products .header_sort span.desc:hover{
	background: #616161 url(../images/webwinkel/sort_white_up.png) 5% 50%  no-repeat;
}

#products .header_sort span.asc{
	background: url(../images/webwinkel/sort_grey_dwn.png) 5% 50%  no-repeat;
}

#products .header_sort span.asc:hover{
	background:  #616161 url(../images/webwinkel/sort_white_dwn.png) 5% 50%  no-repeat;
}

#products .header_sort span{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 7px 0 0;
	cursor: pointer;
}

/* Menu */
#menu .categorie {
	height:20px;
}


.home_products .slider{
		width: 180px; 
		height:auto;
		overflow: auto; 
		float:left;
		min-height: 330px; 
		margin: 10px auto;
		background-color: #fafafa;
		border: #ccc 1px dotted;
		padding: 5px;
}