﻿/*contatti*/
#map {
	height: 280px;
	width: 652px;
}
.map-add {
	background-color: #141414;
	margin: 1px 0 3px 0;
	padding: 6px;
	height: 20px;
	position: relative;
}
.map-add ul {
	list-style: none;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.map-add ul li {
	float: left;
	text-decoration: underline;
	margin: 0 10px;
	color: #CCC;
}
#contatti .col-statiche a {
	color: #0083D6;
	text-decoration: underline;
}
.map-add h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	float: left;
	line-height: 20px;
}
#distributori {
	background-color: #141414;
	width: 215px;
	border: 1px solid #333;
	float: right;
	padding: 5px 10px;
	position: relative;
	padding-bottom: 30px;
}
#distributori p {
	text-align: left;
}
#distributori input {
	font-size: 10px;
	color: #999;
	width: 100%;
	margin: 0;
}
#distributori a:hover {
	font-weight: bold;
	color: #17C4EE;
	text-decoration: underline;
}
#statiche .big {
	width: 400px;
}
#distributori a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	position: absolute;
	bottom: 6px;
	left: 18px;
}
a.distrib-link {
	display: block;
	background: url(/img/diventa-distributore.jpg) no-repeat top left;
	height: 80px;
	width: 141px;
	color: #FFF;
	padding-top: 234px;
	padding-left: 10px;
}
a.distrib-link:hover {
	background: url(/img/diventa-distributore.jpg) no-repeat top right;
}
#distributori input.btn-accedi {
	position: absolute;
	right: 18px;
	bottom: 4px;
	width: 50px;
	height: 19px;
}
#distributori h3 {
	background: url(/img/titoli/area-distributori.gif) no-repeat;
	text-indent: -9999px;
	display: block;
}
#statiche .ricerca-div p {
	color: #FFFFFF;
	line-height: 13px;
}

