/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

.eventlist .place {
	position: relative;
	height: 83px;
	margin-top: 10px;
}
.eventlist .place .pic {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 100px;
	height: 60px;
	overflow: hidden;
	border: 3px solid #1C9CCC;
}
.eventlist .place > a {
	position: absolute;
	left: 18px;
	top: 16px;
	font-size: 1.3em;
	font-weight: bold;
}

.eventlist .place a span {
	display: block;
	font-size: 0.7em;
	padding-left: 8px;
	background: url(../images/icn_more.gif) no-repeat 0 5px;
	color: #1C9CCC;
}

