ul.tabs {
	margin:				0;
	/*height:				130px;*/
	/* temp */
	padding-top:		5px;
	height:				165px;
	/**/
	list-style:			none;
}

#info {
	float:				left;
	height:				170px;
	width:				125px;				
	background:			url(../pictures/content/material_detail.jpg);
}

ul.tabs li {
	
	float:				left;
	margin:				5px 15px;
}

ul.tabs a {
	font-family:		Verdana;
	font-size:			9pt;
	font-weight:		bold;
	color:				#000;
	text-transform:		uppercase;
	text-decoration:	none;
}
ul.tabs a:hover {
	text-decoration:	underline;
}

#teaser {
	background: 		url(../pictures/bg.gif);
	border:				0px solid #004a7a;
}

/* trigger button */ 
.teaserTT { 
    background:			transparent url(/img/home/download.png) no-repeat scroll 0 0;
    display: 			block;
    cursor:				pointer; 
}
 
/* tooltip styling */ 
.tooltip {    
    display:			none; 
    background:			url(../pictures/tooltip.png); 
    height:				230px;
    width:				400px; 
    font-size:			11px; 
    color:				#fff;
    
    z-index:			100;
}

#contentTT {
	
	float: 				right;
	
}
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold; 
}
