﻿/* 
Network Wayin - Struttura
*/

*
{
    /* margin / padding di tutti elementi = 0 */
    margin: 0;
    padding: 0;
}
body
{
    margin: 0px auto;
    background: #ffffff;
    text-align: center;
}

#container
{
    width: 998px;
    height: 100%;
    margin: auto;
    margin-top: 0px;
    text-align: left;
    position: relative;
    background-color: #ffffff;

}

img
{
    border: 0;
}

#headerwrapper
{
    margin-top: 30px;
 /*   background-image: url("../img_layout/sfum_header.jpg");
    background-repeat: repeat-x; */
    background-color:#35261f;
    width: 998px;
    height: 165px;
    border:1px solid #a9a9a9 ;
    border-bottom:0px;
}

#headerboxwayin
{
    float: left;
    margin-left: 11px !important;
    margin-left: 4px;
    margin-top: 24px;
}

#logo
{
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    height:120px;
}

#miniflag
{
    float: left;
    margin-left: 282px;
    margin-top: 20px;
}


#miniflag span
{
    padding-left: 10px;
    padding-right: 0px;
}

#miniflag img
{
    padding: 0px;
}

#miniflag p
{
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #b9baba;
}
#miniflag p span
{
    padding-left: 11px;
    padding-right: 7px;
}

#miniflag p a
{
    color: #ffffff;
}

#miniflag p a:link
{
    color: #ffffff;
    text-decoration: none;
}

#miniflag p a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#miniflag p a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#textoversearch
{
    float: left;
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
    margin-left: 208px;
}

#textundersearch
{
    float: left;
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #ffffff;
    margin-top: 2px;
    margin-left: 208px;
}

#search
{
    float: left;
    width: 130px;
    height: 30px;
    margin-top: 1px;
    margin-left: 208px;
}


.buttact
{
    background-image: url(../img_layout/btn_search.jpg);
    background-repeat: no-repeat;
    width: 24px;
    height: 19px;
    border: 0px solid #f3f0ef;
    font-weight: normal;
    color: #000000;
    margin: 0 0 0 6px;
}

.backcursor
{
    background-image: url(../img_layout/bgndsearch.jpg);
    background-repeat: repeat-x;
    width: 95px;
    height: 19px;
    font-weight: normal;
    color: #000000;
}


#blackstrip
{
    margin-top: -3px;
    height: 28px;
    width: 998px;
    background-color: #79695c;
                border:1px solid #a9a9a9 ;
        border-bottom:0px;
        border-top:0px;
}


#blackstrip  span#first
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-left:10px;
}

#blackstrip  span#cent
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-left:280px;
}

#blackstrip  span#last
{
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-left:290px;
}

#blackstrip img
{
    margin-top: 0px;
    float: left;
    vertical-align: bottom;
}

#blackstrip a
{
	color:#fff;
    text-decoration: none;
    text-transform: none;
}

#blackstrip a:link
{
	color:#fff;
    text-decoration: none;
    text-transform: none;
}

#blackstrip a:visited
{
	color:#fff;
    text-decoration: none;
    text-transform: none;
}

#blackstrip a:hover
{
	color:#fff;
    text-decoration: none;
    text-transform: none;
}

#graystrip
{
    margin-top: 0px;
    float: left;
    height: 28px;
    width: 172px;
    vertical-align: bottom;
    background-image: url("../img_layout/gray_background.png");
    background-repeat: no-repeat;
    background-color:#79695c;
    color: #ffffff;
}

#graystrip p
{
    color: #ffffff;
    text-align: center;
    font-family: Arial, Verdana;
font-size: 17px;
font-weight: bold;
margin-top: 2px;
}


#innerwrapper
{
    /*  width: 1016px;     text-align: center;     margin-top: 0px;     float: left;     background-image: url("../img_layout/sfum_menuhome.jpg");     background-repeat: repeat-x;     background-color: #7d0c02;  */
    float: left;
    width: 998px;
    text-align: center;
    background-color: #e1dfdf;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
            border:1px solid #a9a9a9 ;
        border-bottom:0px;
        border-top:0px;
}

#innerwrapper_list
{
    /*  width: 1016px;     text-align: center;     margin-top: 0px;     float: left;     background-image: url("../img_layout/sfum_menuhome.jpg");     background-repeat: repeat-x;     background-color: #7d0c02;  */
    float: left;
    width: 998px;
    text-align: center;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
                border:1px solid #a9a9a9 ;
        border-bottom:0px;
        border-top:0px;
}


#innerwrapper_schedprod
{
    /*  width: 1016px;     text-align: center;     margin-top: 0px;     float: left;     background-image: url("../img_layout/sfum_menuhome.jpg");     background-repeat: repeat-x;     background-color: #7d0c02;  */
    float: left;
    width: 998px;
    text-align: center;
    background-color: #dad6cd;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
                border:1px solid #a9a9a9 ;
        border-bottom:0px;
        border-top:0px;
}

#menusx
{
    /*  width: 172px;     margin-top: -1px;     float: left;  */
    float: left;
    width: 170px;
    background-color: #35261f;
 /*   background-image: url("../img_layout/sfum_menuhome.jpg"); */
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 2010px;
    margin-bottom: -2000px;
    margin-top:-1px;
}

#div_central
{
    width:609px;
    float: left;
    background-color: #b2ac9e;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#div_central_mediagallery
{
    float: left;
    background-color: #48342b;
 /*   background-image: url("../img_layout/mediagallery_bckgnd.jpg");  */
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1420px;
    margin-bottom: -1400px;
}


#div_central_list
{
    float: left;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#div_central_list_cat
{
    float: left;
    border-left:2px solid #978e7b;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#central
{
    width: 610px;
    padding-top: 4px;
    float: left;
    padding-bottom: 4px !important;
    padding-bottom:6px;
    background-color: #433934;
}


#centralcat
{
    width: 610px;
    height: auto;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
    background-color: #b2ac9e;
}

#centralcat_list
{
    width: 608px;
    height: auto;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
    background-color: #b2ac9e;
}

#catalogo_lista
{
    width: 608px !important;
    width:608px;
    margin-left: 8px;
    clear: both;
    float: left;
    text-align: left;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#centralprod
{
    width: 610px;
    padding-top: 4px;
    float: left;
    height: 100%;
    padding-bottom: 5px;
/*    background-image: url("../img_layout/bgndproddetail.jpg");
    background-repeat: repeat-x;  */
    background-color: #c7b7aa;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}


#homeflash
{
    width: 604px !important;
    width:603px;
    height: 425px;
    float: left;
    margin-left: 3px !important;
    margin-left:2px;
    background-color: #000;
}
#homeflash img
{
    margin-left: 3px;
    border: 1px solid #fff;
}

#barra_dx
{
    float: left;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#barra_dx_prod
{
    float: left;
    background-color: #35261f;
/*  background-image: url("../img_layout/bgndproddetail.jpg");  */
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#cont_latdx_link
{
float:left; 
background-color:#433934;
height:429px !important; 
height:431px;
padding-left:3px!important;
padding-left:2px;
}


#cont_latdx_link_trans
{
float:left; 
background-color:Transparent;
height:429px !important; 
height:431px;
padding-left:3px!important;
padding-left:2px;
}

#laterallink_home
{
    float: left;
    width: 218px !important;
    width:216px;
    padding-top: 4px;
    padding-bottom: 0px;
    background-color: #35261f;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    margin-left: 0px;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#laterallink
{
    float: left;
    width: 218px !important;
    width:216px;
    padding-top: 4px;
    padding-bottom: 6px;
    background-color: Transparent;
}

.centrallink
{
    clear:both;
    float:left;
    background-color: #ffffff;
    width: 212px;
    height: 100px !important;
    height:100px;
    margin:0;
    padding:0;
    margin-left: 0px;
    margin-top: 0px;
}

.centrallink_top
{
    clear:both;
    float:left;
    background-color: #ffffff;
    width: 212px;
    height: 124px !important;
    height:124px;
    margin:0;
    padding:0;
    margin-left: 0px;
    margin-top: 0px;
}


.divimg
{
    float:left;
    height:70px;
    width: 210px;
}

.divimgarca
{
    float:left;
    height:94px;
    width: 210px;
}


.archimg
{
    margin:2px 1px 0px 1px;
    float:left;
    text-align:left;
    width:92px;
}

.textarch
{
    float:left;
    text-align:left;
    width:90px;
    margin:2px 1px 0px 10px;
    
}


.titarch
{       
    margin-top:15px;
    width:90px;
     float:left;
font-family: Arial, Verdana;
font-size: 12px;
font-weight: bold;
color:#d84da5;
}

.titarch a:link
{
color:#d84da5;
text-decoration:none;    
}


.titarch a:visited
{
color:#d84da5;
text-decoration:none;    
}


.titarch a:hover
{
color:#d84da5;
text-decoration:none;    
}

.nomearch
{   
width:100px;
float:left;
font-family: Arial, Verdana;
font-size: 10px;
font-weight: bold;
}


.nomearch a:link
{
color:#353434;
text-decoration:none;    
}


.nomearch a:visited
{
color:#353434;
text-decoration:none;    
}


.nomearch a:hover
{
color:#353434;
text-decoration:none;    
}

.balza1
{
    margin-top:0px;
    float:left;
    height:30px;
    width:212px;
    background-color:#000000;
    margin-left:0px;
    text-align:left;
}

.balza1 img
{
    float:left;
}

.balza2
{
    margin-top:1px;
    float:left;
    height:28px;
    width:212px;
    text-align:left;
    background-color:#b6287b;
}


.balza2 img
{
    float:left;
}
.balza3
{
    margin-top:1px;
    float:left;
    height:28px;
    width:212px;
    text-align:left;
    background-color:#9ac12d;
}

.balza3 img
{
    float:left;
}

.balza4
{
    margin-top:1px;
    float:left;
    height:28px;
    width:212px;
    text-align:left;
    background-color:#f08f05;
}

.balza4 img
{
    float:left;
}

.centrallinklatsx
{
    width: 130px !important;
    width: 120px;
    height: 104px;
    float: left;
}

.centrallinktitle
{
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0px;
    padding-top: 16px !important;
    padding-top: 10px;
    padding-left: 5px;
    width: 120px;
    float: left;
}

.centrallinktitle a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktitle a:link
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktitle a:visited
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktitle a:hover
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktitle img
{
    text-align: left;
}

.centrallinktext
{
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 5px;
    width: 120px;
    float: left;
}

.centrallinktext a
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktext a:link
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktext a:visited
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.centrallinktext a:hover
{
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}
/*
.centrallinkimg
{
    float: right;
}

.centrallink img
{
    border: 0;
    float: right;
    text-align: left;
    margin-top: 0px;
    padding-top: 2px !important;
    padding-top: 2px;
}
*/

.tratt
{
    margin-left: 0px;
    background-image: url("../img_layout/tratt.jpg");
    background-repeat: repeat-x;
    width: 212px;
    margin-top: 0px !important;
    margin-top: -21px;
    height: 3px;
}

#centrallow
{
    width:609px;
    margin-top: 0px;
    background-color:#ffffff;
    background-image: url("../img_layout/bckgnd_vetrinalow_bottom.jpg");
    background-repeat: repeat-x;
    float: left;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    border-left: 1px solid #b4b4b4;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}


#vetrinacat
{
    width: 610px !important;
    width:608px;
    border-left: 0px solid #b4b4b4;
    float: left;
/*    background-color:#ffffff; */
    background-image: url("../img_layout/bckgnd_vetrinalow_top.jpg");
    background-repeat: repeat-x;  
}


#vetrina_home_img
{
    float: left;
    margin-top: -38px;
    margin-left: 35px !important;
    margin-left: 50px;
}

#vetrina_texture_img
{
    float: left;
    margin-top: -57px;
    margin-left: 35px;
}

#titbrown
{
    height: 37px;
    width: 560px !important;
    width: 542px;
    background-color: #4e433e;
    float: left;
    font-family: Arial, Verdana;
    font-size: 18pt;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #fefefe;
    margin-top: 15px;
    margin-left: 25px !important;
    margin-left: 15px;
}

#titblack
{
    background-color: #e9951f;
    float: left;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    width:auto;
    margin-top:5px;
    margin-left:5px;
    padding-left:5px;
    padding-right:5px;
    height:26px;
}

#menusx .homecatprod ul
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

#menusx .homecatprod li
{
    font-family: Arial, Verdana;
    display: block;
    text-decoration: none;
    text-transform:uppercase;
    list-style: none;
    background-color: #79695c;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    width: 155px !important;
    border: 0px solid #934a43;
    margin-left: 5px;
    margin-top: 25px;
    text-align: left;
    height:24px;
    padding-top:4px;
    padding-left:5px !important;
    padding-left:3px;
    
}

#menusx .homecatprod a
{
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-transform: none;
    font-family: Arial, Verdana;
    font-size: 13pt;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}


#menusx .listcat ul
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

#menusx .listcat li
{
    display: block;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    background-color: #71271d;
    font-weight: bold;
    color: #ffffff;
    width: 160px;
    border: 1px solid #934a43;
    text-align: left;
    float: left;
}

#menusx .listcat a
{
    width: 140px;
    
    display: block;
}

.a_menusx
{
    color: #daa571;
    text-transform: uppercase;
    text-decoration: none;
    text-transform: none;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
}
.a_menusx:link
{
    color: #daa571;
    text-decoration: none;
    text-transform: none;
}

.a_menusx:visited
{
    color: #daa571;
    text-decoration: none;
    text-transform: none;
}
.a_menusx:hover
{
    color: #daa571;
    text-decoration: none;
    text-transform: none;
}

.a_menusx_sel
{
    color: #daa571;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.a_menusx_sel:link
{
    color: #aba69b;
    text-decoration: none;
}

.a_menusx_sel:visited
{
    color: #aba69b;
    text-decoration: none;
}
.a_menusx_sel:hover
{
    color: #aba69b;
    text-decoration: none;
}


.listcatp a
{
    color: #ebc299;
    text-decoration: none;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
}

.listcatp a:link
{
    color: #ebc299;
    text-decoration: none;
}

.listcatp a:visited
{
    color: #ebc299;
    text-decoration: none;
}

.listcatp a:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #79695c;
}


.listmacrocatp
{
    text-align: left;
    width: 150px;
    padding-bottom: 5px;
    margin: 0;
    margin-top: 11px;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial,Verdana;
    text-transform: uppercase;
    color: #ffffff;
}
.listcat p
{
    text-align: left;
    width: 150px !important;
    width:162px;
    padding-bottom: 6px;
    margin: 0;
    margin-top: 1px;
    margin-left: 10px;
    font-style: normal;
    font-size: 11px;
    font-family: Arial,Verdana;
    font-weight: bold;
    text-transform: none;
    color: #ba8c5f;
        cursor:hand;
}

.listcat
{
    float: left;
}

.listcat2
{
    float: left;
    margin-top: 15px;
}

.listcat3
{
    clear:both;
    float: left;
    margin-top: 15px;
    width:162px;
    margin-left:5px !important;
    margin-left:2px;
    border-top:1px solid #b6b6b6;
}

.listcat2 ul
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.listcat2 li
{
    display: block;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    background-color: #71271d;
    font-weight: bold;
    color: #ffffff;
    width: 160px;
    border: 1px solid #934a43;
    text-align: left;
    float: left;
}

.listcat2 a
{
    width: 140px;
}

.listcat2 p
{
    text-align: left;
    width: 150px;
    padding-bottom: 6px;
    margin: 0;
    margin-top: 10px !important;
    margin-top:-8px;
    margin-left: 10px;
    font-style: normal;
    font-size: 11px;
    font-family: Arial,Verdana;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    line-height:15px !important;
    line-height:10px;
}


.vetrinacathome
{
    text-align: left;
    float: left;
    width: 257px !important;
    width: 271px;
    height: 330px;
    color: #8e8d8d;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 25px !important;
    margin-left: 15px;
    margin-right: 20px !important;
    margin-right: 0px;
}

.vetrinadatalist
{
    float:left;
    background-color:#000000; 
    background-image: url("../img_layout/bckgnd_vetrinalow_bottom.jpg");
    background-repeat: repeat-x; 
    width: 609px;
    text-align: left;
    margin-top:0px;
}
.vetrinacathome img
{
    border: 3px solid #bab3a3;
}

.nameprod
{
    font-style: normal;
    font-size: 13pt;
    font-family: Arial,Verdana;
    font-weight: bold;
    color: #403f3e;
}

.az
{
    font-style: normal;
    font-size: 11pt;
    font-family: Arial,Verdana;
    font-weight: normal;
    color: #403f3e;
}

.a_nameprod
{
    color: #403f3e;
}
.a_nameprod:link
{
    color: #403f3e;
    text-decoration: none;
}

.a_nameprod:visited
{
    color: #403f3e;
}
.a_nameprod:hover
{
    color: #403f3e;
}

.a_az
{
    color: #403f3e;
}
.a_az:link
{
    color: #403f3e;
    text-decoration: none;
}

.a_az:visited
{
    color: #403f3e;
}
.a_az:hover
{
    color: #403f3e;
}


#innerfooter
{
    float: left;
    width: 998px;
    height: 100px;
    background-color: #79695c;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 13pt;
    font-weight: normal;
    text-align: left;
    border:1px solid #a9a9a9 ;
    border-top:0px;
}


#innerfooter p
{
    margin-top: 25px;
    background-color: #79695c;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-transform:uppercase;
    text-align: center;
    margin-left:0px;
}

#innerfooter img
{
    margin-right: 15px;
    margin-top: -5px;
}

#innerfooter p a
{
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
    padding-left:40px;
    padding-right:40px;
}

#innerfooter p a:link
{
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
}

#innerfooter p a:visited
{
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
}

#innerfooter p a:hover
{
    color: #ffffff;
    text-decoration: none;
    text-transform:uppercase;
}

.reddot
{
    text-align: left;
    color: #ff0000;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: bold;
    float: left;
}

#focuson
{
    width: 300px;
    height: 398px;
    float: left;
    margin-left: 5px;
    background-color: #494038;
}
#focuson img
{
    margin-left: 0px;
    border: 0;
}

#tit_storie
{
    text-align: left;
    color: #cbcccb;
    font-family: Arial, Verdana;
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-left: 4px;
    margin-top: 6px;
}

#tit_focuson
{
    text-align: left;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
}

#tit_focuson a
{
    color: #ffffff;
    text-decoration: none;
}

#tit_focuson a:link
{
    color: #ffffff;
    text-decoration: none;
}

#tit_focuson a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#tit_focuson a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#text_focuson
{
    text-align: left;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
}

#text_focuson a
{
    color: #ffffff;
    text-decoration: none;
}

#text_focuson a:link
{
    color: #ffffff;
    text-decoration: none;
}

#text_focuson a:visited
{
    color: #ffffff;
    text-decoration: none;
}

#text_focuson a:hover
{
    color: #ffffff;
    text-decoration: none;
}

#link_lista
{
    text-align: left;
    color: #cbcccb;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
}

#link_lista a
{
    color: #cbcccb;
        text-decoration: none;
    text-transform:none;
}

#link_lista a:link
{
    color: #cbcccb;
    text-decoration: none;
    text-transform:none;
}

#link_lista a:visited
{
    color: #cbcccb;
    text-decoration: none;
        text-transform:none;
}

#link_lista a:hover
{
    color: #cbcccb;
    text-decoration: none;
        text-transform:none;
}

#titred
{
    height: 28px;
    background-color: #e9951f;
    float: left;
    font-family: Trebuchet MS ,Arial, Verdana;
    font-size: 18pt;
    font-weight: normal;
    color: #ffffff;
    padding:0 10px;
}

#text_between_hr_art_list
{
    height:37px;
    float: left;
    margin-left:0px;
    font-family: Trebuchet MS ,Arial, Verdana;
    font-size: 32px;
    font-weight: normal;
    text-transform:uppercase;
    color: #353430;
}

#text_between_hr_art
{
    float: left;
    font-family: Trebuchet MS ,Arial, Verdana;
    font-size: 32px;
    font-weight: normal;
    text-transform:uppercase;
    color: #353430;
}

#centrallow_storie
{
    margin-top: 0px;
    background-color: #ffffff;
    float: left;
}

#overview_storie
{
    width: 828px !important;
    width:826px;
    background-color: #ffffff;
    padding-bottom: 10px;
}

#central_storie
{
    width: 828px !important;
    width:826px;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
    background-color: #b1b1b0;
}

#central_mediagallery
{
    width: 828px !important;
    width:826px;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
}


#storie_low
{
    clear: both;
    padding-top: 10px;
}

.overview_storie_sx
{
    width: 320px !important;
    width: 280px;
    text-align: left;
    color: #ff0000;
    font-family: Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 65px !important;
    margin-left: 35px;
    margin-top: 10px;
    height: 280px;
}

.overview_storie_dx
{
    width: 320px !important;
    width: 280px;
    text-align: left;
    color: #ff0000;
    font-family: Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    float: left;
    margin-left: 65px !important;
    margin-left: 95px;
    margin-top: 10px;
    height: 280px;
}

.tit_overview_storie
{
    text-align: left;
    color: #e9951f;
    font-family: Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    width: 270px;
}

.tit_overview_storie a
{
    color: #e9951f;
    text-decoration: none;
}

.tit_overview_storie a:link
{
    color: #e9951f;
    text-decoration: none;
}


.tit_overview_storie a:visited
{
    color: #e9951f;
    text-decoration: none;
}


.tit_overview_storie a:hover
{
    color: #e9951f;
    text-decoration: none;
}


.text_overview_storie
{
    text-align: left;
    color: #393837;
    font-family: Arial, Verdana;
    font-size: 10px;
    font-weight: normal;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    width: 270px;
}

.text_overview_storie a
{
    color: #393837;
    text-decoration: none;
}

.text_overview_storie a:link
{
    color: #393837;
    text-decoration: none;
}


.text_overview_storie a:visited
{
    color: #393837;
    text-decoration: none;
}


.text_overview_storie a:hover
{
    color: #393837;
    text-decoration: none;
}


.div_hr_cont_center
{
    clear: both;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
}

.div_hr_cont_center_list
{
    clear: both;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: -1px;
}

.div_hr_cont_center_list hr#linea_result
{
height: 1px; 
border: 0; 
color: #b2ac9e; 
background-color: #b2ac9e; 
margin-left: 10px;
width: 590px
        }

#text_hr
{
    clear: both;
    float: left;
    margin: 0px;
    padding: 0px;
    padding:10px 0;
    text-align: left;
    color: #8e8d8d;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    margin-left: 14px;
    width: 784px !important;
    width: 770px;
}

#text_hr_storie_list
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding:20px 0;
    text-align: left;
    color: #363431;
    margin-left: 20px !important;
    margin-left:10px;
}

#text_hr_storie
{
    float: left;
    margin: 0px;
    padding: 0px;
    padding:10px 0;
    text-align: left;
    color: #363431;
    margin-left: 20px !important;
    margin-left:10px;
}

#text_hr a
{
    color: #8e8d8d;
}

#text_hr a:link
{
    color: #8e8d8d;
    text-decoration: none;
}

#text_hr a:visited
{
    color: #8e8d8d;
    text-decoration: none;
}

#text_hr a:hover
{
    color: #8e8d8d;
}


#text_hr_cat
{
    clear: both;
    float: left;
    margin: 0px; 
    padding:10 0;
    height: 20px;
    text-align: left;
    color: #8e8d8d;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    margin-left: 14px;
    width: 580px;
}

#text_hr_cat a
{
    color: #8e8d8d;
}

#text_hr_cat a:link
{
    color: #8e8d8d;
    text-decoration: none;
}

#text_hr_cat a:visited
{
    color: #8e8d8d;
    text-decoration: none;
}

#text_hr_cat a:hover
{
    color: #8e8d8d;
}

#flash_storie
{
    float: left;
    margin-left: 10px;
    width: 500px;
    height: 396px;
    border: 1px solid #ffffff;
}

#mediaspace
{
    margin-left: 10px;
    margin-top: 10px;
}



.vetrinacathome img
{
    border: 4px solid #bab3a3;
    margin-bottom: 0px;
    background-color: transparent;
}

.vetrinacatoverview
{
    text-align: left;
    color: #8e8d8d;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    margin-left: 25px;
    min-height: 290px;
    height: 100%;
}

.vetrinacatoverview img
{
    border: 4px solid #bab3a3;
    margin-bottom: 0px;
    background-color: transparent;
}

.textvetrina
{
    color: #070707;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 7px;
    padding-top: 3px;
    width: 220px;
}

.titoloazvetrina
{
    padding-top: 6px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    width: 240px;
    color: #727474;
}


.titolovetrina
{
    padding-top: 6px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 17px;
    font-weight: normal;
    width: 240px;
}

.titolovetrina a
{
    color: #e9951f;
    text-decoration: none;
}

.titolovetrina a:link
{
    color: #e9951f;
    text-decoration: none;
}

.titolovetrina a:visited
{
    color: #e9951f;
    text-decoration: none;
}

.titolovetrina a:hover
{
    color: #e9951f;
    text-decoration: none;
}

.testovetrina
{
    padding-top: 6px;
    font-weight: normal;
    font-size: 12px;
    color: #464646;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    width: 240px;
    line-height:14px;
}

.testovetrina a
{
    color: #464646;
    text-decoration: none;
}

.testovetrina a:link
{
    color: #464646;
    text-decoration: none;
}

.testovetrina a:visited
{
    color: #464646;
    text-decoration: none;
}

.testovetrina a:hover
{
    color: #464646;
    text-decoration: none;
}

#containerschedaprod
{
    text-align: left;
    width: 590px;
    margin-top: 8px;
    height: auto;
}

#containerschedaaz
{
    text-align: left;
    width: 590px;
    margin-top: 8px;
    height: auto;
    margin-left:15px;
}

#titoloprodotto
{
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    width: 550px;
    margin-left:20px;
}

#titoloazienda
{
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 30px;
    font-weight: bold;
    color: #0a0a0a;
    margin:0px;
    text-transform:uppercase;
    width: 350px;
float:left;
}

#titoloazienda_small
{
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #0a0a0a;
    text-transform:uppercase;
    width: 400px;
    margin-left:20px;
}

#titoloazienda_small a
{
    color: #0a0a0a;
    text-decoration: none;
}

#titoloazienda_small a:link
{
    color: #0a0a0a;
    text-decoration: none;
}

#titoloazienda_small a:visited
{
    color: #0a0a0a;
    text-decoration: none;
}

#titoloazienda_small a:hover
{
    color: #0a0a0a;
    text-decoration: none;
}

.descrprodotto
{
    width: 550px;
    float: left;
    margin-top: 14px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-left:20px!important;
    margin-left:10px;
}


#cont_brand_claim_logo
{
width:590px;
margin-top:20px;
float:left;
}

#cont_brand_claim
{
   float:left;
   width:350px;
   margin-left:20px !important;
   margin-left:10px;
}

#cont_azienda_desc
{
text-align: left;
width: 350px; 
margin-top: 25px;
padding-bottom:20px;
clear: both; 
float: left;
}

.cont_azienda_contatti
{
    float:left;
    margin-left:20px!important;
    margin-left:10px;
    margin-top:30px;
}
.descrazienda
{
    width: 350px;
    float: left;
    margin-top: 14px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #0a0a0a;
}

.descrazienda1
{
    width: 500px;
    float: left;
    margin-top: 14px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #0a0a0a;
    margin-left:20px!important;
    margin-left:10px;
}


.descrazienda_small
{
    width: 400px;
    float: left;
    margin-top: 14px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #0a0a0a;
    margin-left:20px !important;
    margin-left:10px;
}


.logo_azienda
{
    width:160px;
    height:160px;
    border:1px solid #000000;
    float:left;
    margin-left:25px !important;
    margin-left:25px;
}



.descrprodotto1
{
    width: 550px;
    float: left;
    margin-top: 14px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #2a2929;
    margin-left:20px !important;
    margin-left:10px;
}


#central_list
{
    width: 610px;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

.div_list
{
    float: left;
    text-align: left;
    margin-left: 20px !important;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 10px;
    padding-bottom: 20px;
    width: 560px !important;
    width:550px;
}

.cont_tit_text_storie
{
    float: left;
    text-align: left;
    width: 220px;
    margin-top: -10px;
}

.tit_storie_list
{
    text-align: left;
    color: #e9951f;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    width: 240px;
}

.tit_storie_list a
{
    color: #e9951f;
    text-decoration: none;
}

.tit_storie_list a:link
{
    color: #e9951f;
    text-decoration: none;
}

.tit_storie_list a:visited
{
    color: #e9951f;
    text-decoration: none;
}

.tit_storie_list a:hover
{
    color: #e9951f;
    text-decoration: none;
}

.text_storie_list
{
    text-align: left;
    color: #393837;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    clear: both;
    float: left;
    margin-left: 4px;
    width: 240px;
}

.img_list
{
    float: left;
    text-align: left;
    width: 280px !important;
    width:270px;
}

#centrale_lista
{
    width: 844px;
    padding-top: 4px;
    float: left;
    padding-bottom: 5px;
}

#breadcrumb_cat
{
    margin-top: 55px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: normal;
    margin-left: 30px;
}

#breadcrumb_cat a
{
    text-decoration: none;
    color: #393837;
}

#breadcrumb_cat a:link
{
    text-decoration: none;
    color: #393837;
}

#breadcrumb_cat a:visited
{
    text-decoration: none;
    color: #393837;
}

#breadcrumb_cat a:hover
{
    text-decoration: none;
    color: #393837;
}

#navigation
{
    margin-top: 10px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    margin-right: 30px !important;
    margin-right:40px;
    color:#f78223;
    clear:both;
    text-align:right;
}

#navigation a
{
    text-decoration: none;
        color:#000000;

}

#navigation a:link
{
    text-decoration: none;
        color:#000000;

}

#navigation a:visited
{
    text-decoration: none;
        color:#000000;

}

#navigation a:hover
{
    text-decoration: none;
        color:#000000;

}

#azienda
{
    text-align: left;
    width: 550px;
    margin-top: 5px;
    clear: both;
    float: left;
}

#nome_azienda
{
}

#sched_prod
{
    width: 600px;
   margin-left: 4px !important;
    margin-left:2px; 
    margin-top:3px;
    clear: both;
    float: left;
    text-align: left;
}

table.alfabeto td
{
    height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    background-color:Transparent;
    width: 160px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
}

div#alphabetdiv table.alfabeto td a
{
    color: #ba8c5f;
    font-weight: bold;
    text-decoration: none;
}

div#alphabetdiv table.alfabeto td a:link
{
    color: #ba8c5f;
    font-weight: bold;
    text-decoration: none;
}

div#alphabetdiv table.alfabeto td a:visited
{
    color: #ba8c5f;
    font-weight: bold;
    text-decoration: none;
}

div#alphabetdiv table.alfabeto td a:hover
{
    color: #ba8c5f;
    font-weight: bold;
    text-decoration: none;
}


div#alphabetdiv table.alfabeto td a.select
{
    color: #000000;
    font-weight: bold;
}

table.alfabeto
{
    margin-top: 0px;
}

#bckalpabet_home
{
    float:left;
    width: 100%;
    background-color: #ffffff;
    background-image: url("../img_layout/bckgnd_vetrinalow.jpg");
    background-repeat: repeat; 
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 1420px;
    margin-bottom: -1400px;
}

#bckalpabet_list
{
    width: 100%;
float:left;
    background-color: #fefefe;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 1400px;
    margin-bottom: -1400px;
}

#bckalpabet_list_transparent
{
    background: ;
    width: 100%;
    float:left;
    padding-bottom: 0pt;
        margin-left: 0px;
        padding-top: 0pt;
        padding-bottom: 1400px;
        margin-bottom: -1400px;
}

#backbarradx
{
    
    background-color: #ffffff;
    background-image: url("../img_layout/bckgd_barradx.jpg");
    background-repeat: repeat;
    float: left;
    margin-left: 4px!important; 
    margin-left:2px; 
    width: 204px;
    text-align: center; 
    margin-top: 5px; 
    border: 1px solid #c5c3c3;
}

#alphabetdiv
{
    background-color:Transparent;
    margin-top:-1px;
    padding-top: 5px;
    border: 0px solid #c5c3c3;
        float:left;
        width:200px;
}

#cont_alpabet
{
float:left;
padding-top: 5px; 
padding-bottom:10px;
}

#cont_searchcat
{
    float: left;
    text-align: center;
    padding-top: 5px;
}

#search_cat_div
{
    background-color:Transparent;
    margin-top:-1px;
    padding-top: 5px;
    border: 0px solid #c5c3c3;
    float:left;
    margin-top:30px;
    width:200px;
    padding-bottom:20px;
}

#tit_search_alphabet
{
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #282828;
    margin-top: 10px;
    text-align:left;
    margin-left:4px;
    padding-bottom:20px;
}

#tit_search_category
{
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #282828;
    text-align:left;
    margin-top: 5px;
    margin-left:4px;
    border:1px solid #c7c2b8;
    width:187px;
}


#centralstoria
{
    width: 610px;
    margin-left: 8px;
    clear: both;
    float: left;
    text-align: left;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 2020px;
    margin-bottom: -2000px;
}

#titolo_storia
{
    clear: both;
    float: left;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 24px;
    font-weight: bold;
    color: #c3c1c1;
    margin-left: 20px !important;
    margin-left:10px;
    margin-top: 20px;
    width: 560px;
}


#testo_storia
{
    clear: both;
    float: left;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #393837;
    margin-left: 30px !important;
    margin-left:20px;
    margin-top: 20px;
    width: 520px;
}

#testo_storia a
{
    color: #393837;
	    text-decoration:none;
}

#testo_storia a:link
{
    color: #393837;
	    text-decoration:none;
}

#testo_storia a:visited
{
    color: #393837;
	    text-decoration:none;
}

#testo_storia a:hover
{
    color: #393837;
	    text-decoration:none;
}

.link_storia
{
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.link_storia a:link
{
    color: #393837;
    text-decoration: none;
}

.link_storia a:visited
{
    color: #393837;
    text-decoration: none;
}

.link_storia a:hover
{
    color: #393837;
    text-decoration: none;
}

#cont_video
{
    float:left;
    height:auto;
    width:566px;
    background-color:#000000;
}

#cont_video_storia
{
 float:left;
 width:566px;
 background-color:#000000;
 height:auto;
   margin-left: 20px !important;
   margin-left:10px;
}

#photogallery_prod
{
   clear: both;
   float: left;
   width: 550px;
   margin-left: 15px !important;
   margin-left:5px;
   margin-top: 10px;
}

#photogallery_cont
{
    float: left;
    clear:both;
    margin-left:0px !important;
    margin-left:10px;
}

#cont_vetrina
{
    background-color:Transparent;
    float: left;
    width: 600px;
}

#reddot
{
    color: #ff6969;
    font-size: 11px;
    font-weight: bold;
}

#application_link
{
    float: left;
    width: 605px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #8e8d8d;
    margin-top:10px;
    padding-bottom:5px;
    margin-left:0px !important;
    margin-left:-20px;
    
}

#back
{
    float: left;
    width: 395px;
    margin-left:20px;
}

#back a
{
        color: #8e8d8d;
        text-transform:none;
        text-decoration:none;
}

#back a:link
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#back a:visited
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#back a:hover
{
        color: #8e8d8d;
        text-transform:none;
        text-decoration:none;
}

#print
{
    float: left;
    width: 40px;
}


#print a
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#print a:link
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#print a:visited
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#print a:hover
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}


#sendfriend
{
    float: left;
    width: 115px;
}


#sendfriend a
{
        color: #8e8d8d;
        text-transform:none;
                text-decoration:none;
}

#sendfriend a:link
{
        color: #8e8d8d;
        text-transform:none;
        text-decoration:none;
}

#sendfriend a:visited
{
        color: #8e8d8d;
        text-transform:none;
        text-decoration:none;
}

#sendfriend a:hover
{
        color: #8e8d8d;
        text-transform:none;
        text-decoration:none;
}


#application_link_white
{
    float: left;
    width: 605px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top:10px;
    padding-bottom:5px;
    margin-left:0px !important;
    margin-left:-20px;
    
}

#back_white
{
    float: left;
    width: 395px;
    margin-left:20px;
}

#back_white a
{
    color: #ffffff;
        text-transform:none;
        text-decoration:none;
}

#back_white a:link
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#back_white a:visited
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#back_white a:hover
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#print_white
{
    float: left;
    width: 40px;
}


#print_white a
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#print_white a:link
{
        color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#print_white a:visited
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#print_white a:hover
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}


#sendfriend_white
{
    float: left;
    width: 115px;
}


#sendfriend_white a
{
    color: #ffffff;
        text-transform:none;
                text-decoration:none;
}

#sendfriend_white a:link
{
    color: #ffffff;
        text-transform:none;
        text-decoration:none;
}

#sendfriend_white a:visited
{
    color: #ffffff;
        text-transform:none;
        text-decoration:none;
}

#sendfriend_white a:hover
{
    color: #ffffff;
        text-transform:none;
        text-decoration:none;
}



.link_text_article
{
    clear:both;
    float: left;
    width: 500px;
    font-family: Trebuchet MS, Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #393837;
    margin-top:15px;
    margin-left:30px !important;
    margin-left:20px;
}

.link_text_article a
{
    color: #393837;
        text-transform:none;
        text-decoration:none; 
}

.link_text_article a:link
{
    color: #393837;
        text-transform:none;
        text-decoration:none; 
}

.link_text_article a:visited
{
    color: #393837;
        text-transform:none;
        text-decoration:none; 
}

.link_text_article a:hover
{
    color: #393837;
        text-transform:none;
        text-decoration:none; 
}

#pgallery_art
{
 clear:both;
 float:left;
 width:570px;
 margin-left:20px;
 margin-top:50px;
 text-align:left;
 padding-bottom:20px;
}

    div#video
 {
    float:left;
    width:744px;
    color:#000;
    border-right:1px solid #bca860;
    border-left:1px solid #FFF;
    border-top:1px solid #bca860;
    background-color:#FFF;

 }
 
   div#titolo_video
 {
    float:left;
    clear:both;
    width:200px;
    color:#141414;
    margin-top:28px;
    font-size:30px;
    margin-bottom:10px;
    text-transform:capitalize;
 }

 
 #azienda_text
 {
    margin-left:15px;
    margin-top:15px;
 }
 
 .text_azienda_contatti
 {
  width: 300px;
  float: left;
  color:#656564;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10pt;
  font-weight: bold;
 }
 
  .text_azienda_contatti a
  {
   color:#656564;
   text-transform:none;
   text-decoration:none;
  }

  .text_azienda_contatti a:link
  {
   color:#656564;
   text-transform:none;
   text-decoration:none;
  }
  
    .text_azienda_contatti a:visited
  {
   color:#656564;
   text-transform:none;
   text-decoration:none;
  }
  
    .text_azienda_contatti a:hover
  {
   color:#656564;
   text-transform:none;
   text-decoration:none;
  }
  
  .background_azienda
  {
   width:566px;
   height:100%;
   float:left;
   background-color:#e2e2e2;
   margin-top:30px;
   margin-left:10px;
   margin-bottom:20px;
   padding-bottom:20px;
  }
  
  .div_10
  {
      width:10px;
      float:left;
      height:400px;
  }
  
  .video_link
  {
  float: left;
  width:150px;
  border-bottom:1px solid #787878;
  height:100%;
  margin:0;
  padding:0;
  }
  
  #linea_videogallery
  {
     border-bottom:1px solid #787878;
     float:left;
     width:150px;
     height:20px;
  }
  
    .video_link_text
  {
  float: left;
  color:#ffffff;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  width:140px;
  margin:0;
  padding:0;
  padding-left:5px;
  padding-top:10px;
  padding-bottom:10px;
  }
  
  .video_link_text span
  {
        font-size: 10px;
        margin-left:5px;
        color:#c01e0e;
  }
  
    .video_link_text a
  {
   color:#ffffff;
   text-transform:none;
   text-decoration:none;
  }
  
    
   .video_link_text a:link
  {
   color:#ffffff;
   text-transform:none;
   text-decoration:none;
  }
  
    
  .video_link_text a:visited
  {
        color:#ffffff;
   text-transform:none;
   text-decoration:none;
  }
  
    
  .video_link_text a:hover
  {
        color:#ffffff;
   text-transform:none;
   text-decoration:none;
  }
  
#linkpdf 
{
   width:150px;
   float:right;
   color:#8e4942;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  margin-top:-140px;
}

.text_link_pdf a
{
      font-size: 11px;
      color:#8e4942;
     text-transform:none;
   text-decoration:none;
}


.text_link_pdf a:link
{
      color:#8e4942;
     text-transform:none;
   text-decoration:none;
}


.text_link_pdf a:visited
{
      color:#8e4942;
     text-transform:none;
   text-decoration:none;
}


.text_link_pdf a:hover
{
      color:#8e4942;
     text-transform:none;
   text-decoration:none;
}

.proddoc
{
 color:#2a2929;
 width:300px;
 float:left;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  margin-left:20px;
}

.proddoc a
{
      color:#2a2929;
     text-transform:none;
   text-decoration:none;
}

.proddoc a:link
{
      color:#2a2929;
     text-transform:none;
   text-decoration:none;
}

.proddoc a:visited
{
      color:#2a2929;
     text-transform:none;
   text-decoration:none;
}

.proddoc a:hover
{
      color:#2a2929;
     text-transform:none;
   text-decoration:none;
}

.playing_item
{
  clear:both;
  float:left;
  width:380px;
  margin-top:5px;
  margin-left:10px !important;
  margin-left:5px;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  color:#ffffff;
}
.input_video
{
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform:uppercase;
  color:#ffffff;
  margin:0;
  background-color:Transparent;
  border:0;
  width:380px;
  float:left;
  clear:both;
  margin-left:10px;
  margin-top:5px;
  padding-bottom:20px;
}

#intest_result_az
{
    width:575px;
    background-color:#79695c;
    height:45px;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 33px;
  font-weight: bold;
  text-transform:uppercase;
  float:left;
  clear:both;
  text-align:left;
  margin-left:20px !important;
  margin-left:10px;
  margin-top:10px;
  color:#ffffff;
    
}

.cont_azienda_result
{
    width:575px;
    margin-top:10px;
  margin-left:20px !important;
  margin-left:10px;
    background-color:Transparent;
    float:left;
    clear:both;
    text-align:left;
    height:auto;
    font-family: Trebuchet MS, Arial, Verdana;
  font-size: 18px;
  font-weight:normal;
  text-transform:uppercase;
}

.nome_azienda_result
{
  width:250px;
  float:left;
  margin-top:5px;
  margin-left:10px;
}

.claim_azienda_result
{
    width:250;
    border-right:0px solid #b6b5b5;
    height:100%;
    margin-top:5px;
    text-transform:none;
      font-size: 14px;
}

.azienda_category
{
   width:220px;
   text-align:left;
   padding-left:10px;
   margin-top:3px;
   float:left;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  font-weight:normal;
}

.azienda_category a
{
    color:#393837;
 text-transform:uppercase;
   text-decoration:none;
}

.azienda_category a:link
{
    color:#393837;

   text-decoration:none;
}

.azienda_category a:visited
{
    color:#393837;

   text-decoration:none;
}

.azienda_category a:hover
{
    color:#393837;
   text-decoration:none;
}

.bread_detail
{
  padding-top: 5px;
    font-family: Trebuchet MS, Arial, Verdana;
  font-size: 15px;
  font-weight:bold;
}

.bread_detail a
{
    color: #35261f;
  text-decoration:none;
}

.bread_detail a:link
{
    color: #35261f;
  text-decoration:none;
}

.bread_detail a:visited
{
    color: #35261f;
  text-decoration:none;
}

.bread_detail a:hover
{ 
    color: #35261f;
  text-decoration:none;
}


 
    div#playlist h2
 {
    float:left;
    clear:both;
    color:#ffffff;
    font-family: Trebuchet MS, Arial, Verdana;
    text-transform:capitalize;
    font-size: 18px;
    font-weight: normal;
    text-align:left;
    background-color:#141414;
    margin:0;
    padding:0;
    padding-left:5px;
    padding-top:2px;
    height:23px;
    width:360px;
    margin:0px;
 }
 
 div#playlist
 {
    float:left;
    clear:both;
    width:380px;
    color:#000;
    text-transform:uppercase;
    background-color:Transparent;
    margin-top:50px;
    margin-left:24px !important;
    margin-left:14px;
 }
 

 
 
  div#flash_playlist
 {
    float:left;
    width:400px;
    text-align:right;
    margin:0;
    padding:0;
    margin-left:0px;
    margin-top:50px;
    background-color:Transparent;
 }
 
 
   div#playlist p img
 {
    float:left;
    margin-right:10px;

 }
 
    div#playlist p a
 {
    color:#4e4e4e;
    text-transform:none;
    text-decoration:none;
    font-size:12px;
 }

.tabsel
{
       height:128px;
 float:left;
 clear:both;
 width:360px;
color:#141414;
/*background-image: url("../img_layout/bckgnd_mediagal_puls.jpg");
    background-repeat:repeat-x;  */
    background-color:#df1414;
    border-bottom:0px solid #d5bf76;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 15px;
  font-weight:bold;
  text-align:left;
  margin:0;
    padding:0;
    margin-top:12px;
    
}



.tabsel a{
color:transparent;
}


.tabsel .img_button_tv{
float:left;
    border:3px solid #ffffff;
    margin:6px !important;
	margin:6px 6px 6px 3px;
    width:130px;
    height:110px;
}

.tabsel .text_button_tv {
    float:left;
   width:210px;
   color: #ffffff;
   margin-top:10px;
}

.tabsel .text_button_tv .title{

    margin-right:5px;
      font-size: 18px;
      color: #ffffff;
	  text-transform:uppercase;
}

.tabsel .text_button_tv .title a{

      color: #ffffff;
	  text-transform:uppercase;
}


.tabsel .text_button_tv .title a:link{

      color: #ffffff;
	  text-transform:uppercase;
}

.tabsel .text_button_tv .title a:visited{

      color: #ffffff;
	  text-transform:uppercase;
}

.tabsel .text_button_tv .title a:hover{

      color: #ffffff;
	  text-transform:uppercase;
}


.tabsel .text_button_tv .link{

    margin-right:5px;
      font-size: 13px;
   color: #ecebeb;
	  margin-top:-20px;
}

.tabsel .text_button_tv .link a:link{

   color: #ecebeb;
	  text-decoration:none;
}

.tabsel .text_button_tv .link a:visited{

   color: #ecebeb;
	  text-decoration:none;
}

.tabsel .text_button_tv .link a:hover{

   color: #ecebeb;
	  text-decoration:none;
}

.tab
{
  float:left;
  clear:both;
   width:360px;
   height:122px;
  color:#ffffff;
/*background-image: url("../img_layout/bckgnd_mediagal_puls.jpg");
    background-repeat:repeat-x;  */
    background-color:#dedcdd;
  border-bottom:0px solid #d5bf76;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 15px;
  font-weight:normal;
  text-align:left;
  margin:0;
  padding:0;
  margin-top:12px;
    
}

.tab a{
color:transparent;
}

.tab .img_button_tv{
float:left;
    border:0px solid #ffffff;
    margin:6px !important;
	margin:6px 6px 6px 3px;
    width:130px;
    height:110px;
}

.tab .text_button_tv {
    float:left;
   width:210px;
   color: #ffffff;
   margin-top:10px;
}

.tab .text_button_tv .title{

    margin-right:5px;
      font-size: 18px;
   color: #2a2929;
	  text-transform:none;
}

.tab .text_button_tv .title a{

   color: #2a2929;
	  text-transform:none;
}


.tab .text_button_tv .title a:link{

   color: #2a2929;
	  text-transform:none;
}

.tab .text_button_tv .title a:visited{

   color: #2a2929;
	  text-transform:none;
}

.tab .text_button_tv .title a:hover{

   color: #2a2929;
		  text-transform:none;
}


.tab .text_button_tv .link{

    margin-right:5px;
      font-size: 13px;
   color: #000000;
	  margin-top:-20px;
}

.tab .text_button_tv .link a:link{

   color: #000000;
	  text-decoration:none;
}

.tab .text_button_tv .link a:visited{

   color: #000000;
	  text-decoration:none;
}

.tab .text_button_tv .link a:hover{

   color: #000000;
	  text-decoration:none;
}


.listcats
{
    float: left;
    text-align:left;
        width: 180px !important;
}

.listcats p
{
    text-align: left;

    padding-bottom: 6px;
    margin: 0;
    margin-top: 1px;
    margin-left: 10px;
    font-style: normal;
    font-size: 11px;
    font-family: Arial,Verdana;
    font-weight: bold;
    text-transform: none;
    color: #a57d55;
}


#menusx .listcats ul
{
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

#menusx .listcats li
{
    display: block;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    background-color: #71271d;
    font-weight: bold;
    color: #000000;
    width: 180px !important;

    border: 1px solid #934a43;
    text-align: left;
    float: left;
}

#menusx .listcats a
{
    width: 180px !important;

    display: block;
}

.listcats a
{
    color: #0f251f;
    text-decoration: none;
    font-family: Arial, Verdana;
    font-size: 10px;
}

.listcats a:link
{
    color: #0f251f;
    text-decoration: none;
}

.listcats a:visited
{
    color: #0f251f;
    text-decoration: none;
}

.listcats a:hover
{
    color: #0f251f;
    text-decoration: none;
    background-color:Transparent;
}

.buttonupdown
{
    float:right;
    margin-top:-18px !important;
    margin-top:-18px;
}

.claim_azienda_result a
{
        color:#393837;
        text-decoration:none;
}

.claim_azienda_result a:link
{
        color:#393837;
        text-decoration:none;
}

.claim_azienda_result a:visited
{
        color:#393837;
        text-decoration:none;
}

.claim_azienda_result a:hover
{
        color:#393837;
        text-decoration:none;
}

.nome_azienda_result a
{
        color:#393837;
        text-decoration:none;
}

.nome_azienda_result a:link
{
        color:#393837;
        text-decoration:none;
}

.nome_azienda_result a:visited
{
        color:#393837;
        text-decoration:none;
}

.nome_azienda_result a:hover
{
        color:#393837;
        text-decoration:none;
}

.cont_linea_testo_video
{
   width:590px;
   clear:both;
   float:left;
   padding-bottom:20px;
   padding-top:20px;
}

.testo_video
{
   font-family: Trebuchet MS, Arial, Verdana;
    font-size: 18px;
    font-weight:bold;
    text-transform:uppercase;
    color:#7d0d02;
    height:20px;
   float:left;
   margin-top:5px;
   margin-left:5px;
}

#linea_color_video
{
   height:20px;
   border-bottom:1px solid #7d0d02;
   width:488px;
   clear:both;
   float:left;
}

#linea_color_gallery
{
   height:20px;
   border-bottom:1px solid #7d0d02;
   width:411px;
   clear:both;
   float:left;
}

.cont_linea_testo_video_prod
{
   width:590px !important;
   width:580px;
   clear:both;
   float:left;
   padding-bottom:20px;
   padding-top:20px;
   margin-left:20px !important;
   margin-left:10px;
}

.testo_video_prod
{
   font-family: Trebuchet MS, Arial, Verdana;
    font-size: 18px;
    font-weight:bold;
    text-transform:uppercase;
    color:#fefefc;
    height:20px;
   float:left;
   margin-top:5px;
   margin-left:5px;
}

#linea_color_video_prod
{
   height:20px;
   border-bottom:1px solid #fefefc;
   width:488px;
   clear:both;
   float:left;
}

#linea_color_gallery_prod
{
   height:20px;
   border-bottom:1px solid #fefefc;
   width:411px;
   clear:both;
   float:left;
}

.cont_linea_testo_video_storie
{
   width:590px !important;
   width:570px;
   clear:both;
   float:left;
   padding-bottom:20px;
   padding-top:20px;
   margin-left:10px !important;
   margin-left:0px;
}

.testo_video_storie
{
   font-family: Trebuchet MS, Arial, Verdana;
    font-size: 18px;
    font-weight:bold;
    text-transform:uppercase;
    color:#e9951f;
    height:20px;
   float:left;
   margin-top:5px;
   margin-left:5px;
}

#linea_color_video_storie
{
   height:20px;
   border-bottom:1px solid #e9951f;
   width:488px;
   clear:both;
   float:left;
   margin-left:10px;
}

#linea_color_gallery_storie
{
   height:20px;
   border-bottom:1px solid #e9951f;
   width:411px;
   clear:both;
   float:left;
}

.sendmaildiv
{
  /*  background-image: url("../img_layout/sfum_header.jpg");
    background-repeat: repeat-x;  */
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000; 
    margin-top: 2px;
    font-weight: normal;
    background-color: #35261f;
    height:490px;
    color: #ffffff;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 10px;
    font-weight: bold;
    float:left;
}

.sendmailtable
{
    color: #000000; 
    margin-top: 2px;
    font-weight: normal;
    background-color:Transparent;
    height:260px;
    color: #ffffff;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 10px;
    font-weight: bold;
    float:left;
    margin-left:4px;
}

.sendmailtable a
{
    color:#c6c9ce;
    text-decoration:none;
}

.sendmailtable a:link
{
    color:#c6c9ce;
    text-decoration:none;
}

.sendmailtable a:visited
{
    color:#c6c9ce;
    text-decoration:none;
}

.sendmailtable a:hover
{
    color:#c6c9ce;
    text-decoration:none;
}

.sendmailtable2
{
    color: #000000; 
    margin-top: 2px;
    font-weight: normal;
    background-color:Transparent;
    height:50px;
    color: #ffffff;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 10px;
    font-weight: bold;
    float:left;
    margin-left:4px;
text-align:left;
}

.sendmailtable tr
{
    margin:0;
    padding:0;
    text-align:left;
    float:left;
    
}

.col1
{
    width:140px;
    height:15px;
}

.sendmailtable td
{
    text-align:left;    
    float:left;
}

.reqfieldval
{
    float:left;
    text-align:left;
}


#centralsolprog
{
    width: 610px;
    margin-left: 8px;
    clear: both;
    float: left;
    text-align: left;
    background-color: #aaaeb1;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    padding-bottom: 0pt;
    margin-left: 0px;
    padding-top: 0pt;
    padding-bottom: 2020px;
    margin-bottom: -2000px;
}

#sol_mis_top
{
    width: 821px !important;
    width:819px;
    float: left;
    margin-left:3px;
    background-color: #494038;
    height:386px;
    
}


#test_sol_mis_top
{
    width: 305px !important;
    width:278px;
    height: 386px;
    float: left;
    margin-left: 5px;
    background-color:Transparent;
    color:#ffffff;
}

#tit_sol_mis
{
    text-align: left;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 25px;
    font-weight: normal;
    float: left;
    margin-left: 4px;
    margin-top: 6px;
    padding-bottom:10px;
    width:280px;
}

#tit_sol_prog_title 
{
    text-align: left;
    font-family: Arial, Verdana;
    font-size: 17px;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 4px;
    color:#ffffff;
    width:280px; 
    text-transform:uppercase;
    margin-top:30px;
}

#tit_sol_prog_title a
{
    color:#ffffff;
    text-decoration: none;
}

#tit_sol_prog_title a:link
{
    color:#ffffff;
    text-decoration: none;
}

#tit_sol_prog_title a:visited
{
    color:#ffffff;
    text-decoration: none;
}

#tit_sol_prog_title a:hover
{
    color:#ffffff;
    text-decoration: none;
}

.linea_color_application_link_top
{
   height:10px;
   border-top:1px solid #cec1c1;
   width:555px;
   clear:both;
   float:left;
   margin-left:18px !important;
   margin-left:8px;
   margin-top:8px;
}

.linea_color_application_link_bottom
{
   height:10px;
   border-bottom:1px solid #cec1c1;
   width:555px;
   clear:both;
   float:left;
   margin-left:18px !important;
   margin-left:8px;
}

.linea_color_application_link_top_white
{
   height:10px;
   border-top:1px solid #ffffff;
   width:555px;
   clear:both;
   float:left;
   margin-left:18px !important;
   margin-left:8px;
   margin-top:8px;
}

.linea_color_application_link_bottom_white
{
   height:10px;
   border-bottom:1px solid #ffffff;
   width:555px;
   clear:both;
   float:left;
   margin-left:18px !important;
   margin-left:8px;
}

#gallery_sez_sol_prog
{
float:left;
text-align:left;
}


#footer_top
{
  height:60px;
  float:left;
  width:998px;
  text-align:center;
}

.datiwayin
{
clear: both;
float: left;
width: 1000px;
text-align: center;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-family: Arial,Verdana;
font-size: 10px;
font-weight: normal;
}

.datiwayin a
{
color:#c0bebe;
    text-decoration: none;
}

.datiwayin a:link
{
    color:#c0bebe;
    text-decoration: none;
}

.datiwayin a:visited
{
    color:#c0bebe;
    text-decoration: none;
}
.datiwayin a:hover
{
    color:#c0bebe;
    text-decoration: none;
}

.disclaimerdiv
{
/*    background-image: url("../img_layout/sfum_header.jpg");
    background-repeat: repeat-x;  */
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000; 
    margin-top: 2px;
    font-weight: normal;
    background-color:#35261f;
    color: #ffffff;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 10px;
    font-weight: bold;
    float:left;
    width:350px;
    height:400px;
    text-align:center;
}

.disclaimertable
{
    color: #000000; 
    margin-top: 2px;
    font-weight: normal;
    background-color:Transparent;
    height:300px;
    color: #ffffff;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 10px;
    font-weight: bold;
    float:left;
    margin-left:10px !important;
    margin-left:5px;
    width:330px;
   text-align:center;
}

#sitemap
{
    clear:both;
    float:left;
    margin-left:100px;
    margin-top:30px;
    font-size:12px;
        text-align:left;
}

#sitemap  a
{
color:#5f594a;
    text-decoration: none;
}


#sitemap a:link
{
color:#6a160c;
    text-decoration: none;
}

#sitemap a:visited
{
color:#6a160c;
    text-decoration: none;
}

#sitemap a:hover
{
color:#6a160c;
    text-decoration: none;
}

#sitemap ul
{
    margin-top:0;
    padding:0px;
    list-style-type:none; 
    
}

#sitemap ul li
{
    margin-top:0;
    padding:5px;
        list-style-type:none; 
            font-size: 14px;
}

#sitemap ul li a
{
color:#5f594a;
    text-decoration: none;
}


#sitemap ul li a:link
{
color:#6a160c;
    text-decoration: none;
}

#sitemap ul li a:visited
{
color:#6a160c;
    text-decoration: none;
}

#sitemap ul li a:hover
{
color:#6a160c;
    text-decoration: none;
}

#sitemap ul li ul
{
    margin-top:0;
    padding:5px;
    list-style-type:none; 
    
}

#sitemap ul li ul li
{
    margin-top:0;
    padding:5px;
        list-style-type:none; 
            font-size: 14px;
}

.emptydatarow
{
    clear:both;
    float:left;
    text-align:left;
    margin-left:20px !important;
    margin-left:10px;
    margin-top:20px;
    width:400px;
    font-family: Trebuchet MS,Arial,Verdana;
    font-size: 12px;
    font-weight: bold;
}

.hr_top_sol_prog
{
    clear:both;
    float:left;
    height:20px;
    border-bottom:1px solid #8e8d8d;
    margin-left:10px;
    width:794px;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
}

.hr_bottom_sol_prog
{
    margin-top:10px;
    clear:both;
    float:left;
    height:20px;
    border-top:1px solid #8e8d8d;
    margin-left:10px;
    width:794px;
    float:left;
    }
    
    .puntino
    {
        line-height:4px;
        height:4px !important;
        float:left;
        width:150px;
        margin-left:15px !important;
        margin-left:5px;
        margin-top:0px;
        text-align:left;
        background-repeat:repeat-x;
        background-image:url("../img_layout/puntolino.jpg");
    }
    
   #linea_vetrina
   {
     clear:both;
     float:left;
     width:560px !important;
     width:540px;
     margin-left:26px!important;
     margin-left:16px;
     border-top:1px solid #cdcccc;
     margin-top:8px;
   }

   
    .cont_track_gallery
   {
      float: left; 
      width: 170px; 
      text-align: left; 
      height: 240px; 
      background-color: #e7e7e7;
      margin-left:13px !important;
      margin-left:12px;
      margin-right:13px!important;
      margin-right:12px;
      margin-top:20px;
      Cursor: pointer;
   }
   
   .thumb_video
   {
       width:160px; 
       height:120px;
       float:left;
       margin-left:5px;
       margin-top:5px;
   }
   
   .tit_track_playlist
   {
     float:left;
     width:160px;
     margin-left:5px !important;
     margin-left:4px;
     margin-right:5px !important;
     margin-right:2px;
     margin-top:10px;
     font-family: Arial, Verdana;
     font-size:13px;
     font-weight:bold;
     height:26px;
   }
   
   .text_track_playlist
   {
     float:left;
     width:160px;
     margin-left:5px;
     margin-top:10px;
     font-family: Arial, Verdana;
     font-size:9px;
     font-weight:bold;
     height:30px;
   }
   
   .timed_track_playlist
   {
     float:left;
     width:160px;
     margin-left:5px;
     font-family: Arial, Verdana;
     margin-top:0px;
     font-size:10px;
     font-weight:normal;
     height:10px;
   }
   
   .cont_canale
   {
           float:left;
      font-style:normal;
      font-family:Trebuchet MS, Arial, Verdana;
      font-size:18px;
      color:#ffffff;
      margin-left:15px !important;
      margin-left:5px;
      margin-right:20px!important;
      margin-right:0px;
      margin-top:25px;
      padding:5px;
      letter-spacing:0px;
      width:265px !important;
      width:255px;
      text-align:left;
   }
   
   .canale
   {
      float:left;
      font-style:normal;
      font-family:Trebuchet MS, Arial, Verdana;
      font-size:13px;
      color:#ffffff;
      letter-spacing:0px;
      width:255px !important;
      width:255px;
      text-align:left;
      padding-left:10px !important;
      padding-left:5px;
      padding-top:5px;
      text-decoration:none;
      cursor: hand;
      background-color:#93877e;
      height:22px
   }
   
            
    .canale_txt
   {
      float:left;
      font-style:normal;
      font-family:Trebuchet MS, Arial, Verdana;
      font-size:12px;
      color:#ffffff;
      letter-spacing:0px;
      width:255px !important;
      width:255px;
      text-align:left;
      text-decoration:none;
      background-color:#93877e;
      padding-left:10px !important;
      padding-left:5px;
      cursor: hand;
      letter-spacing:-1px;
      line-height:11px;    
      height:26px; 
   }
   

      .canale_sel
   {
      float:left;
      font-style:normal;
      font-family:Trebuchet MS, Arial, Verdana;
      font-size:13px;
      color:#ffffff;
      padding-top:5px;
      letter-spacing:0px;
      width:255px !important;
      width:255px;
      text-align:left;
      background-color:#b7b1ac;
      text-decoration:none;
      cursor: hand;
      padding-left:10px !important;
      padding-left:5px;
            height:22px
   }
   
   .canale_sel_img
   {
        float:left;
        margin-top:-40px;
        margin-left:230px !important;
        margin-left:115px;
   }

       .canale_sel_txt
   {
      float:left;
      font-style:normal;
      font-family:Trebuchet MS, Arial, Verdana;
      font-size:12px;
      color:#ffffff;
      padding-left:10px !important;
      padding-left:5px;
      letter-spacing:0px;
      width:255px !important;
      width:255px;
      text-align:left;
      background-color:#b7b1ac;
      padding-bottom:5px;
      text-decoration:none;
      cursor: hand;
      letter-spacing:-1px;
      line-height:11px;
      height:26px; 
   }
   
   .cont_gallery
   {
      width: 797px !important;
      width: 797px;
      clear: both;
      float:left;
      background-color:#f8f8f8;
      margin-left:8px;
      padding-left:15px !important;
      padding-left:0px;
      margin-top:10px;
   }
   
   .freccia_video
   {
     margin-top:-40px;
     margin-left:130px;
     float:left;
   }
   
   #background_canali
   {
     width:305px!important;
     width:295px;
     height:421px;
     float:left;
     margin-left:8px;
     background-image: url('../img_layout/bck_canali.jpg');
     background-repeat:repeat-x;     
     background-color:#939393;
   }
   
   #intext_canali
   {
    float:left;
    font-style:normal;
    font-family:Trebuchet MS, Arial, Verdana;
    font-size:19px;
    color:#ffffff;
    margin-left:72px!important;
    margin-left:13px;
    margin-top:15px;
    margin-bottom:0px;
    text-align:center;
    letter-spacing:1px;
   }
   
   #strip_tv
   {
     float:left;
     background-color:#000000;
     width:812px!important;
     width:803px;
     height:40px;
     margin-left:8px;
     margin-top:10px;
   }
   
   #intext_canale_sel
   {
    clear:both;
    float:left;
    font-style:normal;
    font-family:Trebuchet MS, Arial, Verdana;
    font-size:28px;
    color:#000000;
    margin-left:10px!important;
    margin-left:7px;
    margin-top:15px;
    margin-bottom:0px;
    letter-spacing:1px;
   }
   
      #intext_canale_sel span#barra
   {
    font-size:32px;
       }
       
      #intext_canale_sel span#ch
   {
    font-size:25px;
    color:#f78223;
       }
