html, body {
  margin: 0;
  padding: 0;
  color: #555;
  font: 11px Verdana, Arial, Sans-Serif;
  background: #666 url(/images/bg.gif) top center repeat-y;
  height: 100%;
}
a {
  font: bold 11px Verdana, Arial, Sans-Serif;
  color: #973232;
  text-decoration: none;
}
a:hover {
  color: #451818;
  text-decoration: underline;
}

span {
  font: bold 11px Verdana, Arial, Sans-Serif;
}
img {border: 0;}
form {margin: 0;}
td {
  font: 11px Verdana, Arial, Sans-Serif;
}
h1 {
  padding: 11px 0;
  font: bold 12pt Arial, Verdana, Sans-Serif;
  color: #973232;
}

.error {
  font: 12px Verdana, Arial, Sans-Serif;
  color: #9F3B3B;
}
.alert_message {
  color: #973232;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
}
.alert_message a {
  font-weight: bold;
}
input, select, textarea {
  font: 11px Verdana, Arial, Sans-Serif;
  background: #E0DFE0;
  border: 1px solid #B6B4B6;
}
input.box, .form input.box {
  width: 20px;
  background: none;
  border: 0;
}
input.button {
  background: #E0DFE0;
  border: 1px solid #B6B4B6;
  font-weight: bold;
  color: #973232;
}
.price, .price-title {
  color: #555555;
}
.price-old {
  text-decoration: line-through;
}
.price-special, .price-special-title {
  color: #DF0000;
}
.price-retail {
  text-decoration: line-through;
  color: #FFA200;
}
.price-retail-title {
  color: #FFA200;
}
td.price, th.price, .table th.price {
  text-align: right;
  color: #DF0000;
}
.price-total {
  color: #DF0000;
}
th.price-total, td.price-total, .table th.price-total {
  text-align: right;
}
.total {
  border-top: 1px solid #B6B4B6;
  padding-top: 3px;
  font-weight: bold;
}
.buttons {
  background: #E0DFE0;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #B6B4B6;
}
.buttons input.button {
  background: #973232;
  color: #E0DFE0;
  border: 1px solid #B6B4B6;
}
.vline {
  border-left: 1px solid #B6B4B6;
}

/*** form ***/
.form input {
  width: 180px;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 12px;
}
.asterisk {
  color: red;
}
.form-left {
  text-align: right;
  font-weight: bold;

}
.form .info {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.form .buttons {
  padding-top: 10px;
  text-align: center;
}
/*** !form ***/

/*** table ***/
.table {
  width: 100%;
  border: 1px solid #B6B4B6;
  font: 11px Verdana, Arial, Sans-Serif;
}
.table tr {

}
.table th {
  background: #E0DFE0;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  color: #973232;
}
.table td {
  border: 1px solid #E0DFE0;
  padding: 5px;
}
.table tr, .table tr.out {
  /*background: #fff;*/
}
.table tr.over {
  background: #DEDFDF;
}
.table td.order-desc {
  background: #D1EAEF;
}
.table td.order-asc {
  background: #E0ECEF;
}
/*** !table ***/

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #aaa;
}
.progressbar td a {
  font-weight: normal;
  text-decoration: underline;
}
.progressbar td.current {
  color: #555;
}
/*** !progressbar ***/

/*   pageTab   */
ul.pageTab {
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.pageTab li {
  padding: 0;
  list-style: none;
  display: inline;
}
ul.pageTab li.current, a.begin, a.end, a.previous, a.next, a.page {
  padding: 2px 6px;
  margin: 0 -3px;
  background: #F0EFF0;
  border: 1px solid #E0DFE0;

}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #D0CFD0;
}
ul.pageTab li.current {
  background: #E0DFE0;
  color: #973232;
}
/*   !pageTab  */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/

#body {
  background: #F6DEF6;
  width: 800px;
  height: 100%;
  margin: 0 auto;
}
#header {
  width: 100%;
}
#header-navigation td {
  border-top: 1px solid #B6B4B6;
  border-bottom: 1px solid #B6B4B6;
  padding: 4px 8px;
  background: #E0DFE0;
}
#header-navigation td a {
  font-size: 12px;
}
#container {
  padding: 5px;
  width: 100%;
}
#content {
  padding: 7px 5px;
}
#footer {
  border-top: 1px solid #B6B4B6;
  border-bottom: 1px solid #B6B4B6;
  padding: 4px 0;
  background: #E0DFE0;
  text-align: center;
  color: #973232;
}
table.box {
  width: 100%;
}
.box td.heading {
  font-weight: bold;
  text-transform:uppercase;
  color: #973232;
  padding-left: 3px;
  border: 1px solid #B6B4B6;
  background: #E0DFE0;
  margin: 2px;
  height: 24px;
}
.box td.content {
  border: 1px solid #B6B4B6;
  padding: 2px;
}
.box a {
  font-size: 11px;
}

/*** TOP MENU ***/
table.menu-dropdown td {
  white-space: nowrap;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}
table.menu-dropdown td a {
  color: #0D7FC1;
  font-weight: bold;
  padding: 6px 10px;
  text-decoration: none;
}
td.separator, separator-left, separator-right {}
div.dropdown-sub {
  background: #fff;
  border: solid 1px #CCC;
  padding: 0; margin: 0;
}
div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}
div.dropdown-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #5875B1;
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000;
  text-decoration: none;
  background: #EEE;
}
div.dropdown-sub td.submenu a.issub {
  background: url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.submenu a.issub:hover {
  background: #EEE url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !TOP MENU ***/

/*** LEFT MENU ***/
.navlist {
  padding: 3px;
  width: 195px;
  font: 12px verdana, sans-serif;
  margin: 0;
}
.navlist li {
  list-style: none;
  border: 1px solid #F6DEF6;
}
.navlist a {
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 25px;
  border-bottom: 1px solid #F6DEF6;
  background: url(/images/menu.gif) no-repeat;
}
.navlist a:hover {
}
li.subnavlist a {
  background: url(/images/menu-sub.gif) no-repeat;
  padding-left: 20px;
}
a.current {
  font-weight: bold;
}
/*** !LEFT MENU ***/

/*** EXPAND MENU ***/
table.menu-expand {
  position: relative;
  z-index: 1000;
  padding-left: 10px;
}
table.menu-expand td {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0; margin: 0;
  color: #661F00;
  background: url(/images/arrow.gif) no-repeat #F9E8CE;
  border : 1px solid #661F00;
  height: 16px;
  width: 130px;
  /* Opacity in IE */ filter: alpha(opacity=70);
  /* Opacity in Mozilla */-moz-opacity: 0.7;
}
table.menu-expand td a {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #661F00;
  background: #F9E8CE;
  height: 16px;
  display: block;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
}
table.menu-expand td a:hover {
  color: #000000;
  background: #F8DCAD;
  cursor: pointer;
}
table.menu-expand td a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
table.menu-expand td a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub {
  background: #fff;
/**  border : 1px solid #661F00; **/
  padding: 0; margin: 0;
}
div.expand-sub td.submenu {
  border : 1px solid #661F00;
}
div.expand-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #661F00;
  background: #F9E8CE;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 10px;
  width: 200px;
}

div.expand-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000000;
  text-decoration: none;
  background: #F8DCAD;
}
div.expand-sub td.submenu a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
div.expand-sub td.submenu a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !EXPAND MENU ***/