.content_inline {
	padding: 0px !important;
	width: 514px;
	}
	
	.content_inline p {
		margin-top: 0px;
		}


.advanceshop_sort {
	background-image: url(images/bg_gradient.gif);
	color: #999;
	height: 28px;
	padding: 8px 0 0 10px;
	}
	
	.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;
			}
	
	.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: left;
		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;
	}	
	
.product {
	background-color: white;
	width:  516px;
	clear: both;
	height: 148px;
	border-top: 1px solid #ececec;
}

.product h3 {
	color: rgb(162, 8, 8);
	font-size:  11pt;
	text-indent: 10px;
	height: 23px;
	padding-top: 4px;
	border-bottom: 1px solid #ececec;
	}

.products div.product_img {
	background-color: white;
	width: 125px;
	height: 125px;
	text-align: center;
	float: left;
	border-right: 1px solid #ececec;
	}
.product div.info {
	background-color: white;
	float: left;
	width: 374px;
	padding-top: 10px;
	height: 90px;
	border-bottom: 1px solid #ececec;
	padding-left: 15px;
	}
	
	div.info p.price {
		font-size:  15pt;
		color: rgb(17, 108, 139);
		padding-bottom: 6px;
		}	
		
	div.info p.description {
		font-size: 8.5pt;
		color: #888;
		line-height: 19px;
		}
.product div.actions {
	float: left;
	width: 380px;
	text-align: right;
	padding-right: 10px;
	height: 21px;
	padding-top: 3px;
	background-color: white;
	}
	
	div.actions a.more_info {
		background-image: url('images/arrow_forward.jpg');
		background-repeat: no-repeat;
		background-position: center right;
		padding-right: 15px;
		color: #888;
		margin-right: 15px;
		}
	div.actions a.add_to_cart {
		background-image: url('images/arrow_forward.jpg');
		background-repeat: no-repeat;
		background-position: center right;
		padding-right: 15px;	
		color: #888;
		}


#product_container {
	border: 1px solid #ececec;
	width: 518px;
	display: table;
	background-color: white;
}

.producttitle
{
	border-bottom: 1px dashed #ececec;	
	width: 100% ;
	text-indent: 15px;
	color: #9f0808;
	font-size: 20px;
	font-family: arial;
	font-weight: normal;
	line-height: 50px;
}

.productinfo
{
	
	float: left;
	width: 290px;
	padding-bottom:10px;
	background-color: white;
}

	.productprice
	{
		text-indent: 15px;
		margin-top: 15px;
		color: #116c8b;
		font-size: 27px;
		margin-bottom: 20px;
	}
	.productitext
	{
		font-family: arial, verdana, sans-serif;
		padding-left: 15px;
		font-size: 12px;
		padding-right: 10px;
		color: #7c7c7c;
		line-height: 22px;
	}


.productfoto
{ 
	width: 225px;
	float:left;
	text-align: center;
	background-color: white;
	border-left: 1px solid #ececec;
}


	#product_container .images {
		width: 225px;
		float:left;
		text-align: center;
		background-color: white;
		border-left: 1px solid #ececec;
		}
	
	#product_container a.first_image {
		width: 225px;
		float:left;
		text-align: left;
		background-color: white;
		border-left: 1px solid #ececec;
		}
	
	#product_container a.other_images {
		background-color:#EDEDED;
		border:1px solid #BEBEBE;
		float:left;
		margin-left:0;
		margin-right:3px;
		margin-top:3px;
		padding:3px;
		width:58px;
		}


.productnav
{
	clear: both;
	border-top: 1px solid #ececec;
	/*border-bottom: 1px solid #ececec;*/
	height: 36px;
	width: 516px;
}
	.back
	{
		background-image: url('images/back.jpg');
		background-repeat: no-repeat;
		border: 0px;
		width: 116px;
		height: 24px;
		margin-top: 8px;
		margin-left: 8px;
		display: block;
		text-indent: -1800px;
		float: left;
	}
	
	.additem
	{
		background-image: url('images/additem.jpg');
		background-repeat: no-repeat;
		border: 0px solid black;
		width: 116px;
		height: 24px;
		margin-top: 8px;
		margin-right: 8px;
		display: block;
		float: right;
		text-indent: -1800px;
	}
	
	.bargains {
		clear: both;
		width: 516px;
		}

		.bargains .product {
			border: 1px solid #d9d9d9;
			float: left;
			height: 200px;
			margin: 5px 5px 0 0;
			padding-top: 5px;
			text-align: center;
			width: 165px;
			_margin-right: 4px;
			clear: none;
			}

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

			.bargains .product .info {
				border-bottom: 1px solid #9d9d9d;
				height: 60px;
				margin: 2px 5px 5px 5px;
				padding: 2px;
				text-align: left;
				width: auto !important;
				}

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

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

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

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

				.bargains .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;
					}

				.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: #7c7c7c;
				padding-right: 10px;
				text-align: right;
				}

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



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

	
