/* ------------------------------------------------------------------------------------------------------------------------ */
/*																															*/
/* Elements --------------------------------------------------------------------------------------------------------------- */
/*																															*/
/* ------------------------------------------------------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html { 
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
	background-color: #083e7d;
}
img {
	padding: 0px; 
	border: 0px;
}
h1, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 20px;
	color: #083e7d;
	font-weight: 100;	
	letter-spacing:-0.05em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
h1 a:hover {
    text-decoration: none;
}
h2, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 14px;
	color: #083e7d;
	margin: 10px auto;
	text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}
h3, h3 a:link, h3 a:active, h3 a:visited{
	font-size: 12px;
	color: #939598;
	margin: 0;
	padding-left: 0;
	text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;	
}
h4, h4 a:link, h4 a:active, h4 a:visited{
	font-size: 16px;
	color: white;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
h4 a:hover {
    text-decoration: underline;	
}
h5{
	font-size: 13px;
	color: #083E7D;
	margin: 10px auto;
	text-decoration: none;
}
hr {
	color: #083e7d;
	background-color: #083e7d;
	width: 100%;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear:both;
}
em {
	color: #939598;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
form {
	border: 0;
	padding: 0;
	margin: 0;
}
/* Elementi --------------------------------------- */

img {
    border: 0;
}
a:link, a:active, a:visited {
	color: #083e7d;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #083e7d;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/*																															*/
/* Pagination ------------------------------------------------------------------------------------------------------------- */
/*																															*/
/* ------------------------------------------------------------------------------------------------------------------------ */

#navflash {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	text-align:center;
	background-color: #083E7D;
	color: white;
}
#menuTop_container {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	clear: both;
	float: left;	
	background: url(../pagination/background/bg_menutop.gif) top repeat-x;
}
#menuTop_bg {
	width: 945px;
	margin: 0 auto;
	padding: 0px;
	height: 140px;
	background: url(../pagination/background/bg_top.gif) top  no-repeat;
}
#menu_logo {
	width:153px;
	float:left;
}
#menuTop_utility {
	color:#939598;
	float: left;
	width: 792px;
	height:35px;
	line-height:35px;
	text-align:right;
}
#menuTop_utility a {
	color:#939598;
	height:35px;
	line-height:35px;
}
#menuTop_utility img {
	border:0;
	padding:0;
	margin:0;
	vertical-align:middle;
}

/* Menu */
#menuTop_menu {
	width: 792px;
	float:left;
	text-align: center;
	height: 105px;
	font-size: 14px;
	background: none;
}
.voci_menu {
	padding-top:60px;
	height:35px;
	color:#595959;
	float:left;
}
.voci_menu a {
	color:#595959 !important;
	height:45px;
	font-size:13px;
	letter-spacing:-1px;
	display:block;
}
.voci_menu a:hover {
	color:#d90024 !important;
	text-decoration:none;
	display:block;
	background:url(../pagination/background/bg_voci_menu.png) bottom no-repeat;
}
.selected a {
	color:#d90024 !important;
	text-decoration:none;
	display:block;
	background:url(../pagination/background/bg_voci_menu.png) bottom no-repeat;
}



/* Fine menu */

#titoloPagina_container {
	width: 100%;
	clear: both;
	background-color: #fff;
}
#titoloPagina {
	font-size: 18px;
	font-weight: lighter;
	font-variant: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 945px;
	margin: 0 auto;
	text-align: left;	
}
#breadcrumb_container {
	width: 100%;
	margin: 0 auto;
	clear: both;
	background: white;
	float: left;
}
#breadcrumb {
	background-color: white;
	padding: 4px 20px;
	width: 905px;
	margin: auto;
	text-align: left;
	color: black;
	text-decoration: none;
	background-image:url(../icone/site_map.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #939598;
	border-bottom: 1px dotted #939598;
}
#presentazione_container {
	width: 100%;
	margin: 0 auto;
	clear: both;
	float: left;
	background-color: #083e7d;
}
#corpoPagina_container {
	width: 100%;
	margin: 0 auto;
	background: white;
	clear: both;
	float: left;
}
#corpoPagina {
	width: 945px;
	clear: both;
	margin: 0 auto;
	background: #ffffff;
}
#corpoPagina_left {
	width:630px;
	float:left;
}
#corpoPagina_right {
	width:315px;
	float:left;
}
#intro {
	width:625px;
	float:left;
	font-size:14px;
	padding-top:20px;
	color:#595959;
	padding-bottom:15px;
}
/* Index products --------------------------------------------------------------------------------------------------------- */

.prod_welcome {
	width: 315px;
	float: left;
	padding-bottom: 10px;
}

.prod_welcome ul {
	margin: 0;
	padding:0;
	padding-left: 4px;
	list-style:none;
}

.prod_welcome li, .prod_welcome li a:link, .prod_welcome li a:active, .prod_welcome li a:visited {
	margin: 0;
	padding:4px;
	padding-left:0;
	padding-right:0;
	list-style:none;
	color:#939598;
	text-decoration:underline;
}

.prod_welcome a {
	color:#d90024;
}
.prod_welcome h1, .prod_welcome h1 a {
	text-align: right;	
	font-size: 20px;
	color: #000;
	font-weight: 100;	
	letter-spacing:-0.05em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;	
}
.prod_welcome h1 a:hover {
	color: #083e7d;
}
.prod_welcome p {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

.home a {
	color:#d90024!important;
}
/* Navigazione Submenu ---------------------------------------------------------------------------------------------------- */

#subMenu {
	font-size: 11px;
	width: 200px;
	float:left;
	margin: 0;
    padding: 0;	
	margin-left: 0;
}
#subMenu ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#subMenu li {
	width:200px;
	margin: 0;
	margin-bottom:2px;
	background: #dcddde;
	list-style-type: none;
}
#subMenu li a, #subMenu li a:active, #subMenu li a:link, #subMenu li a:visited  {
	height: 23px;
	line-height:23px;
	margin: 0;
	padding:0;
	display: block;
	color: black;
	padding-left:10px;
	text-indent:4px;
	text-decoration: none;
	font-weight: 500;
}
#subMenu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #083E7D;
}
#subMenu li.active a, #subMenu li.active a:link, #subMenu li.active a:active, #subMenu li.active a:visited {
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	background: url(../icone/sub_white.gif) left no-repeat #083E7D;
}
#subMenu li.active ul {
	margin:0;
	padding:0;
	padding-top:2px;
	list-style:none;
}
#subMenu li.active li a, #subMenu li.active li a:link, #subMenu li.active li a:active, #subMenu li.active li a:visited {
	height: 23px;
	line-height:23px;
	display: block;
	color: #000;
	background: url(../icone/sub_black.gif) 12px center no-repeat #f5f5f5;
	text-indent: 18px;
	font-weight:normal;
	
}
#subMenu li.active li a:hover {
	color: #fff;
	background: url(../icone/sub_white.gif) 12px center no-repeat #939598;
	
}
#subMenu li.active li.aperto a, #subMenu li.active li.aperto a:link, #subMenu li.active li.aperto a:visited, #subMenu li.active li.aperto a:active {
	color: #fff;
	background: url(../icone/sub_white.gif) 12px center no-repeat #939598;
}


#subMenu li.aperto ul {
	margin:0px;
	padding:0;
}
#subMenu li.aperto li.subsubmenu {
	background-image: none;
}
#subMenu li.aperto li.subsubmenu a, #subMenu li.aperto li.subsubmenu a:link, #subMenu li.aperto li.subsubmenu a:active, #subMenu li.aperto li.subsubmenu a:visited {
	height: 23px;
	line-height:23px;
	display:block;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	text-indent: 34px;
	background: #fff url(../icone/sub_sub_gray.gif) 26px center no-repeat ;
}
#subMenu li.aperto li.subsubmenu a:hover {
	display:block;
	color: #fff;
	font-weight: normal;
	text-decoration:none;
	background: #939598 url(../icone/sub_sub_gray.gif) 26px center no-repeat;
}
#subMenu li.aperto li.aperto2 a:link, #subMenu li.aperto li.aperto2 a:visited, #subMenu li.aperto li.aperto2 a:active {
	height: 23px;
	line-height:23px;
	display: block;
	color: #fff;
	text-indent: 32px;
	font-weight: normal;
	text-decoration: none;
	background: #939598 url(../icone/sub_sub_gray.gif) 26px center no-repeat;	
}
#subMenu i {
	font-size:10px;
	color:#555;
}

#subMenu ul li a {
	cursor:pointer;
}

img.border4 {
	border:2px solid #083E7D;
	margin:0;
	margin-right:5px;
	padding:2px;
}

/* -----------------------------------------------------------------------------------------*/
/* ------------------------------------- ACCORDION -----------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

#subMenu ul.current li a, #subMenu ul.current li a:link, #subMenu ul.current li a:visited, #subMenu ul.current li a:active  {
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-decoration: none;
	background: url(../icone/sub_white.gif) left no-repeat #083E7D;
	cursor:pointer;
}

#subMenu li.accordion_li {
	margin:0;
	padding:0;
}
#subMenu li.accordion_li a, #subMenu li.accordion_li a:link, #subMenu li.accordion_li a:visited, #subMenu li.accordion_li a:active {
	width:190px;
	background-color:#ffffff;
	float:left;
	color:#000000;
	display:block;
	font-weight:normal;
	height: auto;
	line-height: normal;
	padding:5px;
	margin-bottom:2px;
	list-style-type: none;
}
#subMenu li.accordion_li a:hover {
	background-color:#f5f5f5;
	color:#000;
	display:block;
	font-weight:normal;
	height:auto;
	line-height: normal;
}

#accordion {
	width:292px;
	padding: 0;
	padding-top:20px;
	padding-left:23px;
}
#accordion h3 {
	width:287px;
	background:url(../pagination/background/bg_accordion.gif) top no-repeat #FFF;
	padding:0;
	margin:0;
	
}
#accordion h3 a:link, #accordion h3 a:visited, #accordion h3 a:active {
	 display:block;
	 font-size:14px;
	 font-weight:normal;
	 text-transform:uppercase;
	 color:#FFF;
	 padding-left:5px;
	 height: 27px;
	 padding-top: 8px;
	 padding-bottom: 10px;
	 margin: 0;
}
#accordion h3 a:hover {
	text-decoration:none;
}
#accordion h3.ui-state-active a {
	color:#FFF;
	background:url(../pagination/background/bg_accordion_active.gif) top no-repeat #FFF;	
	padding-left:5px;
	margin:0;
	display:block;
}
#accordion p {
	padding-top:10px;
}
.accordion_panes {
	overflow: hidden;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	color:#939598;
	height:250px;
}
.accordion_panes h1, .accordion_panes h1 a {
	margin:0;
	padding:0;
	color:#595959;
	font-size:15px;
	letter-spacing:normal;
}
.accordion_panes h1 a:hover {
	text-decoration:underline;
}
.accordion_panes h2, .accordion_panes h2 a {
	margin:0;
	padding:0;
	color:#939598;
	font-size:13px;
}
.read_more {
	width:282px;
	height:25px;
	line-height:25px;
	text-align:right;
	/*float: left;*/
	font-size:12px;
	clear:both;
	margin-top:5px;
}
/* End Navigation Submenu ------------------------------------------------------------------------------------------------- */

#corpoContenuto {
	width: 735px;
	min-height: 300px;
	float: left;
	padding-left: 9px;
	border-left: 1px dotted #939598;
	padding-bottom:5px;
}
#corpoContenuto ul, #corpoContenuto ol {
	padding-left: 15px;
	position: relative;
}
ol.terms {
	list-style-position: inside;
}
ol.terms li {
	padding:3px;
}
/* info ------------------------------------------------------------------------------------------------------------------- */

#info_press {
	width:735px;
	height:130px;
	float:left;
	background:url(../pagination/background/bg_infopress.jpg) top no-repeat;
	padding-bottom:15px;
}
#info_press_sx {
	width:228px;
	height:80px;
	padding-top:50px;
	padding-left:140px;
	float:left;
	font-size:14px;
	color:#939598;
}

#info_press_dx {
	width:367px;
	height:90px;
	padding-top:40px;
	float:left;
}


/* Menu bottom ------------------------------------------------------------------------------------------------------------ */

#menuBottom {
    font-size: 10px;
	clear: both;
	background-color: #083e7d;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 945px;
	margin: 0 auto;
	color: white;
	text-decoration: none;
	height: 15px;
}
#menuBottom a {
	color: white;
    text-decoration:none;
}
#menuBottom a:hover {
    text-decoration:underline;
}
#menuBottom_left {
	width:475px;
	float:left;
	text-align:left;
}
#menuBottom_right {
	width:470px;
	float:left;
	text-align: right;
}

/* End Menu bottom -------------------------------------------------------------------------------------------------------- */

#fasciaBottom_container {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height:21px;	
	font-size: 10px;
	color: white;
	text-decoration: none; 	
	text-align: center;
}
#fasciaBottom_content {	
	height: 21px;
	line-height: 21px;
	white-space: nowrap;
}
#fasciaBottom_content img {
	vertical-align: middle;	
}
#fasciaBottom_content span {
	display: inline-block;
	display: inline;
}
#presentazione {
	padding: 0;
	padding-left:15px;
	padding-right:15px;
	width: 945px;	
	margin: 0 auto;
	text-align: center;
	background: url(../pagination/background/bg_presentazione.gif) center no-repeat;
}
#chiusa {
	padding: 0;
	width: 945px;
	height:20px;
	margin: 0 auto;
	float:left;
	clear:both;
	background: url(../pagination/background/bg_bottom.gif) bottom no-repeat;
}

#PageMainNC{
    width: 945px;
    float: left;
}
#cartina {
    clear: both;
	width: 1000px;
	margin: auto;
	padding-top: 10px;
	background-color:white;
	text-align:left;
}
#news-main {
	float:right;
    width: 690px;
}
#contarchivio_container {
	width: 100%;
	margin: 0 auto;
	background: white;
}
/* --------- products ------------------------------------------------*/
.prod_2 {
	width: 347px;
	float: left;
	padding: 10px;
}
.prod_2 h1, .prod_2 h1 a {
	text-align: right;	
	font-size: 20px;
	color: #000;
	font-weight: 100;	
	letter-spacing:-0.05em;
	padding-bottom: 0px;
	padding-right: 2px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;	
}
.prod_2 h1 a:hover {
	color: #083E7D;
}
.prod_2 p {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
/* Site Map --------------------------------------------------------------------------------------------------------------- */

#site_map {
	font-size: 10px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 945px;	
	margin: 0 auto;
	color: white;
	text-decoration: none;
	display: none;
	text-align: left;
}
#site_map a {
	color: #fff;
	text-decoration: none;		
}
#site_map a:hover {
	tex-decoration: underline;	
}
#site_map_container {
	clear: both;
	width: 100%;
	float:left;
}
#site_map_close {
	width: 945px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	float: left;
	text-align: right;
}
.sec_list {
	width: 135px;
	float: left;
	padding-bottom: 20px;
}
.sec_list p {
	color: #6fc8ed;
}
.sec_list ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width:134px;
	border-left: 1px solid #a3d8ee;
}
.sec_list li {
	margin: 0;
	width: 134px;
	padding: 0px;
	list-style-type: none;
}
.sec_list li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	background: #083E7D;	
	text-indent: 3px;
	border-bottom: 1px dotted #45a9d2;
}
.sec_list li a:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	background: #0172a1;
	border-bottom: 1 px solid #a3d8ee;
}	
#site_map_footer {
	width: 945px;
	clear: both;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	text-align:center;
	background-color: #fff;
	color: black;		
}
#flashcontent a {
	text-decoration: none;
	color: #083E7D;
	font-weight: bold;
}
#flashcontent a:hover {
	text-decoration: underline;	
}
#filmato {
	margin: 0;
	width: 945px;
	height: 300px;
	text-align: center;
	background-color: #083e7d;
	color: white;
}
#filmato a , #filamto a:hover {
	color:#FFF;
}
#produzione {
    width: 250px;
    background: white;
	float:left;
	padding: 0;
}
.lista, .lista li{
    font-size: 11px;
    color: #4d4e50;
    list-style-type:square;
    padding-left: 5px;
	padding-bottom:3px;
	padding-top:3px;
	position: relative;
}
.lista li a {
    text-decoration: none;
}
.lista li a:hover {
    text-decoration: none;
}



/* Form */
/*
textarea, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: normal;
	padding: 0;
}
form {
	border: 0;
	padding: 0;
}*/

/* Classi ----------------------------------------- */

.info_fairs {
	width:300px;
	float:left;
	padding:0;
	padding-left:65px;
	padding-top:5px;
	background:url(../pagination/background/bg_info_fiera.jpg) no-repeat top left;
	height:110px;
}
.info_fairs  p {
	color:#939598;
	padding-bottom:10px;
	
}
.info_fairs h2 {
	clear:both;
}
.spacer {
	width:730px;
	height:15px;
	float:left;
	padding-top:5px;
	background:url(../pagination/background/spacer.gif) no-repeat center left;
}

/* Form Classi */

.login {
	border-top: 1px solid #939598;
	border-bottom: 1px solid #DCDDDE;
	border-left: 1px solid #939598;
	border-right: 1px solid #DCDDDE;
	background-image: url(../impaginazione/form/ombra_box.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
	padding:5px;
}
.logindue {
	border-top: 1px solid #939598;
	border-bottom: 1px solid #DCDDDE;
	border-left: 1px solid #939598;
	border-right: 1px solid #DCDDDE;
	background-image: url(../impaginazione/form/ombra_box.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
	padding:5px;
	margin:0;
}

/* Testi - Classi */

.giustificato{
	font-size: 11px;
	font-weight: normal;
	color: black;
    margin: 1.5em 0;
    padding: 0;
    line-height: 1.4em;
    text-align: justify;
    letter-spacing: .1em;
}
.grassetto {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.grassetto a {
	font-size: 12px;
	color: #939598;
	font-weight: bold;
	text-decoration: underline;
}
.grassetto a:hover {
	font-size: 12px;
	color: #083E7D;
	font-weight: bold;
	text-decoration: underline;
}
.grassettobianco{
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.grassettobianco a{
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.grassettobianco a:hover {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.testobianco {
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a {
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.testobianco a:hover {
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

.testoFondo {
    line-height: 1;
    position: relative;
	display: block;
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background-color: black;/*#939598 */
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0;
	margin-left: 0;
}
.corpo9 {
	font-size: 9px;    
	color: black;
	font-weight : normal;	   
	text-decoration: none;
}
.Stile1 {
	color: #083E7D;
	font-weight: bold;
}
.attention {
	color: red;
	font-weight: bold;
}
/* News ------------------------------------------- */

.mainnews {
	font-size: 8pt;
	color: black;
	padding: 3px;
	text-align: left;
	border-right: 1px dashed #939598;
	letter-spacing: normal;
	white-space: normal;
	position: relative;
	}
.mainnews a {
	font-size: 8pt;
	color: #939598;
	text-decoration: none; 
}
.mainnews a:hover {
	font-size: 8pt;
	color: #939598;
	text-decoration: underline; 
}

/* Immagini e Cornici ----------------------------- */

.cornice {
    display:inline;
	padding: 5px;
	border:1px dotted #939598;
	margin:5px;
	margin-right:10px;
	margin-left:0px;
}
.cornice a {
	padding: 5px;
	border:1px solid #939598;
	margin:5px;
	margin-right:10px;
}
.cornice a:hover {
	border:1px solid #939598;
}
/* Gallery */
img.gallery {
	border:4px solid white;
	padding: 0px;
	margin: 7px;
	vertical-align: middle;
}

/* Immagine con didascalia */

.postit {
   background-color:#FFF;
   width: 292px;
   margin:0;
   color: #000;
   padding: 2px;
   text-align: left;
   border: none;
   /*position: relative;*/
}
.postit h2 {
   font-size: 11px;
   font-weight:normal;
   font-style: normal;
}
.postit p {   
   font-size: 10px;
   color: #083E7D;
   margin: 2px;
   padding: 0;
   padding-top: 0px;
}
.postit2 {
   background-color:#FFF;
   width: auto;
   margin:0;
   color: #000;
   padding:0;
   padding-left:10px;
   text-align: left;
   border: none;
   /*position: relative;*/
}
.postit2 img {
	float: right;
}
.Stile2 {
	color: #939598;
}
.Stile4 {color: #939598; font-weight: bold;}
.Stile6 {color: #FFFFFF; font-size: 9px; }
.Stile7 {font-size: 9px}
.classe_a_vega {
   background-color:#00CC00;
   font-weight:bold;
   color:#FFFFFF;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/*																															*/
/* Tabella      ----------------------------------------------------------------------------------------------------------- */
/*																															*/
/* ------------------------------------------------------------------------------------------------------------------------ */
td {
	padding:4px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/*																															*/
/* Tooltip      ----------------------------------------------------------------------------------------------------------- */
/*																															*/
/* ------------------------------------------------------------------------------------------------------------------------ */
#demotip {
	display:none;
	background: url(../pagination/background/bg_tip.png) no-repeat;
	font-size:11px;
	padding-top: 10px;
	width:260px;
	height:89px;
	text-align:center;
	color:#939598;
}
/* style the trigger elements */
#demo img {
	border:0;
	float:left;
	cursor:pointer;
}

#gallery_app {
	width:735px;
	float:left;
}
#gallery_app img {
	border:2px solid #dcddde;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom:10px;
}

#ajax_news img {
	margin:5px;
	float:left;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/*																															*/
/* Browser Bugs ----------------------------------------------------------------------------------------------------------- */
/*																															*/
/* ------------------------------------------------------------------------------------------------------------------------ */
.img_news {
	margin-left:10px;
	margin-bottom:15px;
}
.border_img {
	border:2px solid #e3e3e5;
}
.brd, .brd a {
	padding: 2px;
	border: 1px dotted #000;
}
.brd a:hover {
	padding: 2px;
	border: 1px dotted #aa1627;
}
.clear {
	clear: both;	
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */