/* ToolTip */
.tooltip{
	width:292px;
	color:#000000;
	text-decoration:none;
	text-align:left}

.tooltip div.top{
	padding: 39px 27px 0 27px;
    background:transparent url(../images/tooltip.png) no-repeat top
}

.tooltip div.bottom{
	padding:3px 27px 10px 27px;
    background:transparent url(../images/tooltip.png) no-repeat bottom
}

