a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#8da9d1;
	text-decoration: none;
}


table.elenco,
table.categoria,
table.prodotto,
table.prodotto a,
table.prodotto a:visited,
table.categoria a,
table.categoria a:visited,
table.elenco a,
table.elenco a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-transform: uppercase;
}

table a:hover {
	color: #786F7C;
}

div.prodcnt {
	margin-bottom:3px;
	background-color: #fff;
}
div.prodcnt img {
	border-top: 1px solid #e2d0d1;
	border-left: 1px solid #e2d0d1;
	border-right: 1px solid #e2d0d1;
	border-bottom: 1px solid #e2d0d1;
}
.breadcrumb {
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	font-size: 10px;
	margin: 12px 0 0 12px;
}
.breadcrumb a {
	color: #786F7C;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
span.arrow {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 7px;
	background: url(../immagini/arrow.png) center center no-repeat;
}	

table#prodcnt {
	display: block;
	padding: 0px 0px 0px 10px;
}

ul#cats-list {
	display: block;
	list-style: none;
	margin-top:15px;
	margin-left: 0px;
	padding: 10px 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #f4f3f0;
	width: 100%;
}

ul#cats-list li {
	margin-bottom: 4px;
	margin-left: 10px;
}

ul#cats-list li.lvl2 {
	padding-left: 10px;
}
