<!-- <link rel="stylesheet" type="text/css" href="raskrmenu.css"> -->
/* Убираем стандартный маркер Chrome */
details.myclear summary::-webkit-details-marker {
 display: none
/* font-weight: bold; */
}
/* Убираем стандартный маркер Firefox */
details.myclear> summary {
 list-style: none;
font-weight: bold;
}

details.myclear{margin-bottom: 8px;
background-color:#eeeeff;
}

summary:hover{
text-decoration: underline;
}

details.myclear[open] summary:hover{
text-decoration: none;
}

details.myclear[open] summary::before {
 content: url("") "";
	background-color:#eeeeee;
 margin-right: 5px;
}

details.myclear[open] {
	background-color:#eeeeee;
}

details.myclear[open] > summary {
content: url("") "";
font-weight: normal;
	background-color:#eeffee;
}

details.myclear[open] > summary.haschild::before {   
 content: url("");
   }

summary::before {
   /* content: url("/pics/short/2007/11.png"); 
   margin: -5px 5px 0 0;
background: green;
  color: red; */
}


summary.haschild::before {  
 content: url("/pics/stylepics/expand_icon_s2.png");
/* padding: 8 0 0 0;*/
margin-bottom: -16px;
   }

.blockitem{
display: inline-block;
width: 33%;
}

.blockmenu{
font-size:16px;
margin-left: -100px;
}

.blockinfo(
display: inline-block;
font-size: 28px;
margin-left: 25px;
}

.maincombo{

}
