/***************************
Template fbox for theme: IW_F31
by iWebSolutions 
http://www.iwebsolutions.org 
****************************/

.contenitore_fbox{
	width: 100%;  
	background: inherit;
	background-position: 0 0; 
	background-repeat: repeat-x;
	margin-bottom: 15px;
	height: 70px;
	padding-bottom: 20px;
}

table.fBox { background-position: 0 0; background-repeat: repeat-x; }
/* 
div.fbox-cont {	
/* width: 1000px;  */
/*	width: 100%;
	margin: auto auto; background-position: 0 0; background-repeat: repeat-x;
	background-color: #E3E3E3;
	margin-bottom: 15px;
	}
 */
 
	
div#buts {
	position: absolute;
	width: 1000px;  
	/* width: 900px;*/
	height: 35px;
	margin-top: 30px;
	z-index: 0;
}

/* Contenuto Testuale */

div#promos div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	/* width: 1000px;  /* Non accetta percentuali */
	width:  900px; 
	overflow: hidden;
	/*padding:2em;*/	
	margin-left:20px;
	
	}
div#promos div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	/* width: 1000px;  /* Non accetta percentuali */
	width:  900px; 
	overflow:hidden;
	float:left;
	padding-left: 2em;
	
	}
div#promos div.scroller div.content {
	/* width: 10000px;  */
	 width: 10000px;
	}
	
/********* Da USER_STYLE *****************/

table.fBox { background-image: url(images/fsw_fBox_table.png); }
div.fbox-cont { background-image: url(images/fsw_fBox_cont.png); }
	
/********* Formattazione FONT ****************/

h2.promo{
	/* font-size: 36px; */
font-family: Georgia; 
font-size:20px;
letter-spacing: -0.1px;
	font-weight: normal; 
	padding: 10px 0px; 
	margin: 0px;
	color: #fff;
	text-transform: lowercase;
	
}
p.promo{
/* 	font-size: 22px;  */
	font-size: 14px; 
	font-weight: normal; 
	padding: 0;
	margin: 0;
	padding-left: 4em;
	/* padding: 0px 0px; */
	text-align: justify;
	color: #fff;
}

