﻿.eventsList {
	line-height:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.eventsList li {
	margin:0 0 16px;
	padding:0;
}

.eventsList .eventTitle {
	font-size:14px;
	line-height:14px;
	margin:0px 0;
	padding:0;
}

.eventsList .eventTitle a:link, .eventsList .eventTitle a:visited, .eventsList .eventTitle a:active{
	font-weight: bold;
	color: #ED853D;
	text-decoration: underline;
}

.eventsList .eventTitle a:hover {
	text-decoration: none;
}

.eventsList .eventPriod {
	font-weight: bold;	
}

.eventsList .contentCity {
	font-weight: bold;	
}