/* CSS Document */
/* Foglio di stile Home Page sito della Gioielleria Bonori */
/* Autori: Davide Geraci e Giovanni Mamino */
/* Creazione: 15/1/2009 - Informatica System - Vicoforte (CN) */
/* layout */
html {
	padding: 0px; 
	margin:0px; 
}
body { 
	padding: 0px; 
	margin:0px; 
	text-align: center;
	color:#FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#top {width:100%; height:140px; background:url(immagini/default_head_pattern.gif) top repeat-x; text-align:center;}
#head {width:950px; height:140px; margin:0px auto;}
	#head .logo{display:block; float:left; margin-top:35px;}

#center {
	width:100%; 
	overflow:auto;
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
#text {width:950px; margin:0px auto; color:#000000; text-align:justify;}
	.clock {float:right; margin:0; padding:0;}
	#text h1 {
		font-size: 170%;
		color: #9B9B46;
		font-weight: normal;
		padding:10px 5px;
		margin:0;
		text-transform:uppercase;
	}
	#text h2 {
		font-size: 115%;
		color: #444444;
		font-weight: normal;
		padding:10px 5px;
		margin:0;
		text-transform:uppercase;
	}
	#text h2 a:link,#text h2 a:visited { font-weight: bold;	color: #000000; text-decoration:none;}	
	#text h2 a:hover,#text h2 a:active { font-weight: bold;	color: #CCCC66; text-decoration:none;}
	#text h3 {
		font-size: 105%;
		color: #444444;
		font-weight: normal;
		padding:10px 5px;
		margin:0;
		text-transform:uppercase;
	}	
	#text h3 a:link,#text h3 a:visited { font-weight: bold;	color: #000000; text-decoration:none;}	
	#text h3 a:hover,#text h3 a:active { font-weight: bold;	color: #CCCC66; text-decoration:none;}		
	#text p{
		font-size: 85%;
		color: #666666;
		padding:2px 15px 2px 11px;
		margin:0;
	}
	#text p a:link,#text p a:visited { font-weight: bold;	color: #000000; text-decoration:none;}	
	#text p a:hover,#text p a:active { font-weight: bold;	color: #CCCC66; text-decoration:none;}
	
	#text ul, #text ol{margin: 0px 0px 5px 60px;padding: 0px;font-size: 85%;color: #666666;}
	#text ul li{padding:2px 0px;margin:0px;list-style-type:disc;}
	#text ol li{padding:2px 0px;margin:0px;list-style-type:decimal;}
	/* triangolo giallo di avvertenza campi necessari in modulo contatti*/
	#text table.warning tr td ul li {list-style-type:none; list-style-image:url(icone/ico_warning.png); list-style-position:}
	.marchio {display:block; padding:0px; margin:0px; border:0;}
	/* thumb dell'elenco proposte */
	.imgdett{
		float:left;
		margin:2px 2px;
		display:block;
		padding:9px;
		background-image:url(immagini/img_sfondo.gif);
		background-repeat: no-repeat;
		background-position: center;
		border:0;
	}
	/* immagini grandi in dettaglio proposte */
	.imgelenco{border:1px solid #000000; margin:0px 10px; padding: 0px; display:block;}
		
	.imgborderDX{border:1px solid #000000; margin:0px 0px 0px 10px; float:right;}
	.imgDX{margin:0px 0px 0px 10px; float:right;}
	.imgSX{margin:0px 10px 0px 0px; float:left;}
	#Proposte1_ibCerca{margin-bottom:-10px;}
	
#bottom {width:100%; height:140px; background:url(immagini/default_bottom_pattern.gif) top repeat-x; text-align:center; clear:both;}
#foot {width:950px; margin:0px auto; padding: 5px 0px; text-align:center; font-size:80%; position: relative;}
	#foot a {font-weight:bold; text-decoration:none; margin:0;}
	#foot a:link, #foot a:visited {color:#FFFFFF;}
	#foot a:hover, #foot a:active {color:#CCCC66;}
	#foot img {margin-bottom:-3px;}
	.credits {float:left; text-align:left;}
	.addons {float:right; padding-left:20px;}
	
.noscreen {display:none;}
#Proposte1_dlElenco tr td 
{
	width: 32%;
}
