
#StoreLocatorResults {
	padding: 8px 10px 5px;
	background: #005ea8;
	text-align: center;
}
#StoreLocatorResults h3{ color: #fff; padding: 6px 2px; }

#StoreLocatorResults div.storeResult{
	color: #131313;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding: 10px 20px;
	padding: 6px 12px;
    border: 1px solid #f1f1f1;
	cursor: pointer;
	background: #fff;
	margin-bottom: 4px;
    width: 150px;
    display: inline-block;
    margin-right: 4px;
	min-height: 5em;
	display: inline-table;
	vertical-align: middle;
}

#StoreLocatorResults div.storeResult p{
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	line-height: 1em;
}

#StoreLocatorGmap a.default-button {
	padding: 6px 14px;
}

.article-box .store-content {
    padding: 30px 20px;
}


.article-box .store-content h1 {
	position: relative;
	padding-bottom: 25px;
}
.article-box .store-content h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 1px;
	background: #005ea8;
}
.article-box .store-content p {
	margin-bottom: 15px;
}

.article-box .store-content img {
    width: auto;
    height: auto;
}

div.form-group { position: relative }

.contact-form-box .form-group label.error {
	position: absolute;
	top: 0;
	left: 0;
	color: red;
	margin-top: -30px;
}

.scelta input[type=checkbox]{
	width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.scelta {
    font-size: 120%;
    font-weight: bold;
}

.scelta input, .scelta label{
	cursor: pointer;
}