﻿/* ______________________________ MENU DELLA RICERCA _____________________________ */
.searchContainer
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(img/search_bg.gif);
	background-repeat: repeat-y;
}
TD.searchHeader
{
	display: block;
	margin: 0 0 0 0;
	padding: 2px 4px 2px 4px;
	width: 96%;
	background-color: #F5F5F5;
	border-color: #DADADA;
	border-left-color: #41A3C4;
	border-bottom-color: #41A3C4;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
}
.searchDescription
{
	margin-left: 20px;
	margin-top: 10px;
	padding: 3px 6px 3px 6px;
	background-color: #F5F5F5;
	 float :right;
}
a.searchItem
{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #444444;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	margin-left: 6px;
	padding-left: 13px;
	background-image: url(IMG/search_item.gif);
	background-repeat: no-repeat;
}
a.searchItem:visited
{
	color: #444444;
}
a.searchItem:hover
{
	color: #787878;
	text-decoration: none;
}
SPAN.markup
{
	color: #000000;
	background-color: #FFFF00;
	text-decoration: underline;
	font-weight: 700;
	padding: 2px 2px 2px 2px;
}

