/* -------------------------------------------- */
/*												*/
/* Elements ----------------------------------- */
/*												*/
/* -------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background: #d2d3d4;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0055a0;
	padding-bottom: 5px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #909090;
	padding: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 a:hover {
	text-decoration: underline;
	color: #0055a0;
}
h3, h3 a:link, h3 a:active, h3 a:visited {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #8f8f8f;
	padding: 0;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h4, h4 a:link, h4 a:active, h4 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #b2b2b2;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	margin-left: 20px;
	
}
hr {
	color: #0055a0;
	background-color: #0055a0;
	width: 100%;
	height: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0;
}
a {
	color: #0055a0;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0055a0;
	text-decoration: underline;
}
a:focus
{
  -moz-outline-style: none;
}

cite {
	color: #909090;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
acronym {
	color: #c1ee0e;
	border-bottom: dotted 1px #c1ee0e;
}
img {
	border: 0px;
}

/* -------------------------------------------- */
/*												*/
/* Layer -------------------------------------- */
/*												*/
/* -------------------------------------------- */

/* General content ---------------------------- */

#top_menu_container {
	width: 100%;
	height: 60px;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
#top_menu_content {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #fff;
}
#logo {
	width: 245px;
	height: 60px;
	float: left;
}
#top_menu {
	width: 655px;
	height: 60px;
	float: left;
}
#top_menu_1 {
	width: 655px;
	height: 30px;
	float: left;
}
#top_menu_2 {
	width: 655px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	background: url(../pagination/base/topmenu_2.gif) left no-repeat;
	float: left;
}
#splash_container {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../pagination/base/bg_splash.jpg) top repeat-x;
	text-align: center;
}
#splash_applicazioni {
	width: 890px;
	height: 174px;
	margin: 0 auto;
	padding: 0;
	padding-top: 66px;
	clear: both;
	background: url(../pagination/base/bg_applicazioni.jpg) top no-repeat;
	text-align:left;
}
#splash_content {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	text-align: center;
}
#splash_container_2 {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../pagination/background/bg_splash_container_2.jpg) top repeat-x;
}
#splash_2 {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	text-indent: 255px;
	line-height: 80px;
	vertical-align: middle;
	color: #0055a0;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#breadcrumb_container {
	width: 100%;
	margin: 0 auto;
	height: 30px;
	padding: 0;
	border: 0;
	background: #fff;
	clear: both;
}
#breadcrumb_content {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	vertical-align: middle;
	text-indent: 255px;
	font-size: 10px;
	color: #a4a4a4;
}
#main_content_container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	float: left;
	clear: both;
}
#main_content {
	width: 900px;
	margin: 0 auto;
}
#description_container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
#description_content {
	width: 900px;
	margin: 0 auto;
}
#menu_bottom_container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	min-height: 120px;
	background: url(../pagination/base/bg_bottom_container.gif) top repeat-x;
}
#menu_bottom_content {
	width: 900px;
	margin: 0 auto;
	height: 120px;
	line-height: 120px;
	vertical-align: middle;
	text-align: left;
	color: #000;
	font-size: 10px;
	background: black;
}
#menu_bottom_text {
	width: 635px;
	height: 55px;
	float: right;
	padding-right: 15px;
}
#index_customers_title {
	height: 50px;
	width: 250px;
	float:left;
	border: 0;
	padding: 0px;
}
#index_customers {
	width: 250px;
	height: 310px;
	float: left;
	background: url(../pagination/background/bg_index_clock.jpg) -5px 45px no-repeat;
	text-align: left;
	font-size: 10px;
}
#index_customers h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0055a0;
	font-size: 20px;
}
#index_customers p {
	padding-left: 95px;
}

/* --------------------------------------------------------------*/
/* Utility */
/* --------------------------------------------------------------*/

#utility{
	width: 640px;
	float: right;
	/*height: 30px;*/
	line-height: 30px;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
	color: #b9d1e5;
	font-size: 10px;
	background: url(../pagination/base/bg_top_utility.gif) top left no-repeat;
}
#utility a {
	color: #fff;
	text-decoration: none;
}
#utility a:hover {
	color: #fff;
	text-decoration: underline;
}

/* --------------------------------------------------------------*/
/* Main Menu */
/* --------------------------------------------------------------*/

.menu{
	width: auto;
	padding-right: 15px;
	float: right;
}
.menu ul{
	margin: 0; padding: 0;
	float: left;
}
.menu ul li{
	display: inline;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.menu ul li a{
	float: left;
	text-decoration: none;
	color: #0055a0; 
	padding: 0px 10px;
	margin: 0;
	border: 0;
}
.menu ul li a:visited{
	color: #0055a0;
}
.menu ul li a:hover, .menu ul li.current a{
	color: #0055a0;
	background: url(../pagination/base/bg_button.gif) center no-repeat;
}

/* --------------------------------------------------------------*/
/* subMenu */
/* --------------------------------------------------------------*/

#submenu_main_container {
	width: 250px;
	float: left;
}
#submenu_container {
	width: 250px;
	float: left;
	background: #fff;
}
#subMenu {	
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../pagination/submenu/bg_menu.gif) center repeat-y;
}
#subMenu ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#subMenu ul.livello1 {
	width: 200px;
	padding-left: 25px;
	margin: 0;
}
#subMenu li {
	background: none;
 	text-align: left;
	letter-spacing: 0.2pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#subMenu p {
 	text-align: left;
	padding-left: 15px;
	letter-spacing: 0.1pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#8f8f8f;
}
#subMenu form {
	margin:0;
	padding:0;
	padding-left: 15px;
	padding-top:5px;
}

/* --------------------------------------------------------------*/
/* subMenu livello1 */
/* --------------------------------------------------------------*/

#subMenu li.livello1 {
	height: 25px;
	line-height: 25px;
	width: 200px;
	display: block;
	position:relative;	
	margin: 0px;	
}
#subMenu li.livello1-gruppo {
	height: 25px;
	line-height: 25px;
	width: 200px;
	display: block;
	position: relative;
	font-weight: bold;	
	color: white;
	background: #fff;
	margin: 0px;
}
#subMenu li.livello1 a {
	height: 25px;
	line-height: 25px;
	width: 190px;
	padding-left: 10px;
	display: block;
	position: relative;
	color: #0055a0;
	background: url(../pagination/submenu/out.gif) bottom no-repeat;	
	text-decoration: none;
	margin: 0;
}
#subMenu li.livello1 a:hover {
	height: 25px;
	line-height: 25px;
	width: 190px;
	padding-left: 10px;
	display: block;
	position: relative;
	color: #0055a0;
	background: url(../pagination/submenu/in.gif) bottom no-repeat;
	text-decoration: none;
}
#subMenu li.livello1-attivo a {
	height: 25px;
	line-height: 25px;
	width: 190px;
	padding-left: 10px;
	display: block;
	position: relative;
	color: #0055a0;
	background: url(../pagination/submenu/active.gif) bottom no-repeat;
	text-decoration: none;
	font-weight:bold;
}
/* --------------------------------------------------------------*/
/* subMenu novita */
/* --------------------------------------------------------------*/
#novita_container {
	padding-left: 15px;
	font-weight: bold;
}
#novita_container a {
	margin: 0;
	padding: 0;
	height: 14px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block !important;
	position: relative !important;
	color: #0055a0;
	background: url(../pagination/submenu/novita.gif) bottom no-repeat;	
	font-size: 11px;
	text-decoration: none;	
	cursor: hand;
	cursor: pointer;	
}
#novita_container a:hover {
	margin: 0;
	padding: 0;
	height: 14px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;	
	display: block !important;
	position: relative !important;
	background: url(../pagination/submenu/novita_h.gif) bottom no-repeat;
	font-size: 11px;
	text-decoration: none;
}

/* --------------------------------------------------------------*/
/* Tabs Prodotti */
/* --------------------------------------------------------------*/

#panes {
	background: #0055a0;
	color: #fff;
	padding: 15px;
	padding-left: 20px;
	font-size: 11px;
	border: 0px;
	margin: 0;
	/*display:none;*/
}
#panes a{	
	color: #fff;
	text-decoration: none;
}

#panes ul {
	margin: 0;
	
}
#panes li {
	list-style: square;
	padding-bottom:7px;
	
}
#panes a:hover{
	color: #fff;
	text-decoration: underline;
}
#tabs_container {
	margin: 0;
	padding: 0;
	clear: both;
	width: 650px;
	height: 32px;
	line-height: 32px;
}
#tabs_container ul, #tabs_container ul.level{
	list-type: none;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
}
#tabs_container li {
	list-type: none;	
	display: inline;
	height: 32px;
	float: left;
}
#tabs_container li.level{} 
#tabs_container li.level a {
	line-height: 32px;
	color: #fff;
	background: #558ec0;
	border-bottom: 0px;
	border-right: 1px solid #fff;
	padding: 10px;
}
#tabs_container li a:hover {
	background: #0055a0;
	text-decoration: none;
}
#tabs_container li a.curr {
	background: #0055a0;
}
#tabs_container li img {
	padding-right: 5px;
	line-height: 22px;
	vertical-align: middle;
}
/* --------------------------------------------------------------*/
/* accordion news */
/* --------------------------------------------------------------*/

#accordion {
	width: 200px;
	padding-left: 15px;
	margin: 0;
}

#accordion h2 {
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	width: 200px;
	display: block;
	position: relative;
	background: url(../pagination/submenu/out.gif) bottom no-repeat;
	color: #0055a0;	
	letter-spacing: 0.2pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

#accordion h2 a {
	background: url(../pagination/submenu/out.gif) bottom no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
}

#accordion h2 a:hover {
	background: url(../pagination/submenu/in.gif) bottom no-repeat;
	text-decoration: none;
	display: block;
	position: relative;
}
#accordion h2.current {
	height: 25px;
	line-height: 25px;
	width: 200px;
	display: block;
	position: relative;
	color: #0055a0;
	background: url(../pagination/submenu/current.gif) bottom no-repeat;
	text-decoration: none;
	font-weight:bold;
}
#accordion ul {
	padding: 0;
	margin: 0;
}
#accordion li {
	margin: 0;
	padding: 0;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #a4a4a4;
}
#accordion li a {
	color: #909090;	
	text-decoration: none; 
}
#accordion li a:hover {
	color: 	#909090;
	text-decoration: underline;
}
#accordion li.selected a {
	color: #909090 !important;
	font-weight: bold;
}
#accordion li img {
	margin-right: 5px;
}

a.submenuheader  {
	margin: 0;
	padding: 0;
	height: 11px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block !important;
	position: relative !important;
	color: #0055a0;
	background: url(../pagination/submenu/out.gif) bottom no-repeat;	
	font-size: 11px;
	text-decoration: none;	
	cursor: hand;
	cursor: pointer;
}
a.submenuheader:hover {
	margin: 0;
	padding: 0;
	height: 11px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;	
	display: block !important;
	position: relative !important;
	background: url(../pagination/submenu/in.gif) bottom no-repeat;
	font-size: 11px;
	text-decoration: none;
}
a.submenuheader.current {
	margin: 0;
	padding: 0;
	height: 11px;
	width: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block !important;
	position: relative !important;
	background: url(../pagination/submenu/current.gif) bottom no-repeat;
	font-size: 11px;
	text-decoration: none;
}

#applicazione select {
	width: 220px;
	height:20px;
	padding-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#impiego select {
	width: 220px;
	height:20px;
	padding-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Index content ------------------------------ */

#lista_container {
	width: 650px;
	float: right;
}
#lista_container p {
	text-align:justify;
	margin:0;
	padding:0;
}
.lista {
	padding-left: 5px;
	padding-right: 0px;
	float: left;	
}
.lista_title, .lista_title a {
	width: 635px;
	height: 50px;
	line-height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0055a0;
	font-size: 18px;
}
.lista_title a {
	font-weight: bolder;
	text-decoration: none;
}
.lista_title a:hover {
	text-decoration: underline;
}
.lista_content {
	width: 635px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0055a0;
	font-size: 10px;
	float: left;
}
.lista_content2 {
	width: 635px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #0055a0;
	float: left;
	font-size: 12px;
}
.lista_content h2, .lista_content h2 a {
	padding: 0;
}
/**/
#pages_main-content {
	width: 630px;
	min-height: 270px;
	float: left;
	padding: 10px;
}
#news_container {
	width: 455px;
	height: 270px;
	float: left;
}
#projects_container {
	width: 455px;
	height: 270px;
	float: right;
}

.title_index {
	width: 455px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	text-indent: 50px;
	font-size: 16px;
	color: #fff;
	clear: both;
}
.numbered_index {
	width: 455px;
	height: 30px;
	clear: both;
}
.title_left_index {
	width: 60px;
	height: 174px;
	float: left;
	background: #25262a;
	padding-top: 5px;
}
.text_right_index {
	width: 395px;
	height: 174px;
	float: left;
/*	background: #25262a;*/
	padding-top: 5px;
}
.archives_index {
	/*width: 455px;*/
	height: 30px;
	clear: both;
	text-align: right;
	background: #25262a;
}
.column {
	width: 455px;
	clear: both;
}
img.border5 {
	border: 5px solid #46484c;
	margin-right: 5px;
}

/* -------------------------------------------- */
/*												*/
/* News home ---------------------------------- */
/*												*/
/* -------------------------------------------- */

.text_right_index{
}
.archives_index{
	position:relative;
	/*left:-60px;*/
}
#rotate-news, #rotate-progetti{
	background-color: #25262a;
	height: 225px;
}
.text_right_index{
	padding-left: 60px;
	/*width: 335px;*/
}
.news_banda{
	background-image: url(../pagination/titles/it/news_index.gif);
	background-repeat: no-repeat;
	background-position: 0 35px;
}
.progetti_banda{
	background-image: url(../pagination/titles/it/progetti_index.gif);
	background-repeat: no-repeat;
	background-position: 0 35px;
}

/* -------------------------------------------- */
/*												*/
/* Class -------------------------------------- */
/*												*/
/* -------------------------------------------- */
.codice {
	padding: 5px;
	font-size: 11px;
}
.codice b {
	color: #0055a0;
	font-weight: bold;
}
.button_details, a.button_details {
	width: 165px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	padding-bottom: 0px;
	margin: 0;
	float: right;
	text-align: center;
	font-weight: bold;
	background: none;
	color: #0055a0;
	/*background: url(../pagination/background/bg_button_details.gif) top no-repeat;*/
	position: relative;
	display: block;
	bottom:0;
}
a:hover.button_details {
	text-decoration: underline;
	color: #0055a0;
	/*background: url(../pagination/background/bg_button_details_h.gif) top no-repeat;*/
	position: relative;
	display: block;
	bottom: 0;
}

#prodotto {
	border-bottom: none;
	float: left;
	width: 645px;
}
.prodotto_media {
	float: left;
	width: 226px;
	border:3px solid #d2d3d4;
	margin-right: 10px;
}

.prodotto_carosello {
	float: left;
	width: 326px;
	background-color:#FC0;
}

.prodotto_cont {
	float: left;
	width: 400px;
}
.prodotto_cont p {
	margin-top: 7px !important;
	text-align: left !important;
}

.prodotto_cont ul {
	clear: both;
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
}

.prodotto_utils {
	float: right;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 390px;
	text-align: right;
	
}
.prodotto_utils a:hover {
	text-decoration: none;	
}
.prodotto_altro {
	width: 307px;
	padding-right: 10px;
	float: left;
	margin-top: 20px;
	font-size: 10px;
}

.prodotto_altro ul {
	margin-left: 20px;
	margin-top: 5px;
	list-style: none;
}

.prodotto_altro li {
	padding-left: 12px;
	padding-top: 1px;
	background: url(../pagination/prodotti/pallino.gif) no-repeat;
}

.notiva_elenco h1 {
	color: #fff;
}



.lista_applicazioni {
	width: 635px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #8f8f8f;
	font-size: 11px;
	
}
.lista_applicazioni h1, .lista_applicazioni h1 a {
	margin:0;
	padding:0;
	font-size:13px;
	color: #0055a0;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
.lista_applicazioni h2, .lista_applicazioni h2 a {
	margin:0;
	margin-bottom:3px;
	padding:0;
	font-size:12px;
	color: #8f8f8f;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.lista_prodotti {
	width: 635px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: thin dotted #8f8f8f;
	font-size: 10px;
}
.lista_prodotti h1, .lista_prodotti h1 a {
	margin:0;
	padding:0;
	font-size:14px;
	color: #0055a0;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.lista_prodotti h2, .lista_prodotti h2 a {
	margin:0;
	margin-bottom:3px;
	padding:0;
	font-size:14px;
	color: #8f8f8f;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.riga_sotto_pag_prod {
	width: 635px;
	height: 32px;
	clear: both;
}
.riga_sotto_pag_prod_sx {
	width: 385px;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	float: left;
}
.riga_sotto_pag_prod_dx {
	width: 250px;
	height: 32px;
	float: left;
}
.riga_sotto_pag_prod_sx a:hover {
	text-decoration: none;
}
.utils {
	float: left;
	border: 1px solid #d1d2d3;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #FFF;
	margin-top: 22px;
	padding: 9px;
	width: 16px;
}

.utils img {
	margin-bottom: 2px;
}

.dettaglio_prodotto {
	float: left;
	margin-top: 4px;
	
}

.pdf_select {
	float: left;
	border: 1px solid #d1d2d3;
	background-color: #FFF;
	margin: 4px;
	margin-top: 6px;
	padding: 4px;
	display: none;
	
}

.pdf_selector {
	cursor: hand;
	cursor: pointer;
	
}
.pdf_select img {
	margin-left: 3px;
	margin-right: 3px;
}

.cornice {
	border:3px solid #d2d3d4;
	margin-right:10px;
}
.lista_applicazioni_cont {
	width:460px;
	float:left;
	padding-right: 5px;
	
}
.box_applicazioni {
	width:170px;
	float: left;
	background-color:#0055a0;
}
.box_applicazioni_sup {
	width:160px;
	height:20px;
	float:left;
	padding: 5px;
	padding-top:10px;
	padding-bottom: 0px;
	color:#fff;
	background:url(../pagination/background/bg_box_applicazione.gif) top no-repeat;
}
.box_applicazioni_inf {
	width:160px;
	min-height:47px;
	float:left;
	padding: 5px;
	font-size:13px;
	font-weight:bold;
	background:url(../pagination/background/bg_box_applicazione2.gif) top no-repeat;	
	color: #fff;
}
.box_applicazioni_button {
	width:135px;
	padding: 5px;
	padding-left: 30px;
	padding-top:8px;
	height:16px;
	float:left;
	background:url(../pagination/background/bg_bottone_applicazione.gif) bottom center no-repeat;
}
.referenze {
	width:240px;
	height:174px;
	float:left;
	background:url(../pagination/background/bg_referenze.png);
}
.referenze_elenco {
	width:220px;
	padding: 10px;
	padding-top: 60px;
	float:left;
	color:#fff;
	font-size:11px;
	line-height:13px;
}
.prodotti_applicazioni {
	clear:both;
	width:585px;
	padding-left: 50px;
	padding-top:14px;	
	background: url(../pagination/background/bg_prodotti_applicazioni.jpg) top no-repeat;
	background-color:  #0159a1;
	font-size: 15px;
	color:#0055a0;
	font-family:"Georgia", Times New Roman, Times, serif;
}
.prodotti_applicazioni ul {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	padding-top:10px;
	list-style: square;
	list-style-position:inside;
}
.prodotti_applicazioni h1 {
	margin:0;
	padding:0;
	padding-bottom: 2px;
	padding-top: 5px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.prodotti_applicazioni li, .prodotti_applicazioni li a {
	color:#FFF;
	text-decoration:none;
	padding: 5px;
	padding-left:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.prodotti_applicazioni li a:hover {
	color:#FFF;
	text-decoration: underline;
}
.carosello_container {
	width:635px;
	clear:both;
	padding-top:10px;
	
}
.pane {
	margin: 0;	
}
.pane li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

.brd, .brd a {
	padding: 2px;
	border: 1px dotted #000;
}
.brd a:hover {
	padding: 2px;
	border: 1px dotted #aa1627;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.grigio {
	color:#b2b2b2;
	font-size:11px;
}

/* -------------------------------------------- */
/*												*/
/* Area riservata ----------------------------- */
/*												*/
/* -------------------------------------------- */
form {
	padding:0;
	margin:0;
}
#login_container {
	width:403px;
	float:left;
	padding-top:20px;
}
#login_top {
	width:383px;
	padding-left:20px;
	height:48px;
	line-height:48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0055a0;
	background: url(../pagination/background/area_riservata_top.gif) top no-repeat;
}
#login_center {
	width:361px;
	background-color:#f8f8f8;
	border-right: 1px solid #d0d3d4;
	border-left: 1px solid #d0d3d4;
	padding:20px;
}
.logout {
	width:525px;
	height:25px;
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #b2b2b2;
	float:left;
	padding-bottom: 10px;
}
.logout_img {
	width:110px;
	height:25px;
	float:left;
	padding-bottom: 10px;
}
.area_riservata {
	width:635px;
	clear:both;
	border-top: 1px solid #0055a0;
	padding-top:10px;
}
.blu {
	color:#0055a0;
}
.sfondo_tab {
	background-color:#d2d3d4;
	color:#0055a0;
	font-size:11px;
	padding:5px;
	height:20px;
}
.sfondo_elenco {
	padding:4px;
	padding-left: 8px;
	font-size:10px;
	
}
ul.applic {
}
.applic li a {
	padding:3px;
}

.categoria_li {
	list-style: none;
	padding-top: 10px;
	font-size: bold;
	
}
.applic h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	margin:0;
	padding: 0px;
	padding-top: 5px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */