/* CSS Document */
/* box_ricerca Style */

/* gestione del layout intestazione prodotti */
.boxsearch_int_prod
{	
	width: 320px;
	background-color:#FFFFFF;
	height: 25px;
}
.boxsearch_botton
{
	float: left;
	background-color:#FFFFFF;
	background: url(../img/top_botton.gif);
	background-repeat: no-repeat;
	background-position:top;
	color: #FFFFFF;
	width:115px;
	height:19px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding-top: 6px;
}
.boxsearch_right_botton
{
	float: left;
	background: url(../img/bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	margin-left: 0px;
	width: 197px;
	height: 17px;
	color: #808080;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 8px;
}
/* gestione layout pannello prodotti */
.boxsearch_prod
{
	background: url(../img/bar2.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	width: 320px;
	height: 90px;
	overflow:hidden;
}
.boxsearch_line
{
	clear:right;
	width: 321px;
	height: 45px;
}
.bar{
	float: left;
	width: 1px;
	height: 31px;
	border-right: 1px solid #C3D0D6;
	margin-top: 8px;
}
	/* risultati della ricerca effettuata */
.boxsearch_item
{
	float: left;
	width: 38px;
	height: 31px;
	margin-top: 8px;
}
.boxsearch_item img
{
	width: 29px;
	height: 29px;
	margin-top: 1px;
	margin-left: 4px;
	border: 0px;
}

/* gestione del layout intestazione del fai-da-te */
.boxsearch_botton2
{
	float: left;
	background-color:#FFFFFF;
	background: url(../img/top_botton2.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	color: #5A7120;
	width:114px;
	height:19px;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding-top: 6px;
}
.boxsearch_right_botton2
{
	float: left;
	background: url(../img/bar3.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	margin-left: 0px;
	width: 197px;
	height: 17px;
	color: #808080;
	font-size: 11px;
	padding-top: 8px;
	padding-left: 8px;
}
/*gestione layout pannello fai-da-te */
.boxsearch_fai_da_te
{
	background: url(../img/bar2.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	width: 320px;
	height: 62px;
}
.bar2{
	float: left;
	width: 1px;
	height: 47px;
	margin-top: 6px;
	border-right: 1px solid #C3D0D6;
}
/* gestione degli oggetti collegati alla ricerca in ambito fai-da-te */
.boxsearch_box_item
{
	float: left;
	width: 154px;
	height: 54px;
	padding-top: 6px;
	padding-left: 5px;
}
.boxsearch_box_item img
{
	float:left;
	padding-top: 0px;
	/*padding-right: 8px;*/
}
.boxsearch_item2
{
	float: left;
	margin-left: 8px;
	width: 107px;
	height: 47px;
	font-size: 11px;	
}
/* getione layout pannello di fondo */
.boxsearch_bottom
{
	width: 320px;
	height: 20px;
	background-color:#FFFFFF;
	padding-top: 6px;
	font-size: 11px;
	
}
.expand_link1
{
	width: 145px;/*160px;*/
	float: left;
	text-align: left;
	padding-left: 15px;
}
.expand_link2
{
	width: 145px;
	float: left;
	text-align: right;
	padding-right: 15px;
}
