﻿.blockeventlist
{
	width:601px;
	position:relative;
	-webkit-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow:0px 0px 4px #d9d9d9;
	box-shadow:0px 0px 4px #d9d9d9;
	behavior:url(PIE.htc);
	margin-bottom:16px;	
}

.event_topdetails
{
	min-height:54px;	
	border-bottom:1px solid #ccc;
	padding-left:22px;
	position:relative;
	overflow:hidden;
}

.event_topdetails.active 
{
	overflow:visible;
}

.event_topdetails ul li
{
	float:left;	
	font-size:14px;
	margin-top:18px;
}

.event_topdetails ul li a
{
	text-decoration:underline;
}

.event_topdetails ul li.date
{    
	width:100px;
	margin-top:18px;
}

.event_topdetails ul li.data
{    
	width:450px;	
}

.event_topdetails ul li.data .name
{	
	display:block;
	float:left;
	margin-right:2px;
}

.event_topdetails ul li.data img
{
	margin:0 0 0 0;
	float:left;
	cursor:pointer;
}

.event_topdetails ul li.data .moreinfo
{
    float:left;
    width:100px;
}
