﻿/* CSS Document */

/******************************/
/*     S T R U T T U R A      */
/******************************/
html, body{}

/******************************/
/* Pannello GOOGLE MAPS       */
/******************************/
#sintGMap
{
    height: 100%;
    width: 100%;
    min-height: 800px;
}

#sintPanMain
{
    height: 100%;
    min-height: 800px;
    width: 275px;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    font-family: PtRegular, serif;
    z-index:99999;
}
#icoPannel
{
    width: 184px;
    height: 600px;
    margin-left: 73px;
    margin-top: 17px;
    background-image: url(../App_Themes/Site/img/climap/panLogo.png);
    background-repeat: no-repeat;
    background-position: 5px top;
    padding-top: 180px;
}

.sep
{
    background-image: url(../App_Themes/Site/img/bk_menul.gif);
    background-repeat: repeat-x;
    background-position: left top;
    display: block;
    width: 184px;
    height: 2px;
}

a.lnk
{
    font-family: PTSerifBold, serif;
    display: block;
    font-style: normal;
    color: #544d46;
    text-decoration: none;
    line-height: 45px;
    padding-left: 30px;
    background-image: url(../App_Themes/Site/img/climap/icoLeft.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 11px;
    margin-left:10px;
}
a.lnk:hover
{
    color:#996600;
}

.sele
{
    font-family: PTSerifRegular, serif;
    color: #524C46;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#menu-links {
    margin-top: 25px;
    padding-left:  10px;
}
a.mpmenu {
    color: #524C46;
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    height: 60px;
    padding-left:20px;
    padding-top: 5px;
    width:195px;
    
}
#mpmenutag1, #mpmenutag2 #mpmenutag3 {font-weight:  normal;}
.Titolo{ display:block; font-size: 18px; color: #524C46; line-height: 24px; font-weight: bold; font-style: italic; margin-top: 40px;}
.mpinfoico0
{
    margin-top: 150px;
    height: 40px;
    width: 40px;
    background-image: url(../App_Themes/Site/img/climap/icoI.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mpinfoico1
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    background-image: url(../App_Themes/Site/img/climap/icoMark.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mpinfoico2
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    background-image: url(../App_Themes/Site/img/climap/icoSche.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mpinfoico3
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    background-image: url(../App_Themes/Site/img/climap/icoLnk.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.mpinfotext
{
    float: left;
    color: #524C46;
    font-family: PtRegular, serif;
    line-height: 120%;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    height:40px;
    display: block;
    margin-left: 10px;
}

.submenu
{
    width: 275px;
    height: 100%;
    float: right;
}

#sintPanSub1
{
    z-index: 1;
    position: absolute;
    background-color: #E3DDCE;
    width: 275px;
    top: 300px;
    left: 275px;
    display: none;
    border: 1px solid #D8CFBA;
    box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    padding-bottom:20px;

}
#sintPanSub2
{
    z-index: 1;
    position: absolute;
    background-color: #E3DDCE;
    width: 275px;
    top: 400px;
    left: 275px;
    display: none;
    border: 1px solid #D8CFBA;
    box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    padding-bottom:20px;

}
#sintPanSub3
{
    z-index: 1;
    position: absolute;
    background-color: #E3DDCE;
    width: 275px;
    top: 420px;
    left: 275px;
    display: none;
    border: 1px solid #D8CFBA;
    box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.37);
    padding-bottom:20px;
}

a.submenulnk
{
    font-family: PTSerifBold, serif;
    display: block;
    color: #000000;
    text-decoration: none;
    line-height: 24px;
    font-size: 13px;
    text-transform: uppercase;
    width: 170px;
    padding-top:10px;  
}
.linkmenu {
    color: #9E7C65;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: lowercase;
}
a.mapinfoDes:hover{color:#996600;}
a.submenulnk:hover{color:#996600;}
.submenuU{padding-top: 10px;}
.submenuU li{display:block; margin-left: 20px; border-bottom: 1px dashed #B6B1A5; width: 235px;}
.submenuU li:last-child{display:block; margin-left: 20px; width: 235px; border: none;}

/******************************/
/* overlay sulla  GOOGLE MAPS  */
/******************************/
.infoBox
{
    clear: both;
    font-size: 0px;
    height: 0px;
    width: 0px;
    margin: 0px;    
}

.mapMarker
{
    background-image: url(../App_Themes/Site/img/climap/Marker.png);
    width: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    color: #ffffff;
    font: 10px/34px;
    font-family: PTSerifRegular, serif;
}

.mapinfoTit
{
    color: #524C46;
    font: 24px/138%;
    font-family: PTSerifBold, serif;
    padding-left: 15px;
    text-decoration: none;
    padding-top: 20px;
    text-transform: uppercase;
    height: 45px;
    width: 280px;
    display: block;
    float:left;
    text-shadow:1px 1px 1px #ffffff;
    
}
a.mapinfoX
{
    background-image: url(../App_Themes/Site/img/climap/infoX.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 18px;
    width: 18px;
    display: block;
    float:right;
    margin-right: 20px;
    margin-top: 20px;
}


.mapinfoDes
{
    color: #524C46;
    font: 13px/18px;
    font-family: PTSerifBoldItalic, serif;
    padding-left: 15px;
    text-decoration: none;
    padding-top: 24px;
    display: block;
    width: 270px;
    float: left;
    height: 60px;
}
a.mapinfoDes
{color: #9E7C65; font-size: 13px; font-style: italic; }

a.mapinfoSche
{
    float: left;
    width: 148px;
    height: 33px;
    display: block;
    background-image: url(../App_Themes/Site/img/climap/infoScheda.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 14px;
}

a.mapinfoLnk
{
    float: left;
    width: 107px;
    height: 33px;
    display: block;
    background-image: url(../App_Themes/Site/img/climap/infoSito.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 20px;
}