/* CSS Document */
@charset "UTF-8";

/* Shop overview + interactive map */

.interactive_map
{
	display: block;
	width: 964px;
}

.interactive_map .shop_information
{
	width:220px;
}

.interactive_map .shop_information .infobox
{
	width:200px;
	height:250px;
	margin-left: -10px;
	padding:10px;
	position: relative;
	overflow: hidden;
}

.interactive_map .shop_information .shop_logo
{
	display: block;
	width: 200px;
}

.interactive_map .shop_information .shop_name
{
	display:block;
	margin-left:0px;
	margin-bottom: 4px;
}

.interactive_map .shop_information .entrance {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 10px;
}

.interactive_map .shop_information .category_box
{
	padding:0px;
}

.interactive_map .shop_information .button img
{
	padding-top: 5px;
	border: none;
	vertical-align: middle;
}

.interactive_map .shop_information .link_more:hover
{
	color:#000000;
}

.interactive_map .shop_information .category_box .category
{
	display:block;
	cursor:pointer;
	margin:2px;
	padding-left: 10px;
}

.interactive_map .shop_information .category_box .category:hover
{
	background: #5C051F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.interactive_map .shop_information .category_box .category .cat_color
{
	float:left;
	width:16px;
	height:13px;
	margin-top:3px;
	margin-right:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.interactive_map .shop_information .category_box .category .cat_name
{
	
}

.interactive_map .map
{
	width:744px;
}

.interactive_map .head
{
	font-size:18px;
	text-transform:uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}

.interactive_map .shopname
{
	font-size:16px;
	text-transform:uppercase;
	color: #333333;
	margin-top: 3px;
}

.shop_overview {
	text-transform: capitalize;
}

.shop_overview .list_header {	
	display: block;
	width: 184px;
	font-size: 14px;
	padding: 0px;
	margin-bottom: -1px;
	background: #5C051F;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.shop_overview .list_header .shoplist_header_left {
	display: inline-block;
	padding: 10px;
	cursor:pointer;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.shop_overview .list_header .shoplist_header_right {
	display: inline-block;
	padding: 10px;
	cursor:pointer;
}

.shop_overview .list_header .active {
	border-bottom: none;
	background: #440417;
	padding-bottom: 11px;	
}

.shop_overview .list_header .shoplist_header_left:hover, .shop_overview .list_header .shoplist_header_right:hover {
	background-color: #440417;	
}

.shop_overview .shop_filter {
	background: #440417;
	margin: 0px;
	width: 184px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.shop_overview .shop_filter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.shop_overview .shop_filter ul li.shop_filter_elem {
	cursor: pointer;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 20px;
}

.shop_overview .shop_filter ul li.shop_filter_elem:hover {
	background: url(../img/arrows/b_next.png) no-repeat 3px center;
}

.shop_overview .shop_filter ul .shop_filter_elem.active, .shop_overview .shop_filter ul .shop_filter_elem.active:hover {
	background: #422;
}

.shop_overview .list_shop {
	display: inline-block;
	padding: 10px;
	margin: 5px;
	margin-top: 1px;
	color: #FFFFFF;
	font-size: 22px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	cursor: pointer;
}

.shop_overview .list_shop:hover {
	border: 1px solid #440417;
	margin: 4px;
	margin-top: 0px;
	-webkit-box-shadow: #95042e 0px 0px 2px;
	-moz-box-shadow: #95042e 0px 0px 2px;
	box-shadow: #95042e 0px 0px 2px;
}

/* Shop page */

.shop {
	display: block;
}

.shop .categories {
	font-size: 12px;
	text-transform: uppercase;
	line-height:12px;
}

.shop .categories .seperator {
	font-size: 16px;
}

.shop .infobox {
	width:250px;  
	float: right; 
	padding-left: 30px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-left: 1px solid #95042E;
}

.shop .logo {
	float:right;
	margin-left: 60px;
	padding-right: 30px;
	margin-bottom: 40px;
}

.shop .shop_imgs {
	margin-bottom: 40px;
	margin-top: 20px;
}

.shop .shop_imgs .img_preview {
	margin-right: 20px;
}

.shop .map {
	display:block;
	margin-top:20px;
}