#conwrap {
	padding: 10px 0 10px 10px;
	background: #f0f4da url('../images/bg_conditionstop.gif') no-repeat top;
	margin-bottom: -3px;
}

#conwrap h2 {
	margin: 0 0 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 16px;
}

.subhead {
	font-family: tahoma;
	font-size: 12px;
	font-weight: lighter;
	margin: 0 0 20px;
}

ul#conditionlist {
	margin: 15px 0 0;
	padding: 0;
}

ul#conditionlist li {
	margin: 0 10px 0 0;
	float: left;
	width: 215px;
	list-style: none;
	height: 38px;
}

.0r {
	margin-right: 0;
}

.hint {
	font-size: 10px;
	color: #606257;
}



a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#d5df9f;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#d5df9f}

a.info span{display: none; font-size: 11px; font-weight: bold;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em;
    border:1px solid #bac67b;
    background-color:#d5df9f; color:#000;
    text-align: center;
		padding: 4px;
}