body{
	margin:0;
	padding:0;
	border:0;
	font-family:helvetica;
	font-size:11pt;
	background-color:#e8e8e8;
}

div, table, ul, li, span, a, img{
	margin:0;
	padding:0;
	border:0;
}

div#container{
	overflow:auto;
}

div#testata{
	background-color:#000000;
	overflow:auto;
}

div#testata-baffo{
	background:#fff url(../images/home-baffo.png) 50% 0 no-repeat;
	overflow:auto;
	height:18px;
}

div#testata h1{
	width:60%;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	float:left;
	color:#c0c0c0;
	padding:0 0 0 10px;
}

div#testata select{
	margin:5px 0 5px 0;
	padding:10px 0 10px 0;
	/*width:30%;*/
	text-align:right;
	float:right;
	border:0;
}

div#testata-categoria{
	background-color:#4d4d4d;	
	overflow:auto;
}

div#testata-categoria-baffo{
	background:#fff url(../images/home-baffo.png) 0 0 no-repeat;
	overflow:auto;
	height:18px;
}

div#testata-categoria h1{
	width:60%;
	float:left;
	margin:10px 10px 0 10px;
	padding:0 0 0 10px;
	height:50px;
	position:relative;
}

div#testata-categoria select{
	margin:5px 0 5px 0;
	padding:10px 0 10px 0;
	/*width:30%;*/
	text-align:right;
	float:right;
	border:0;
}


div#testata-categoria h1 a{
	position:absolute;
	background:#4d4d4d url(../images/logo-top.png) 0 0 no-repeat;
	height:40px;
	width:60%;
	font-size:0.5em !important;
	font-weight:normal;
	padding-left:50px;
	color:#fff;
	text-decoration:none;
	/*text-indent:-99999em !important;*/
}

div#navigazione{
	overflow:auto;
	background:#e8e8e8 url(../images/titolo-sezioni.png) 50% 0 no-repeat;
	position:relative;
	padding:0;
	height:82px;
}

div#navigazione-home{
	overflow:auto;
	background-color:#000;
	padding: 10px;
}

div#navigazione a.prima, div#navigazione a.dopo{
	position: absolute;
    overflow: hidden;
    top: 0px;
    margin: 0;
    border:0;
    padding:0;
    width: 31px;
    height: 71px;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
	text-indent:-99999em;
}

div#navigazione a.prima{
  left: 0px;
  background: url(../images/indietro.png) 0 0 no-repeat;
}

div#navigazione a.dopo{
    right: 0px;
	background: url(../images/avanti.png) 0 0 no-repeat;
}

div#navigazione h2{
	position: absolute;
    overflow: hidden;
    left: 50%;
    top: 2px;
    line-height: 1em;
    margin: 1px 0 0 -125px;
    height: 70px;
    font-size: 1.1em;
    width: 250px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: wrap;
    color: #fff;
}

div#navigazione-home h2.home-logo{
	color:#fff;
	text-indent: -100em;
	background:#000 url(../images/home-logo.png) 50% 0 no-repeat;
	height:201px;
	overflow: hidden;
}


div#contenuto, div#lista {
	overflow:auto;
	margin-bottom:10px;
}

div#contenuto {
	background-color:#e8e8e8;
}


div#contenuto p {
	padding:10px;
}

div#lista div.contentdescription{
	padding:20px;
	background-color:#e8e8e8;
}

div#lista div.contentdescriptionhome{
	padding:20px;
	background-color:#808080
}

ul{
	list-style-type:none;
	overflow:hidden;
}

ul.list li{
	height:64px;
	border-bottom:1px dotted #c0c0c0;
	background:#fff url(../images/base-menu.png) 50% 0 repeat-x;
	margin-bottom:0px;
}

ul.list a{
	text-decoration:none;
}

ul.list li img{
	margin: 0px 10px 0px 0px; 
	width: 64px;
	height: 64px;
	float: left;
}

ul.list li titolo, ul.list li span.titolo{
	font-weight:bold;
	white-space:normal;
	color:#be1b21;
	display:block;
	margin:0px 4px 2px 4px;
	padding:4px 4px 0 4px;
	font-size:1.1em;
}


ul.list li descrizione, ul.list li span.descrizione{
	padding: 2px 0;
	color:#000;
	font-size:0.8em;
	line-height: 9px;
}

#footer{
	margin: 30px 0 10px 0;
	border-top:1px solid #4d4d4d;
	background-color: #fff;
}