.news-list-event{
	
}	
.news-list-event a{
	text-decoration: none;
}
.news-list-event .month-title{
	font-size:24px;
	font-weight: 300;
	color: #283237;
	border-bottom: 1px solid #c7d7dd;
	margin-bottom:20px;
	padding-bottom: 10px;
}
	.news-list-event .news-item{
		margin-bottom:30px;
	}
	.news-list-event .date-day{
		color: #3fbb4b;
		font-size: 24px;
		margin-bottom: 8px;
	}
	.news-list-event .date-month{
		color: #3fbb4b;
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom:13px;
		font-weight:600;
	}
	.news-list-event .date-time{
		color: #889299;
		font-size: 12px;
	}
	.news-list-event .left-event-part{
		width: 117px;
		float:left;
	}
	.news-list-event .right-event-part{
		width: 390px;
		float:left;
	}
	.right-new-event-part {
		width: 520px;
		float: left;
	}
	.price-block {
		margin-bottom:8px;
		margin-top:5px;
		float: right;
		font-size: 18px;
	}
	.news-list-event .right-event-part .name{
		margin-bottom:8px;
		margin-top:5px;
	}
	.news-list-event .right-event-part .name{
		color: #283237;
		font-size: 18px;
		font-weight: 600;
		text-decoration: none;
	}
	.news-list-event .news-item:hover .name{
		color: #3fbb4b;
	}
	.type-conteiner{
	float:right;
		}
	
	
	.news-list-event .city{
		float:left;
		padding-top:3px;
		background: url(/images/curs.png) 0 1px no-repeat;
		padding-left: 19px;
		font-size: 12px;
		color: #253337 !important;
	}
	.news-list-event .type{
		padding-left:6px;
		padding-right: 6px;
		float:right;
		font-size: 12px;
		color: #253337;
		padding-top: 2px;
		padding-bottom:2px;
		border-right: 1px solid #c7d7dd;
		border-top: 1px solid #c7d7dd;
		border-bottom: 1px solid #c7d7dd;
		
	}
	.news-list-event .type-marker{
		float:right;
		width: 15px;
		height: 22px;
		background: url("/images/event-type-bg.jpg") no-repeat;
	}
.item-overlay {
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#fff;
 
    width:675px;
    min-height:200px;
    
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 20px 5px #000;
    -webkit-box-shadow: 0 0 20px #000;
}