@charset "utf-8";
/* CSS Document */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 748px;
	height:120px;
	margin:0 0 0 0;	

	/* custom decorations */
	/*border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;*/
}

.pane_small .scrollable {width: 504px;height:100px;margin:0;}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:728px;
	height:100px;	
	padding:10px;
	/*background:url(/public/en_BE/eni_europe/static/images/scroll_sfondo.gif) no-repeat top right;*/
}

.pane_small .items div {
	float:left;
	width:484px;
	height:80px;	
	padding:10px;
	/*background:url(/public/en_BE/eni_europe/static/images/scroll_sfondo.gif) no-repeat top right;*/
}


/* single scrollable item */

.scrollable .sx {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	height:100px!important;
	width:262px!important;
}
.scrollable .dx {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	height:100px!important;
	width:466px!important;
}

.scrollable .items img {
	float:left;
	margin:0 0 0 0!important;
	padding:0;
	width:234px!important;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(/public/en_BE/eni_europe/static/js/PIE.htc);
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.pane_home .scrollable p {
    margin: 0 12px 0 0;float:left;padding:0;width:auto;display:inline-block;overflow:hidden;
}

.scrollable p.titolo {color:#336699;font-size:16px;
}
.pane_small .scrollable p.titolo {margin:0 0 5px 0;}

.pane_home .scrollable a {
    background: none repeat scroll 0 0 transparent;
    display: block;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
	color:#336699;font-size:12px;
}
.scrollable a:hover  {color:#336699;text-decoration:underline;}

.scrollable .rate a  {color:#336699;text-decoration:none; background:none;padding:0 0 0 0;font-size:12px;}

/*SOSTENIBILITA*/
.sostenibilita02 .scrollable {
	width: 374px;
	height:220px;
	float:right;
	margin:0 0 0 0;
}

.sostenibilita02 .items div {
	width:354px;
	height:200px;	
	background:url(/public/en_BE/eni_europe/static/images/sfondo_slide_sost.gif) no-repeat top left!important;
}

.sostenibilita02 .scrollable p.titolo {color:#336699;font-size:12px;border-bottom:none;padding:0;margin:0 0 0 0;}
.sostenibilita02 .scrollable p {border-bottom:1px solid #d1d2cf;padding:0 0 17px 20px;margin:0 0 17px 0;}


.sostenibilita02 .scrollable img {
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:auto!important;
	height:auto;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(/public/en_BE/eni_europe/static/js/PIE.htc);
}
/*.sostenibilita01 .scrollable a  {background: none;padding:0 0 0 0;}*/
/*SOSTENIBILITA*/