html {
  font-family: sans-serif;
  font-size: 11px;
}


ul.mmenu {
  list-style: none;
  background: #666;
}

ul.mmenu li {
  display: inline;

  padding: 3px 10px;
  margin: 0px 10px;

}

ul.mmenu li a {
  color: white;
  text-decoration: none;
}

ul.mmenu li div {
  display: none;
}

ul.mmenu li:hover div {
  display: block;
  position: absolute;
  background: #666;
  z-index: 500;
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}

ul.mmenu li:hover ul {
  padding: 0px;
  margin: 0px;
  float: left;
}

ul.mmenu li ul li {
  display: block;
}

ul.mmenu li.title, ul.mmenu li.title a {
  color: red;
  font-weight: bold;
}

ul.mmenu li.title {
  margin: 4px 0px;
}

div#mainbody {
  width: 1000px;
  margin: 0px auto;
}


div#userform {
  border: 1px solid #c5dbf7;
  text-align: center;
  background: #E6F2FF;
}

div#userform a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 8px;
}

div#userform a:hover {
  background: #fF8;
}

div.paginator {
  text-align: center;
}

div.register {
  border: 1px solid #c5dbf7;
  background: #E6F2FF;
}

div.register  {
  text-align: right;
}

div.register h3 {
  text-align: center;
}
table.register {
  margin: auto;
}

form#registration div {
  display: none;
}

table.register span {
  color: red;
}

table.register input, table.register textarea {
  width: 300px;
}

html .active-scaffold tr.separator-record td {
  background: #aaa;
  text-align: center;
}

div.rimselect {
  border: 1px solid #c5dbf7;
  padding: 5px;
  margin: 3px 0px;
  text-align: center;
}

div.rimselectl {
  float: left;
  margin: 2px 2px 2px 0px;
}

div.rimselectr {
  float: right;
  margin: 2px 0px 2px 2px;
}

div.rimselect a {
  margin: 0px 8px;
/*  display: bloc; */
}

table.gallery  img {
  border: none;
}

table.gallery td {text-align: center;}


html body div#container table.nobg tr td {
  background: none;
  border: none;
}

div.partners {
  margin: 5px 0 5px 35px;
  width: 965px;
  background: white url(../images/partners-bottom.png) no-repeat bottom center;
}

div.partners table {
  width: 100%;
  background: #76aabf url(../images/partners-middle.png) no-repeat top center;
  margin-bottom: 10px;
  text-align: center;
}

div.partners a img {
  border: 0px none;
}

div.partners h4 {
  display: block;
  min-height: 19px;
  background: #b5d5e3 url(../images/partners-top.png) no-repeat top center;
  padding-left: 15px;
  color:#1E639B;
  font-size:12px;
  margin: 0px;
  line-height:20px;
  padding:0 0 0 20px;
  font-weight: normal;
}

div#loading {
  border: 1px solid #C5DBF7;
  border-left: none;
  border-right: none;
  padding: 50px 0;
  background: #E6F2FF;
  position: fixed;
  width: 100%;
  z-index: 400;
  top: 400px;
  display: none;
}

a.adminlink, a.adminlink:visited {
  display: block;
  font-family: verdana;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  color: #0066CC;
}

div.admin_editable textarea {
  width: 100%;
}

table.goods {
  width: 965px;
  border-collapse: collapse;
  border: 1px solid #C5DBF7;
}

table.goods td {
  border: 1px solid #C5DBF7;
  color: #333333;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  padding: 5px 4px;
}

html table.goods tr.view-1 {
  background: #aaaBF7;
}

html table.goods tr.view-3 {
  font-weight: bold;
}

html table.goods tr.view-4 {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}


table.goods td a {
  font-family:verdana,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:16px;
  margin:0 2px;
  padding:2px;
  white-space:nowrap;
  color:#0066CC;
  text-decoration:none;
}

table.goods td a:hover {
   background: #fF8;
}


table.goods tr.odd {
  background: #E6F2FF;
}

table.goods tr.separator {
  font-size: 1px;
  line-height: 1px;
  margin: 0px;
}

table.goods tr.s1 {
  background: #aaa;
}

table.goods tr.s2 {
  background: #777;
}


table.goods tr.separator td {
  padding: 1px;
}

table.goods th {
 background-color:#555555;
 border: 1px solid #555555;
 border-bottom: 0px none;
 color:white;
 height:25px;
 text-align:center;
}

table.goods div.options {
  float: right;
  margin-top: 13px;
  margin-right: 15px;
  _margin-right: 11px;
}

div.infoblock {
  background-color:#DAFFCD;
  border:1px solid #7FCF00;
}

fieldset ol {
  list-style: none;
}

fieldset {
  border: 0 none;
}

fieldset li label {
  display: block;
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 10px;
}

fieldset.inputs ol li.loadfile input {
  width: 120px;
}

fieldset.inputs input, fieldset.inputs textarea, fieldset.inputs select {
  width: 400px;
  display: block;
  margin-left: 230px;
}

fieldset ol li {
  margin: 10px 0;
}

fieldset.inputs ol li.boolean {
  display: block;
  height: 27px;
}

fieldset.inputs ol li.boolean label {
  float: none;
}

fieldset.inputs ol li.boolean label input {
  display: inline;
  margin-left: 0px;
}

div.item-display {
  background: white;
  margin: 10px;
  padding: 4px;
  border: 1px solid #C5DBF7;
}

div.item-display div.left {
  float: left;
  width: 350px;
  text-align: center;
}
div.item-display div.right {
  margin-left: 350px;
}

div.item-display dt {
  float: left;
  width: 200px;
}

div.item-display div.footer {
  clear: left;
  padding: 20px 200px 0px;
}

div.item-display dd {
  margin-left: 200px;
  font-weight: bold;
  display: block;
  width: 370px;
  min-height: 20px;
  _height: 20px;
}

h3.toggle {
  text-decoration: underline;
}

table.goods th.header {
  cursor: pointer;
}

td.avail_true {
  background: green;
}

td.avail_false {
  background: red;
}

td.unprocessed_invalid {
  background: red;
}

