/* botosanka */
body {
	margin:0;
	padding:0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	color: #008000;
}

a {
	font-weight: bold;
	/*color: #207E3A;*/
	color: #FF00FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.mainlevel {
	color: #800000;
	font-size: 10px;
	padding-left: 4px;
	display: block;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
}

a.mainlevel:hover, a.mainlevel#active_menu {
	background: #e6bda1;
}

div.module_menu table {
	padding-right: 5px;
}

/*#pillmenu a#active_menu-nav {*/
#pillmenu li#current a {
  background: url(../images/botosanka/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a:hover {
  color: #777;
}

div.module_menu {
	background: url(../images/botosanka/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/botosanka/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/botosanka/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/botosanka/mw_box_tl.png) 0 0 no-repeat;
}

.bubi {
	text-align: left;
    position: relative;
    display: inline-block;
}

.bubi .bubitext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 113%;
    opacity: 0;
    transition: opacity 1s;
}

.mejs-time-float {
	z-index:2;
}

.bubi .bubitext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.bubi:hover .bubitext {
    visibility: visible;
    opacity: 1;
}
