#webshop_tiles .webshop_tile {
	margin-left: 10px;
	position: relative;
	width: 228px;
	height: 244px;
	margin-bottom: 30px;
	float: left;
}
#webshop_tiles .webshop_tile span.new {
	position: absolute;
	right: 14px;
	top: 96px;
	display: block;
	z-index: 2;
	width: 52px;
	height: 23px;
	text-indent: -9999em;
	background: url(images/new.png) no-repeat;
}
#webshop_tiles .webshop_tile span.new_en {
	position: absolute;
	right: 14px;
	top: 96px;
	display: block;
	z-index: 2;
	width: 40px;
	height: 23px;
	text-indent: -9999em;
	background: url(images/new_en.png) no-repeat;
}
#webshop_tiles .webshop_tile.border_right {
	border-right: 1px solid #f3f3f3;
}
#webshop_tiles .webshop_tile.first {
	margin-left: 0px;
}
#webshop_tiles .webshop_tile .product_image_container {
	position: absolute;
	left: 8px;
	top: 40px;
	text-align: center;
	margin-left: 0px;
	width: 200px;
	height: 150px;
}
div#webshop_tiles div.webshop_tile a.product_link {
	width: 160px;
	height: 100px;
	display: block;
	/* text-transform: uppercase; */
	color: #313131;
	position: absolute;
	left: 0;
	top: 7px;
	z-index: 3;	
	font-size: 14px;
	font-weight: bold;	
}
/*
#webshop_tiles .webshop_tile h3 {
	border: 1px solid #000;
	width: 130px;
	height: 100px;
	color: #ff002c;
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 3;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
*/
#webshop_tiles .webshop_tile .product_price {
	position: absolute;
	right: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: bold;
	/* color: #c5c5c5;	 */
	color: #313131;	
}
#webshop_tiles .webshop_tile .product_price.action {
	font-size: 12px;
	color: #c7c7c7;
	/* text-decoration: line-through;	 */
	background: url(images/line_through.png) no-repeat;
}
#webshop_tiles .webshop_tile .product_old_price {
	position: absolute;
	right: 7px;
	top: 22px;
	z-index: 10;
	font-size: 14px;
	font-weight: bold;	
	color: #ff002c;	
}
#webshop_tiles .webshop_tile .product_description {
	position: absolute;
	left: 0px;
	top: 191px;
	font-size: 11px;
	color: #565656;
	line-height: 14px;
	height: 28px;
	overflow: hidden;
}
#webshop_tiles .webshop_tile .product_detail_link {
	position: absolute;
	left: 0px;
	top: 224px;
	padding-top: 4px;
	font-size: 11px;
	color: #676767;
	padding-left: 26px;
	text-transform: uppercase;
	background: url(images/point_grey.png) no-repeat;
	height: 15px;
}
#webshop_tiles .webshop_tile:hover .product_detail_link {
	color: #434343;
	background: url(images/point_red.png) no-repeat;
}
#webshop_tiles .webshop_tile .product_buy_link {
	position: absolute;
	left: 87px;
	top: 228px;
	font-size: 11px;
	color: #676767;
	text-transform: uppercase;	
}
#webshop_tiles .webshop_tile:hover .product_buy_link {
	color: #434343;
}
#webshop_tiles .webshop_tile .spacer {
	position: absolute;
	left: 78px;
	top: 228px;
	font-size: 11px;
	color: #676767;
	text-transform: uppercase;	
}
#webshop_tiles .webshop_tile:hover .spacer {
	color: #434343;
}

/* Webshop tip */
#webshop_tip {
	clear: both;
	float: left;
	width: 700px;
	height: 52px;
	border-top: 1px solid #ff002c;
	border-bottom: 1px solid #ff002c;
	margin-bottom: 30px;
	text-align: center;
}
/* #webshop_tip h3 {
	display: block;
	width: 58px;
	height: 37px;
	background: url(images/tip.png) no-repeat;
	text-indent: -9999em;
	margin: 8px 0 0 9px;
	float: left;
} */
#webshop_tip h4 {
	font-size: 16px;
	font-weight: normal;
	/* text-transform: uppercase; */
	margin:0;
	/*float: left;*/
	color: #ff002c;
	margin: 18px 0 0 0;	
}

#count_products {
	font-size: 12px;
}
#count_pages {
	font-size: 12px;
}
#count_pages a.button {
	color: #ff002c;
	/* padding: 5px 8px 5px 8px; */
	background: #fff;
	margin-right: 15px;
}
#count_pages a.page_nr , #count_pages a.button{
	color: #ff002c;
	/* padding: 5px 8px 5px 8px; */
	background: #fff;
	margin-right: 15px;	
}
#count_pages span.current {
	color: #fff;
	padding: 5px 9px 5px 9px;
	background: #ff002c;
	margin-right: 10px;
}
#count_pages {
	padding-top: 20px;
}