@charset "utf-8";
/* Do not cancel */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: #333;
}
ol, ul {
    list-style: none;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* /Do not cancel */

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////    STRUTTURA GENERALE    ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

BODY {  
    padding:0;
    margin: 0; 
    position: relative; 
    background:#2b2728;
    font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size:11px;
    color:#333;
    text-align:center;
}
BODY,HTML { 
    margin:0px;
    height:100%;
}

A {
    color: #666;    
    text-decoration: none;
    
}
A:hover {
    color: #666;
    text-decoration: underline; 
}

h1 { 
  font-size: 30px;
  color:#666;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*letter-spacing: -1px;*/
  line-height: normal;
  margin: 18px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}
  
h2 { 
  font-size: 26px;
  color:#333;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  /*letter-spacing: normal;*/
  line-height:1.3em !important;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align:left;
}
  
h3 {
    font-size: 18px;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    /*letter-spacing: -1px;*/
    font-weight:bold;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}
  
h4 { 
    font-size: 12px;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    padding: 0px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}
  
h5,h6 { 
    font-size: 9px;
    color:#333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}
  
p { 
    float:left;
    font-size: 11px;
    color:#333; 
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    /*letter-spacing: 1px;*/
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}

p a { color:#333; text-decoration: underline; }
p a:hover { color:#666; text-decoration: underline; }

ul {
    line-height: 18px;
    color:#1A1A1E;
    list-style: square;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    letter-spacing:0
}

ol {
    line-height: 18px;
    color:#1A1A1E;
    list-style: decimal;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
}


li {
    margin-left: 30px;
    
}
ul li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    list-style-type: none; 
    height: auto;
}

hr {
    display:none;
}

div#container {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    margin:0 auto !important;
    /*background:url('../images/bg.jpg') repeat-x 0px 0px #fff;*/
}
#mainTop {
    float:left;
    width:100%;
    top:0px;
    left:0px;
    margin:0 auto !important;
    background:#FFF;
}
#top {
    position:relative;
    width:936px;
    height:90px;
    margin:0 auto !important;
    padding:0px 0px 0px 0px;
    text-align:center;
}

#mainContenutoFlash {
    float:left;
    width:100%;
    top:0px;
    left:0px;
    margin:0 auto !important;
    background:#FFF;
}
#contenutoFlash {
    position:relative;
    width:936px;
    margin:0 auto !important;
    padding:0px 0px 0px 0px;
    text-align:center;
}
#mainContenuto {
    float:left;
    width:100%;
    top:0px;
    left:0px;
    margin:0 auto !important;
    background:#FFF;
}
#contenuto {
    position:relative;
    width:936px;
    margin:0 auto !important;
    padding:0px 0px 0px 0px;
    text-align:center;
}
#mainFooter {
    float:left;
    width:100%;
    top:0px;
    left:0px;
    margin:0 auto !important;
    background:#2b2728;
}
#footer {
    position:relative;
    width:936px;
    margin:0 auto !important;
    padding:10px 0px 10px 0px;
    text-align:center;
    color:#666;
    font-family:Arial;
    font-size:10px;
}
#footer A {
    color: #666;    
    text-decoration: none;
    
}
#footer A:hover {
    color: #666;
    text-decoration: underline; 
}

.infoprivacy {
    text-align:left;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    MENU'    //////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.logo {
    position:absolute;
    left:0px;
    top:20px;
}

#nav_it ul li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    list-style-type: none; 
    height: auto
}

#nav_en ul li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px; 
    list-style-type: none; 
    height: auto
}

#nav_it {
    position:absolute;
    top:37px;
    right:0px;
    line-height: 1;
    border:0px solid #000;
    width:660px;    
/*     width:730px; */
    margin:0px 0px 0px 0px;
}


#nav_en {
    position:absolute;
    top:37px;
    right:0px;
    line-height: 1;
    border:0px solid #000;
    width:660px;    
/*     width:730px; */
    margin:0px 0px 0px 0px;
}

#nav_it a {
    display: block; 
    background: url('../images/menu_it.gif') no-repeat 0px 0px;
    overflow: hidden; 
    text-indent: -999em; 
    height: 26px;   
}


#nav_en a {
    display: block; 
    background: url('../images/menu_en.gif') no-repeat 0px 0px;
    overflow: hidden; 
    text-indent: -999em; 
    height: 26px;   
}

#nav_it li {
    float: left; 
    position: relative
}

#nav_en li {
    float: left; 
    position: relative
}


 html #nav_it li  {
    position: relative
}

 html #nav_en li  {
    position: relative
}

#nav_it li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px
}

#nav_en li {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px
}

#nav_it ul {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px;
}


#nav_en ul {
    padding-right: 0px; 
    padding-left: 0px; 
    padding-bottom: 0px; 
    margin: 0px; 
    padding-top: 0px;
}

#navBott_1 a{ width:65px; }
#navBott_2 a{ width:79px; }
#navBott_3 a{ width:76px; }
#navBott_4 a{ width:71px; }
#navBott_5 a{ width:87px;}
#navBott_6 a{ width:105px; }
#navBott_7 a{ width:120px; }
#navBott_8 a{ width:57px; }



#navBott_1 a{ background-position: 0px 0px; }
#navBott_2 a{ background-position: -65px 0px; }
#navBott_3 a{ background-position: -144px 0px; }
#navBott_4 a{ background-position: -220px 0px;}
#navBott_5 a{ background-position: -291px 0px; }
#navBott_6 a{ background-position: -378px 0px; }
#navBott_7 a{ background-position: -483px 0px; }
#navBott_8 a{ background-position: -603px 0px; }


#navBott_1 a:hover{ background-position: 0px -26px; }
#navBott_2 a:hover{ background-position: -65px -26px; }
#navBott_3 a:hover{ background-position: -144px -26px; }
#navBott_4 a:hover{ background-position: -220px -26px;  }
#navBott_5 a:hover{ background-position: -291px -26px; }
#navBott_6 a:hover{ background-position: -378px -26px; }
#navBott_7 a:hover{ background-position: -483px -26px; }
#navBott_8 a:hover{ background-position: -603px -26px; }

#navBott_1 a:active{ background-position: 0px -26px; }
#navBott_2 a:active{ background-position: -65px -26px; }
#navBott_3 a:active{ background-position: -144px -26px; }
#navBott_4 a:active{ background-position: -220px -26px; }
#navBott_5 a:active{ background-position: -291px -26px; }
#navBott_6 a:active{ background-position: -378px -26px; }
#navBott_7 a:active{ background-position: -483px -26px; }
#navBott_8 a:active{ background-position: -603px -26px; }

#navBott_1 a#selected_1{ background-position: 0px -26px; }
#navBott_2 a#selected_2{ background-position: -65px -26px; }
#navBott_3 a#selected_3{ background-position: -144px -26px; }
#navBott_4 a#selected_4{ background-position: -220px -26px;}
#navBott_5 a#selected_5{ background-position: -291px -26px; }
#navBott_6 a#selected_6{ background-position: -378px -26px; }
#navBott_7 a#selected_7{ background-position: -483px -26px; }
#navBott_8 a#selected_8{ background-position: -603px -26px; }

ul li#navBott_2:hover > a.dir { background-position: -65px -26px !important;}
ul li#navBott_3:hover > a.dir { background-position: -144px -26px !important;}
ul li#navBott_4:hover > a.dir { background-position: -220px -26px !important;}


#nav_it li:hover ul {
    left: 0px
}
#nav_en li:hover ul {
    left: 0px
}


#nav_it li.over ul {
    left: 0px
}

#nav_en li.over ul {
    left: 0px
}

#nav_it li li {
    float: left; 
    width: auto; 
    position: static
}
#nav_en li li {
    float: left; 
    width: auto; 
    position: static
}

#nav_it li li.fuoriproduzione {
    float: left; 
    width: auto; 
    position: static;
    border-left:1px solid #d4d4d4; padding-left:10px;
}
#nav_en li li.fuoriproduzione {
    float: left; 
    width: auto; 
    position: static;
    border-left:1px solid #d4d4d4; padding-left:10px;
}

#nav_it li li a {
    background:transparent;
    padding:0px 16px 0px 6px;
    width: auto; 
    text-indent: 0px; 
    height: auto;
    color:#666;
    text-decoration:none;
    font-weight:normal;
    font-family:Verdana;
}
#nav_en li li a {
    background:transparent;
    padding:0px 16px 0px 6px;
    width: auto; 
    text-indent: 0px; 
    height: auto;
    color:#666;
    text-decoration:none;
    font-weight:normal;
    font-family:Verdana;
}

#nav_it li li a:hover {
    padding:0px 16px 0px 6px;
    background:transparent;
    width: auto; 
    text-indent: 0px; 
    height: auto;
    font-weight:normal;
    text-decoration:underline
}

#nav_en li li a:hover {
    padding:0px 16px 0px 6px;
    background:transparent;
    width: auto; 
    text-indent: 0px; 
    height: auto;
    font-weight:normal;
    text-decoration:underline
}


#nav_it li li a#subselected{
    text-decoration:none !important;
    color:#000;
}
#nav_en li li a#subselected{
    text-decoration:none !important;
    color:#000;
}

#nav_it li li a:active {
    padding:0px 16px 0px 6px;
    background:transparent;
    width: auto; 
    text-indent: 0px; 
    height: auto
}
#nav_en li li a:active {
    padding:0px 16px 0px 6px;
    background:transparent;
    width: auto; 
    text-indent: 0px; 
    height: auto
}

#nav_it li li a:hover {
    text-decoration:none !important;
    color:#000;
}
#nav_en li li a:hover {
    text-decoration:none !important;
    color:#000;
}


#nav_it li ul {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 999999; 
    background: #FFF; 
    left: -1999px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;
}

#nav_en li ul {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 999999; 
    background: #FFF; 
    left: -1999px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;
}


#nav_it li ul#subsel {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:0px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}

#nav_en li ul#subsel {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:0px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}


#nav_it li ul#subsel2 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-65px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}

#nav_en li ul#subsel2 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-65px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}


#nav_it li ul#subsel3 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-144px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}
#nav_en li ul#subsel3 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-144px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}


#nav_it li ul#subsel4 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-220px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}
#nav_en li ul#subsel4 {
    padding-right: 0px; 
    padding-left: 0px; 
    z-index: 9999; 
    background: #FFF; 
    left:-220px; 
    width: 660px; 
    line-height: 1.5; 
    padding: 5px 0px 5px 0px; 
    border: #d4d4d4 1px solid; 
    border-width:1px 0px 0px 0px;
    position: absolute; 
    top: 26px;      
}


#nav_it li ul ul{
    background:none;
}

#nav_en li ul ul{
    background:none;
}

li:hover#navBott_2 ul{ width:660px; left:-65px !important; }
li:hover#navBott_3 ul{ width:660px; left:-144px !important; }
li:hover#navBott_4 ul{ width:660px; left:-220px !important; }


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////    BOX HOME    ////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/*#boxCatalogo {
    float:left;
    border-right:1px solid #FFF;
    width:311px;
    height:114px;
    padding:28px 0px 0px 0px;
    background: url('../images/bg_catalogo.jpg') no-repeat right top; 
}
#boxPuntivendita {
    float:left;
    border-right:1px solid #FFF;
    width:283px;
    height:114px;
    padding:28px 0px 0px 28px;
    background: url('../images/bg_puntivendita.jpg') no-repeat right top; 
}
#boxCollezione {
    float:left;
    border-right:1px solid #FFF;
    width:283px;
    height:114px;
    padding:28px 0px 0px 28px;
    background: url('../images/bg_collezione.jpg') no-repeat right top; 
}*/
#boxCatalogo {
    float:left;
    border-right:1px solid #FFF;
    width:311px;
    height:142px;
    padding:0px 0px 0px 0px;
}
#boxPuntivendita {
    float:left;
    border-right:1px solid #FFF;
    width:311px;
    height:142px;
    padding:0px 0px 0px 0px;
}
#boxCollezione {
    float:left;
    border-right:1px solid #FFF;
    width:311px;
    height:142px;
    padding:0px 0px 0px 0px;
}
#boxBanner {
    float:left;
    border-right:1px solid #FFF;
    width:311px;
    height:130px;
    padding:12px 0px 0px 0px;
    background: url('../images/bg_banner.jpg') no-repeat right top;
    text-align:center;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////    LISTA PRODOTTI    ////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

ul.listaProd {
    float:left;
    width: 936px; /*--Adjust width according to your scenario--*/
    list-style: none;
    margin: 0; 
    padding: 0;
}
ul.listaProd li {
    float: left;
    margin: 10px 5px 10px 5px; 
    padding: 0;
    text-align: left;
    display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
    background:#333;
}
ul.listaProd li .thumb {
    width: 302px; /*--Width of image--*/
    height: 173px; /*--Height of image--*/
    padding: 0px;
    cursor: pointer;
}
ul.listaProd li span { /*--Used to crop image--*/
    width: 302px;
    height: 173px;
    overflow: hidden;
    display: block;
    border-bottom:0px solid #ff9900;
}

ul.listaProd li .thumb:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

ul.listaProd li h4 {
    font:12px/1.1em Arial, "HelveticaNeueLT Std Cn", "Helvetica Lt Std", "HelveticaNeue", "Helvetica", Arial, Verdana, Geneva,Helvetica, sans-serif !important;
    /*letter-spacing:-0.0000em;*/
    letter-spacing: normal;
    line-height: normal;
    color:#333;
    margin: 0; 
    padding: 3px 0px 0px 0px;
    background:#FFF;
    text-transform:uppercase;
    border-bottom:0px solid #ff9900;
}
ul.listaProd li a {text-decoration: none; color: #333; display: block;}


ul.listaProd li .thumbvuoto {
    width: 302px;
    height: 173px;
    padding: 0px;
    background:#fff;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////    BOTTONI    ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#paginatore {
    float:left;
    width:100%;
    border:1px solid #fff;
    border-width:0px 0px 1px 0px;
    margin:10px 0px 0px 0px;
}

/**/
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll  right 0px;
    color: #FFF !important;
    display: block;
    float: right;
    font: normal 10px verdana, arial, sans-serif;
    height: 21px;
    margin-right: 1px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none !important;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat left 0px;
    display: block;
    line-height: 14px;
    padding: 3px 6px 4px 6px;
    text-decoration: none;
} 
a:hover.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll right -21px;
    text-decoration: none;
}
a:hover.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat  left -21px;
    text-decoration: none;
    color: #FFF !important;
}
/**/
a.buttonAvanti{
    background: transparent url('../images/bg_button1_a.gif') no-repeat scroll  right 0px;
    color: #FFF !important;
    display: block;
    float: right;
    font: normal 10px verdana, arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none !important;
}
a.buttonAvanti2{
    background: transparent url('../images/bg_button1_a.gif') no-repeat scroll  right 0px;
    color: #FFF !important;
    display: block;
    float: left;
    clear:both;
    font: normal 10px verdana, arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none !important;
}
a.buttonAvanti span, a.buttonAvanti2 span{
    background: transparent url('../images/bg_button1_span.gif') no-repeat left 0px;
    display: block;
    line-height: 14px;
    padding: 3px 6px 4px 8px;
    text-decoration: none;
} 
a:hover.buttonAvanti, a:hover.buttonAvanti2 {
    background: transparent url('../images/bg_button1_a.gif') no-repeat scroll right -21px;
    text-decoration: none;
}
a:hover.buttonAvanti span, a:hover.buttonAvanti2 span {
    background: transparent url('../images/bg_button1_span.gif') no-repeat  left -21px;
    text-decoration: none;
    color: #FFF !important;
}
/**/

a.buttonIndietro {
    background: transparent url('../images/bg_button2_a.gif') no-repeat scroll  right 0px;
    color: #FFF !important;
    display: block;
    float: right;
    font: normal 10px verdana, arial, sans-serif;
    height: 21px;
    margin-right: 1px;
    padding-right: 2px; /* sliding doors padding */
    text-decoration: none !important;
}

a.buttonIndietro span {
    background: transparent url('../images/bg_button2_span.gif') no-repeat left 0px;
    display: block;
    line-height: 14px;
    padding: 3px 6px 4px 22px;
    text-decoration: none;
} 
a:hover.buttonIndietro {
    background: transparent url('../images/bg_button2_a.gif') no-repeat scroll right -21px;
    text-decoration: none;
}
a:hover.buttonIndietro span {
    background: transparent url('../images/bg_button2_span.gif') no-repeat  left -21px;
    text-decoration: none;
    color: #FFF !important;
}

/**/

a.buttonCatalogo {
    background: transparent url('../images/bott_catalogo.jpg') no-repeat left 0px;
    color: #333 !important;
    display: block;
    float: left;
    font: normal 11px verdana, arial, sans-serif;
    width:267px;
    height: 73px;
    text-decoration: none !important;
    text-align:left;
    margin:20px 20px 0px 0px;
}
a.buttonCatalogo span {
    display: block;
    line-height: 1.4em;
    padding: 20px 0px 0px 100px;
    text-decoration: none;
    border:0px solid #ff9900;
} 
a:hover.buttonCatalogo {
    background: transparent url('../images/bott_catalogo_over.jpg') no-repeat  left 0px;
    text-decoration: none;
    color: #333 !important;
}
/**/

a.buttonCatalogo_2 {
    background: transparent url('../images/bott_catalogo_2.jpg') no-repeat left 0px;
    color: #333 !important;
    display: block;
    float: left;
    font: normal 11px verdana, arial, sans-serif;
    width:267px;
    height: 73px;
    text-decoration: none !important;
    text-align:left;
    margin:20px 20px 0px 0px;
}
a.buttonCatalogo_2 span {
    display: block;
    line-height: 1.4em;
    padding: 20px 0px 0px 100px;
    text-decoration: none;
    border:0px solid #ff9900;
} 
a:hover.buttonCatalogo_2 {
    background: transparent url('../images/bott_catalogo_2_over.jpg') no-repeat  left 0px;
    text-decoration: none;
    color: #333 !important;
}

a.btn_smacchiaService{
        text-indent:-9999em;
        height:49px;
        width:158px;
        display:block;
        clear:both;
        float:left;
        margin:45px 0px 0px 0px;
        background: transparent url('../images/btn_smacchiaService.gif') no-repeat  0px 0px;
}
a:hover.btn_smacchiaService{
    background: transparent url('../images/btn_smacchiaService.gif') no-repeat  0px -49px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////    SCHEDA    ///////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.scheda {
    float:left; 
    margin:20px 0px 0px 0px; 
    background:url('../images/bg_scheda.jpg') no-repeat right top;
}
.download {
    float:right; 
    margin:20px 0px 0px 0px; 
    text-align:right;
    color:#333;
}

.download A {
    color: #333;    
    text-decoration: none;
    line-height:1.6em;
}
.download A:hover   {
    color: #333;
    text-decoration: underline; 
}


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////  FORM //////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.nota{
    font-size:11px;
}
.formDescription{
    padding:0px;
    margin:0px;
    width:600px;
}
.formStyle { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float:left;
    border:0px dashed #000;
    width:583px;
}
i.mandatory{ 
    line-height:2.4em;
}
.formStyle fieldset { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border:0px dashed #ff9900;
    width:332px;
    float:left;
    /*background:#ffff00;*/
}
.formStyle fieldset em{
    font-size:11px
}
.formStyle div { 
    padding: 0px 0px 0px 0px;
    clear: both;
}
.formStyle div {
    margin: 7px 0px 7px 0px; /* IE 6.0 */
    margin: 5px 0px 5px 0px !important; /* IE 7.0 */
}

html>/**/body .formStyle div /* FireFox*/ {
    margin: 7px 0px 7px 0px !important;
}

* html .formStyle div { 
    margin: 7px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
}         
.formStyle label { 
    font-family:Arial;
    display: block;
    width: 120px;
    float: left;
    font-size: 11px;
    line-height: 16px;
    color: #333;
    text-align:left;
    margin-right: 0px;
}
.formStyle label.agree { 
    font-size:11px;
    letter-spacing:0px ;
    padding:0 0 0 4px;
    line-height:0.7em;
}
.formStyle label.agree em{
    font-style:normal;
    font-size:10px
}
.formStyle label span {
    color: #ff0000;
}
        
.formStyle input,
.formStyle textarea { 
    font-family:Arial;
    background: transparent; 
    color: #333; 
    font-weight: normal;
    font-size:11px;
    letter-spacing:normal;
    line-height:normal;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 325px;
    cursor: text;
}
.formStyle select{ 
    font-family:Arial;
    background: transparent; 
    color: #333; 
    font-weight: normal;
    font-size:11px;
    letter-spacing:normal;
    line-height:normal;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    width: 325px;
    cursor: auto;
}
.formStyle input:hover,
.formStyle select:hover { 
    border-bottom: 1px solid #999;
    background:url('../images/bgInput.gif') repeat-x 0px 100%;
}
.formStyle input:focus,
.formStyle select:focus { 
    border-bottom: 1px solid #999;
    background:url('../images/bgInput.gif') repeat-x 0px 100%;
}
.formStyle select{
    border:1px solid #999 !important;
    width:210px;
    background:#fff !important;
    padding:1px 1px 1px 0px;
}
.formStyle option{
    background:#fff !important;
    padding:0px 0px 0px 7px;
}


.formStyle .data select  { width:57px; margin-right:5px !important}


.formStyle div.riga_textarea  { 
    clear:both;
    padding-top:0px;
}
.formStyle div.riga_textarea label { 
    clear:both;
    margin-top:0px;
}
.formStyle div.riga_textarea textarea {
    border:none;
    height: auto;
    width: 185px;
    *width: 229px;
    _width: 229px;
    padding:5px;
    background:transparent;
    border: 1px solid #ccc;
    border-width:1px 1px 1px 1px
}
.formStyle div.riga_textarea textarea:hover {
    border:none;
    background:transparent;
    border: 1px solid #999;
}
.formStyle div.riga_textarea textarea:focus {
    background:#fff !important;
    border: 1px solid #999;
}

.formStyle div.riga_spunta {
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    width:623px;
    text-align:left;
}
.formStyle div.riga_spunta input {
    background: transparent;
    width: auto;
    vertical-align: middle;
    padding: 0px  !important;
    margin: 0px !important;
    border:0px;
    cursor: pointer;
}
.formStyle div.riga_spunta input:hover {
    background: transparent;
}
.formStyle div.riga_spunta label {
    display: inline;
    width: 180px;
    text-align: left;
    float: none;
}

.formStyle p.leggi_privacy { 
    color: #333;
    font-size:11px;
    margin: 0px 0px 7px 0px;
    padding:1px 0 0 19px !important;
    background:url('../images/arrowSquared.gif') no-repeat 0px 2px;
    width:250px;
}
p.leggi_privacy a{
    text-decoration:none;
    color:#333
}
input.pulsante {
    color: #fff;
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:10px;
    font-weight:400;
    text-transform:uppercase;
    text-align: center;
    line-height:normal;
    padding: 1px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    letter-spacing:0.00em;
    border: 0px;
    float: left;
    width:75px;
    height:25px;
    background:url('../images/bgBott.gif') no-repeat 0px 0px #000;
    border:0px solid #ccc;
}
input.pulsante2 {
    color: #fff;
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:9px;
    text-transform:uppercase;
    text-align: center;
    font-weight: 400;
    line-height:normal;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    letter-spacing:0.00em;
    border: 0px;
    float: right;
    width:40px;
    height:20px;
    background:url('../images/bgBott.gif') no-repeat 0px 0px #333;
    border:0px solid #ccc;
}

.formStyle input.pulsante:hover {
    color: #fff;
    border:none;
    background:url('../images/bgBott.gif') no-repeat 0px 0px #666;
}
.formStyle input.pulsante2:hover {
    color: #fff;
    border:none;
    background:url('../images/bgBott.gif') no-repeat 0px 0px #666;
}

.sender{
    background: url('../images/bott_invia-off.gif') no-repeat 0px 0px;
    border:0px solid #000;
    padding:0px;
    margin:0px;
    height:25px !important;
    height /**/:25px;
    line-height: 25px;
    width:90px;
    margin-bottom:0px;
}
.bottomBox{
    float:left;
    /*background:url('../images/hdot.gif') repeat-x 0px 0px;*/
    width:623px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
.bottomBox .boxSx{
    float:left;
    width:623px;
    padding:10px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    clear: none;
}
.bottomBox .boxDx{
    float:right;
    width:80px;
    padding:0px 0px 10px 0px;
    margin:0px 0px 0px 0px;
    clear: none;
}
.contatti input{
    width:210px
}

.infoprivacy { 
    font-size: 11px;
    color:#333; 
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    line-height: 1.4em;
    text-align: left;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////  PUNTI VENDITA ////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#boxRicerca {
    float:left;
    width:100%;
    padding:15px 0px 15px 0px;
    margin:0px 0px 0px 0px;
    border-bottom:1px solid #d2d2d2;
}

/* SKINNED SELECT */
div.skinned-select {
    float:left;
    background: url('../images/skin.gif') no-repeat scroll 0pt 100% ;
    text-align:left;
}
div.skinned-select select {
    opacity: 0;
    filter: alpha(opacity = 0);
    moz-opacity: 0;
    position: relative;
    z-index: 100;
    height: 20px;
}
div.skinned-select .select-text {
    position: absolute;
    text-indent: 10px;
    line-height: 20px;
    width: 171px;
    z-index: 1;
}
div.skinned-select .select-text {
    width: 171px;
    font-size: 11px;
    color: #333;
    margin-top:0px;
}

div.skinned-select select,
div.skinned-select select option {
    width: 171px;
    font-size: 11px;
    color: #333;
}

/* non javascript version select */

.my-skinnable-select select {
  width: 107px;
  font-size: 11px;
  border: 1px solid #5c5c5c;
}

/**/



.selpv{
   margin-left:0px;
   float:left;

}

.selpv select {
    font-size: 11px;
    border:1px solid #999 !important;
    width:210px;
    background:#fff !important;
    padding:1px 1px 1px 0px;
}

.bloccoIndirizzo {
    float:left;
    margin:0px 12px 12px 0px;
    padding:10px 10px 0px 10px;
    width:202px;
    height:144px;
    background:#eee;
    border:0px solid #000;
}
.bloccoIndirizzo h4 { 
    font-size: 13px;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    padding: 0px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: left;
}
/* Scheda dettaglio */

#fotoNegozio {
    float:left;
    margin:0px 20px 0px 0px;
    padding:0px 0px 0px 0px;
    width:400px;
    height:300px;
    border:0px solid #000;
    overflow:hidden;
}
#fotoNegozio img{
    float:left;
}
#indirizzoNegozio {
    position:relative;
    float:left;
    margin:0px 20px 0px 0px;
    padding:0px 0px 0px 0px;
    width:191px;
    height:300px;
    font-size:11px;
    line-height:1.4em;
    text-align:left;
}
#indirizzoNegozio .mappa{
    position:absolute;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    left:0px;
    bottom:0px;
    font-size:11px;
    line-height:1.4em;
    border:0px solid #000;
}
#datiNegozio {
    position:relative;
    float:left;
    margin:0px 0px 0px 0px;
    padding:0px 20px 0px 20px;
    width:261px;
    height:300px;
    font-size:11px;
    line-height:1.4em;
    text-align:left;
    border-left:1px solid #d2d2d2;
    /*background:#dadada;*/
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////  COMUNICAZIONE ////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.comunicazione{
    float:left;
    width:746px;
    min-height:400px;
    padding:20px 0px 20px 0px;
}
.comunicazione img{
    float:left;
    margin:10px 10px 20px 0px;
}

/* MENU VERTICALE */

.menuVertGrigio{
    position:relative;
    float:left;
    width:170px;
    min-height:400px;
    margin:0px 0px 20px 20px;
    background:#2b2728;
}
.menuVertGrigio ul{
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 170px; /* Width of Menu Items */
}
    
.menuVertGrigio ul li{
    position: relative;
    line-height:2.4em;
    list-style: none  !important;
    margin: 0px  !important;
    width: 100%;
    text-transform:uppercase;
    font-size:9px;
    text-align:left;
    padding: 0px 0px 3px 0px;
}
    
.menuVertGrigio ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: #999 !important;
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    border-bottom:0px solid #d2d2d2;
    /*background:url("arrow.gif") no-repeat 0px 50%;*/
    font-size:9px;
}

 .menuVertGrigio ul li a {
    text-decoration:none !important;
} 
.menuVertGrigio ul li a:visited{
    text-decoration:none !important;
}
.menuVertGrigio ul li a:hover{
    background:url('../images/freccia_bianca_sx.gif') no-repeat 10px 50%;
    color: #FFF !important;
    text-decoration:none !important;

}

.menuVertGrigio ul li a.sel1,
.menuVertGrigio ul li a.sel:visited,
.menuVertGrigio ul li a.sel:hover,
.menuVertGrigio ul li a.sel:active,
.menuVertGrigio ul li a.sel:link {
    background:url('../images/freccia_bianca_sx.gif') no-repeat 10px 50% #454545;
    color: #FFF !important;
    text-decoration:none !important;

}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////    DOVE SIAMO    /////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#map {
    position:relative;
    width:800px; 
    height:445px; 
    padding:0px; 
    background:#FFF;
    z-index:9999 !important;
    border:0px solid #dcdcdc;
    float:left;
}

#boxMappa, #boxMappa_1{
    position:absolute;
    top:0px;
    left:47px;
    padding:8px 20px 20px 20px!important;
    background:#fff;
    border:0px solid #ccc;
    display:block;
    visibility:hidden;
    width:800px;
    z-index:9999;
    border:6px solid #333;
}
#boxHead{
    padding:0px 0px 0px 0px;
}
#boxHead a{
    background:url('../images/closelabel.gif') no-repeat -20px -5px;
    width:45px;
    height:20px;
    display:block;
    float:right;
    text-indent:-999em;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}


#slideshow img{
       width:670px;
       height:383px;
}

