/* CSS Document */
/* 

STYLE SHEET FOR Intercel WEB SITE
Created by Ine Marijke Schurink imProductDesign
www.impd.nl	

	1. nieuws op homepage

*/

/* --------- 1. nieuws op homepage  --------- */
.productintro {
	float: left;
	margin-left: 20px;
	width: 300px;
	height: 300px;
	background-color: #00FF00;
}
span.productintro table {
	margin-top: 20px;
	width: 95%;
}
span.productintro table tr td {
	padding: 3px;
}
.productintro {
	background-color: #d1d1d1;
	font-weight: bold;
}
.productintrotext {
	border-bottom: 1px dashed #c03d39;
}
.productintro img {
	float: right;
}

a.tooltip {
	color:#c00;
}
a.tooltip b {
	display: none;
}
a.tooltip:hover {
	position: relative;
	z-index: 500; 
	text-decoration: none;
}
a.tooltip:hover b {
	display: block; 
	position: absolute; 
	background-color:White;
	top: 0px; 
	left: 200px; 
	padding: 5px; 
	font-weight: normal; 
	color: #000;  
	width: 300px;
}
/*--- sterretje ---*/
a.tooltip:hover b em {
	position: absolute; 
	left: -10px; 
	top: -10px; 
	width: 15px; 
	height: 15px; 
	background: url(../images/ster.gif) no-repeat; 
	display: block; 
	font-size: 1px;
}