/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/
#BoxCatalogoOnline{
	position:relative;
	clear: both;
	float: left;
	margin-top: 5px;
	width: 98%;
}

#BoxCatalogoOnline .sfondo2
{ 
position: relative;
	clear: both;
	float: left;
	width: 98%;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom:2px;
	margin-top:10px; 
	border-bottom: 3px double #AC4602;
	color: #AC4602;
	text-transform: uppercase;
 }
 
#BoxCatalogoOnline .CatalogoVoce { 
position: relative;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 3px double #AC4602;
 }
 
#BoxCatalogoOnline .CatalogoVoce .ImmagineCatalogo{ 
	float: right; 
	position:relative;
	margin-left: 5px;
	width: 130px;
	background: white;
	margin-bottom: 10px;
	text-align: right;
		
 }
 
#BoxCatalogoOnline .CatalogoVoce .ImmagineCatalogo IMG{ 
	max-width: 120px!important;
	width: auto!important;
	width: 120px;
	max-height: 120px!important;
	height: auto!important;
	height: 120px;
    border: double 5px #923C02;
	 border: double 5px  #AC4602;
		
 }
 
.CatalogoImmagineGrande{
	clear: both;
	float: left; 
	position:relative;
	text-align: center;
	width: 100%;
}

.CatalogoImmagineGrande img{
	padding: 1%;
	max-width: 97%!important;
	border: 1px solid #AC4602;
	width: auto!important;
	width: 300px;
	height: auto;
}

.centro{
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
}
