#menuvert div.menuvertItems {
	margin: 5px 0 5px 20px;
}

#menuvertSel a {
	color: gray
}

#menuvertSel a.menuvertHref {
	color: #ce64ff
}

#menuvertSel div.subs {
	display: block
}

div.ovalItem {
	margin: 0 0 20px 0px;
	width: auto;
	background: #ffffff;
	border-radius: 0;
	box-shadow: 0
}

div.ovalItemInn {
	margin-top: 10px;
}

div.ovalItemInn div.title {
	font-weight: bold;
	color: black;
	margin-top: 10px;
}

div.ovalItemInn div.title a {
	text-decoration: none
}

div.ovalItemInn div.title:first-child {
	margin-top: 0px
}

div.ovalItemInn div.item {
	padding: 0px 10px;
	background: #f0f0f0;
	min-height: 54px;
	margin-bottom: 2px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

div.ovalItemInn div.item a {
	color: #272f7b;
	text-decoration: none;
	display: block;
	text-transform: none;
}

div.ovalItemInn div.item:hover {
	background: #658dbe;
}

div.ovalItemInn div.item:hover a {
	text-decoration: none;
	color: white;
}

div.ovalItemInn div.itemSel {
	background: #658dbe;
}

div.ovalItemInn div.itemSel a {
	text-decoration: none;
	color: white;
}

div.ovalItemInn div.itemHide {
	display: none
}

div.ovalItemInn div.itemMenu {
	width: auto;
	float: right;
	clear: both;
	width: 15px;
	height: 13px;
	background: url(/files/template/mk/ico-menu.png) 0 0 no-repeat;
	cursor: pointer
}
div.ovalItemButton {
	margin: 10px 0
}
div.ovalItemInn div.item form {
	width: 100%;
}