@charset "utf-8";
/* CSS Document */

.eventlist-left, .eventlist-right {
	width: 328px;
	height: 160px;
	background-image: url(/pics/bg-record.jpg);
	background-repeat: no-repeat;
	background-color: #EEE;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-top: 15px;
	overflow: auto;
	position: relative;
}
.eventlist-left {
	margin-right: 22px;
	clear: left;
	float: left;
}
.eventlist-left .thumb, .eventlist-right .thumb {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #ccc;
}
.eventlist-left .link, .eventlist-right .link {
	position: absolute;
	bottom: 2px;
	right: 20px;
	width: 120px;
	height: 15px;
	text-align: right;
}
.eventlist-left .icons, .eventlist-right .icons {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 70px;
	height: 20px;
}
.eventlist-left p, .eventlist-right p {
	margin: 5px 0;
}
.event {
	width: 545px;
	margin-right: 10px;
	float: left;
}
.event fieldset {
	border: 1px solid #ccc;
	padding: 2px;
	width: 261px;
	height: 200px;
	float: left;
	margin: 0 10px 0 0;
}
.event fieldset p {
	margin: 3px 0;
	text-align: left;
}
.event legend {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}
.event .descr {
	clear: both;
	margin: 20px 0;
}
