@charset "UTF-8";
/* CSS Document */

#infobox
{
	color: #545454;	
}

.infobox_header
{
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#7f004d;
}

.infobox_header a
{
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration: none;
	font-weight: bold;
	color:#7f004d;
}

.infobox_header a:hover
{

}

.infobox_details a
{
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration: none;
}

.infobox_details a:hover
{

}

.infobox_image
{
	border: none;
}

.infobox_image img
{
	width: 211px;
}

.infobox_details
{
	background-color: #eee;
	vertical-align: top;
}

.infobox_arrow
{
	float: left !important;
	clear: none !important;
}

.infobox_details_content
{
	float: right !important; 
	width:180px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: none  !important;
}


