﻿.RecommendedRunsHeader
{
	width:214px;
	min-height:21px;
	_height:21px;
	clear:left;
	float:left;
	display:block;	
	background:url(../images/recommendedruns/header.jpg);
}

.RecommendedRunsBody
{
	width:214px;
	clear:left;
	float:left;
	display:block;	
	background:url(../images/recommendedruns/bg.jpg);
}

.RecommendedRunsFooter
{
	width:214px;
	min-height:12px;
	_height:12px;
	clear:left;
	float:left;
	display:block;	
	background:url(../images/recommendedruns/footer.jpg);
}

.RecommendedRunsBody .Run1
{
	top:0px;
	left:10px;
	width:194px;
	min-height:50px;
	position:relative;
	display:block;
}

.RecommendedRunsBody .Run2
{
	top:0px;
	left:10px;
	width:194px;
	min-height:50px;
	position:relative;
	display:block;
}

.RecommendedRunsBody .Icon
{
	width:50px;
	height:50px;
	float:left;
	clear:left;
}

.RecommendedRunsBody .Right
{
	float:left;
	width:134px;
	display:block;
	padding-left:5px;
}

.RecommendedRunsBody .Right .Name
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	color:#C70015;	
	top:0px;
	left:0px;
	width:134px;
	min-height:25px;
}

.RecommendedRunsBody .Right .Location
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bolder;
	color:#333333;	
	top:0px;
	left:0px;
	width:124px;
	min-height:12px;
	clear:left;
}

.RecommendedRunsBody .Right .Time
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#333333;	
	top:0px;
	left:0px;
	width:134px;
	min-height:12px;
	clear:left;	
}

.RecommendedRunsBody .SeparateLine
{
	left:10px;
	position:relative;
	display:block;
	clear:both;
	width:189px;
	height:1px;
	font-size:0px;
	/*background-color:#666666;	*/
	border-bottom: 1px solid #666666;		
}

.RecommendedRunsBody a:link, 
.RecommendedRunsBody a:visited,
.RecommendedRunsBody a:hover,
.RecommendedRunsBody a:active
{
	text-decoration:none;
	cursor:hand;
}