h3#title {
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
	left: 100px;
	position: absolute;
	text-indent: -20000px;
	width: 150px;
}

div.fr h3#title { background-image: url('../images/title-background-fr.jpg'); }

div#main div.container {
	margin: 0 auto 40px;
	position: relative;
	top: 40px;
	width: 530px;
	z-index: 1;
}

form#store_search label {
	color: #c3316f;
	padding-right: 20px;
}

form#store_search input#address {
	height: 20px;
	width: 377px;
}

form#store_search select#travelmode {
	height: 25px;
	margin-right: 45px;
	width: 120px;
}

form#store_search input#submit {
	height: 25px;
	width: 176px;
	margin-left:350px;
}


div#results { margin-top: 20px; }

div#results h4,
div#results p.subtitle {
	color: #c5316f;
	margin-bottom: 5px;
}

ul#stores {
	list-style-type: none;
	margin-top: 30px;
}

ul#stores li {
	border-bottom: 3px solid #c5316f;
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

ul#stores li div.summary,
ul#stores li div.timetable {
	float: left;
	width: 260px;
}

ul#stores li div.summary h4 { font-size: 1.1em; }

ul#stores li div.summary { color: #8c8c8c; }

ul#stores li div.timetable {
	position: relative;
	height: 200px;
}

ul#stores li div.timetable table {
	border-collapse: collapse;
	color: #fff;
	position: absolute;
	right: 0;
	width: 190px;
}

ul#stores li div.timetable table caption {
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	text-indent: -20000px;
}

div.fr ul#stores li div.timetable table caption {
	background-image: url('../images/timetable-caption-background-fr.jpg');
}
div.nl ul#stores li div.timetable table caption {
	background-image: url('../images/timetable-caption-background-nl.jpg');
}

ul#stores li div.timetable table tbody { font-weight: bold; }

ul#stores li div.timetable table tbody tr { padding: 0; }

ul#stores li div.timetable table tbody tr td.day {
	background: url('../images/timetable-tbody-left-background.jpg') left top repeat-y;
	text-align: right;
	width: 80px;
}

ul#stores li div.timetable table tbody tr td.hours,
ul#stores li div.timetable table tbody tr td.closed {
	background: url('../images/timetable-tbody-right-background.jpg') right top repeat-y;
	text-align: center;
	width: 110px;
}

ul#stores li div.timetable table tfoot {
	background: url('../images/timetable-tfoot-background.jpg') left bottom no-repeat;
	font-size: .8em;
	line-height: .9em;
	text-align: center;
}

ul#stores li div.timetable table tfoot tr td {
	padding: 10px 0;
}

ul#stores li p.showDirections {
	position: absolute;
	top: 137px;
	right:340px;
}

#results .hidden_elements{
	display:none;
}

ul#stores li p.showDirections a:link, ul#stores li p.showDirections a:visited {
	background: url('../images/showdirections-background.jpg') left 2px no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	width: 190px;
	text-decoration: none;
}
ul#stores li p.showDirections a:hover {
	text-decoration: underline;
}

ul#stores li div.directions {
	clear: both;
	display: none;
	width: 530px;
}