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

div#container {
	background: url('/gfx/back/factory-outlet.jpg');
	background-position: right 30px;
	background-repeat: no-repeat;
	background-color: #fff;
	position:relative;
}


div#sub-left-outlets {
	position: absolute;
	top: 28px;
	height: 702px;
	width: 0px;
	background-color: #002c62;
	opacity: 0.70;
	filter: alpha(opacity = 70);
	left: 0px;
	z-index: 3;
}

div#sub-left-content {
	position: absolute;
	top: 275px;
	width: 400px;
	left: 0px;
	z-index: 5;
	color: #fff;
	display: none;
}

div#content-outlet {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 610px;
	height: 170px;
	height: 210px;
	overflow: auto;
	background-color: #fff;
	padding: 10px;
	padding-left: 350px;
}

div#content-outlet p {

}

ul.outlets {
	margin: 0px 0px 0px 100px;
}

ul.outlets li {
	list-style-type: none;
	padding: 10px 0 10px 5px;
	margin-top: 10px;
	width: 140px;
}

ul.outlets li span {
	font-weight: bold;
	padding-left: 20px;
	display: block;
	top:-10px;
	position: relative;
}
ul.outlets li span a {
	text-decoration: none;
	color: #fff;
}
ul.outlets li.montabaur {
	background: url('/gfx/outlets/montabaur.png') no-repeat scroll 3px 0px;
}

ul.outlets li.bataviastad {
	background: url('/gfx/outlets/bataviastad.png') no-repeat scroll 3px 0px;
}

ul.outlets li.wiedemar {
	background: url('/gfx/outlets/wiedemar.png') no-repeat scroll 3px 0px;
}


div#shout-title {
	position: absolute;
	left: 450px;
	top: 220px;
	width: 380px;
}

div#shout-title h3 {
	position:absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	color: #dadada;
	font-size: 44px;
}
div#shout-title h3 span.highlight {
	color: #fff;
}
div#shout-title span.shadow {
	position: relative;
	top: 47px;
	left: 3px;
	color: #000000;
	font-size: 44px;
	font-weight: bold;
}