/* Below is for the special tooltips on front page */
.tooltip_container 
{
position: absolute;
width: 201px;
height: 371px;
display: none;
padding: 0px;
}

.tooltipsoftwaresystems
{
background: url(../images/tooltips/productsback.png) no-repeat scroll left;
width: 429px;
height: 270px;
position: absolute;
text-align: left;
}

.tooltipsolutionbyneed
{
background: url(../images/product_builders/solutionsbyneedextended.png) no-repeat scroll left;	
width: 201px;
height: 371px;
position: absolute;
}

.tooltipcontactcomfy
{
background: url(../images/tooltips/undercontact.png) no-repeat scroll left;
text-align: left;
width: 306px;
height: 251px;
position: absolute;
color:white;
}

ul.tooltip
{
/*	margin-left: 10px; */
	margin-top: 5px;
	margin-left: 2px;
	padding: 0px;
	list-style-type: disc;
}
ul.tooltip2
{
	margin: 2px 0 0 2px;
	padding: 0px;
	list-style-type: disc;
	
}

ul.tooltip3
{
	margin: 2px 0 0 2px;
	padding: 2px;
	list-style-type: disc;
	
}


li.tooltip
{
   line-height: 14pt;
	margin-left: 10px;
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
}

a.tooltip3,a.tooltip3:link,a.tooltip3:visited 
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px;
	line-height: 18px; 
	border-bottom: 1px dashed white;
}

a.tooltip3:hover 
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px;
	line-height: 18px; 
	border-bottom: 1px dotted yellow;
}

li.tooltip2
{
   line-height: 12pt;
	margin-left: 10px;
	font: 7pt Tahoma, Verdana, Arial, sans-serif;
}
li.tooltip3
{
   line-height: 15px;
	margin-left: 15px;
	font: 9pt Tahoma, Verdana, Arial, sans-serif;
	padding: 3px 0;
}

/* Testimonials scroller specific */
/* CSS for snippets in conjunction with snippets.js */
.snippetdate {
	background: transparent;
	color: #990000;
	border-bottom: 1px solid #990000;
	padding-bottom: 2px;
}
#pscroller1{
	height: 140px;
	border: 1px dotted #eeeeee;
	padding: 2px;
	background-color: #eeeeee;
}

.testimonialcontainer {
	clear: both; 
	margin: 5px 8px; 
/*	border: 1px dashed gray; */ /* Use for alignement and size testing */
	width: 160px; 
	height: 240px;
}

.testimonialspanelhdr
{
	 color: #990000;
    padding:  1px 5px;
    background-color: transparent;
    text-align: center;
    margin: 0px 20px;
    font-weight: bold;
    font-size: 9pt;
	 border-bottom: 1px dashed #990000;
}

.testimonialscontentsub
{
	margin: 5px 20px 30px 20px;
	padding: 0 2px;
/*	border: 1px dotted #E2E1F0; */
	background-color: white;
	font-family: tahoma, arial;
	font-size: 9pt;
}

.testimonialssnip { 
font-size: 8pt;
line-height: 10pt;
padding-top: 5px;
}

#pscroller3{
/* width: 135px; */
height: 152px;
/* border: 1px dashed gray; */
padding: 3px;
}

#pscroller3 a{ /*Use only for a third scroller */
text-decoration: none;
}
