body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-family: "Times New Roman",Arial;
 font-size: 0.625em;
}

div.site {
 width: 960px;
 padding: 0px;
 margin: 0px auto;
 text-align: left;
 background: transparent;
 position: relative;
}

ul.menu {
 margin: 0px;
 padding: 0px;
}

ul.menu li{
 list-style: none;

}

ul.menu li a {
 text-decoration: none;

}

ul.menu li a#active, ul.menu li a:hover {

}

span.error {
 color: #ff0000;
}

fieldset {
 border-width: 4px; 
 padding: 0px;
 margin: 0px;
 padding-bottom: 15px;
}

fieldset legend {
 font-size: 0.8em;
 padding: 2px 2px;
 margin: 0px;
 margin-left: 10px;
 border: 1px solid;
}

label.width {
 width: 150px;
 display: block;
}

td.far {
 padding: 30px 0px;
}
td.far2 {
 padding-bottom: 30px;
}

td.hl1 {
 background: #cdceff;
}
 td.hl2 {
 background: #c9989f;
}

ul.menu li  a.np {
 background: red;
}

div.handler {
    text-align: center;
    width: 100%;
    cursor: move;
}

div.openable {
 display: none;
}

div.mm {
    float: left;
    width: 180px;
    margin-right: 5px;
}

div.mm h2.mm  {
  font-size: 1.1em;
  color: #000;
}

.clear {
    clear:both;
}

ul.mm {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    background: #ddd;
}

ul.mm li{
 list-style-type: none;
 padding: 0px;
 padding-bottom: 10px;
 background: #ccc;
 margin-bottom: 15px;
 border: 2px solid #000;
}

ul.mm li input.mm{
 width: 170px;
}

ul.mm li.ml {
    display: block;
    height: 30px;
    margin-bottom: 5px;
}

ul.mm a.mm {
 color: #000;
 font-size: 0.8em;
}

ul.mm a.mm:hover {
 color: #f00;
}

ul.ms {
    display: none;
}

.ui-sortable-vplaceholder { visibility:visible; background: #f00; }

ul.taggeditems form {
 display: inline;
}

ul.taggeditems span.tagtitle {
 font-weight: bold;
}

ul.taggeditems ul.taggeditems {
 margin-left: 25px;
}

.mceContentBody {
 margin: 0px;
 text-align: left;
 font-size: 1.0em;
}

input.wide {
 width: 300px;
}

input.border {
 border: 1px solid;
}

div.ui-datepicker {
 display: none;
}

input.short {
    width: 30px;
}

table.paramlist {
    border: 1px solid black;
}

table.paramlist td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}
thead {
    font-weight: bold;
}

caption {
    font-weight: bold;
}

span.price {
    font-weight: bold;
}
span.oldprice {
    text-decoration: line-through;
    color: graytext;
}

span.action {
    font-weight: bold;
    color: red;
}

ol.qs {
 padding: 0px;
}

li.qs {
 margin-bottom: 10px;
}

input.cartQuantity {
    width: 40px;
}

hr.cartSum {
    color: #000;
}

legend.order {
    font-size: 1.1em;
    font-weight: bold;
}

table.cartContents {
 width: 100%;
}

a.cartCheckout {
 text-align: center;
}

div#sitemsg {
 border: 1px solid;
 font-size: 1.2em;
 background: #e99c9d;
 color: #000;
}

.mceContentBody p {
 margin: 0px;
 line-height: 1.3em;
 margin-bottom: 12px;
}

div.maincontent table.newsletter td{
 height: 40px;
 border-bottom: 1px solid;
}

div.maincontent table.newsletter {
 width: 100%;
}

div.sitemsg_success {
 border: 1px solid;
 font-size: 1.2em;
 padding: 2px;
 background: #a5e99c;
 color: #000;
}

div.sitemsg_warning {
 border: 1px solid;
 font-size: 1.2em;
 padding: 2px;
 background: #e9e69c;
 color: #000;
}

div.sitemsg_failure {
 border: 1px solid;
 font-size: 1.2em;
 padding: 2px;
 background: #e99c9d;
 color: #000;
}

table.menutree {
 width: 100%;
}

table.menutree input.mm {
 width: 200px;
}



div.sort, div.drag {
 display: inline;
 padding: 10px;
}

div.dataTables_length, div.dataTables_info {
   float: left;
   padding: 10px;
}

div.dataTables_filter, div.dataTables_paginate {
   float: right;
   padding: 10px;
}

table.taggeditems {
   clear: both;
   width: 100%;
}

table.taggeditems tr.odd {
   background-color: #e6e6e6;
}

table.taggeditems tr.even {
   background-color: #d3d3d3;
}

div.fg-buttonset span {
  padding: 3px;
}

table.taggeditems th span {
 float: left;
}

table.taggeditems td {
 padding-left: 3px;
}

.fg-button {
 cursor: pointer;
}
