/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

a.info{
	cursor: default;
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#666;
    text-decoration:none
}

a.info:hover{
	z-index:25; background-color:#ff0;
}

a.info span{
	display: none;
}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding: 10px;
    top:1.5em; left:0em; width:15em;
    /*border:1px solid #0cf;*/
    background-color:#E6E6E6; color:#000;
    text-align: left;
}
