/******************************************

	NORDWAY.SE
	- map stylesheet

	Author: Christopher
	Email: christopher@bai.se
	
******************************************/

#mapBox {
	z-index: 20;
	background: #fff;
	text-align: left;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#mapBox table td {
	color: #333;
}

#mapBox h3 {
	color: #000;
	margin-bottom: 0;
}

#mapBox h4 {
	color: #000;
	padding: 0;
	margin-bottom: 4px;
}

#mapBox p {
	line-height: 16px;
}

.map {
	float: left;
	position: relative;
	background: url(/img/shop/map/map.gif) no-repeat center;
	width: 135px;
	height: 280px;
}

.storeInfo {
	width: 145px;
	float: left
}

#mapBox img {
	float: left;
	display: block;
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
	border: 0;
}

#mapBox input {
	padding: 3px;
	font-size: 11px;
	width: 180px;
	font-family: Tahoma, Arial, verdana;
	border: 1px solid #ccc;
	text-align: left;
}

#mapBox input.submit {
	width: auto;
	padding: 2px;
	text-align: center;
}

#regionSearch {
	float: left; 
	padding: 10px; 
	padding-top: 20px
}

hr {
	margin: 0;
	height: 1px;
	padding: 0;
}

h4.map_search {
	font-size: 11px;
}

#mapBox #phone {
	width: 14px;
	height: 14px;
	margin: 0;
	margin-right: 2px;
	padding: 0;
}

#regionSearchResult {
	padding-left: 10px;
	float: left;
	width: 590px;
}

#regionSearchResult.ajax-loading {
	background: url(/img/shop/loading.gif) no-repeat center;
}

table.storeList {
    width: 100%;
    padding-bottom: 10px;
}

table.storeList thead th {
    font-weight: bold;
    padding-bottom: 3px;
}

table.storeList tbody td {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

table.storeList a.showStore {
    color: blue;
    text-decoration: underline;
}