@charset "utf-8";
html, body { color: #000; background: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; overflow: hidden;   margin: 0; padding: 0; width: 100%; height: 100%; }
#megazine { width: 100%; height: 100%;}
#megazine {z-index: 0; margin: 0 auto 0 auto; outline: none; position: relative; }
#megazine .alt-content { position: absolute; width: 40em; height: 30em; margin-left: -20em;  margin-top: -15em; left: 50%; top: 50%; }
/* "Flash not found" notice formatting */
#megazine h1 { color: #FFFFFF; }
#megazine img { border: none; }
#megazine p { color: #999999; font-size: 0.6em; }
#megazine a, a:visited { color: #CCCCCC; text-decoration: none; }
#megazine a:active { color: #FFFFFF; text-decoration: none; }
#megazine a:hover, a:focus { color: #FFFFFF; text-decoration: underline; }
/* For JS renderer */
.mz3 table, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; }
button {
  background-color:#33cc99;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color:#000;
  font-weight: bold;
  border:3px solid #00d65c;
  margin-right: 2px;
}

#flash-center {
  float:left;
  width: 80%;
  height: 100%;
}

#menu-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  float: left;
  background:  url(/img/header_katalog.png) left top no-repeat;
  padding-top: 70px;
}

.menu-ul {
  list-style-type:none;
  margin: 0px;
  margin-left: -30px;
}

.item {
  float:left;
  margin: 0px;
  padding: 5px;
  background-color: #b4e1b4;
  font-weight: bold;
  margin-top: 5px;
  width: 100%;
}

.item a {
  color: #000;
  text-decoration:none;
}

.item a:active {
  color: #000;
}

.item a:hover {
  color: #000;
  text-decoration: underline;
}