/****stili struttura principale****/
body
{
	margin: 0px;
	font-size: 12px;
	font-family: Georgia,serif;
	background-color: #cccccc;
}

a, a:hover
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #7f7f7f;
}

#container
{
	width: 100%;
	height: 100%;
}

#mainContent
{
	margin: 0px auto;
	width: 955px;
	height: auto;
	position: relative;
}

#body
{
	overflow: hidden;
	min-height: 400px;
	height: auto !important;
	height: 600px;
        background-color: #ffffff;
        background-image:url(../immagini/grafica/body.jpg);
        background-position: top;
        background-repeat:repeat-x;
}

#left
{
	float: left;
	width: 262px;

}
/****fine struttura principale****/

/****testata*****/
#header
{
	width: 955px;
	height: 245px;
    /*padding-top: 31px;*/
	position: relative;
    background-color:#ededed;
}

#logoPromo
{
	height: 78px;
	/*position: absolute;
	z-index: 1000;
	top: 25px;
	left: 650px;*/
}

#logoAzienda
{
    position: absolute;
    top: 0px;
    left: 354px;
    z-index: 100;
}

#homeRollover
{
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

/*****fine testata*****/


/*****content*****/
#content
{
	width: 690px;
	margin-left: 265px;
	height: 100%;
	overflow: hidden;

}
/*****fine content*****/


/****piede****/
#footer
{
	width: 955px;
	height: 30px;
	padding-top: 14px;
	color: #ffffff;
        text-align:center;
        background-image:url(../immagini/grafica/menutop/sfondo_piede.jpg);
        background-repeat: repeat-x;
        background-position: center;
	background-color:#ffffff;
    position: relative;
}


#footer .social-btn{
    position: absolute;
    top: -80px;
    left: 30px;
    width: 225px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#footer .social-btn img{
    width: 80px;
}


/****fine piede****/


/**** credits *****/

#credits
{
    text-align: center;
}

div.credits
{
   background-color: white;
   background-image: url(../immagini/grafica/creditsPopup.jpg);
   background-position : bottom;
   background-repeat: repeat-x;
   border-color: #black;
   color: #333333;
   padding: 20px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

div.credits div
{
   margin-bottom: 10px;
   font-size: 12px;
}

div.credits .title
{
   text-align: center;
   font-size: 14px;
}

div.credits img
{
   float: left;
   margin-right: 20px;
}


div.credits a
{
   font-size: 16px;
   font-weight: bold;
   color: #333333;
}

div.credits a:hover
{
   color: #aaaaaa;
}

/**** fine credits*/

/*****numeri pagina*****/
div.numPagCnt
{
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
	clear: both;
	padding-top: 10px;
}

div.numPagPrev
{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	padding-top: 2px;
}

div.numPagPage
{
	float: left;
	margin-right: 5px;
}

div.numPagNext
{
	font-weight: bold;
	padding-top: 2px;
}
/*****fine numeri pagina*****/

/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}
/****fine stili generici****/


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}
/****fine input generici****/


/*** NEWS home *******/
.newsBox
{
    float: left;
    width: 320px;
    margin: 15px 0px 0px 15px;
    position: relative;
}

.newsBox .offerta
{
    position: absolute;
    top: 50px;
    left: 10px;
}

.newsBox .titolo
{
    height: 46px;
    width: 320px;
    font-weight: bold;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    background-image:url(../immagini/grafica/news/box_header.png);
    background-repeat: no-repeat;
}

.newsBox .corpo
{
    background-image:url(../immagini/grafica/news/fondo.jpg);
    background-repeat: repeat-y;
    padding: 15px 20px;
    height: 240px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
}


.newsBox .piede
{
    background-image:url(../immagini/grafica/news/piede.jpg);
    background-repeat: no-repeat;
    height: 10px;
}
/***** fine NEWS *******/

.contPopup .privacyContainer {
    overflow: auto;
    height: 500px;
}

.privacyContainer {
    font-weight: normal;
    font-size: 12px;
}

.privacyContainer h1 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.privacyContainer h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.privacyContainer h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.privacyContainer h4 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.privacyContainer, .informativaContainer {
    overflow: auto;
    padding: 0% 5% 5% 5%;
}


#privacyContent{
    padding: 0 30px !important;
}

#privacyContent .checkbox {
    left: 5px !important;
}

