﻿body
{
	font-family: verdana;
	font-size: 8pt;
	
}

.LinkCaratteristiche
{
    text-transform: capitalize;
    font-family: 'Arial';
	color: #000000;
	font-size: 10pt;
    
}

.LinkCaratteristiche:hover
{
    text-transform: capitalize;
    font-family: 'Arial';
	color: #7b91af;
	font-size: 10pt;
    
}
.autocomplete_completionListElement 
{  
	margin : 0px;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	/*height : 200px;*/
    text-align : left;
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

