a
{
	color: #868686;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
.nonsottolineato
{
	text-decoration: none;
}
p
{
	margin-bottom: 12px;
	margin-right: 24px;
	font-size: 14px;
}

.tornaindietro
{
	margin-left: 30px;
	margin-top: 64px;
	margin-bottom: 48px;
}


.homecancel
{
	clear: both;
}


.content
{
	margin-left: 30px;
	margin-right: 10px;
}
.content1
{
	margin-left: 40px;
	margin-right: 10px;
}
.content2
{
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 12px;
}

.content li
{
	margin: 0 0 0 .6em;
	padding: 0;
	list-style-type: circle;
	padding: 10px 14px 0px 14px; /*margin: .1em 0;*/
}

.sfondosezione
{
	z-index: 2;
	position: absolute;
}

.menuitem
{
	margin: 0px;
}

/* margin-top:160px  */

.nomargin
{
	margin: 0px;
}


.azzurro
{
	color: #4ca2cd;
}
.azzurro a
{
	color: #4ca2cd;
}

.nero
{
	color: #222222;
}
.nero a
{
	color: #222222;
}

.immagineprodotto
{
	margin-top: 12px;
	margin-bottom: 12px;
}
.puntoblu
{
	margin-right: 7px;
	vertical-align: middle;
}

.back
{
	margin-right: 10px;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 65%;
}

li
{
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 15px 0px 0px 14px; /*margin: .1em 0;*/
	font-size: 75%;	
}

/* stili per tab object */
.dhtmlgoodies_tabPane
{
	height: 21px; /* Height of tabs */
	border-bottom: 1px solid #919b9c;
}
.dhtmlgoodies_aTab
{
	border-left: 1px solid #919b9c;
	border-right: 1px solid #919b9c;
	border-bottom: 1px solid #919b9c;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding: 5px;
}
.dhtmlgoodies_tabPane DIV
{
	float: left;
	height: 100%; /* Height of tabs */
	padding-left: 3px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: bottom left;
	cursor: pointer;
	position: relative;
	bottom: -1px;
	margin-left: 0px;
	margin-right: 0px;
}
.dhtmlgoodies_tabPane .tabActive
{
	background-image: url(          '../Immagini/tab_left_active.gif' );
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
}
.dhtmlgoodies_tabPane .tabInactive
{
	background-image: url(          '../Immagini/tab_left_inactive.gif' );
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
}

.dhtmlgoodies_tabPane .inactiveTabOver
{
	background-image: url(          '../Immagini/tab_left_over.gif' );
	margin-left: 0px;
	margin-right: 0px;
}
.dhtmlgoodies_tabPane span
{
	font-family: arial;
	vertical-align: top;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 21px;
	float: left;
}
.dhtmlgoodies_tabPane .tabActive span
{
	padding-bottom: 1px;
	line-height: 20px;
}

.dhtmlgoodies_tabPane img
{
	float: left;
}

TD
{
	color: #000066;
}


/* stili pagine login */
.title
{
	font-size: 130%;
	color: #D86738;
}
.downloadnow
{
	font-size: 18pt;
	color: blue;
}
.description
{
	font-size: 14px;
}

.subtitle
{
	font-size: 110%;
	font-weight: bold;
	color: #4B8F84;
}
.outline
{
	border: 1px dashed rgb(254, 186, 2);
	background-color: rgb(255, 255, 170);
}

/*CSS per i bubble tooltips */

#bubble_tooltip
{
	width: 147px;
	position: absolute;
	display: none;
}



#bubble_tooltip .bubble_top
{
	background-color: #868686;
	background-repeat: no-repeat;
	height: 16px;
}



#bubble_tooltip .bubble_middle
{
	background-color: #868686;
	background-repeat: repeat-y;
	background-position: bottom left;
	padding-left: 7px;
	padding-right: 7px;
}



#bubble_tooltip .bubble_middle span
{
	background-color: #868686;
	position: relative;
	top: -8px;
	font-size: 12px;
	text-align: left;
	color: rgb(255, 255, 170);
}



#bubble_tooltip .bubble_bottom
{
	background-color: #868686;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
	top: -6px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	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;
	z-index:10;
	position: absolute;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.map_style
{
	z-index: 1;
}

.aranciostrong
{
    font-weight: bold;
	color: #D86738;
}
.aranciostrong a
{
    font-weight: bold;
	color: #D86738;
}

