
/* inizio – stili generali dei tag */
body
{
    margin: 0 auto;
    padding: 0;
}

.testo
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}


.testo a
{
    color: #000000;
    text-decoration: none;
}

.testo a:hover
{
    color: #000000;
    text-decoration: underline;
}

.testo10
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}

.testo10 a
{
    color: #000;
    text-decoration: none;
}

.testo10 a:hover
{
    color: #000;
    text-decoration: underline;
}

.testo11
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}


.testo11 a
{
    color: #000000;
    text-decoration: none;
}

.testo11 a:hover
{
    color: #000000;
    text-decoration: underline;
}


.titolo_prodotto
{
    font-family: Verdana;
    font-size:11px;
    color:#E41E26;
    font-weight:bold;
    
}


/* fine – stili generali dei tag */

.background_generale
{
    background-image: url(../../img/elementi/sfondo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.background_home
{
    background-image: url(../../img/elementi/sfondo_home.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.background_stile
{
    background-image: url(../../img/elementi/sfondo_stile.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.background_valore
{
    background-image: url(../../img/elementi/sfondo_valore.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.background_collezioni
{
    background-image: url(../../img/elementi/sfondo_collezioni.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.background_prodotti
{
    background-image: url(../../img/elementi/sfondo_prodotti.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}


#page-box-container
{
    width: 870px;
    margin: 0 auto;
}

.divider
{
    margin: 0 13px;
}


/* inizio - stili header (page-box-header)*/
#page-box-header
{
    text-align: center;
    vertical-align: bottom;
    display: block;
}

.language
{
    text-align: right;
    margin: 0 10px 10px 0;
    padding-right: 20px;
}


/* inizio - stili pagina (page-box-content)*/

#page-box-content
{
    height: 370px;
    overflow: auto;
    width:100%;
}

#colonna_sx
{
    width: 145px;
    float: left;
    margin-top:5px;
    display:iniline;
}

/*menu*/
.menu
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: normal;
    margin-left:27px;
    }

.menu a
{
    color: #999;
    font-weight: normal;
    text-decoration: none;
    margin-bottom:10px
}

.menu a:hover
{
    color: #E41E26;
    font-weight: normal;
    text-decoration: none;
    
}

.menu_collezioni
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-left:-29px;
}
.menu_collezioni a
{
    color: #999;
    font-weight: normal;
    text-decoration: none;
}

.menu_collezioni a:hover
{
    color: #E41E26;
    font-weight: normal;
    text-decoration: none;
}

.collection_sel{
    color: #E41E26 !important;
    font-weight: normal;
    text-decoration: none;
}

/* MENU STILE*/


.menu_stile
{
    font-family: "Century Gothic" , "Futura Lt BT" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #f29a79;
    font-weight: normal;
}
.menu_stile a
{
    color: #f29a79;
    font-weight: normal;
    text-decoration: none;
}

.menu_stile a:hover
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}


.link_default
{
    vertical-align: bottom;
    text-align: center;
    display: inline;
    margin: 0 auto;
}

.box_testo
{
    width: 305px;
    text-align: left;
    margin-left: 30px;
}

.box_testo_valore
{
    width: 125px;
    text-align: left;
    vertical-align: bottom;
    margin-left: 30px;
}

.box_testo_contatti
{
    width: 175px;
    text-align: left;
    vertical-align: bottom;
    margin-left: 30px;
    /*background-image: url(../../img/elementi/back_contatti.jpg);
    background-repeat: no-repeat;*/
    padding: 5px;
}




/* inizio - stili footer (page-box-footer)*/
#page-box-footer
{
    font-family: "Century Gothic" , Futura, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    text-align: right;
    padding-right: 30px;
    margin: 5px 0 0 0;
}

#page-box-footer a
{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#page-box-footer a:hover
{
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

.div_img_default
{
    height: 50px;
    margin-top: 45px;
}

/*INIZIO - galleria fotografica prodotti*/
div.div_contenitore
{
    position: relative;
    height: 300px; /* Make bigger than a photo, because we need a place for a scroll-bar. */
    width: 72px;
    margin-top: 0px;
    overflow: auto;
    padding-left: 0;
}
div.div_slider
{
    padding: 15px 0;
}
.div_slider a
{
    display: block;
    margin-bottom: 5px;
    width: 130px;
    color: #fff;
    background: rgb(79, 79, 79);
}
.div_slider a:hover
{
}
.div_slider img
{
    border: 1px solid #FFFFFF;
    display: block;
}

/*loading*/
.div_contenitore .loading
{
    position: absolute;
    top: 50px;
    left: 10px;
    margin: 0 auto;
    padding: 10px;
    width: 100px;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(79, 79, 79);
    background: #1F1D1D;
}

/*INIZIO - galleria fotografica prodotti*/



/*INIZIO - scroller descrizione*/
.jScrollPaneContainer
{
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 6px;
    float: left;
    margin-left: 20px;
    /*background-image: url(../../img/elementi/back_contatti.jpg);*/
    padding: 5px;
}

.jScrollPaneTrack
{
    position: absolute;
    cursor: pointer;
    right: 3px;
    top: 5px;
    height: 96%;
    background-image: url(../../img/zoom/sfondo_scroll.gif);
    background-repeat: repeat-y;
}
.jScrollPaneDrag
{
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    background-image: url(../../img/zoom/quadrato_scroll.gif);
    background-repeat: no-repeat;
    height: 10px !important;
}
.jScrollPaneDragTop
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom
{
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden; /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover
{
    /*background-color: #f60;*/
}

a.jScrollArrowDown
{
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden; /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover
{
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover
{
    /*background-color: #f00;*/
}

/*FINE - scroller descrizione*/



/*INIZIO - pagina prodotti*/
.div_foto_flash
{
    height: 360px;
    width: 400px;
    float: left;
    margin-top: 0;
    position: relative;
    background-color: White;
    display: none;
  
}

.div_contenitoreFotoGrande
{
    height: 360px;
    width: 400px; /*margin-left: 25px;     margin-top: 25px;*/
    overflow: hidden;
    border: 0;
    position:relative;
    
}


#div_sliderVerticale
{
    position: absolute;
    bottom: 40px;
    right: 6px;
}

#div_sopraFoto
{
    height: 360px;
    width: 387px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
   background-image: url(../../../img/zoom/sfondo.gif);
}

#div_introduzione
{
    height: 350px;
    float: left;
    display: inline;
    margin-top: 5px;
}


#table_prodotti
{
    height: 360px;
    border: 0;
    float: right;
    margin-top:5px;
}
/*FINE - pagina prodotti*/




