/*
Selle San Marco

template: common
file:     storelocator.css

Author: Francesco Paggin

Content: pagina store locator
*/

#wrapper-storelocator {
	padding-top:10px;
	width:920px;
	overflow:hidden;
}

#wrapper-storelocator #formStoreLocator {
	margin:10px 0 0;
	padding:9px;
	background:#111;
	border:1px solid #181818;
	width:900px;
	overflow:hidden;
}

#wrapper-storelocator #formStoreLocator .storeLocator-where {
	float:left;
	width:320px;
}

#wrapper-storelocator #formStoreLocator .storeLocator-where label {
	display:block;
	height:25px;
}

#wrapper-storelocator #formStoreLocator .storeLocator-where input.text {
	margin-top:2px;
	width:270px;
}

#wrapper-storelocator #formStoreLocator .storeLocator-range {
	float:left;
	width:150px;
}

#wrapper-storelocator #formStoreLocator .storeLocator-range .label {
	display:block;
	height:25px;
}

#wrapper-storelocator #formStoreLocator .storeLocator-range .label .measure {
	font-size:10px; color:#aaa;
}

#wrapper-storelocator #formStoreLocator .storeLocator-submit {
	float:right;
	padding-top:20px;
}

#wrapper-storelocator #googleMap {
	margin:10px 0 0;
	padding:9px;
	background:#111;
	border:1px solid #181818;
	width:900px;
	overflow:hidden;
}

#wrapper-storelocator #results {
	margin:10px 0 0;
	padding:9px;
	background:#111;
	border:1px solid #181818;
	width:900px;
	overflow:hidden;
}

#wrapper-storelocator #results .title {
	font-size:12px;
	color:#e00;
	text-transform:uppercase;
	margin:0 0 10px;
}

#wrapper-storelocator #results ol {
	list-style-type:none;
	margin:0;
}

#wrapper-storelocator #results ol li {
	height:25px;
	line-height:25px;
	margin-bottom:2px;
}

#wrapper-storelocator #results ol li a.contact {
	text-decoration:none;
	float:left;
	padding:0 10px;
	line-height:25px;
	white-space:nowrap;
}

#wrapper-storelocator #results ol li a.contact:hover {
	background:#333;
}

#wrapper-storelocator #results ol li a.contact .name {
	color:#fff;
	padding:0 10px;
}

#wrapper-storelocator #results ol li a.contact .range {
	font-size:10px;
}

#wrapper-storelocator #results ol li a.contact .address {
	padding:0 10px;
}

#wrapper-storelocator #results ol li a.buttonSmall {
	float:right;
}

#wrapper-storelocator #becomePremium {
	margin:10px 0 0;
	padding:9px;
	background:#222;
	border:1px solid #282828;
	width:900px;
	overflow:hidden;
	color:#ccc;
}

#wrapper-storelocator #becomePremium .title {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}