/*** LIST ***/

.oneEvent {
	width: 450px;
	margin: 0px 0px 6px 0px;
}

.oneEvent .oneEventName {
	height: 20px;
	background-image: url(../images/oneGrayBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
	font-weight: bold;
}

.oneEvent .oneEventName span {
	font-weight: normal;
}

.oneEvent .oneEventName a {
	display: block;
	height: 15px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.oneEvent .oneEventPicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}


/*** EVENT INFO ***/

.oneEventInfo {
	width: 450px;
}

.oneEventInfo .oneEventInfoName {
	height: 20px;
	background-image: url(../images/oneGrayBG.png);
	background-position: 9px 10px;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 23px;
	overflow: hidden;
	margin: 0px 0px 2px 0px;	
	font-weight: bold;
}

.oneEventInfo .oneEventInfoName span {
	font-weight: normal;
}

.oneEventInfo .oneEventInfoName a {
	display: block;
	height: 15px;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.oneEventInfo .oneEventInfoPicture {
	width: 210px;
	height: 138px;
	overflow: hidden;
}

.getTickets {
	float: right;
	width: 88px;
	height: 38px;
	background-image: url(../images/sections/events/getTickets.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.eventPoster {
	float: right;
	display: inline;
	margin: 10px 0px 0px 10px;
	clear: right;
}