/* CSS Document */

html,body{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	background-color: #EEE;
}


#pagina {
	width: 1000px;
	margin: 0 auto 0 auto;
	color: #554D4D;
	text-align:left;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
}

p.descr {
	margin: 0;
	margin-left: 10px;
	padding: 10px;
	color: #777;
	height: 100px;
	overflow: hidden;
	font-size: 12px;
	width: 150px;
}


#contenuto {
	width: 940px;
	float: left;
	margin: 15px 0 0 0;
}


#intestazione {
	width: 940px;
	float: left;
	height: 100px;
	background: url(../images/bg_intestazione.jpg) top center repeat-x;
}

#intestazione1 {
	width: 940px;
	margin-left: 30px;
	float: left;
	height: 90px;
	position: relative;
	z-index: 1;
	background: url(../images/bg_intestazione.jpg) top center repeat-x;
}


#menu{
	font-weight: bold;
	font-size: 13px;
	width: 529px;
	height: 98px;
	float: right;
	color: #333;
	text-transform: capitalize;
	position: relative;
}

#menu .vocemenu{
	width: 85px;
	height: 100%;
	float: left;
	border-right: 1px solid white;
	cursor: pointer;
}

#fondopagina {
	width: 940px;
	float: left;
	background: #E90000;
}


b, strong {
	color: #333;
}

h2 {
	color: #E90000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding: 7px 0 7px 20px;
	font-variant: small-caps;
}

h3 {
	color: #E90000;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 5px 20px 0 20px;
	font-variant: small-caps;
}

h4 {
	color: #000;
	font-size: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 5px 20px 0 25px;
}

h5 {
	color: #E90000;
	font-size: 15px;
	margin: 0;
}

#lista ul, #lista ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}


#lista ul li {
	width: 120px;
	padding: 2px 5px 2px 5px;
	margin-left: 10px;
	cursor: pointer;
	border-bottom: 1px solid #CCC;
}

#fiere ul, #fiere ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#fiere ul li{
	background: url(../images/freccina.gif) top left no-repeat;
	padding: 0.1em 0.5em 0.5em 2.3em;
	margin: 7px 20px 5px 15px;
	border-bottom: 1px solid #B9C7D6;
}

.menu_picc ul, #menu_picc ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

.menu_picc ul li{
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 11px;
	color: #555;
}


.sottomenu_sinistra ul, #menu_picc ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

.sottomenu_sinistra ul li{
	width: 100%;
	float: left;
	background: url(../images/bg_vocelista.jpg) top right repeat-y;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	cursor: pointer;
}

#fiere a:link, #fiere a:visited {
	text-decoration:none;
	color: #554D4D;
}

#fiere a:hover {
	text-decoration:underline;
}

#power {
	color: #555;
	width: 100%;
	float: left;
	height: 50px;
	text-align: right;
	background: url(../images/fondo.jpg) top left no-repeat;
}

#power a:link, #power a:visited {
	color: #333;
	padding: 0 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
}

#power a:hover {
	color: #FFF;
	background: #333;
	padding: 0 5px 0 5px;
	font-weight: bold;
	text-decoration: none;
}

span.sottomenu {
	text-decoration: none;
	font-weight: bold;
	color: #E90000;
}

a.sottomenu:link, a.sottomenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a.sottomenu:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #E90000;
}

a.pdf:link, a.pdf:visited {
	color: #333;
	text-decoration: none;
}

a.pdf:hover {
	color: #D80E12;
	text-decoration: underline;
}



.riquadro_prodotto {
	width: 210px;
	float: left;
	height: 80px;
	color: #555;
	line-height: 14px;
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
	cursor: pointer;
}

.riquadro_prodotto .imm_prodotto {
	width: 80px;
	height: 100%;
	text-align: center;
	float: left;
	overflow: hidden;
}

.riquadro_prodotto .imm_prodotto img{
	vertical-align:middle;
	visibility: hidden;
}

#fondopagina a:link, #fondopagina a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#fondopagina a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}



#descrizioneprodotti {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#descrizioneprodotti b {
	color: #333;
}

a.rosso:link,a.rosso:visited {
	font-weight: bold;
	color: #E90000;
	text-decoration: none;
}

a.rosso:hover {
	color: #E90000;
	text-decoration: underline;
}

.nome_elenco {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.voce_lista {
	cursor: pointer;
	width: 100%;
	background: #F6F6F6 url(../images/bg_vocelista.jpg) top right repeat-y;
	border-bottom: 1px solid #DDD;
	float: left;
	text-transform: uppercase;
	line-height: 15px;
}

.voce_menu_laterale {
	cursor: pointer;
	width: 100%;
	float: left;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.occasione {
	margin-bottom: 10px;
	width:100%;
	float: left;
	height: 230px;
	border-top: 1px solid #777;
	background: #EEE url(../images/bg_sezione1.jpg) bottom left no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.testo_dove a:link, .testo_dove a:visited{
	color: #E90000;
	font-weight: bold;
	text-decoration: none;
}

.testo_dove a:hover{
	text-decoration: underline;
}

.testo_dove a.richiestacontatti:link, .testo_dove a.richiestacontatti:visited{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.testo_dove a.richiestacontatti:hover{
	text-decoration: underline;
}

.lista_scheda .voce{
	width: 100%;
	float: left;
	padding-bottom: 9px;
	padding-top: 3px;
	border-bottom: 1px solid #DDD;
}



/****************************************************
				STILE LIGHTSLIDE
****************************************************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #CCC;
}
.highslide:hover img {
	border: 1px solid #E90000;
}


.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
	 font-family: Verdana, Helvetica;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	visibility: hidden;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* SEGNALA */

#corpo_segnala {
	width: 450px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.titolo_segnala {
	color: #E40000;
	font-size: 16px;
	margin: 20px 0 20px 0;
	text-align: left;
	font-weight: bold;
}


.padding_segnala1 {
	padding: 2px 10px 2px 10px;
	height: 20px;
}

.padding_segnala {
	padding: 2px 10px 2px 10px;
	height: 20px;
}

.testo_input_cont {
	font-size: 11px;
	color: #555555;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #D0C1B3;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

input.campo_segnala {
	border: 1px solid #D0C1B3;
	font-size: 11px;
	color: #555555;
}

.titolo_prodotto {
	font-size: 20px;
	color: #E40000;
	text-transform: uppercase;
	font-weight: bold;
}

a.acquisto:link, a.acquisto:visited {
	color: #E90000;
	text-decoration: none;
}

a.acquisto:hover {
	text-decoration: underline;
}


#menu_lat ul, #menu_lat ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}


#menu_lat ul li {
	width: 100%;
	float: left;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-top: 1px solid #FFF;
	background: #EEE;
	/*F8F8F8*/
}
