﻿.event {
	float: right;
	width: 754px;
	height: auto;
	padding-bottom: 11px;
	padding-top: 11px;
	border: 0px solid red;
	border-top: 1px solid #fec900;
}
.event .img {
	float: left;
	border: 1px solid #ccc;
}
.event .right_pane {
	float: right;
	width: 370px;
	border: 0px solid blue;
}
.event h2.title {
	float: right;
	width: 364px;
	height: 18px;
	margin: 0;
	padding: 0;
	cursor: pointer;

	font-size: 14px;
	font-weight: bold;
	color: #656565;
	line-height: 18px;
	border: 0px solid red;
}
.event .location {
	float: right;
	width: 364px;
	margin: 2px 0 10px 0;
	font-size: 11px;
	color: #656565;
	border: 0px solid red;
}
.event .desc {
	clear: both;
	float: right;
	width: 100%;

	font-size: 11px;
	font-weight: normal;
	color:#656565;
	line-height: normal;
	border: 0px solid red;
}
.event .more {
	float: left;
	padding-left: 14px;

	background-image: url(../../images/lnk_arr3.gif);
	background-position: 0 60%;

	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
}
