#leftpanel	{
	float: left;
}
#searchform	{
	margin-right: 20px;
}
#rightpanel	{
	float: right;
}

#overview	{
	position: absolute;
	z-index: 1000;
	bottom: 10px;
	right: 10px;
}
#overview-map	{
	border: 1px solid white;
}
#overview-container	{
	position: absolute;
	top: 3px; 
	left: 3px;
}
#overview-marker	{
	position: absolute;
	border: 1px solid red;
	background: white;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 1002;
}
#overview-current	{
	position: absolute;
	z-index: 1001;
}
#show-ov	{
	position: absolute;
	width: 27px;
	height: 27px;
	bottom: 6px;
	right: 6px;
	z-index: 1000;
}
#hide-ov {
	bottom: 4px;
	right: 4px;
}

a.info-icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url("../../../Content/images/info.png") no-repeat scroll 0 0;
}
div.info-icon-shadow	{
	width: 25px;
	height: 25px;
	background: transparent url("../../../Content/images/round-shadow.png") no-repeat scroll -1px -1px;
	z-index: 5;
}


/* Nearest control */
table.allCategories tr {
	padding-bottom:5px;
}
table.allCategories td {
	line-height: 18px;
	vertical-align:top;
}
table.allCategories td.superCategories {
	text-align:right;
	font-weight:bold;
}

table.allCategories td.categoriesList {
	width:650px;
}

table.allCategories td.categoriesList ul {
	list-style:none outside none;
	margin-top:0px;
	margin-left:10px;
}
table.allCategories td.categoriesList input {
	margin-left:15px;
}
table.allCategories td.categoriesList li {
	display:inline;
}
table.allCategories td.categoriesList li a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: inline-block;
}
table.allCategories td.categoriesList li a:hover {
	background-color: #DCE6FF;
	text-decoration: none;
	color: Black;
}
table.allCategories td.categoriesList li a span.link {
	text-decoration: underline;
}
table.allCategories td.categoriesList li a span.count {
	color: Gray;
}
table.allCategories td.categoriesList li a:hover span.link {
	text-decoration: none;
}
table.allCategories td.categoriesList li.selected, 
table.allCategories td.categoriesList li.selected a{
	background-color: #005099;
	color: White;
}
table.allCategories td.categoriesList li.selected a span.link{
	text-decoration: none;	
}
/* Nearest control */


/* Shadow Elements */
.box-shadow, .box-shadow div	{
	background: transparent url("../../../Content/images/shadow.png") no-repeat scroll 0 0;
}
/* ! */

/* Shrinkable Elements */
	.shrinkable	{
		position: relative;
	}
	.shrinked	{
	}
	.shrinker	{
		position: absolute;
		width: 20px;
		height: 20px;
	}
	.shrinker.on	{
		background: transparent url("../../../Content/images/shrink.png") no-repeat scroll 0 0;
	}
	.shrinker.on:hover	{
		background-position: 0 -40px;
	}
	.shrinker.on:active	{
		background-position: 0 -80px;
	}
	.shrinker.off	{
		background: transparent url("../../../Content/images/shrink.png") no-repeat scroll 0 -20px;
	}
	.shrinker.off:hover	{
		background-position: 0 -60px;
	}
	.shrinker.off:active	{
		background-position: 0 -100px;
	}
/* !Shrinkable */

/* map control specific definitions */
#viewport	{
	
}
#viewport .h	{
	background: transparent url("../../../Content/images/map/border.png") repeat-y scroll top left;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
}
#viewport .hh	{
	background: transparent url("../../../Content/images/map/border-right.png") repeat-y scroll top left;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 100%;
}

.zoom-control a	{
	position: relative;
	display: block;
	cursor: pointer;
}
.zoom-control a.zoomin, .zoom-control a.zoomout	{
	width: 28px;
	height: 28px;
}
.zoom-control a.slider	{
	width: 22px;
	height: 7px;
}
.zoom-control a.zoomin	{
	background: transparent url("../../../Content/images/map/zoom/plus-sprite.png") no-repeat scroll 0 0;
}
.zoom-control a.zoomin:hover	{
	background: transparent url("../../../Content/images/map/zoom/plus-sprite.png") no-repeat scroll 0 -28px;
}
.zoom-control a.zoomin:active	{
	background: transparent url("../../../Content/images/map/zoom/plus-sprite.png") no-repeat scroll 0 -56px;
}
.zoom-control a.zoomout	{
	background: transparent url("../../../Content/images/map/zoom/minus-sprite.png") no-repeat scroll 0 0;
}
.zoom-control a.zoomout:hover	{
	background: transparent url("../../../Content/images/map/zoom/minus-sprite.png") no-repeat scroll 0 -28px;
}
.zoom-control a.zoomout:active	{
	background: transparent url("../../../Content/images/map/zoom/minus-sprite.png") no-repeat scroll 0 -56px;
}
.zoom-control a.slider	{
	background: transparent url("../../../Content/images/map/zoom/vertical-slider-sprite.png") no-repeat scroll 0 0;
}
.zoom-control a.slider:hover	{
	background: transparent url("../../../Content/images/map/zoom/vertical-slider-sprite.png") no-repeat scroll 0 -7px;
}
.zoom-control a.slider:active	{
	background: transparent url("../../../Content/images/map/zoom/vertical-slider-sprite.png") no-repeat scroll 0 -14px;
}

.metricline	{
	padding: 0px 10px 1px 5px;
	height: 13px;
	line-height: 13px;
	position: absolute;
	z-index: 1000;
	bottom: 8px;
	left: 8px;
	background: white;
	background: rgba(255, 255, 255, 0.85);
	font-size: 90%;
	white-space: nowrap;
}
.metricline img	{
	/*margin: 0 5px;*/
}
.metricline-start, .metricline-end	{
	float: left;
	height: 10px;
	margin-top: 2px;
}
.metricline-start	{
	width: 50px;
	/*background: transparent url("../../../Content/images/map/metricline-start.png") no-repeat scroll 0 0;*/
	overflow: hidden;
	padding: 0;
}
.metricline-end	{
	width: 3px;
	/*background: transparent url("../../../Content/images/map/metricline-end.png") no-repeat scroll 0 0;*/
	margin-right: 5px;
	overflow: hidden;
	padding: 0;
}

.map-blend img	{
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

/* Parking zones */
#parking-info 
{
	display: none;
	margin-top: 4px;
	padding: 4px 0 4px 4px;
	font-size: 11px;
	line-height: 12px;
	background-color: #F0F0F5;
}
#parking-info span.caption{
	font-weight: bold;
}

li.selected #parking-info {
	color: Black;
}


.newcontent
{
	/* padding-left: 30px;                             */
	/* background-image: url("../../../Content/images/new.png");     */
	/* background-position: left 0;                    */
	/* background-repeat: no-repeat;                   */
}                                                      

/* !Parking zones */
/* Accent */
#accent-info 
{
	margin-top: 4px;
	padding: 4px 0 4px 4px;
	font-size: 11px;
	line-height: 12px;
	background-color: #F0F0F5;	
}
#accent-info span.caption{
	font-weight: bold;
}
#accent-info a
{
	background-image: none !important; 
	padding-right: 0;
	background-color: Transparent;
	color: #005099;
	font-weight: bold;
}
ul.summary-list2 li.selected, ul.summary-list2 li.selected a {
   
}
li.selected #accent-info {
	color: Black;
}


/* !Accent */

/*
ul#accentcatlist li a
{
	padding-right: 35px;
	background-image: url("../../../Content/images/new.png");
	background-position: right 5px;
	background-repeat: no-repeat;
}
*/
#accent-cats.summary-header a
{
	padding-right: 35px;
/*	background-image: url("../../../Content/images/new.png"); */
	background-position: right 0;
	background-repeat: no-repeat;
}
#accent-cats.summary-header ul {
	list-style: outside none none;
	margin: 0;
}

#accent-cats.summary-header ul li.selected {
	background: transparent;
}

/* Namama infowindow */
ul#eventcatlist li a.new 
{
	padding-right: 35px;
	background-image: url("../../../Content/images/new.png");
	background-position: right 5px;
	background-repeat: no-repeat;
}
div.image-up {
	height: 60px;
	width: 480px;
	background: transparent url("../../../Content/templates/namama/header.png") no-repeat scroll 0 0;
}
div.event-container img.eventimg {
	float: left;
}
div.event-container {
	padding-left: 15px;
	margin-top: 5px;
	min-height: 60px;
}
div.extra-container {
	padding-left: 15px;
	margin-top: 15px;
}
div.event-container p {
	font-weight: bold;	
	line-height: 1.2em;
	margin: 0 0 0 65px;
	font-size: 11px;
}
div.event-container p.dates {
	color: #666;
}
div.extra-container p {
	font-size: 11px;
}
.vaucher-link {
	display: none;
}
/* Namama infowindow */


/* paypass current infowindow compain */
/*
#paypass {
	background: transparent url("../../../Content/images/logo_infoBalon.png") no-repeat scroll 0 0;
	background-color: #fffafa;
}

#paypass a {
	color: #eb241d;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
	display: block;	
}
#paypass a span{
	display: block;
	padding-left: 105px;
}
*/
/* paypass current infowindow compain */

/* lidl current infowindow compain */

#lidl-advert 
{
	color: #005aa0;
	display: block; 
	background: transparent url("../../../Content/images/custom/lidl/lidllogo.png") no-repeat scroll 0 3px;
	padding-left: 50px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

/* !lidl current infowindow compain */


#econtbanner-container {
	width: 300px;
	height: 250px;
	position: relative;
}
#econtbanner-digit1 {
	position: absolute;
	top: 62px;
	left: 48px;
	width: 42px;
	height: 65px;
}
#econtbanner-digit2 {
	position: absolute;	
	top: 62px;
	left: 98px;
	width: 42px;
	height: 65px;
}
#econtbanner-digit3 {
	position: absolute;
	top: 62px;
	left: 164px;
	width: 42px;
	height: 65px;
}
#econtbanner-digit4 {
	position: absolute;
	top: 62px;
	left: 213px;
	width: 42px;
	height: 65px;
}

#econtbanner-container div {
	cursor: pointer;
	pointer-events: none;
}
#econtbanner-container .d0 {
	background: transparent url("../../../Content/images/econtbanner/0.png") no-repeat scroll 0 0;
}
#econtbanner-container .d1 {
	background: transparent url("../../../Content/images/econtbanner/1.png") no-repeat scroll 0 0;
}
#econtbanner-container .d2 {
	background: transparent url("../../../Content/images/econtbanner/2.png") no-repeat scroll 0 0;
}
#econtbanner-container .d3 {
	background: transparent url("../../../Content/images/econtbanner/3.png") no-repeat scroll 0 0;
}
#econtbanner-container .d4 {
	background: transparent url("../../../Content/images/econtbanner/4.png") no-repeat scroll 0 0;
}
#econtbanner-container .d5 {
	background: transparent url("../../../Content/images/econtbanner/5.png") no-repeat scroll 0 0;
}
#econtbanner-container .d6 {
	background: transparent url("../../../Content/images/econtbanner/6.png") no-repeat scroll 0 0;
}
#econtbanner-container .d7 {
	background: transparent url("../../../Content/images/econtbanner/7.png") no-repeat scroll 0 0;
}
#econtbanner-container .d8 {
	background: transparent url("../../../Content/images/econtbanner/8.png") no-repeat scroll 0 0;
}
#econtbanner-container .d9 {
	background: transparent url("../../../Content/images/econtbanner/9.png") no-repeat scroll 0 0;
}


/*---------------------------------------------------------------------------------*/
/*---------------------------    Info Bubble Layouts    ---------------------------*/
/*---------------------------------------------------------------------------------*/

.bb a {
	display: block;
	width: 330px;
	height: 165px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.bb a img {
	width: 330px;
	height: 165px;	
}

.featherlight {
	z-index: 11000;
}
.featherlight-close {
	display: none;
}
.featherlight:last-of-type {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}


/*---------------------------------------------------------------------------------*/


.lightbox {
	display: none;
}