@charset "utf-8";	

#content {
	float:left;
	width: 400px;
	border: 10px solid #FFFFFF;
	margin-left: 0px;
	background-color:#FFFFFF;
}
#data
{
width: 398px;
border:solid 1px  #CCCCCC;
}

#data p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant:normal;
	color: #000000;
	border:solid 5px #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:Left;
	line-height:20px;
	background-color:#FFFFFF;
}

#data p.title
{
	color: #660000;
}
#cat p.categoria
{
	color: #FFFFFF;
	background-color:#8c1819;
	text-align:Center;
	font-weight: bold;
	border-left:solid 0px #FFFFFF;
	border-right:solid 0px #FFFFFF;
	border-top:solid 0px #FFFFFF;
	border-bottom:solid 1px #999999;
}
#cat p.ristorante
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Ristorante.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 30px;
	clear: both;
	width:91%;
}
#cat p.bar
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Bar.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 30px;
	clear: both;
	width:91%;
}
#cat p.vineria
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Vineria.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 30px;
	clear: both;
	width:91%;
}
#cat p.hotel
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Letto.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 35px;
	clear: both;
	width:91%;
}
#cat p.cantina
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Uva.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 35px;
	clear: both;
	width:91%;
}
#cat p.sentiero
{
	border:solid 0px  #CCCCCC;
	line-height:40px;
	background-repeat:no-repeat;
	background-image:url('images/Icone/Sentiero.png');
	background-position: 0px 0px;
	font-weight: bold;
	color: #660000;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 35px;
	clear: both;
	width:91%;
}
#cat span.info
            {
                position: relative;
                left: 120px;
                text-align: left;
                top: 30px;
            } 
#data ul 
{
	border-top: solid 0px #FFFFFF;
	border-bottom: solid 1px #999999;
	margin: 0 auto;
	height: 90px;
}

#data li 
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border-left:solid 0px #FFFFFF;
	border-right:solid 0px #FFFFFF;
}
#cat div 
{
	border-top:solid 10px #FFFFFF;
}
#cat ul 
{
	border-top: solid 0px #FFFFFF;
	border-bottom: solid 1px #999999;
	margin: 0 auto;
}
#cat li 
{
	width:100px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding:8px 0px 8px 40px;
	vertical-align:middle;
	font-size: 12px;
	line-height:30px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#cat li.fax 
{	width:24%;
	background-image:url('images/Icone/Fax.png');
	float:right;
}
#cat li.tel
{
	width:24%;
	background-image:url('images/Icone/Telefono.png');
	float:right;
}
#cat li.email
{
	width:50%;
	background-image:url('images/Icone/Email.png');
	float:left;
}
#cat li.sito
{
	width:50%;
	background-image:url('images/Icone/Sito.png');
	float:left;
}
