/* 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: 0;
	top: 50px;
	text-align: center;
	margin-left: 0px;
	width: 210px;
	height: 125px;
}
#webshop_tiles .webshop_tile .product_category_info {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	text-align: center;
	width: 208px;
	height: 23px;
	padding: 10px;
	z-index: 2;
	background: #ff002c;
	font-size: 12px;
	color: #fff;
}
#webshop_tiles .webshop_tile:hover .product_category_info {
	display: block;
}
#webshop_tiles .webshop_tile h3 {
	color: #ff002c;
	position: absolute;
	left: 0;
	bottom: 36px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;


	line-height: 1.7em;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0 20px 0;
	margin: 0 0 -10px 0;
	float: left;	
	width: 600px;
	border: 1px solid #000;


}
#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: #e3e3e3;
	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;	
}



/* categories block */
#categories_block {
	background: #fff;
	padding: 1px 26px 19px 16px;
	/* margin-left: 13px; */
	font-family: Helvetica, Arial sans-serif;
	width: 450px;
	min-height: 550px;
	float: left;
}
#categories_block h2 {
	color: #262626;
	font-size: 26px;
	font-weight: normal;
}
#categories_block #categories_container {
	margin-top: 0px;
}
#categories_container .category_line {
	margin-top: 18px;
}
#categories_container .categorie {
	line-height: 18px;
	width: 205px;
	margin-right: 20px;
	float: left;
	margin-bottom: 5px;
	min-height: 40px;
	color: #202020;
}
#categories_container .categorie.last {
	margin-right: 0px;
}
#categories_container .categorie .category_name {
	font-size: 18px;
	color: #202020;
	font-weight: bold;
	text-decoration: none;	
}
#categories_container .categorie a {
	font-size: 12px;
	color: #202020;
	text-decoration: none;
}
#categories_container .categorie a:hover {
	text-decoration: underline;
}
#categories_block .clear {
	clear: both;
}

#category_theme {
	background-color: #fff;
	width: 410px;
	min-height: 570px;
	margin: -20px 0px 0px 20px;
	float: left;
}

#category_theme img {
	width: 410px;
	height: 510px;
	border: 0px;
	float: left;
}

#category_theme #info {
	width: 370px;
	height: 20px;
	padding: 20px;
	border: none;
	float: left;
	background-image: url(images/theme_link.png);
	cursor: pointer;
}
#category_theme #info h2 {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
