﻿#FilteredEventList h4 .eventName {
	float: left;
}

#FilteredEventList .item {
	padding-bottom: 10px;
}

.rate {
	float: right;
}

.rate div { 
	display: inline; 
}

.rate .ui-stars-star {
	cursor:pointer;
	display: block;
	float: left;
	overflow:hidden;
	text-indent:-999em;
}

.rate .ui-stars-star a {
	background: url(/UI/IMG/Rating/rate_0.gif) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

.rate .ui-stars-star-on a {
	background: url(/UI/IMG/Rating/rate_1.gif) no-repeat !important;
}

.rate .ui-stars-star-hover a {
	background: url(/UI/IMG/Rating/rate_1.gif) no-repeat;
}

.rate .ui-stars-star-disabled {
	cursor: default;
}

.userRated,
.not-rated {
	float: right;
}

.userRated small,
.not-rated small {
	float: right;
	font-weight: normal;
	font-size: 10px;
	margin-top: -6px;
}

#FilteredEventList .image {
	float: left;
	width: 116px;
}

#FilteredEventList .mainIntro {
	float: left;
	margin: 0 5px;
	width: 225px;
}

.score {
	float: right;
	width: 49px;
	padding: 6px 0 0;
	text-align: center;
	font-size: 22px;
	border: 2px solid #D6D6D6;
}

.score small {
	display: block;
	font-size: 10px;
}

.comment span {
	float: left;
}

.comment .rating { float: right; }

#FilteredEventList .separator {
	font-size: 1px;
}
