

#products { 
  
	}


#products img {
	
	cursor:pointer;	
}

.description {
	width:446px;
	filter:alpha(opacity=90);/* CSS3 standard */
	opacity:0.9;
	background:#fff;
	color:#6d6d6d;
	font-size:12px;
	padding:16px 21px 16px 16px;
	line-height:16px;
	margin-top:29px;
	overflow:hidden;
}

.description .arrow {
	width:34px;
	height:34px;
	background:transparent url(../img/tooltip/yellow.png) repeat scroll 0 -68px;
	margin-top:-28px;
	margin-left:36px;
	font-size:1px;
	position:relative;
}

#commercial .arrow {
	margin-left:210px;	
}

#multidomain .arrow {
	margin-left:385px;	
}

