@charset "utf-8";
/* CSS Document */

#websites {
	float:left; width:280px; border-right:#CCC 1px solid; padding: 0px 10px 0px 10px; background-image:url(../images/websitesheaderbg.jpg); background-repeat:no-repeat;
}

#ecommerce {
	float:right; clear:right; width:305px; padding: 0px 10px 0px 10px; background-image:url(../images/websitesheaderbg.jpg); background-repeat:no-repeat;
}

#addons {
	float:left;  width:305px; border-right:#CCC 1px solid; padding: 0px 20px 0px 20px; background-image:url(../images/websitesheaderbg.jpg); background-repeat:no-repeat; background-position: top center;
}

#traffic {
	float:right; width:305px; padding: 0px 20px 0px 20px; background-image:url(../images/websitesheaderbg.jpg); background-repeat:no-repeat; background-position: top center;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #301383;
	font-weight:bold;
	line-height: 18px;
	}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
}