/* CSS Document */

body{
	margin:0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url(../images/bgmain.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#e8e8e4;
}

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

a:hover {
	text-decoration:underline;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#605a3a;
	font-size:26px;
}

h3{
	font-size:1.2em;
	margin-bottom:0px;
	padding:3px;
}

h4{
	background-color:#E6E6E6;
	font-size:1.2em;
	margin-bottom:0px;
	padding:3px;
}

#main{
	width:852px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	padding-left:1px;
	padding-right:1px;
	border:1px solid #ffffff;
	border-bottom:none;
}

#ricerca{
	width:233px;
	height:200px;
	float:left;
	background-image:url(../images/bgricerca.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:158px;
	padding-left:5px;
	padding-right:5px;
}

#ricerca input, select {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:none;
}

#ricerca select{
	width:230px;
}

#filmato{
	width:608px;
	height:358px;
	float: right;
}

#sottofoto{
	background-image:url(../images/sotto_foto.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:10px;
	width:608px;
	float:right;
	margin-bottom:15px;
}

#corpo{
	/*padding-left:250px;*/
	/*padding:5px;*/
}

#riquadro_accessi{
	width:450px;
	float:left;
	border-right:1px solid #b1aa87;
}

#riquadro_filtro{
	width:380px;
	float:left;
}

#benvenuto{
	float:right;
	width:380px;
}

#benvenuto p{
	text-align:justify;
	padding-right:30px;
	padding-left:20px;
}

.etichette_ricerca{
	background-color:#C7C1A1;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	border:#9d9673 1px solid;
}


.riquadro_home{
	width:420px;
	height:110px;
	background-image:url(../images/bg_riquadri.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#CDC8AA;
	border:#b1aa87 2px solid;
	padding:5px;
	padding-top:0px;
	margin-bottom:10px;
	margin:5px;
	cursor:pointer;
}

.riquadro_home img{
/*	float:left;
	margin-right:5px;
	width:150px;*/
}

.riquadro_home h2{
	font-size:1.6em;
	color:#605a3a;
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	margin-bottom:5px;
	margin-top:0px;
	padding:0px;
}

.riquadro_home .elenco{
	float:right;
	width:240px;
}


.riquadro_filtro_vendite{
	width:411px;
	height:75px;
	background-image:url(../images/bg_riquadri.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#CDC8AA;
	border:#b1aa87 2px solid;
	padding:0px;
	margin:5px;
	cursor:pointer;
	float:left;
}



.clearer{
	float:none;
	clear:both;
}


.vetrina{
	margin:40px;
	margin-top:0px;
	float:left;
	text-align:center;
	background-color:#f6f5eb;
	padding:10px;
	border:#dbd7bb 1px solid;
	width:320px;
	height:400px;
}

.vetrina .riferimento{
	font-weight:bold;
	background-color:#FFFFFF;
	padding:3px;
}

.vetrina img{
	border:#dbd7bb 1px solid;
	margin:10px;
}

.des_vetrina{
	text-align:justify;
	background-color:#FFFFFF;
	padding:5px;
	margin:5px;
}


#footer{
	margin-top:50px;
	text-align:center;
	font-size:0.9em;
}

#footer a{
}



/* 				SCHEDA				*/

/* STRUTTURA SCHEDE */
#main_scheda{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:812px;
	background-color:#FFFFFF;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	text-align:center;
	border:#666666 2px solid;
	padding:20px;
	padding-top:160px;
	background-image:url(../images/testa_scheda.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#scheda_int{	
	background-color:#e6e6e6;
	color:#5f5f5f;
	font-size:2em;
	border:#666666 1px solid;
}

#rifscheda{
	background-color:#666666;	
	color:#ffffff;
	font-size:1em;
	border:#666666 1px solid;
	border-top:none;
}

#foto_scheda{

}

#descr_scheda{
	padding:10px;
	font-size:1.4em;
	text-align: justify;
}

#prezzo{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}

#info_add{

}

.riga_info_add{
	border-bottom:1px #999999 solid;
}

#caratteristiche{
}

#scheda_galleria{

}

.foto_galleria{
	border:#333333 1px solid;
}

#footer_scheda{
	background-color:#666666;
	text-align:center;
	color:#FFFFFF;
}

#richiesta_info{
	text-align:center;
	font-size:1.4em;	
	border:#666666 2px solid;
	background-color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px;
}

#richiesta_info a{
	color:#FFFFFF;
}

