#iconwrap {
	 margin: 0 0 0 100px;
}

/* Basic */

.basictip {

	   padding: 0;
	   width: 109px;
	   position: relative;
}
 
.basictip em {
	   background: url(../images/basis_bubble.png) no-repeat;
	   width: 109px;
	   height: 51px;
	   position: absolute;
	   top: -80px;
	   left: -90px;
	   text-align: center;
	   text-indent: -9999px;
	   z-index: 2;
	   display: none;
}
 
#basic-icon {
	   width: 50px;
	   height: 28px;
	   background: url(../images/basis.jpg) no-repeat 0 0;
	   text-indent: -9999px;
	   margin: 0 -90px;
	   display: block;
	   opacity: 0.85;
	   float: left;
}

#basic-icon:hover {
	   opacity: 1.0;
}



/* extended */

.extip {

	   padding: 0;
	   width: 100px;
	   position: relative;
}
 
.extip em {
	   background: url(../images/ex_bubble.png) no-repeat;
	   width: 109px;
	   height: 51px;
	   position: absolute;
	   top: -80px;
	   left: -120px;
	   text-align: center;
	   text-indent: -9999px;
	   z-index: 2;
	   display: none;
}
 
#ex-icon {
	   width: 50px;
	   height: 28px;
	   background: url(../images/ex.jpg) no-repeat 0 0;
	   text-indent: -9999px;
	   margin: 0 -90px;
	   display: block;
	   opacity: 0.85;
	   float: left;
}

#ex-icon:hover {
	   opacity: 1.0;
}








/* Combo */

.combotip {

	padding: 0;
	width: 100px;
	position: relative;

}
 
.combotip em {
	   background: url(../images/combo_bubble.png) no-repeat;
	   width: 109px;
	   height: 51px;
	   position: absolute;
	   top: -80px;
	   left: -150px;
	   text-align: center;
	   text-indent: -9999px;
	   z-index: 2;
	   display: none;
}
 
#combo-icon {
	   width: 50px;
	   height: 28px;
	   background: url(../images/combo.jpg) no-repeat 0 0;
	   text-indent: -9999px;
	   margin: 0 -90px;
	   display: block;
	   opacity: 0.85;
	   float: left;
}

#combo-icon:hover {
	   opacity: 1.0;
}







