body{ margin: 0px; padding: 0px; background-color: #FFFFFF; color: #666666; font-family: Arial; font-size: 1.0em; font-style: normal }
div, p, ul, h2 { margin: 0px; padding: 0px }
img { border-width: 0px }
ul{list-style-type: none}

#div_tot { margin: 0 auto; text-align: left; width: 740px }

p { padding: 15px 0px 0px 0px; font-size: 0.8em }
p a, p a:visited { color: #847248; text-decoration: underline } 
p a:hover { color: #999999; text-decoration: none } 
.oro { color: #847248 }

#header { float: left; width: 740px; height: 200px }
#contenuti { float: left; width: 740px; background: url(img/linea740.gif) no-repeat; padding-top: 3px }
#contenuti .titolo { float: left; height: 50px }
#profilo { float: left; width: 740px }
#profilo .sx { float: left; width: 330px }
#profilo .sx p { float: left; width: 330px; background: url(img/linea370.gif) no-repeat }
#profilo .dx { float: left; width: 370px; padding-left: 40px }
#profilo .dx p { float: left; width: 370px }
#album { float: left; width: 370px; background: url(img/linea370_b.gif) no-repeat; color: #999999; font-size: 0.85em; padding-top: 15px }
#album a, #album a:visited { color: #847248; text-decoration: none } 
#album a:hover { color: #999999; text-decoration: none } 
#album .sx { float: left; width: 155px }
#album .dx { float: left; width: 185px; padding-left: 30px }
#immagini { float: left; width: 740px }
#immagini ul { float: left; width: 740px; background: url(img/linea740.gif) no-repeat; padding-top: 5px }
#immagini ul li { float: left; width: 65px; height: 65px; padding-right: 10px; padding-top: 10px }
#immagini ul li.last { float: left; width: 65px; height: 65px; padding-right: 0px }

#contatti { float: left; width: 740px }
#contatti p { float: left; width: 740px; background: url(img/linea740.gif) no-repeat }
#links { float: left; width: 740px }
#links p { float: left; width: 740px; background: url(img/linea740_b.gif) no-repeat; line-height:1.3em }
#links p a, #links p a:visited { color: #999; text-decoration: underline } 
#links p a:hover { color: #847248; text-decoration: underline } 
#footer { float: left; width: 740px; padding: 35px 0px 30px 0px; color: #999999; font-size: 0.625em; }
#footer a, #footer a:visited, #footer a:hover { color: #999999; text-decoration: underline }
#footer a:hover { color: #847248; text-decoration: underline }




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 10px Arial;
	color: #666666;
}

#TB_secondLine {
	font: 10px Arial;
	color:#666666;
}

#TB_window a:link {color: #847248; text-decoration:none; font-weight: bold}
#TB_window a:visited {color: #847248; text-decoration:none; font-weight: bold}
#TB_window a:hover {color: #847248; text-decoration:none; font-weight: bold}
#TB_window a:active {color: #847248; text-decoration:none; font-weight: bold}
#TB_window a:focus{color: #847248; text-decoration:none; font-weight: bold}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.80;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #FFFFFF;
	z-index: 102;
	color:#666666;
	display:none;
	border: 1px solid #CCCCCC;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 10px 0 0 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#TB_caption{
	height:20px;
	padding:5px 30px 10px 10px;
	float:left;
}

#TB_closeWindow{
	height:7px;
	padding:10px 10px 15px 7px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:0px 10px 0 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:10px 0 0 10px;
	margin-bottom:0px;
}

#TB_title{
	background-color:#333333;
	height:25px;
}

#TB_ajaxContent{
	clear:both;
	padding:10px 0px 0px 10px;
	overflow:auto;
	text-align:left;
	line-height:10px;
}

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	padding:0px 0px 0px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:100px;
	width:100px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
}
