/* @override http://salteco.pandp.it/templates/salteco/css/stile.css */


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E7E7E;
	font-size: 12px;
	background-color:#7F7A7C;
	text-align: left;
}


.sfondo {
	background-attachment: fixed;
	background-image: url(/templates/salteco/images/sfondo.jpg);
	background-repeat: repeat-x;
}
.testoSmall {
	font-size: 10px;
	color: #7E7E7E;
}
.testoMedium {
	font-size: 12px;
	color: #7E7E7E;
}
.testoMediumRed {
	font-size: 12px;
	color: #E50014;
}
.testoFooter {
	font-size: 11px;
	color: #B1AFB0;
}
.testoMediumScuro {
	font-size: 12px;
	color: #6A6868;
}
.testoTitolone {
	font-size: 33px;
	color: #7E7E7E;
	font-weight: normal;
	letter-spacing: -2px;
}
.testoTitolo {
	font-size: 19px;
	color: #959494;
	font-weight: normal;
	letter-spacing: -1px;
}

.titoloSottoSezione {
	font-size: 19px;
	color: #959494;
	font-weight: normal;
	letter-spacing: -1px;
}

#main ul {
	list-style-type: none;
}


#main ul li {
	background: url(../images/freccina_rossa.gif) no-repeat left 3px;
	margin-left: 9px;
	padding-left: 19px;
}


/* Stili catalogo */

td.customTitle {
	padding-left: 15px;
	background: url(../images/freccina_rossa.gif) no-repeat 1px 3px;
}

div.image {
	background-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}

div.image img {
	width: 313px;
	margin: 6px;
}


div.shortDescription {
	color: #E50014;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

div.attachment {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Per le pagine delle categorie */
#adocatalog ul {
	list-style-type: none;
}

#adocatalog ul li {	

	background: url(../images/freccina_rossa.gif) no-repeat left 4px;

	line-height: 18px;
	margin-left: 21px;
	position: relative;
}




/* Per le pagine delle categorie imposto il path way */
#main div.catalogPathWay span.pWSeparator {
	padding-left: 10px;
	padding-right: 10px;
}

#main div.catalogPathWay {
	margin-top: 10px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#main div.catalogPathWay span.level0 {
	font-size: 19px;
	text-transform: uppercase;
}

span.level1 {
	color: #E50014;
}
