/* CSS Style  */

body {
	font-family: Arial, Verdana, Sans-serif;
	font-size:62.5%;  
	color:#333; /* il color alternativo per minor contrasto sar… : color:#999;*/
	text-align:center;
	margin:0;
	padding:0;
	background:url(../fe-web/img/bkg_body.jpg) repeat-x center top;
}
/* il font-size che dovr… cambiare avr… 3 dimensioni diverse: font-size:1em; font-size:1.1em; font-size:1.2em; */


h2, h3, h4, h5, h6, div {margin:0; padding:0;}
p, form, input, ul  {margin:0; padding:0}
img {margin:0; padding:0; border:0;}
.bold {font-weight:bold;}
.clear {clear:both;}


.small {font-size:1.1em}


/* ########### STRUTTURA GENERALE ########### */
#main {
	/*width:990px;*/
	/*min-height:650px;*/
	margin:0 auto;
	/*text-align:left;*/
	border:1px none green;

}

#content {
	position:relative;
	width:925px;
	height:auto;
	margin:0 auto;
	text-align:left;
	border:1px none green;

	
}


#errore_404 {
	position:absolute;
	top:230px;
	width:910px;
}

#errore_404 p {
	font-size:15px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
	color:#DA2638;
}

#errore_404 p a {color:#DA2638;}



#col_main_hp {
	float:left;
	display:inline;
	width:650px;
	height:auto;
	border:1px none green;
}

#col_dx_hp {
	float:right;
	display:inline;
	width:267px;
	height:auto;
	border:1px none red;
}


#col_main {
	float:left;
	display:inline;
	width:700px;
	height:auto;
	border:1px none green;
}

#col_dx {
	float:right;
	display:inline;
	width:207px;
	border:1px none red;
}


/* ########### BOX CONTENUTI ########### */
#box_contenuti {
	float:left;
	display:inline;
	width:673px;
	border:1px none green;
	font-size:1.2em;
}

#box_contenuti a {
	color:#d7172a;
	font-weight:bold;
	text-decoration:none;
}

#box_contenuti a:hover {
	text-decoration:underline;
}


#box_contenuti ul {
	/*font-size:1.2em;*/
	padding:0;
	margin:0 0 10px 0;
	list-style-type:none;
	border:1px none green;
}

#box_contenuti li {
	padding:0 0 0 12px;
	margin:0 0 4px 0;
	/*background:url(../fe-web/img/selettore_ul.gif) no-repeat 0 5px;*/
	border:1px none green;
}


#box_tool_content .line
{
	border-bottom:1px solid #c8c5c5;
	display:block;
	height:13px;
	padding:0;
}

#box_tool_content .line_separazione
{
	border-bottom:1px solid #c8c5c5;
	display:block;
	height:1px;
	padding:0;
}

#box_tool_content .rosso
  {
	display:block;
	height:13px;
	padding:5px 0 0 5px;
	text-align:right;
	font-size:0.9em;
	color:#d7172a;
}


/* ########### H1 LOGO ########### */
h1 {
	float:left;
	display:inline;
	width:113px;
	height:89px;
	margin:0;
	padding:0;
	background:url(../fe-web/img/logo_bartolini.gif) no-repeat;
	text-indent:-9000em;
	border:1px none red;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
}


/* ########### H2 NOME SEZIONE PAGINA ########### */
.nomeUtente {
	display:inline-block;
	font-size:1.0em;
	color:#da2638;
	padding-left:0px;
}

h2.benvenuto {
	display:inline-block;
	font-size:1.2em;
	/*color:#000;*/
	padding-left:0px;
}


h2 a {
	color:#da2638;
	text-decoration:none;
}

h2 a:hover {text-decoration:underline;}

h3 {
	font-size:1.2em;
	color:#333333;
	margin-bottom:5px;
}

h4 {
	font-size:1.1em;
}

p {
	font-size:1.2em;
	margin-bottom:20px;
	/*color:#333333;*/
}


/* ########### HEADER ########### */
#header {
	position:relative;
	width:920px;
	height:89px;
	background:url(../fe-web/img/bkg_header.jpg) no-repeat;
	border:1px none green;
}

#header .data {
	position:absolute;
	bottom:7px;
	left:120px;
	width:300px;
	color:#FFF;
	font-size:1.1em;
	border:1px none green;
}

#header ul#azienda {
	float:right;
	display:inline;
	width:350px;
	height:20px;
	/*padding:0;
	margin:0;
	list-style-type:none;*/
	border:1px none green;
}

#header ul#azienda li.home {
	padding-left:15px;
	background:url(../fe-web/img/ico_home.gif) no-repeat 0;
}

#header ul#azienda li {
	float:right;
	display:inline;
	color:#FFF;
	margin:3px 12px 0 0;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore.gif) no-repeat 0 4px;
	border:1px none red;
}

#header ul#azienda li a {
	display:block;
	color:#FFF;
	font-size:1.1em;
	text-decoration:none;
}

#header ul#azienda li a:hover{
	text-decoration:underline;
}

#header #ricerca {
	position:absolute;
	right:10px;
	bottom:25px;
	/*width:200px;*/
	height:25px;
	border:1px none yellow;
}

#header #ricerca .form {
	float:left;
	display:inline;
	width:165px;
	height:15px;
	font-size:1.1em;
	color:#999999;
	padding:2px 0 0 25px;
	background:#FFF url(../fe-web/img/ico_search.gif) no-repeat top left;
	border:1px solid #c2c2c2;
}



/* ########### TOOLBAR SERVIZI BARTOLINI ########### */
ul#toolbar_servizi {
	float:left;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	border:1px none green;
}

ul#toolbar_servizi li {
	float:left;
	display:inline;
	height:19px;
	font-size:1.2em;
	margin:0;
	padding:3px 15px 0 8px;
	text-align:center;
	color:#333333;
	background:url(../fe-web/img/separatore_toolbar.gif) no-repeat top right;
	border:1px none green;
}


 h3.separatore  {
	float:left;
	height:19px;
	font-size:1.7em;
	color:#d7172a;
	background:url(../fe-web/img/separatore_toolbar.gif) no-repeat top right;
	height:18px;
	padding:0 20px 0 0; 
}

ul#toolbar_servizi li a {
	color:#333333;
	text-decoration:none;
}

ul#toolbar_servizi li a:hover {
	text-decoration:underline;
}

ul#toolbar_servizi li a.select {
	color:#d41629;
	text-decoration:none;
}



/* ########### SCELTA LINGUA ########### */
ul#scelta_lingua {
	float:right;
	display:inline;
	margin:9px 0 15px 0;
	padding:0;
	list-style-type:none;
	border:1px none green;
}

ul#scelta_lingua li {
	float:left;
	display:inline;
	height:19px;
	margin:0;
	padding:3px 10px 0 5px;
	font-size:1em;
	text-align:center;
	background:url(../fe-web/img/separatore_toolbar.gif) no-repeat top right;
	border:1px none green;
}

ul#scelta_lingua li a {
	font-size:1em;
	color:#666666;
	text-decoration:none;
}

ul#scelta_lingua li a:hover {
	color:#da2638;
}


ul#scelta_lingua li a.select {
	font-size:1em;
	color:#da2638;
	text-decoration:none;
}


/* ########### FLASH ########### */
#col_main_hp #evoc_flash {
	width:650px;
	height:310px;
	border:1px none green;
}


/* #### AREA CLIENTI #### */
#col_main_hp, #area_clienti {
	float:left;
	display:inline;
	width:205px;
	height:140px;
	margin:0 5px 0 0;
	background:url(../fe-web/img/bkg_area_clienti.gif) no-repeat;
	border:1px none green;
}

#area_clienti .box_username, #area_clienti .box_password {
	width:181px;
	height:21px;
	margin:5px 0 8px 12px;
	padding:0;
	background:url(../fe-web/img/bkg_username.gif) no-repeat;
	border:1px none green;
}

#area_clienti .box_username input, #area_clienti .box_password input {
	float:left;
	display:inline;
	width:150px;
	height:17px;
	font-size:1.1em;
	margin:2px 5px 0 5px;
	padding:0;
	border:1px none green;
}

#area_clienti .box_password input {
	width:95px;
	border:1px none green;
}

#area_clienti .box_password img {
	float:right;
	display:inline;
	margin:1px 2px 0 0;
}

#area_clienti a.dimenticato_password {
	display:block;
	_display:inline;
	width:170px;
	height:21px;
	color:#FFF;
	font-size:1.1em;
	margin:0 15px 0 18px;
	padding:1px 0 0 23px;
	background:url(../fe-web/img/ico_dimenticato_password.gif) no-repeat;
	border:1px none red;

}

#area_clienti a:hover.dimenticato_password {text-decoration:none;}


/* #### RICERCA FILIALE #### */
#col_main_hp #ricerca_filiale {
	float:left;
	display:inline;
	width:205px;
	height:140px;
	margin:0 5px 0 0;
	background:url(../fe-web/img/bkg_ricerca_filiale.gif) no-repeat;
	border:1px none green;
}

#col_main_hp #ricerca_filiale .img_filiale,
#col_main_hp #punta_rosso .img_punta_rosso  {
	float:left;
	display:inline;
	width:75px;
	height:105px;
	margin:0 0 0 3px;
	border:1px none green;
}

#ricerca_filiale ul, #punta_rosso ul {
	float:left;
	display:inline;
	width:110px;
	margin:7px 0 0 0;
	padding:0;
	list-style-type:none;
	border:1px none green;
}

#ricerca_filiale li, #punta_rosso li  {
	font-size:1.1em;
	color:#404040;
	line-height:13px;
	margin:0 0 5px 0;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore2.gif) no-repeat 0 3px;
	list-style-position:outside;
	border:1px none red;
}

#punta_rosso li a {
	color:#404040;
	text-decoration:none;
}

#punta_rosso li a:hover {
	text-decoration:underline;
}



/* #### PUNTA SUL ROSSO #### */
#col_main_hp #punta_rosso {
	float:left;
	display:inline;
	width:205px;
	height:140px;
	background:url(../fe-web/img/bkg_punta_rosso.gif) no-repeat;
	border:1px none green;
}




/* ########### CONTRASTO E TEXT SIZE ########### */
ul.contrasto_textSize {
	float:right;
	display:inline;
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	padding:0;
	font-size:1.1em;
	list-style-type:none;
	border:1px none green;
}

ul.contrasto_textSize li {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0 6px 0 0;
	border:1px none green;
}

ul.contrasto_textSize li a.font_piccolo {
	vertical-align:bottom;
	font-size:10px;
	color:#333333;
}

ul.contrasto_textSize li a.font_medio {
	vertical-align:bottom;
	font-size:11px;
	color:#333333;
}

ul.contrasto_textSize li a.font_grande {
	vertical-align:bottom;
	font-size:12px;
	color:#333333;
}

ul.contrasto_textSize li a:hover.font_piccolo, 
ul.contrasto_textSize li a:hover.font_medio, 
ul.contrasto_textSize li a:hover.font_grande {
	color:#da2638;
	text-decoration:none;
}

ul.contrasto_textSize li a.font_selezionato {
	color:#da2638;
	text-decoration:none;
}


#col_dx_hp ul.menu_hp {
	width:267px;
	height:auto;
	margin:0 0 8px 0;
	padding:0;
	list-style-type:none;
	font-size:0 !important;
	border:1px none green;
}



/* ########### BOX LAVORA CON BARTOLINI HP ########### */
#col_dx_hp .box_lavoraBartolini_hp {
	position:relative;
	width:267px;
	height:56px;
	margin:7px 0 0 0;
	background:url(../fe-web/img/it/bkg_lavoraBartolini_hp.gif) no-repeat;
}

#col_dx_hp .box_lavoraBartolini_hp a {
	position:absolute;
	top:32px;
	right:3px;
	display:block;
	width:130px;
	height:30px;
	padding-right:15px;
	color:#333333;
	font-size:1.1em;
	line-height:12px;
	text-decoration:none;
	border:1px none red;
}

	

/* ########### BOX NEWS HP ########### */
#col_dx_hp .box_newsHp {
	width:267px;
	height:86px;
	margin:10px 0 0 0;
	background:url(../fe-web/img/bkg_newsHp.jpg) no-repeat;
}

.box_newsHp h3 {
	width:185px;
	color:#d7172a;
	font-size:1.1em;
	margin:0 15px 5px 45px;
	padding:8px 15px 0 0;
	background:url(../fe-web/img/fr_news_hp.gif) no-repeat 190px 11px;
	border:1px none red;	
}

.box_newsHp h3 a {
	color:#d7172a;
	text-decoration:none;
}

.box_newsHp h3 a:hover {text-decoration:underline;}

.box_newsHp p {
	font-size:1.1em;
	line-height:13px;
	margin:0 15px 0 45px;
}

.box_newsHp a {
	color:#d7172a;
	text-decoration:none;
}



/* ########### MENU DX PAGINE INTERNE ########### */
#col_dx ul.menu {
	width:206px;
	height:auto;
	margin:0 0 8px 0;
	padding:0;
	list-style-type:none;
	font-size:0 !important;
	border:1px none green;
}


#col_dx .box_ricerca_filiale {
	position:relative;
	width:206px;
	height:72px;
	margin:10px 0 15px 0;
	background:url(../fe-web/img/it/bkg_ricerca_filiale.gif) no-repeat;
}

#col_dx .box_ricerca_filiale a {
	position:absolute;
	width:160px;
	top:33px;
	left:13px;
	color:#333333;
	font-size:1.1em;
	text-decoration:none;
	border:1px none red;
}

#col_dx .box_ricerca_filiale a:hover {
	text-decoration:underline;
}



/* ########### BOX LAVORA CON BARTOLINI ########### */
#col_dx .box_lavoraBartolini {
	position:relative;
	width:206px;
	height:61px;
	margin:7px 0 0 0;
	background:url(../fe-web/img/it/bkg_lavoraBartolini.gif) no-repeat;
	border:1px none green;
}

#col_dx .box_lavoraBartolini a {
	position:absolute;
	display:block;
	top:38px;
	right:15px;
	width:90px;
	height:25px;
	color:#333333;
	font-size:0.9em;
	line-height:11px;
	text-decoration:none;
	border:1px none red;
}



/* ########### BOX CONTENITORE TOOLBAR 2 LEVEL E BREADCRUMB ########### */
#box_tool_breadcrumb {
	position:relative;
	height:70px;
	border:1px none red;
}


/* ########### TOOLBAR 2 LIVELLO ########### */
ul.toolbar_2level {
	float:left;
	display:inline;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
	border-bottom:3px solid #d7172a;
}

ul.toolbar_2level li {
	float:left;
	display:inline;
	padding:3px 13px;
	font-size:1.1em;
	list-style-position:outside;
	border:1px solid #d9d9d9;
	border-bottom:none;
	border-right:none;
	background:#fbfbfb;
}

ul.toolbar_2level li.end_toolbar_2level {
	border-right:1px solid #d9d9d9;
}


ul.toolbar_2level li a {
	color:#333333;
	text-decoration:none;
}

ul.toolbar_2level li a:hover {text-decoration:underline;}

ul.toolbar_2level li.tool_select {
	float:left;
	display:inline;
	padding:3px 13px;
	font-size:1.1em;
	list-style-position:outside;
	border:1px solid #d7172a;
	border-bottom:none;
	border-right:none;
	background:#d7172a;
}

ul.toolbar_2level li a.select {
	color:#FFF;
	text-decoration:none;
}



/* ########### BREADCRUMB ########### */
#breadcrumb {
	position:absolute;
	top:43px;
	width:684px;
	padding:7px 4px 5px 10px;
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

#breadcrumb ul {
	float:left;
	display:inline;
	list-style-type:none;
	border:1px none green;
}

#breadcrumb ul li {
	float:left;
	display:inline;
	padding-right:5px;
	color:#999999;
	font-size:1em;
	list-style-position:outside;
	border:1px none green;
}

#breadcrumb ul li a {color:#999999;}
#breadcrumb ul li a:hover {text-decoration:none}


#breadcrumb ul.stampa_info {
	float:right;
	display:inline;
	list-style-type:none;
	border:1px none green;
}
#breadcrumb ul.stampa_info li {
	float:left;
	display:inline;
	list-style-position:outside;
	padding-left:8px;
	border-left:1px solid #e8e8e8;
}


/* ########### BACKGROUND TOOLBAR SX E CONTENUTI ########### */
#bkg_tool_contenuti {
	padding:15px 0; 
	background: url(../fe-web/img/box_tool_content_filetto.gif) repeat-y;
}

/* ########### BOX CONTENITORE TOOLBAR SX E CONTENUTI ########### */
#box_tool_content {
	position:relative;
	width:914px;
	margin:0 auto;
	margin-top:35px;
	background-image:url(../fe-web/img/bkg_content_esterno.jpg);
	background-repeat:repeat-y;
/*	background: url(/img/box_tool_content.gif);
	border-right:1px solid #e8e8e8;*/
}


#box_tool_content .separatore_bottom {
	position:absolute;
	bottom:0;

}

/* ########### TOOLBAR SX ########### */
#toolbar_sx {
	float:left;
	display:inline;
	/*position:relative;*/
	width:204px;
	height:auto;
	min-height:523px;
	background:#ebebeb;
	margin:0px 15px 15px 0;
	padding:0px;
	border:1px none red;
}

#toolbar_sx ul {
	list-style-type: none;
	list-style-position: outside;
	background: url(../fe-web/img/bkg_toolbar_sx.gif) repeat-x bottom; 
	padding: 0 0 14px 8px;
}
	

	
#toolbar_sx h3{
	display:block;
	height:30px;
	/*color:#000;*/
	background:none;
	font-size:1.3em;
	font-weight:bold;
	padding:15px 0 0 50px;
	margin:0;
}
#toolbar_sx  h3.mondo{
	background-image:url(../fe-web/img/mondo.jpg);
	background-repeat:no-repeat;
	background-position:10px;
}

#toolbar_sx  h3.servRit{
	background-image:url(../fe-web/img/serv-rit.jpg);
	background-repeat:no-repeat;
	background-position:10px 1px;
	/*padding-bottom: 8px;*/
}

#toolbar_sx  h3.scambio{
	background-image:url(../fe-web/img/scambio.jpg);
	background-repeat:no-repeat;
	background-position:10px;
}

#toolbar_sx  h3.funzioni{
	background-image:url(../fe-web/img/funzioni.jpg);
	background-repeat:no-repeat;
	background-position:10px;
}

#toolbar_sx li {
	/*position:relative;*/
	margin:0;
	padding:5px 0px 5px 44px;
	font-size:1.1em;
	border:1px none red;
}

#toolbar_sx li a, #toolbar_sx li a.mail, #toolbar_sx li .tit_ricerca {
	display:block;
	color:#333333;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore2.gif) no-repeat 0 3px;
	text-decoration:none;
	border:1px none green;
}

#toolbar_sx  h3.colRosso,
#toolbar_sx .colRosso li a{
	color:#d7172a;
}

#toolbar_sx li a.mail {
	padding-left:0;
	background:none;
}

#toolbar_sx li a:hover, #toolbar_sx li a:hover.link_esterno {text-decoration:underline;}


#toolbar_sx li a.link_esterno {
	display:block;
	/*color:#000;*/
	padding-left:16px;
	background:url(../fe-web/img/ico_link_esterno.gif) no-repeat  left top;
	text-decoration:none;
	border:1px none green;
}


#toolbar_sx li a.select, #toolbar_sx li span {
	display:block;
	color:#9f9f9f;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore_bn.gif) no-repeat 0 3px;
	text-decoration:none;
	border:1px none green;
}


#toolbar_sx h2, #toolbar_sx .tit_archivio {
	/*color:#000;*/
	background:none;
	font-size:1em;
	padding:0;
	margin:0;
}

#toolbar_sx .tit_archivio {
	float:left;
	display:inline;
	font-weight:bold;
}

#toolbar_sx .tit_news {
	float:right;
	display:inline;
	color:#333333;
	background:none;
	font-size:1em;
	padding:0;
	margin:0;
	font-weight:normal;
}





#toolbar_sx p {
	color:#333333;
	background:none;
	font-size:1em;
	padding:0;
	margin:3px 0;
}

#toolbar_sx li .ricerca {
	float:left;
	display:inline;
	width:140px;
	height:16px;
	font-size:1em;
	color:#999999;
	margin:5px 5px 5px 0;
	padding:2px 0 0 20px;
	background:#FFF url(../fe-web/img/ico_search.gif) no-repeat left 1px;
	border:1px solid #aaaaaa;
}





#content .FAQ  {
	float:right;
	position:relative;
	width:30px;
	border:1px none green;
	font-size:1.2em;
}

#content .FAQ a {
	color:#d7172a;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore2.gif) no-repeat 0 3px;
	text-decoration:underline;
}

#content .FAQ a:hover {
	color:#9F9F9F;
	background:url(../fe-web/img/fr_selettore_bn.gif) no-repeat 0 3px;
}









/* ########### TABLE SPEDIZIONE ########### */

#toolbar_sx, .table_dati_spedizione {
/*	width:217px;*/
	font-size:1em;
	border-collapse:collapse;
/*	border-bottom:1px solid #cccccc;*/
	
}

.table_dati_spedizione tr {
/*	background:url(/img/bkg_table.gif) repeat-x;*/

}


.table_dati_spedizione td, .table_dati_spedizione th {
	padding:2px 6px 2px 6px;
	text-align:left;
	border-right:1px solid #cccccc;
}
.table_dati_spedizione td.bold  {
	font-weight:bold;
	text-align:right;
	padding:3px 10px;
	width:220px;
	vertical-align:top;
}
.table_dati_spedizione th {
/*	width:72px;*/
	color:#FFF;
	background-color:#d7172a;
	text-align:center;
	border-right:1px solid #FFF;
}

.table_dati_spedizione th.width_2cols {width:108px;}
.table_dati_spedizione th.no_border {border:none;}
.table_dati_spedizione td.double_border {border-right:1px solid #bbb9b9;}
.table_dati_spedizione td.bkg_grey {background:#e3e3e3 url(../fe-web/img/bkg_table.gif) repeat-x;}

/* ########### TABLE SPEDIZIONE ########### */
.table_spedizione, .table_selezioni {
	font-size:0.9em;
	border-collapse:collapse;
	}

.table_spedizione td, .table_spedizione th {
	padding:3px;
	text-align:left;
	border-right:1px solid #cccccc;
}

.table_selezioni td, .table_selezioni th {
	padding:3px;
	font-size:1em;
	text-align:left;
}

.table_spedizione th {
	color:#FFF;
	background-color:#d7172a;
	text-align:center;
	border-right:1px solid #FFF;
}

.table_spedizione td {
	font-size:1.0em;
	vertical-align: top;
}

.table_spedizione th.width_2cols {width:108px;}
.table_spedizione th.no_border {border:none;}
.table_spedizione td.double_border {border-right:1px solid #bbb9b9;}
.table_spedizione td.bkg_grey {background:#e3e3e3 url(../fe-web/img/bkg_table.gif) repeat-x;}

/* Colore sfondo righe pari */
.table_spedizione tr:nth-child(even) {
	background-color: #e3e3e3;
}

.riga_pari {
	background-color: #e3e3e3;
}


/* ########### TABLE SPEDIZIONE ########### */
#toolbar_sx, .table_stato_dati {
/*	width:217px;*/
	font-size:1em;
	border-collapse:collapse;
/*	border-bottom:1px solid #cccccc;*/
	
}

.table_stato_dati td, .table_stato_dati th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-align:center;
	border-right:1px solid #cccccc;
}

.table_stato_dati th {
/*	width:72px;*/
	color:#FFF;
	background-color:#d7172a;
	text-align:center;
	border-right:1px solid #FFF;
}

.table_stato_dati th.width_2cols {width:108px;}
.table_stato_dati th.no_border {border:none;}
.table_stato_dati td.double_border {border-right:1px solid #bbb9b9;}
.table_stato_dati td.bkg_grey {background:#e3e3e3 url(../fe-web/img/bkg_table.gif) repeat-x;}


/* Colore sfondo righe pari */
.table_stato_dati tr:nth-child(odd) {
	background-color: #e3e3e3;
}



/* ########### TABLE SUPPLEMENTO CARBURANTE ########### */
#table_suppCarburante {
	width:440px;
	font-size:1em;
	border-collapse:collapse;
	margin:40px 0;
	border:1px none green;
}


#table_suppCarburante thead th {
	width:146px;
	text-align:center;
	padding:5px;
	border-right:1px solid #cacaca;
}

#table_suppCarburante th.no_border {border:none;}

#table_suppCarburante thead th span {
	font-size:1.2em;
	background:url(../fe-web/img/fr_selettore_bn.png) left 5px no-repeat;
	_background:url(../fe-web/img/fr_selettore_bn.gif) left 5px no-repeat;
	padding:0 0 0 10px;
	margin:0 auto;
}

#table_suppCarburante td {
	padding:5px;
	font-size:1.4em;
	text-align:center;
	border-bottom:1px solid #cacaca;
	border-right:1px solid #cacaca;
	border-left:1px solid #cacaca;
}

#table_suppCarburante td.separa_tr {
	padding:0;
	border-bottom:1px solid #cacaca;
	border-right:none;
	border-left:none;
}

#table_suppCarburante tr.bkg_greyS {background:#e5e5e5;}
#table_suppCarburante tr.bkg_greyC {background:#f5f5f5;}



#toolbar_sx a.link_tabella {
	display:block;
	padding:5px;
	text-align:right;
	color:#666666;
	border-bottom:5px solid #FFF;
}


#toolbar_sx a:hover.link_tabella {text-decoration:none;}

p.indicatore_fr_bn {
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore_bn.png) no-repeat left 4px;
	_background:url(../fe-web/img/fr_selettore_bn.gif) no-repeat left 4px;
}










/* ########### FAQ CONTENT ########### */
#faq_content {
	border:1px none red;
	text-align: justify;
}

#faq_content h3 {
	font-size:1.3em;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 10px 5px 28px;
	background:url(../fe-web/img/ico_faq_h3.gif) no-repeat 9px 6px;
	border-bottom:1px solid #dbdbdb;
}

#faq_content h3 a {
	color:#333333;
	text-decoration:none;
}

#faq_content h3 a:hover {text-decoration:underline;}

#faq_content dl {
	padding:0;
	margin:0 0 10px 0;
	border:1px none green;
}

#faq_content dt {
	padding:0 10px 5px 0;
	margin:0 0 0 10px;
	border:1px none green;
}

#faq_content dt a.link {
	padding-left:10px;
	font-size:1.1em;
	color:#d7172a;
	font-weight:bold;
	background:url(../fe-web/img/fr_h2.gif) no-repeat left 4px;
}

#faq_content dt a:hover.link {
	text-decoration:none;
}

#faq_content dd {
	font-size:1.1em;
	padding:0 10px 5px 0;
	margin:0 0 10px 20px;
	border:1px none green;
}

#faq_content .risposta {
	font-size: 1em;
}

#faq_content .risposta ul li {
	font-size: 1em;
}

#faq_content dd span {color:#d7172a;}

#faq_content .info {
	font-size: 1.1em;
}


/* ########### RISULTATO RICERCA ########### */
#risultatoRicerca_content {
	border:1px none red;
}

#risultatoRicerca_content .risultato {
	height:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #d0d0d0;
}

#risultatoRicerca_content .risultato p {
	float:left;
	display:inline;
	font-size:1.2em;
	color:#333333;
	padding:0;
	margin:0 5px 0 10px;
	border:1px none red;
}

#risultatoRicerca_content .risultato ul {
	float:right;
	display:inline;
	margin:0 5px;
	list-style-type:none;
	border:1px none red;
}

#risultatoRicerca_content .risultato ul li {
	float:left;
	display:inline;
	font-size:1.1em;
	padding:0 5px 0 0;
	color:#333333;
	border:1px none red;
}

#risultatoRicerca_content .risultato ul li a {color:#d7172a;}
#risultatoRicerca_content .risultato ul li a:hover {text-decoration:none;}



#risultatoRicerca_content h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 10px 5px 28px;
	background:url(../fe-web/img/ico_faq_h3.gif) no-repeat 9px 6px;
	border-bottom:1px solid #dbdbdb;
}

#risultatoRicerca_content dl {
	padding:0;
	margin:0 0 10px 0;
	border:1px none green;
}

#risultatoRicerca_content dt {
	padding:10px 10px 2px 10px;
	margin:0;
	border:1px none red;
}

#risultatoRicerca_content dt a {
	padding-left:10px;
	font-size:1.2em;
	color:#d7172a;
	font-weight:bold;
	text-decoration:none;
	background:url(../fe-web/img/fr_h2.gif) no-repeat left 4px;
}

#risultatoRicerca_content dt a:hover {
	text-decoration:underline;
}

#risultatoRicerca_content dd {
	font-size:1.2em;
	padding:0 10px 10px 20px;
	margin:0;
	color:#333333;
	border-bottom:1px solid #d0d0d0;
}

#risultatoRicerca_content dd a, #risultatoRicerca_content dd span {color:#d7172a;}



/* ### PAGINAZIONE ### */
ul#paginazione {
	padding:10px 0 10px 0;
	margin:0;
	text-align:center;
	border:1px none red;
	
}

ul#paginazione li {
	display:inline;
	font-size:1em;
	color:#333333;
	padding:0 5px 0 0;
}

ul#paginazione li span {color:#da2638;}
ul#paginazione li a {color:#333333; font-weight:normal; text-decoration:underline;}
ul#paginazione li a:hover {text-decoration:none;}



/* ##### ARCHIVIO NEWS - ELENCO CON BKG NUMERICO ##### */
ul#archivio_news {
	float:left;
	display:inline;
	width:200px;
	height:550px;
	overflow:hidden;
	list-style-type:none;
	border:1px none red;
}

ul#archivio_news li {
	position:relative;
	overflow:hidden;
	background:none;
	padding-top:8px;
	padding-bottom:5px;
	border-bottom:1px solid #c8c5c5;
}


ul#archivio_news li p {
	width:140px;
	padding:0;
	margin:0;
}

ul#archivio_news li .num {
	position:absolute;
	right:5px;
	bottom:-3px;
	_right:0;
	_top:2px;
	height:35px;
	color:#dcdcdc;
	font-size:46px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:-5px;
}


/* ########### SCROLLBAR ARCHIVIO NEWS E ASSISTENZA CLIENTI ########### */
#toolbar_sx #box_scrollbar {
	float:left;
	display:inline;
	position:relative;
	width:15px;
	height:560px;
	text-align:center;
	background:url(../fe-web/img/bkg_scroolbar.gif) repeat-y;
	border:1px none green;
}

#box_scrollbar .scroll {
	position:relative;
	left:1px;
}

#box_scrollbar .ferma_scroll {
	position:absolute;
	left:1px;
	bottom:0;
}


/* ########### TESTO TOOLBAR ASSISTENZA CLIENTI ########### */
.text_assClienti {
	font-size:1.1em;
	color:#666666;
	margin:15px 15px 15px 12px;
	border:1px none green;
}

.text_assClienti p {
	margin:0 0 10px 0 !important;
	padding:0;
}

.text_assClienti a {color:#d7172a !important;}
.text_assClienti a:hover {text-decoration:none !important;}


/* ########### FLASH CARTINA ########### */
#flash_cartina {
	width:467px;
	height:491px;
}



/* ##### ASSISTENZA CLIENTI - ELENCO ##### */
ul#assClienti {
	float:left;
	display:inline;
	width:200px;
	height:550px;
	overflow:hidden;
	list-style-type:none;
	border:1px none red;
}

ul#assClienti li {
	position:relative;
	overflow:hidden;
	background:none;
	padding-top:5px;
	padding-bottom:6px;
	border-bottom:1px solid #c8c5c5;
}

ul#assClienti li span {
	color:#333333;
	margin-bottom:3px;
	font-weight:bold;
}


ul#assClienti li a {
	font-size:0.95em !important;
	color:#d7172a;
	font-style:italic;
	padding-left:25px;
	text-decoration:underline;
	background:url(../fe-web/img/ico_mappa.gif) no-repeat 10px top;
}

ul#assClienti li a:hover {text-decoration:none;}



/* ##### CONTATTACI ##### */
#box_form_contattaci {
	margin-top:15px;
	border:1px none green;
}

#box_form_contattaci .cont_form {
	height:30px;
	background:#f5f5f5;
	margin-bottom:20px;
	border:1px solid #eaeaea;
}

#box_form_contattaci select {
	float:left;
	display:inline;
	margin:5px 5px 0 20px;
	font-size:1.2em;
	background:#e6e6e6;
	border:1px solid #7a7a7a;
}

#box_form_contattaci .form {
	float:left;
	display:inline;
	width:198px;
	height:17px;
	font-size:1.2em;
	background:#f7f7f7;
	color:#666666;
	margin:0 20px 10px 0;
	padding:3px 5px 0 10px;
	border:1px solid #eaeaea;
}

#box_form_contattaci input.no_margin {
	margin:0 0 10px 0;
}

#box_form_contattaci .prov {
	float:left;
	display:inline;
	margin-right:5px;
	border:1px none green;
}

#box_form_contattaci .prov span {	
	float:left;
	display:inline;
	font-size:1.2em;
	color:#666666;
	border:1px none green;
}

#box_form_contattaci textarea {
	overflow:hidden;
	width:433px;
	height:90px;
	font-size:1.2em;
	background:#f7f7f7;
	color:#666666;
	font-family: Arial, Verdana, Sans-serif;
	margin:0 0 10px 0;
	padding:3px 5px 0 10px;
	border:1px solid #eaeaea;
}

#box_form_contattaci p {
	float:left;
	display:inline;
	margin:0 5px 15px 0;
	padding:0;
}


#box_form_contattaci .checkbox {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#box_form_contattaci span {
	display:block;
	font-size:1.2em;
	color:#d7172a;
	margin:0 0 10px 0;
}

#box_form_contattaci ul {
	float:left;
	display:inline;
	list-style-type:none;
	margin:3px 0 0 0;
	padding:0;
	border:1px none red;
}

#box_form_contattaci ul li {
	float:left;
	display:inline;
	color:#666666;
	margin:0;
	padding:0 5px 0 0;
}

#box_form_contattaci .info {
	float:left;
	display:inline;
	width:425px;
	margin:5px 0 0 0;
	font-size:1.1em;
}

#box_form_contattaci .reset {
	float:right;
	display:inline;
	width:60px;
	height:22px;
	background:url(../fe-web/img/bt_reset.gif) no-repeat;
	margin:10px 5px 0 5px;
	border:none;
}

#box_form_contattaci .invia {
	float:right;
	display:inline;
	width:60px;
	height:22px;
	background:url(../fe-web/img/it/bt_invia.gif) no-repeat;
	margin:10px 5px 0 5px;
	border:none;
}

#box_form_contattaci  .ricerca {
	float:left;
	display:inline;
	width:60px;
	height:22px;
	background:url(../fe-web/img/it/bt_ricerca.gif) no-repeat;
	margin:5px 5px 0 20px;
	border:none;
}





/* ########### FOOTER ########### */
#footer {
	width:100%;
	height:164px;
	background:#e8e8e8;
	border:1px none red;
}

#footer .bkg_footer_main {
	width:990px;
	height:149px;
	/*height:164px;*/
	margin:0 auto;
	padding-top:15px;
	background:url(../fe-web/img/bkg_footer_main.jpg) repeat-y center top;
	border:1px none red;
}

#footer .bkg_footer_main .content_footer {
	width:914px;
	min-height:133px;
	_height:133px;
	margin:0 auto;
	text-align:left;
	background:url(../fe-web/img/bkg_content_footer.gif) repeat-x;
	border:1px none red;
}

.copy {
	width:700px;
	font-size:1.1em;
	color:#999999;
	margin:10px auto;
	line-height:1.6em;
	border:1px none green;
}

.copy span {color:#d7172a;}

.content_footer ul {
 	float:left;
	display:inline;
	width:145px;
	min-height:115px;
	color:#FFF;
	font-size:1.1em;
 	padding:0;
	margin:10px 10px 10px 0;
	list-style-type:none;
	background: url(../fe-web/img/bkg_ul_footer.gif) no-repeat top right; 
	border:1px none green;
}

.content_footer ul.margin {
	margin-left:15px;
}
 
.content_footer ul li {
	padding:0;
	margin:0 3px 2px 0;
	list-style-position:outside;
	border:1px none yellow;
}

.content_footer ul li a {
	display:block;
	_display:inline;
	padding-left:10px;
	color:#FFF;
	text-decoration:none;
}

.content_footer ul li a:hover {
	text-decoration:underline;
}


.content_footer a.categoria {
	color:#FFF;
	padding-left:10px;
	font-weight:bold;
	_background:url(../fe-web/img/fr_selettore_footer.png) no-repeat 0 3px;
	background:url(../fe-web/img/fr_selettore_footer.gif) no-repeat 0 3px;
}

.content_footer li.it {
	padding-left:15px;
	background:url(../fe-web/img/lang_it.gif) no-repeat 0 2px;
}

.content_footer li.en {
	padding-left:15px;
	background:url(../fe-web/img/lang_en.gif) no-repeat 0 2px;
}

.content_footer li.fr {
	padding-left:15px;
	background:url(../fe-web/img/lang_fr.gif) no-repeat 0 2px;
}

.content_footer li.de {
	padding-left:15px;
	background:url(../fe-web/img/lang_de.gif) no-repeat 0 2px;
}

.content_footer .logo_bartolini_footer {
	float:left;
	display:inline;
	width:95px;
	margin:15px 0 10px 0;
	text-align:center;
	font-size:1.1em;
	color:#e8e8e8;
	border:1px none red;
}

.content_footer .logo_bartolini_footer a {
	color:#e8e8e8;
	text-decoration:none;
}

.content_footer .logo_bartolini_footer a:hover {
	text-decoration:underline;
}





#toolbar_sx li a:hover, #toolbar_sx li a:hover.link_esterno {text-decoration:underline;}


#toolbar_sx li a.link_esterno {
	display:block;
	color:#d7172a;
	padding-left:16px;
	background:url(../fe-web/img/ico_link_esterno.gif) no-repeat  left top;
	text-decoration:none;
	border:1px none green;
}


#toolbar_sx li a.select, #toolbar_sx li span {
	display:block;
	color:#9f9f9f;
	padding-left:10px;
	background:url(../fe-web/img/fr_selettore_bn.gif) no-repeat 0 3px;
	text-decoration:none;
	border:1px none green;
}






/* ########### FORM ########### */

.form{

	position:relative;
	top:10px;
	right:136px;
	float: right;
	margin: 0;
	padding:0;
	width: auto;
	height: auto;
	background-color:#f7f7f7;
	
}
.form p{
	text-align:left;
	text-align:justify;
	margin:0;
	padding:0;
}


table{
	background-color:#f7f7f7;
	border-bottom:#C30 3px solid;
	border-top:#e5e5e5 1px solid;
	border-right:#e5e5e5 1px solid;
	border-left:#e5e5e5 1px solid;
	width:672px;
	border-collapse:collapse;
	font-size:1em;
}
		
	
tbody{
	background-color:#f7f7f7;
	}
	

td{
	width: auto;	
	text-align:left;
	/*color: #000;*/
	font-weight:normal;
	padding: 5px 20px 5px 20px;
	margin:0;
}

tr.odd td,tr.odd th{background: #f7f7f7}

caption{
	font-size:1em;
	font-weight:bold;
	text-align:left;
	/*color:#000;*/
	padding:0 0 10px 0;
	}
	
	
	
table.date{
	background-color:#f7f7f7;
	border:none;
	width:70px;
}

table.date td{
	width: auto;	
	padding:0;
	margin:0;
}

td.send input {
	width:64px;	
	height:26px;
	padding:0;
	margin:0;
	background-image:url(../fe-web/img/bt_ricerca_esterno.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#f7f7f7;
	border:none;
	cursor:pointer;
	font-size:0.95em;
	color:#FFF;
	text-align:center;
}

td.disposizioni input {
	width:100%;	
	height:26px;
	padding:0;
	margin:0;
	background-image:url(../fe-web/img/btn_dispos.gif);
	background-repeat:no-repeat;
	background-position:bottom center ;
	background-color:#f7f7f7;
	border:none;
	cursor:pointer;
	font-size:0.95em;
	color:#FFF;
	text-align:center;
	
}
		

td img {
	padding:0 10px 0 10px;
	margin:0;
}

input{
	text-align: left;
	border: #CCCCCC 1px solid;
}

input.submit {
	background-color: #D10024;
	cursor:pointer;
	font-size:0.95em;
	color:#FFF;
	text-align:center;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border: none;
}

button {
	background-color: #D10024;
	cursor:pointer;
	font-size:0.95em;
	color:#FFF;
	text-align:center;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border: none;
}

.obbligatorio
  {
	color:#d7172a;
}

.condizioni_ritiro {
	font-size: 1.1em;
	text-align: justify;
}

.condizioni_ritiro ul {
	list-style-position: inside;
}

.condizioni_ritiro li {
	font-size: 1em;
}
