/* da usarsi come id per il marcatore html dei popUp: toglie la scrollbar destra in IE se non necessaria */
#html_popUp{
	overflow:auto;
}

/*
 *		Common style
 */

body {
	margin			: 0;
	text-align		: center;
	/*}

* {*/
	font-family		: verdana, arial, sans-serif;
	font-size		: 10px;
	/*}

body * {*/
	text-align		: left;
	padding: 0;
}


input, textarea, select {
	font-family		: verdana, arial, sans-serif;
	font-size		: 9px;	
}


img {
    border			: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin			: 0;
	padding			: 0;
}

fieldset, form, ul, p {
	margin			: 0;
	padding			: 0;
	border			: 0;
}

ul {
	list-style		: none;
}

em {
	font-style		: normal;
	font-weight		: bold;
}

a {
	text-decoration : none;
}

/*****************************************************************/

/*
 *		Institutional menu (footer & header)
 */

a.testo_menu_ist:link, 
a.testo_menu_ist:visited, 
a.testo_menu_ist:active  {
	color			: #a8a8a8;
	font-size		: 9px;
	letter-spacing  : -1px;
}

a.testo_menu_ist:hover {
	color			: #888888;
}

/*****************************************************************/

/*
 *		Block Elements
 */

#container {
	position		: relative;
	height			: 100%;
	width			: 751px;
	margin			: 0 auto;
	text-align		: left;
}

.farner_repl {
	height			: 0;
	display			: none;
	visibility		: hidden;
}

.clearing {
	height			: 0; 
	font-size		: 0;
	clear			: both;
}

.clearing_footer {
	clear			: both;
	height			: 10px;
}


/*****************************************************************/

/*
 *		Font-style
 */

.ucase {
	text-transform	: uppercase;
}

.bold {
	font-weight		: bold;
}

.color_red {
	color			: #ff1111;
}

.color_blue 
/*.color_blue, * */{
	color			: #004a8e;
}

.color_gray {
	color			: #767676;
}

/*****************************************************************/


/*
 * 		Lists of links
 */

a.right_arrow {
	display			: block;
	background-image: url(/static/_img_root/list_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 95%;
	font-size: 9px;
}

a.right_arrow:hover, a.activelink_arrow {
	color			: #ff1111;
	background	    : url('/static/_img_root/list_arrow_red.gif') 95% no-repeat;
	font-size: 9px;
}

a.activelink_arrow,
.activelink_ticker {
	cursor			: default;
}

.right_ticker {
	display			: block;
	background	    : url('/static/_img_root/list_ticker_blue.gif') 95% no-repeat;
}

.right_ticker:hover, .activelink_ticker {
	display			: block;
	color			: #ff1111;
	background	    : url('/static/_img_root/list_ticker_red.gif') 98% no-repeat;
}

li.dotted_border {
	background		: url('/static/_img_root/hdot.gif') bottom repeat-x;
}

ul.line_red	{
	list-style-image: url('/static/_img_root/list_line_red.gif');
}

ul li a:hover {
	color			: #ff1111;
}

/*****************************************************************/

/*
 * 		buttons
 */

a.btt_common {
	display			: inline;
	width			: auto;
	background		: #ffffff;
	border			: 1px #dcdbe0 solid;
	padding			: 1px 5px;
	font-size		: 9px;
	height			: 1.5em;
	letter-spacing	: -1px
}

/*****************************************************************/




#breadcrumbs_link {
	margin-top 		: 5px;
	float			: right;
	display			: inline;
	margin-right	: 15px;
}

#breadcrumbs_link li {
	display			: inline;
	color			: #797979;

}

#breadcrumbs_link li a {
	text-decoration : none;
	color			: #004a8e;


}

#breadcrumbs_link li a:hover {
	text-decoration : none;
	color			: #ff1111;
}


#label_new, #no_label_new {
	position		: relative;
	top				: 0;
	left			: 0;
	width			: 33px; 
	height			: 34px;
	background		: url('/static/_img_root/label_new.gif') no-repeat;
}

#no_label_new {
	background: none;
}

#label_esclusiva,
#label_anteprima  {
	position		: absolute;
	top				: 0;
	left			: 0;
	width			: 57px; 
	height			: 57px;
}

#label_esclusiva {
	background		: url('/static/_img_root/label_esclusiva.gif') no-repeat;	
}

#label_anteprima  {
	background		: url('/static/_img_root/label_anteprima.gif') no-repeat;
}

