html, body {
  height: 100%;
  font: 12px Verdana, Arial, Sans-Serif;
  color: #fff;
  background: url(/images/bg.gif);
}

/**************************  CONTENT ***************/
a {
  font: bold 12px Verdana, Arial, Sans-Serif;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
input.bg-button {
  color: #fff;
  border: 0;
  height: 23px;
  background: #264084 url(/images/bg-button.gif) center no-repeat;
}
a.button {
  width: 128px;
  height: 100px;
  font-weight: normal;
  padding: 5px 10px;
  color: #fff;
  background: url(/images/bg-button.gif) center no-repeat;
}
img {border: 0;}
img.border {
  border: 1px solid #566B9F;
}
span {
  font: bold 12px Verdana, Arial, Sans-Serif;
  color: #2A4386;
}

h1 {

}
h2 {

}
.error {
  color: #9F3B3B;
}
.alert_message {
  color: #fff;
  background: #F26248;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}

table {
  font: 12px Verdana, Arial, Sans-Serif;
  text-align: left;
}
.table {
  width: 100%;
  border: 1px solid #2A4386;
  font: 12px Verdana, Arial, Sans-Serif;
}
.table caption {
  /*text-align: right;*/
  font: bold 12px Verdana, Arial, Sans-Serif;
  color: #F46148;
}
.table th {
  background: #2A4386;
  font-weight: bold;
  padding: 3px;
  text-align: center;
}
.table td {
  border: 1px solid #2A4386;
}
#sub-menu input {
  margin-bottom: 8px;
}
input, select, textarea {
  border: 1px solid #2A4386;
  color: #2A4386;
}
input.box, input.radiobox, input.checkbox {
  border: 0;
}

input.button, button {
  padding: 2px;
  /*height: 20px;*/
  border: 1px solid #566B9F;
  font: bold 9px Verdana, Arial, Sans-Serif;
  background: #2A4386;
  color: #fff;
}

/*** FORM ***/
.form input {
  width: 180px;
}
.form-left {
  text-align: right;
  font-weight: bold;
  color: #2A4386;
}

/*** Product table ***/
.product td {
  font-weight: bold;
  padding: 3px;
}
.product th, .product td.amount{
  background: #2A4386;
}
.amount {

}
.product input {
  text-align: center;
  font-weight: bold;
}
tr.bg, td.bg, .bg { /* bg color for alternate */

}
th.price {
  color: #F26248;
  text-align: right;
}
td.price, .price {
  color: #9F3B3B;
  text-align: right;
}

/*** !Product table ***/
/**************************  CONTENT ***************/

/*   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: #EDEFE7;
  border: 1px solid #D6D6D6;

}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #D7DDC4;
}
ul.pageTab li.current {
  background: #B1B3AB;
  color: #fff;
}
/*   !pageTab  */