#relatedInfo, #relatedInfo a {
	color: #fff;
	font-size: 1em;
}
#relatedInfo a {
	font-weight: bold;
}
#relatedInfo a:hover, #relatedInfo h3 a {
	text-transform: none;
}
#relatedInfo h2 {
	color: #fc0;
	font-size: 2.5em;
	
/* trick to align image and number (because IE fails with vertical-align) 
	margin-top: -6px;*/
}
#relatedInfo h2 img {
	position: relative;
	top: 6px;
}
/* ends trick */

#relatedInfo h3 {
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: 1em;
}


#relatedInfo p.releated-selected span strong {
font-weight: bold;
background-color: transparent;}

/*#relatedInfo li.releated-selected a strong {
color:#ffffff!important;
font-weight: bold;
background-color: #7CB134!important;
}

#relatedInfo li.releated-selected a:hover strong {
font-weight: bold;
background-color: #ffffff!important;
color:#7CB134!important;
}*/



/*#relatedInfo  li a:hover strong {
color:#0099CC!important;
}*/

#relatedInfo  li span strong,
#relatedInfo  li a strong {
	font-weight: bold;
	background-color: transparent!important;
	color:#fff!important;}


#relatedInfo li a, #relatedInfo li span {
	/*float: left;
	top: -1.35em;
	left: 2em;
	margin-right: 2em; /* matches left */
	float: right;
    padding-left: 0;
    width: 130px;
}
#relatedInfo li a{
	font-weight: bold;

}
#relatedInfo li {
	/*clear: left;*/
	float: left;
    line-height: 18px;
    margin-bottom: 12px;
    width: 150px;
}