/* locations.view.css */

/* MAP */
#content #map {
	position: relative;
	overflow: hidden;
	
	width: 535px;
}

#content #map .title {
	position: absolute;
	top: 95px;
	right: 340px;
	
	font-size: 123.1%; /* 16px */
	font-weight: bold;
}

/* LIST */
#content .plugin_locations_list {
	
}

#content .plugin_locations_list .image {
	float: right;
}

#content .plugin_locations_list .list {
	clear: both;
	margin: 10px 0 35px 0;
}
#content .plugin_locations_list .list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .plugin_locations_list .item {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
	display: inline;
	clear: both;
	overflow: hidden;
}
#content .plugin_locations_list .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .plugin_locations_list .item_odd {
	background-color: #e9e9e9;
}

#content .plugin_locations_list .labels {
	clear: both;
	
	margin: 0;
	padding: 0;
	
	font-size: 108%; /* 14px */
	font-weight: bold;
}

#content .plugin_locations_list .labels span,
#content .plugin_locations_list .item dt,
#content .plugin_locations_list .item dd
{
	float: left;
	width: 170px;
	
	margin: 0;
	padding: 0 0 0 10px;
	
	line-height: 26px;
	
	background-image: none;
}

#content .plugin_locations_list .item .single {
	width: 60px;
	float: right;
	text-decoration: none;
}
#content .plugin_locations_list .item .single a {
	text-decoration: none;
}
#content .plugin_locations_list .item .single a:hover {
	text-decoration: underline;
}

#content .map {
	clear: both;
}

/* SINGLE */
#content .plugin_locations_single {
	position: relative;
}

#content .plugin_locations_single address {
	font-size: 108%; /* 14px */
	margin: 0 0 60px 0;
}
#content .plugin_locations_single address .location {
	font-weight: bold;
}

#content .plugin_locations_single .map {
	position: absolute;
	left: 385px;
	top: -56px;
}
#content .plugin_locations_single .map a {
	
}

#content .plugin_locations_single .information {
	width: 625px;
	
	margin: 0 0 10px 0;
}

#content .plugin_locations_single .information:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* opening times */
#content .plugin_locations_single .information .times {
	float: right;
	width: 243px;
	margin: 0 0 0 -10px;
	
	background-color: #e9e9e9;
}
#content .plugin_locations_single .information .times .header {
	position: relative;
	
	display: block;
	height: 32px;
	overflow: hidden;
	
	padding: 0 10px;
	
	color: #FFFFFF;
	font-size: 108%; /* 14px */
	line-height: 32px;
	
	background-color: #6c6c6c;
}
#content .plugin_locations_single .information .times .header span {
	position: absolute;
	top: 0;
	right: -1px;
	
	display: block;
	width: 20px;
	height: 20px;
	
	background-image: url('/fileadmin/web/images/common/corner-tr.white.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content .plugin_locations_single .information .times dd {
	clear: both;
	overflow: hidden;
	
	height: 1%;
	padding: 3px 10px;
}
#content .plugin_locations_single .information .times dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .plugin_locations_single .information .times dd strong {
	float: left;
	clear: both;
	
	width: 82px;
	
	color: #828282;
	font-weight: normal;
}
#content .plugin_locations_single .information .times dd span {
	float: left;
	width: 138px;
}

#content .plugin_locations_single .information .times .odd {
	background-color: #FFFFFF;
}

/* image box */
#content .plugin_locations_single .information .image {
	position: relative;
	
	float: left;
	width: 380px;
	margin: 0 -10px 0 0;
	
	border-right: 2px #FFFFFF solid;
}
#content .plugin_locations_single .information .image img {
	display: block;
}
#content .plugin_locations_single .information .image span {
	position: absolute;
	bottom: 0;
	left: 0;
	
	display: block;
	width: 20px;
	height: 20px;
	
	background-image: url('/fileadmin/web/images/common/corner-bl.white.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* text */
#content .plugin_locations_single .text {
	clear: both;
	text-align: center;
}
#content .plugin_locations_single .text strong {
	color: #cd0100;
}

#content .plugin_locations_single .list a.form {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}