.event-block {
	position:relative;
	width:630px;
	float:left;
	overflow:hidden;
	margin-top:19px;
	color:#000;
	font-size:11px;
	height:282px;
}

.event-block .today{
	color:#888888;
	margin-top:3px;
	float:right;
}

.event-block .eventLayout{
	widht:630;
	height:260px;
	color:#fff;
	background:#333333;
	position:relative;
	top:5px;
}

.event-block .imagePart{
	width:314px;
	height:100%;
	float:left;
	display:block;
	position:relative;
}

.event-block .imagePart img{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:block;
}

.event-block .imagePart img{
	position:relative;
}

.event-block a.menuItem{
	width:307px;
	height:41px;
	float:left;
	border-bottom:1px solid #545454;
	cursor:pointer;
	padding:10px 0 0 8px;
	color:#fff;
	text-decoration:none;
}

.event-block .active{
	background-color:#000;
}

.event-block .eventTitle{
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/xml/text-overflow.xml#ellipsis');
	width:252px;
	position:relative;
	left:5px;
	z-index:4;
	position:relative;
}

.event-block .eventPlace{
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('/xml/text-overflow.xml#ellipsis');
	width:252px;
	position:relative;
	left:5px;
	z-index:4;
	position:relative;
}

.event-block .calender{
	width:27px;
	height:32px;
	float:left;
	display:block;
	background:url('/media/images/beta-pics/calender.gif') no-repeat top left;
	padding:0;
	z-index:4;
	position:relative;
}

.event-block .calender .month{
	font-size:9px;
	text-transform:uppercase;
	display:block;
	text-align:center;
	line-height:9px;
}

.event-block .calender .day{
	color:#000;
	display:block;
	text-align:center;
	margin-top:3px;
}

.event-block .eventInfo{
	height:62px;
	width:306px;
	position:absolute;
	left:0;
	bottom:0;
	padding:8px 0 0 8px;
	z-index:4;
}

.event-block .topPart{
	background-color:#000;
	height:48px;
	width:314px;
	opacity:0.8;
	//filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}

.event-block .bottomPart{
	background-color:#000;
	height:18px;
	width:310px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	text-align:center;
	padding:2px;
}

.event-block .people{
	background:url('/media/images/beta-pics/calender.gif') no-repeat -27px 2px;
	padding-left:13px;
	height: 12px;
	float:left;
	margin-top:2px;
	margin-left:15px;
}

.event-block .voices{
	background:url('/media/images/beta-pics/calender.gif') no-repeat -27px -10px;
	padding-left:13px;
	height: 12px;
	float:left;
	margin-top:4px;
	line-height:9px;
	margin-left:15px;
}

.event-block .go_event{
	height:17px;
	width:73px;
	float:left;
	background:url('/media/images/beta-pics/go_event_main.png') no-repeat 0px 0px;
	margin-left:45px;
}

.event-block .go_event:hover{
	background-position: 0px -17px;
}

.event-block .go{
	background-position: 0px -34px;
}

.event-block .go:hover{
	background-position: 0px -51px;
}

/*************делаем див с закругленными краями*******************/

.event-block .eventLine{
	float:left;
	width:630px;
	display:block;
	margin-top:6px;
	margin-bottom:0px;
	position:relative;
	padding:12px 0 12px 0;
}

.event-block .eventLine:last-child{
	margin-bottom:0;
}

.left_top_corner{
	position:absolute;
	left:0;
	top:0;
	background:url('/media/images/cmv_left_top.png') no-repeat top left;
	width:21px;
	height:17px;
}

.right_top_corner{
	position:absolute;
	right:0;
	top:0;
	background:url('/media/images/cmv_right_top.png') no-repeat top left;
	width:21px;
	height:17px;
}

.left_bottom_corner{
	position:absolute;
	left:0;
	bottom:0;
	background:url('/media/images/cmv_left_bottom.png') no-repeat top left;
	width:21px;
	height:17px;
}

.right_bottom_corner{
	position:absolute;
	right:0;
	bottom:0;
	background:url('/media/images/cmv_right_bottom.png') no-repeat top left;
	width:21px;
	height:17px;
}

.top_line{
	position:absolute;
	top:0;
	left:21px;
	right:21px;
	height:1px;
	_width:572px;
	overflow:hidden;
	background:url('/media/images/borderpix.gif') repeat top left;
}

.left_line{
	position:absolute;
	top:17px;
	left:0;
	width:1px;
/*	height:40px;*/
	bottom:17px;
	background:url('/media/images/borderpix.gif') repeat top left;
	/*border:1px solid green;*/
}

.bottom_line{
	position:absolute;
	bottom:0;
	_bottom:5px;
	left:21px;
	height:1px;
	right:21px;
	_width:572px;
	background:url('/media/images/borderpix.gif') repeat top left;
	overflow:hidden;
}

.right_line{
	position:absolute;
	top:17px;
	bottom:17px;
	right:0;
	width:1px;
/*	height:40px;*/
	background:url('/media/images/borderpix.gif') repeat top left;
}