﻿/**********************************************
	BODY
**********************************************/
body 
{
	margin:0px 0px 0px 0px;
	background-image:url('../images/background.png');
	background-position:top center;
	background-repeat: no-repeat;
	font-family:Tahoma;
	font-size:10px;
}

li{ margin:0; padding:0;}
ul,ol { margin:0; padding:0; list-style: none; }

/**********************************************
	TABELLE
**********************************************/
.tblPrincipale
{
	background-image:url('../images/background_tblPrincipale.png');
	background-position:top center;
	background-repeat:repeat-y;
	width:760px;
}

.tblContent
{
	 background-image:url('../images/background_content.png'); 
	 background-repeat:repeat-y;
	 padding-left:25px;
}

.tblContainer
{
	width:760px;
}

.tblPrivacy
{
	width:480px;
	border-top:solid 1px #a50000;
	border-bottom:solid 1px #a50000;
}

.tblModuloInformazioni
{
	width:480px;
	font-size:12px;
}

/**********************************************
	TESTI
**********************************************/
.testoprincipale
{
	line-height:18px;
	text-align:justify;
	font-size:11px;
}

.azienda
{
	font-weight:bold;
	color:#6b0000;
}

.datiAzienda, .datiAzienda a
{
	line-height:15px;
	color:#4f4e4e;
	text-decoration:none;
}

.datiAzienda a:hover
{
	text-decoration:underline;
}

.testoPrivacy
{
	text-align:justify;
	font-size:9px;
	color: #656565;
}

.testodovesiamo
{
	text-align:justify;
	font-size:9px;
	color: #656565;
}

.txtColorPri
{
	font-size:13px;
	color:#6b0000;
	font-weight:bold;
	text-transform:uppercase;
}

.txtColorSec
{
	font-size:13px;
	color:#999999;
	font-weight:bold;
	text-transform:uppercase;
}

.txtColorTer
{
	font-size:12px;
	color:#888888;
}

.login, .login a
{
	color:#FFFFFF;
	text-decoration:none;
}

.login a:hover
{
	text-decoration:underline;
}

.btnFileDownload
{
	width:46px;
	height:46px;
	background-image:url('../images/btnDownload_off.png');
	background-position:center top;
	background-repeat:no-repeat;
	border:none 0px;
	cursor:pointer;
}

.btnFileDownload:hover
{
	background-image:url('../images/btnDownload_on.png');
	cursor:pointer;
}

/**********************************************
	MODULO INFORMAZIONI
**********************************************/
input[type=text],select
{
	border: solid 1px;
	border-color: #6b0000;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	width: 220px;
	
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #3d3d3d;
}

.tbxLog
{
	width:90px !important;
	height:10px !important;
	padding-bottom:4px !important;
}

select
{
	width:227px;
	padding-top:3px;
	padding-bottom:3px;
}

.tbMessaggio
{
	width: 460px !important;
	height: 60px;
}

.btnAccedi
{
	border:0px !important;
	vertical-align:top;
	width:56px;
	height:20px;
	cursor: pointer;
	background-color:Transparent;
	background-image: url('../images/btnAccedi.png');
}

.btnMail
{
	border:0px !important;
	vertical-align:top;
	width:12px;
	height:10px;
	cursor: pointer;
	background-color:Transparent;
	background-image: url('../images/icoBusta_off.png');
	
}

.btnMail:hover
{
	background-image: url('../images/icoBusta_on.png');
}


.btnDocumenti
{
	border:0px !important;
	vertical-align:top;
	width:105px;
	height:30px;
	cursor: pointer;
	background-color:Transparent;
	background-image: url('../images/btnDocumenti_off.png');
	
}

.btnDocumenti:hover
{
	background-image: url('../images/btnDocumenti_on.png');
}

.btnNewsR
{
	border:0px !important;
	vertical-align:top;
	width:105px;
	height:30px;
	cursor: pointer;
	background-color:Transparent;
	background-image: url('../images/btnNewsR_off.png');
	
}

.btnNewsR:hover
{
	background-image: url('../images/btnNewsR_on.png');
}

.btnInvia
{
	border:0px;
	vertical-align:top;
	width:100px;
	height:31px;
	cursor: pointer;
	background-image: url('../images/btnInviaModulo.png');
}

.btnInvia:hover
{
	color:#ffffff;
	background-position:0px -30px;
}


/**********************************************
	GOOGLE MAPS
**********************************************/

#map
{
	position:relative;
	width: 320px;
	height: 270px;
	border: solid 2px #979393;
}

#googleMapsInvia
{
	position:relative;
	top:350px;
}


.TooltipAzienda
{
	width: 150px;
}

/*----- MINI PHOTOGALLERY -----*/

#miniPhotogallery ul
{
	margin: 0px auto;
    padding: 0px;
    border: 0px none;
}

#miniPhotogallery li
{
	width: 50px;
	height: 50px;
	margin: 1px;
	float: left;
}

#miniPhotogallery div
{
	cursor: pointer;
}


/**********************************************
	PHOTOGALLERY HOME
**********************************************/

#HomePhotogallery ul
{
	margin: 0px auto;
    padding: 0px;
    border: 0px none;
}

#HomePhotogallery li
{
	width: 70px;
	height: 70px;
	margin: 1px;
	float: left;
}

#HomePhotogallery div
{
	cursor: pointer;
}

/**********************************************
	PHOTOGALLERY SPAS
**********************************************/

#SpasPhotogallery ul
{
	margin: 0px auto;
    padding: 0px;
    border: 0px none;
}

#SpasPhotogallery li
{
	width: 50px;
	height: 50px;
	margin: 2px 3px 2px 2px;
	float: left;
}

#SpasPhotogallery div
{
	cursor: pointer;
}

#imgPhotogalleryGrande
{
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 227px;
	height: 377px;
}

/**********************************************
	NEWS
**********************************************/


.tblElencoNews
{
	padding-top:10px;
	padding-right:10px;
	width:200px;
}


.divNewsSearch
{
	background-color:#f2f2f2;
	width:180px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}


.divNewsSearch:hover
{
	cursor: pointer;
	border-right:solid 5px #6b0000;
}


.divNewsSearchSelected
{
	width: 100%;
	padding: 5px 10px 5px 10px;
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	font-weight:normal;
	color: #838383;
	text-align: left;
	float: left;
	background-image: url(../images/newsOn.gif);
	background-position:left top;
	background-repeat: no-repeat;
	border-bottom: solid 1px #666666;
}


.DataSearchNews
{
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	font-weight:normal;
	color: #838383;
}


.TitoloSearchNews
{
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #6b0000;
	text-transform:uppercase;
}

.titolo
{
	font-size: 13px;
	font-weight: bold;
	color: #6b0000;
	text-transform:uppercase;
}


.DescrizioneSearchNews
{
	font-family: Tahoma, Helvetica;
	font-size: 11px;
	font-weight:normal;
	color: #838383;
}


.miniPhotogalleryNews ul
{
	margin: 0px auto;
    padding: 0px;
    border: 0px none;
}

.miniPhotogalleryNews li
{
	width: 41px;
	height: 41px;
	margin: 4px 8px 4px 0px !important;
	border: 0px none;
	float: right;
}

.miniPhotogalleryNews div
{
	cursor: pointer;
}


.divPhotogallery
{
	padding-top:20px;
	width:280;
	height:270px;
}

.divImmagine
{
	width:280px;
	height:198px;
	position:absolute;
	cursor:pointer;
}

.divMaskImmagine
{
	width:280px;
	position:absolute;
	cursor:pointer;
}

.divContainerThumb
{
	width:41px;
	height:41px;
	float:right;
}

.divThumb
{
	width:41px;
	height:41px;
	background-color: Transparent;
	position:absolute;
}

.divMaskTumb
{
	width:41px;
	height:41px;
	position:absolute;
	cursor:pointer;
}

.divThumbs
{
	width:280px;
	padding-top:205px;
	background-color: Transparent;
}
