.shops_main{
	width: 100%;
}
.shops_column{
	float: left;
	width: 33%;
}

.shops_city{
	text-align: left;
	font-weight: bold;
	color: Red;
	border-bottom-color: Red;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px 10px 0px 10px;
}

.shops_address{
	float: left;	
	text-align: left;
	font-size: x-small;
	margin: 0px 0px 0px 20px;
}

.shops_info{
	font-size: x-small;
	text-align: right;
}

.shop_det_address{
	float: left;
	margin-right: 20px;
}

.shop_det_address_dett{
	text-align: center;
	font-weight: bold;
}

.shop_det_image{
	float: left;
	text-align: right;
	background-color: Silver;
	padding: 1px 1px 1px 1px;
}

.shop_det_altro_title{
	text-align: left;
	font-weight: bold;
	color: Gray;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px 0px 0px 0px;
}
.shop_det_seleziona{
	padding: 2px 0px 0px 0px;
}
.riquadro_mappa{
	padding: 2px 2px 2px 2px;
	background-color: Silver;
}
.img{
	padding: 1px 1px 1px 1px;
	background-color: Yellow;
	float: left;	
}
.img2{
	background-color: White;
	padding: 3px 3px 3px 3px;
}


