@charset "UTF-8";
/* CSS Document */

/* alternate colors: skin2 */ 
ul.skin2 a {
	background-color:#333333;		
	
}

/* mouseover state */
ul.skin2 a:hover {
	background-color:#333333;
}

/* active tab */
ul.skin2 a.current {
	background-color:#333333;
	border-bottom:2px solid #4F5C6A;	
	
}

/* tab pane with background gradient */


div.skin2 div {
	color:#333333;;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: dotted;
	border-top-style: dotted;
	border-left-color: #999999;
	border-top-color: #999999;
	
	min-height:100px;
}


#flowtabs li {
	list-style-image:none !important;
	list-style-type:none !important;
	margin:0 !important;
}

#content div.skin2 div h2 {
	margin-top:0px;
	color:#ff3300;
}


	ul.css-tabs li {
		list-style-image:none !important;
		list-style-type:none !important;
		margin:0 !important;
	}
	
	div.css-panes h2 {
		margin-top:0px;		
	}
	
	
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:0px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a{ 
	float:left;
	color:#ffffff;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:0px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#9b9b9b;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
    margin-right:2px;
	
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#FF6600;
	color:#ffffff;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:0px solid #ddd;	
	color:#ff3300;	
	cursor:default;
	font-weight:bold;
}

	
/* tab pane */
div.css-panes div {
	display:none;

	min-height:100px;
	padding:10px 10px;
	background-color:#fff;	
}

.img_px {
float:left;
padding-left:0px;
}



.spazio {
margin-top:25px;
}
.descrizione {
height:110px;
}


.punti {
background-image:url(../immagine-sito-internet-bergamo-milano/portfolio-siti-web/sf_portfolio.jpg);
visibility:visible;


}

.punti1 {
background-image:url(../immagine-sito-internet-bergamo-milano/portfolio-siti-web/sf_portfolio.jpg);
visibility:visible;
padding-top:15px;


}




/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
background-image:url(../immagine-sito-internet-bergamo-milano/nuvola.png);
	 
	font-size:11px;
	height:40px;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:200px;
	text-align:justify;
	
	display:none;
	color:#fff;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}

#trigger {
	
	color:#666666;
	
	font-size:12px;
	height:20px;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	width:200px !important;
	
	position:relative;

	
	
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#ff3300;
}

#trigger1 {
	
	color:#666666;
	
	font-size:12px;
	height:20px;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	width:200px !important;
	
	position:relative;

	
	
}

/* simple mouseover effect for the trigger */
#trigger1:hover {
	color:#ff3300;
}



#trigger2 {
	
	color:#666666;
	
	font-size:12px;
	height:20px;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	width:200px !important;
	
	position:relative;

	
	
}

/* simple mouseover effect for the trigger */
#trigger2:hover {
	color:#ff3300;
}

#trigger3 {
	
	color:#666666;
	
	font-size:12px;
	height:20px;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	width:200px !important;
	
	position:relative;

	
	
}

/* simple mouseover effect for the trigger */
#trigger3:hover {
	color:#ff3300;
}


/* override standalone page styling so that the tooltip is fully shown */


#trigger4 {
	
	color:#666666;
	
	font-size:12px;
	height:20px;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	width:200px !important;
	
	position:relative;

	
	
}

/* simple mouseover effect for the trigger */
#trigger4:hover {
	color:#ff3300;
}











div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 780px;	 
	height:300px;	
	background-image:url(../immagine-sito-internet-bergamo-milano/portfolio-siti-web/sf_portfolio1.jpg);
}


/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	width:780px;
	height:300px;

	

	cursor:pointer;
}

/* style when mouse is over the item */
#thumbs div.hover {
	
}

/* style when element is active (clicked) */
#thumbs div.active {
	
	cursor:default;
}



#thumbs h3 em {
	font-style:normal;
	color:yellow;
}





/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../immagine-sito-internet-bergamo-milano/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../immagine-sito-internet-bergamo-milano/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	height:20px;
	margin-bottom:15px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../immagine-sito-internet-bergamo-milano/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


