ul, ul li {

		list-style-type: none;
}

#featured .info h2{ 
	font-size:16px;  
	line-height:20px;
	color:#fff; 
	padding:0; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; 
	font-size:12px; 
	line-height:18px; 
	color:#000;
}
#featured .info a{ 
	text-decoration:none; 
	color:#b10101;
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

div#left div.info a.calendar {
height:60px;
width:44px;
text-decoration: none;
background: transparent url(../i/calendar.png) no-repeat left top;
margin-right:10px;
display:block;
float:left;
}
* html div#left div.info a.calendar {background-image: url(../i/calendar.gif);}

div.info a.calendar span {
width:100%;
display:block;
clear:both;
text-align: center;
text-decoration: none;
color:#000;
}
div.info a.calendar:hover {
text-decoration: none;
color:#000;
}

div.info a.calendar span.day {
font-size:25px;
line-height:18px;
font-weight:bold;
margin-top:19px;
}
div.info a.calendar span.month {
font-size:14px;
}


