ul {
 border: 0px solid white;
 list-style: none;  /* убираем стандартную нумерацию */
 line-height: 1.5;
 margin-left: -15px;
 cursor: default;
}

li.menu-li{
 border-bottom: 2px solid #ccc;
 list-style: none;  /* убираем стандартную нумерацию */
 margin: 20px -10px 0px -0px;
 font-weight: 600;
 cursor: default;
 padding: 0px 0px 2px 0px;
}

li.cursor{
 cursor: pointer;
}

li.cursor:hover{
 color: #ff5;
}

li{
 border: 0px solid white;
 list-style: none;  /* убираем стандартную нумерацию */
 margin-left: -10px;
 list-style-position: outside;
}

.settings{
border: 0px solid white;
overflow: hidden;
transition-property: all;
transition-timing-function: ease-out;
transition-duration: 0.3s;
}


.remote_plashka{
margin: 0px;
padding: 0px;
background-color: #bcc;
}

.main_button, .main_notbutton, .clock_button{
border: 1px solid gray;
margin: 5px;
font-size: 1em;
width: auto;
background-color: #fff;
cursor: default;
padding: 1px 1px;
text-align: left;
}

.main_button:hover, .plusminus:hover{
cursor: pointer;
border-bottom: 2px solid #ff9;
margin-bottom: 1px;
background-color: #444;
color: #ff9;
}

.plusminus, .noplusminus{
border: 1px solid #888;
width: 20px;
float: left;
margin: 2px;
padding: 2px 2px;
font-size: 0.8em;
font-weight: 600;
text-align: center;
cursor: default;
-moz-user-select : none;
user-select: none;
}

.page_number{
border: 1px solid #888;
display: inline-block;
padding: 1px 1px ;
margin: 2px;
min-width: 20px;
text-align: center;
cursor: pointer;
-moz-user-select : none;
user-select: none;
}

.page_number_active{
background-color: #9f9;
color: #333;
text-shadow: 1px 1px 2px #fff;
font-weight: 600;
}

.page_number_passive{
background-color: none;
}

.page_number:hover{
cursor: pointer;
border-bottom: 2px solid #ff9;
margin-bottom: 1px;
color: #ff9;
text-shadow: 0px 0px 1px #000, 0px 0px 4px #333;
}
