#related 
{   
	float:			right;
	
	font-size:		11px;
	font-weight:		600;
	font-family:		Arial;	
	
	width: 			175px;  
	border:			solid 2px #FF0000;
	
	margin-top:		5px;
} 

#related li
{

	list-style-type:	circle;
	margin-left:		15px;
}

#related a
{
	font-size:		11px;
	font-weight:		600;
	font-family:		Arial;
	text-decoration:	none;	
	color:			#FF0000;
}

#related a:hover
{	
	color:			#000000;
}