/* div.shop_category_tree {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding: 6px;
}
div.shop_category_tree a {
	color: #1291c0;
}
div.shop_category_tree li {
	list-style-type: disc;
}
div.shop_category_tree ul.menu_level_1 {
	margin: 0px 0px 0px 20px;
}
div.shop_category_tree ul.menu_level_2 {
	margin: 0px 0px 0px 20px;
}
div.shop_category_tree ul.menu_level_3 {
	margin: 0px 0px 0px 20px;
}
div.shop_category_tree ul.menu_level_4 {
	margin: 0px 0px 0px 20px;
}
div.shop_category_tree li.menu_active a {
	font-weight: bold;
} */


#webshop_tiles .webshop_tile {
	margin-left: 10px;
	position: relative;
	width: 228px;
	height: 234px;
	margin-bottom: 30px;
	float: left;
}
#webshop_tiles .webshop_tile a {
	color: #fff;
}
#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: 20px;
	text-align: center;
	margin-left: 0px;
	width: 200px;
	height: 150px;
	z-index: 0;
}
#webshop_tiles .webshop_tile.in_category .product_image_container {
	top: 33px;
}
#webshop_tiles .webshop_tile .product_category_info {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	text-align: center;
	width: 208px;
	/* height: 33px; */
	padding: 10px;
	z-index: 2;
	background: url(images/bg_cat_info.png);
	font-size: 12px;
	color: #fff;
}
#webshop_tiles .webshop_tile:hover .product_category_info {
	display: block;
}
#webshop_tiles .webshop_tile h3 {
	color: #313131;
	position: absolute;
	left: 0;
	bottom: 36px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	z-index: 1;	
}
#webshop_tiles .webshop_tile.in_category h3 {
	top: 0;
}
#webshop_tiles .webshop_tile:hover h3 {
	font-weight: bold;
}

#webshop_tiles .webshop_tile .product_detail_link {
	position: absolute;
	left: 0px;
	top: 204px;
	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 tip */
#webshop_tip {
	clear: both;
	float: left;
	width: 700px;
	height: 52px;
	border-top: 1px solid #ff002c;
	border-bottom: 1px solid #ff002c;
	margin-bottom: 30px;
}
#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 82px;	
}
