﻿    /* start map-image */
.mapouter {	background-color: #C5DDEF; margin:10px auto 20px;text-align: center; padding:0 0 0 110px;}
.map {
	width: 230px;
	height: 270px;
	position: relative;
	
}
.map .image-map {
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}
.map .empty-map {
	top: 0;
	left: 0;
	z-index: 3;
	position: absolute;
	border:none;
}
.map ul {
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
}
.map ul li {
	display: none;
	cursor: pointer;
	position: absolute;
	border:none;
}
.map li.hover {display: block;}

.pop-up {
	left: 5px;
	bottom: 43%;
	width: 139px;
	position: absolute;
}
.wrap-pop-up-1,
.wrap-pop-up-2,
.wrap-pop-up-3 {
	width: 139px;
	height: 9px;
	overflow: hidden;
	background: url("/media/img/map/bg-top-popup.png") no-repeat;
}
.wrap-pop-up-3 {
	height: 20px;
	background: url("/media/img/map/bg-bot-popup.png") no-repeat;
}
.wrap-pop-up-2 {
	width: 113px;
	height: auto;
	padding: 5px 13px 9px 13px;
	background: url("/media/img/map/bg-mid-popup.png") repeat-y;
}
.wrap-pop-up-2 h3 {font: bold 12px arial, verdana, tahoma, "trebuchet ms", sans-serif;}
.wrap-pop-up-2 p {font-size: 11px;}

.map ul #path-1 {border:none; top: -9px;left: 82px;width: 83px;height: 121px;background: url("/media/img/map/scotland.gif") no-repeat;}
.map ul #path-2 {border:none; top: 75px;left: 109px;width: 88px;height: 87px;background: url("/media/img/map/North.gif") no-repeat;}
.map ul #path-3 {border:none; top: 139px;left: 135px;width: 66px;height: 58px;background: url("/media/img/map/Midlands.gif") no-repeat;}
.map ul #path-4 {border:none; top: 156px;left: 181px;width: 46px;height: 51px;background: url("/media/img/map/East_Anglia.gif") no-repeat;}
.map ul #path-5 {border:none; top: 183px;left: 158px;width: 66px;height: 50px;background: url("/media/img/map/South_East.gif") no-repeat;}
.map ul #path-6 {border:none; top: 184px;left: 88px;width: 82px;height: 65px;background: url("/media/img/map/south_west.gif") no-repeat;}
.map ul #path-7 {border:none; top: 143px;left: 97px;width: 53px;height: 65px;background: url("/media/img/map/wales.gif") no-repeat;}
.map ul #path-8 {border:none; top: 90px;left: 53px;width: 49px;height: 39px;background: url("/media/img/map/northern_Ireland.gif") no-repeat;}

.map ul #path-1 .pop-up {left: 30px; top: 0}
.map ul #path-2 .pop-up {left: 40px; top: -10px}
.map ul #path-3 .pop-up {left: 30px; top: -35px}
.map ul #path-4 .pop-up {left: 20px; top: -40px}
.map ul #path-5 .pop-up {left: 20px; top: -40px}
.map ul #path-6 .pop-up {left: 50px; top: -40px}
.map ul #path-7 .pop-up {left: 15px; top: -30px}
.map ul #path-8 .pop-up {left: 20px; top: -60px}
/* end image-map */