/* Se il negozio ha 2 colonne importare /style_2_col.css altrimenti se 1 colonna /style_1_col.css */
@import '/css/style_2_col.css';


/* ELENCO BOTTONI E GRAFICA VARIA */

#shopbutton{ 	background-image: url(c-back-essegi.png) }
#prevbutton{ 	background-image: url(c-prev-essegi.png); }
#nextbutton{ 	background-image: url(c-next-essegi.png) }
#printbutton{ 	background-image: url(c-print-essegi.png) }
#mapbutton{ 	background-image: url(c-compass-essegi.png) } 
#propbutton{ 	background-image: url(c-eye-essegi.png) }

/* div che stampa l'immagine separatrice tra i vari paragrafi. deve essere alto quanto l'immagine spaziatrice */
.spaziatore{ background-image: url(c-chapter-essegi.png); height:37px;	}

#pagecontent{ background: #036!important; color: #fff; }
#pagecontent a{ color: #09c; text-decoration: none; }
#pagecontent a:hover{ text-decoration: underline; }
#pagecontent img{ border: 1px solid #09c; }

/* Area top col logo del negozio. porre altezza = altezza immagine */
.presentazione{ background: url(c-essegi.jpg) no-repeat; height: 395px; }

/* titoletti*/
.box{ width:580px; border: 1px solid #09c; background: #036; }
.box_galleria{  border: 1px solid #09c; background: #036; }
/* .corpo{ border-left: 1px solid #fc0; width: 420px; } */
