@import url(/frontend/design/templates/0S-3-template-clean/template-black.min.css);
@import url(/frontend/Files/119032/v1/design/css/site.min.css);

#maincontainer, body.PB {
    background-image: url("/Files/119032/Img/06/bg.jpg");
}
.itemlist .imgmain, .itemlist .imgthumbnail {
    margin: 10px;
    max-width: 200px;
    height: auto;
}
#hmenu > li {
	position:static;
}

#hmenu > li > div {
	position:absolute;
	top: 100%;
	left:0;
	width: 100%;
}

#hmenu li ul.submenu {
    	width:100%;
    	top:-3px;
    	background-position: right bottom;
    	background-repeat: no-repeat;
    	background-size:auto 100%;
    	left: 0;
   	 
}

#hmenu .hmenuSubGroup {
	display: inline-block;
	*display: block;
	*float:left;
	padding:0;
	position: relative;
	vertical-align: top;
	padding: 10px;
	*padding:0;
    	box-sizing: border-box;
	-moz-box-sizing: border-box;
	    height: 100%;
    border-right: 1px solid #ccc;
}


#hmenu .hmenuSubList {
	list-style: none;
	padding:0;
	margin:0;
}

#hmenu>li ul.submenu li.mititle a {
    font-weight: 700;
    color: #e14a3d;
    font-size: 15px;
}
#hmenu>li ul.submenu li.mititle a:hover {
    color: #161616;
    text-decoration: none;
}
#hmenu>li ul.submenu li.mitext a:hover {
    background-color: #e14a3d;
    color: #fff;
}
li.hmenuSubGroup.lastMenuCol {
    border: none;
}
#hmenu>li ul.submenu {
    box-shadow: 0px 20px 30px rgba(0,0,0,0.5);
}
