.advanceshop_sort {
	background: #f4f4f4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#E2E4E2));
	background: -webkit-linear-gradient(#f4f4f4, #E2E4E2);
	background: -moz-linear-gradient(#f4f4f4, #E2E4E2);
	background: -ms-linear-gradient(#f4f4f4, #E2E4E2);
	background: -o-linear-gradient(#f4f4f4, #E2E4E2);
	background: linear-gradient(#f4f4f4, #E2E4E2);
	-pie-background: linear-gradient(#f4f4f4, #E2E4E2);
	border: 1px solid #c7c7c7;
	color: #333;
	height: 28px;
	width: 680px;
	margin-right: 1px;
	padding: 8px 0 0 19px;
        font-size: 1em
	}
	
	.advanceshop_sort strong {
		float: left;
		font-weight: bold;
		padding-top: 2px;
		}
		
	.advanceshop_sort .sorter {
		float: left;
		margin-left: 15px;
		padding-top: 2px;
		}
		
		.advanceshop_sort .sorter .name {
			float: left;
			}
			
		.advanceshop_sort .sorter .actions {
			float: left;
			padding: 1px 0 0 5px;
			width: 16px;
			}
			
			.advanceshop_sort .sorter .actions a {
				background-image: url(images/webshop-sort-desc.gif);
				display: block;
				height: 7px;
				overflow: hidden;
				text-indent: 20px;
				width: 16px;
				}
				
				.advanceshop_sort .sorter .actions a:hover {
					background-image: url(images/webshop-sort-desc-hover.gif);
					}
					
				.advanceshop_sort .sorter .actions a.asc {
					background-image: url(images/webshop-sort-asc.gif);
					margin-top: 1px;
					}
					
					.advanceshop_sort .sorter .actions a.asc:hover {
						background-image: url(images/webshop-sort-asc-hover.gif);
						}
						
	.advanceshop_sort .brands {
		padding-top: 0;
		}
		
		.advanceshop_sort .brands .name {
			padding: 2px 5px 0 0;
			}
			
		.advanceshop_sort .brands form {
			display: inline;
			}
                .advanceshop_sort .brands form select {
                         border: 1px solid #aaa;
                         padding: 0;
                        }
/******/
.advanceshop_sort .terug{
   float: right;
   border:1px solid #aaa;   
   margin-right:10px;
   background-color: #ddd;
   
}
#text .terug a{
  text-decoration:none;
  float: right;
  padding: 2px 7px;
}
/******/
	
	.choose_view {
		float: right;
		margin-left: 40px;
		margin-right: 10px;
		width: 60px;
		}
			
	#choose_view_list {
		display: block;
		float: left;
		margin-left: 3px;		
		text-indent: -1800px;
		background-image: url('images/view_list.gif');
		background-repeat: no-repeat;
		background-color: white;
		height: 20px;
		width: 28px;
		border: none;
		cursor: pointer;
	}
	
	#choose_view_panel {
		display: block;
		float: right;
		text-indent: -1800px;
		background-image: url('images/view_panel.gif');
		background-repeat: no-repeat;
		background-color: white;
		height: 20px;
		width: 28px;
		border: none;
		cursor: pointer;
	}	
		
	/* LIJST WEERGAVE */

.products {
	clear: both;
	width: 570px;
	_width: 560px;
	}


	.product_img {
		width: 150px;
		float: left;
	}

	.products .list {
		border-bottom: 1px solid #c9c9c9;
		float: left;
		margin: 4px 8px 0 0;
		height: 19px;
		padding-bottom: 3px;
		text-align: right;
		width: 680px;
		_margin-right: 4px;
		}
			
			.products .list p {
				margin: 0px;
				text-align: left;
				}
				
			.products .list p.name {
				font-size: 12px;
				float: left;
				width: 365px;
				padding-top: 3px;
				}
				
				.products .list p.name a {
					text-decoration: none !important;
					color: black !important;
					}
					
					.products .list p.name a:hover {
						text-decoration: underline !important;
						}	
				
			.products .list p.price {
				float: left;
				text-align: right;
				width: 80px;
				}

				.products .list p.price .btw {
					font-size: 80%;
					xfont-weight: normal;
					margin-left: 3px;
					}

			.products div.in_stock {
				background-image: url(images/webshop-supply-instock.gif);
				background-repeat: no-repeat;
				background-position: 3px 3px;
				padding-left: 23px;
				padding-top: 5px;
				padding-bottom: 5px;
				}					
			.products div.limited {
				background-image: url(images/webshop-supply-limited.gif);
				background-repeat: no-repeat;
				background-position: 3px 3px;				
				padding-left: 23px;				
				}
			.products div.outofstock {
				_background-image: url(images/webshop-supply-outofstock.gif);
				background-repeat: no-repeat;
				background-position: 3px 3px;				
				padding-left: 23px;				
				}

		.products .list .actions {
			color: #ff6600;
			padding-top: 3px;
			padding-right: 10px;
			text-align: right;
			float: right;
			}

			.products .list .actions a {
				color: #ff6600 !important;
				font-weight: bold !important;
				text-decoration: none !important;
				}
	
			
		
		
.products {
	clear: both;
	width: 680px;
	_width: 670px;
	}
	
	.products .product {
		border-bottom: 1px solid #c9c9c9;
		float: none;
		/*height: 173px; */
		overflow:auto;
		margin: 8px 8px 0 0;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: left;
		width: 700px;
		_margin-right: 4px;
		}
		
		.products .product .image {
			float: left;
			height: 100px;
			width: 150px;
			overflow: hidden;
			margin: 0px 10px 5px 5px;
			}
			
		.products .product .info {
			border-bottom: 0px solid #9d9d9d;
			margin: 0px 5px 5px 0px;
			padding: 0px;
			text-align: left;
			}
			
			.products .product .info p.name {
				font-size: 100%;
				margin-bottom: 1px !important;
				font-weight: bold !important;
				}
				
			.products .product .info p.description {
				margin-top: 0px;
				margin-bottom: 2px !important;
				font-size: 100%;
				overflow: hidden;
				}
				
			.products .product .info p.price {
				font-size: 110% !important;
				font-weight: bold !important;
				margin-top: 5px;
				margin-bottom: 0px !important;
				}
				
				.products .product .info p.price .btw {
					font-size: 80%;
					font-weight: normal;
					margin-left: 3px;
					}
					
			p.supply {
				background-position: left 3px;
				background-repeat: no-repeat;
				font-size: 90%;
				float: left;
				text-align: left;
				font-weight: bold;
				padding: 1px 0 0 18px;
				margin-left: 5px;
				margin-bottom: 0 !important;
				width: 49%;
				}
				
			p.in_stock {
				background-image: url(images/webshop-supply-instock.gif);
				}					
			p.limited {
				background-image: url(images/webshop-supply-limited.gif);
				}
			p.outofstock {
				background-image: url(images/webshop-supply-outofstock.gif);
				}
				
		.products .product .actions {
			color: #e75616;
			padding-right: 10px;
			padding-top: 3px;			
			float: left;                        
			}
			
			.products .product .actions .separator {
				color: #9F9F9F;
                                margin: 3px 5px;
                                font-size: 1.2em;
                                margin-top:4px !important;
                                float: left
			}	
			
			
			.products .product .actions a {
				color: #e75616 !important;
				font-weight: bold !important;
				text-decoration: none !important;
				}

.bargains {
	margin-top: 35px;
	clear: both;
	width: 730px;
	_width: 720px;
	}

	.bargains .product {
		border: 0px solid #c9c9c9;
		float: left;
		height: 150px;
		margin: 8px 8px 0 0;
		padding-top: 5px;
		text-align: center;
		width: 170px;
		_margin-right: 4px;
		}

		.bargains .product .image {
			height: 75px;
			width: 75px;
			float:left;
			margin-right: 10px;
			overflow: hidden;
			}

		.bargains .product .info {
			border-bottom: 0px solid #9d9d9d;
/*			height: 140px;
*/			margin: 2px 5px 5px 5px;
			padding: 2px;
			text-align: left;
			}

			.bargains .product .info p.name {
				font-size: 11px;
				font-family: arial;
				color: #25274a;
				margin-bottom: 1px !important;
				font-weight: bold !important;
				}

			.bargains .product .info p.description {
				margin-top: 0px;
				margin-bottom: 2px !important;
				xheight: 50px;
				font-size: normal;
				overflow: hidden;
				font-size: 11px;
				font-family: verdana;
				color: #333;
				line-height: 18px;
				}

			.bargains .product .info p.price {
				font-weight: bold !important;
				margin-top: 5px;
				margin-bottom: 0px !important;
				font-size: 14px;
				font-family: arial;
				font-weight: bold;
				color: #25274a;
				}

				.bargains .product .info p.price .btw {
					font-size: 80%;
					font-weight: normal;
					margin-left: 3px;
					}

			.bargains .product .info p.supply {
				background-position: right 3px;
				display: none;
				background-repeat: no-repeat;
				font-size: 90%;
				text-align: right;
				font-weight: bold;
				padding: 1px 18px 0 0;
				margin-bottom: 0 !important;
				}

			.bargains .product .info p.in_stock {
				background-image: url(images/webshop-supply-instock.gif);
				}					
			.bargains .product .info p.limited {
				background-image: url(images/webshop-supply-limited.gif);
				}
			.bargains .product .info p.outofstock {
				background-image: url(images/webshop-supply-outofstock.gif);
				}

		.bargains .product .actions {
			color: #e75616;
			padding-right: 0;                        
                        float: left;
                        width: 100%;
			text-align: right;
                        margin-left: 3px;
			}

			.bargains .product .actions a {
				color: #e75616 !important;
				font-weight: bold !important;
				text-decoration: none !important;
				}



h1.bargains {
	background-repeat: no-repeat;
	height: 300px;/*	background-image: url(images/home.jpg);
	*/
	margin-bottom: 15px;
	overflow: hidden;
	text-indent: 1000px;
	_width: 562px;
	}


.product_details {
	width: 680px;
	}
	
	.product_details .main {
		border-bottom: 1px solid #c7c7c7;
		padding: 0px 2px 0 10px;
		clear: both;
		
		}
		
		.product_details .main .message {
			color: #00366b;
			font-size: 80%;
			margin-bottom: 30px;
			}
			
		.product_details .main .images {
			float: right;
			width: 250px;
			}		
				
		.product_details .main a.first_image {
			float: right;
			padding: 0 0 7px 13px;
			}
			
		.product_details .main a.other_images {
			background-color: #ededed;
			border: 1px solid #bebebe;
			float: right;
			height: 70px;
			margin-left: 3px;
			overflow: none;
			padding: 3px;
			width: 70px;
			}
			
		.product_details .main p {
			margin-bottom: 20px;
			line-height: 15pt;
			}
			
			.product_details .main p.intro {
				font-weight: bold;
				}
				
		
				
	.product_details .extra {
		border-bottom: 1px solid #c7c7c7;
                float: left;
		height: 45px;
		margin-bottom: 15px;
		padding: 10px 0;
		width: 680px;
		}
		
		.product_details .info {
			width: 290px;
			display: block;
			float: left;
			}
.product_details .info p.in_stock, .product_details .info p.in_stock span{
       float:left;
       width:95%;
}
		
		.product_details .order_product {
			width: 140px;
			float: left;
			margin-top: 12px;
			}
		
		.product_details .extra .price {
			float: left;
			font-weight: bold;
			width: 130px;
			margin-left: 120px;
			display: table;
			text-align: center;
			}
			
			.product_details .extra .price a {
  			margin-left: 25px;
			  }
			
			.product_details .extra .price .variable_price {
				display: inline;
				font-size: 120%;
				margin-bottom: -5px;
				}
			
			.product_details .extra .price .inclbtw {
				display: block;
				font-size: 230%;

				margin-bottom: -5px;
				}
				
			.product_details .extra .price .exclbtw {
				font-size: 90%;
				}
				
				
				h1 {
					padding-top: 15px;
					font-weight: normal;
					font-size: 18pt;
					margin-bottom: 10px;
				}
	
				
	.product_details .spec {
		background-color: #f7f7f7;
		border: 1px solid #e3e3e3;
		margin-bottom: 15px;
		padding: 10px;
		line-height: 24pt;
		}
		
		.product_details .spec h3 {
			color: #444;
			font-size: 110%;
			font-weight: bold;
			margin-bottom: 0px;
			}
			
		.product_details ul {
			margin-left: 5px;
			}
			
			.product_details ul li {
				background-image: url(images/webshop-spec-bullet.gif);
				background-position: 0 5px;
				background-repeat: no-repeat;
				list-style-type: none !important;
				padding: 1px 15px;
				}
				
	.product_details .buttons {
		padding-left: 20px;
		_width: 400px;
		}
		
		.product_details .buttons a {
			background-image: url(images/webshop-button-left.gif);
			color: #000;
			float: left;
			font-size: 80%;
			margin-right: 10px;
			text-decoration: none !important;
			_width: 120px;
			}
			
			.product_details .buttons a span {
				background-image: url(images/webshop-button-right.gif);
				background-position: right;
				background-repeat: no-repeat;
				display: block;
				height: 18px;
				padding: 3px 10px 0 10px;
				text-decoration: none;
				}


.paginator {
  	margin-top: -10px;
  	float: left;
  	width: 99%;
  	font-size: 120%;
  	font-weight: bold;
  	text-align: center;
  	word-spacing: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
  }

	.paginator a {
		color: #008AB8;
	}


.extra .price_order {
	background-image: url(images/webshop-button-left.gif);
	color: #000;
	float: left;
	font-size: 80%;
	margin: 5px 10px 0 7px;
	text-decoration: none !important;
	_width: 120px;
	}
	
	.extra .price_order span {
		background-image: url(images/webshop-button-right.gif);
		background-position: right;
		background-repeat: no-repeat;
		display: block;
		height: 18px;
		padding: 3px 10px 0 10px;
		text-decoration: none;
		}


/* Category view */
input.category_count_order {
	border: 1px solid gray;
        float: left;
	margin-right: 2px;
        margin: 4px !important;
	padding: 1px 5px 2px 5px;
	width: 13px;
}
.test{
    float: left;
    clear: both;
    margin: 5px 7px 5px 4px;
    border:1px solid #888;
}

input.category_price_order_button {
	border: 1px solid gray;
	padding: 2px;
	margin-top: 4px !important;
        float:left
}

input.block_search_button {
	/*
	border: 1px solid #5F5F5F !important;
	padding: 0px 5px !important;
	background-image: none !important;
	background-color: #D4D0C8 !important;
	*/
}
	.block_advancedshop_search .content form * {
		vertical-align: middle;
	}

	/* Product view */
	input.count_order {
		border: 1px solid gray;
		margin-right: 2px;
                margin-left: 10px;
		padding: 2px 5px;
		width: 13px;
	}
	input.price_order_button {
		border: 0px solid gray;
		background-color: white;
		color: #ff6600;
		padding: 0px 0;
        margin: 0 0px 0 0px;
       	float: left;
		cursor: pointer;
					
	}
       input.cart {
            background: #f0f0f0 url(images/cart.png) no-repeat 2px 2px;
            border: 1px solid gray;
	    padding: 2px 2px 1px 20px;
            float: left
	}

.subcategories {
	padding-left: 8px;
	}
	
	.subcategories a {
		background-image: url(images/default_category.gif);
		background-position: center 5px;
		background-repeat: no-repeat;
		border: 1px solid #bebebe;
		color: #000 !important;
		cursor: hand;
		display: block;
		float: left;
		font-weight: bold;
		height: 20px;
		margin: 8px 8px 0 0;
		padding: 155px 0 0 10px;
		text-align: center;
		text-decoration: none !important;
		width: 165px;
		}
		

		#crossselling {
			clear: both;
			width: 570px;
			_width: 560px;
			}

			#crossselling .product {
				border: 1px solid #c9c9c9;
				float: left;
				height: 290px;
				margin: 8px 8px 0 0;
				padding-top: 5px;
				text-align: center;
				width: 178px;
				_margin-right: 4px;
				}

				#crossselling .product .image {
					height: 100px;
					overflow: hidden;
					}

				#crossselling .product .info {
					border-bottom: 1px solid #9d9d9d;
					height: 140px;
					margin: 2px 5px 5px 5px;
					padding: 2px;
					text-align: left;
					}

					#crossselling .product .info p.name {
						font-size: 80%;
						margin-bottom: 1px !important;
						font-weight: bold !important;
						}

					#crossselling .product .info p.description {
						margin-top: 0px;
						margin-bottom: 2px !important;
						font-size: 80%;
						xheight: 50px;
						font-size: normal;
						overflow: hidden;
						}

					#crossselling .product .info p.price {
						font-size: 110% !important;
						font-weight: bold !important;
						margin-top: 5px;
						margin-bottom: 0px !important;
						}

						#crossselling .product .info p.price .btw {
							font-size: 80%;
							font-weight: normal;
							margin-left: 3px;
							}

					#crossselling .product .info p.supply {
						background-position: right 3px;
						background-repeat: no-repeat;
						font-size: 90%;
						text-align: right;
						font-weight: bold;
						padding: 1px 18px 0 0;
						margin-bottom: 0 !important;
						}

					#crossselling .product .info p.in_stock {
						background-image: url(images/webshop-supply-instock.gif);

						}					
					#crossselling .product .info p.limited {
						background-image: url(images/webshop-supply-limited.gif);
						}
					#crossselling .product .info p.outofstock {
						background-image: url(images/webshop-supply-outofstock.gif);
						}

				#crossselling .product .actions {
					color: #e75616;
					padding-right: 10px;
					text-align: right;
					}

					#crossselling .product .actions a {
						color: #e75616 !important;
						font-weight: bold !important;
						text-decoration: none !important;
						}



						.producttxt p 
						{
						 line-height: 19px !important;
						}