/* --- === Global modifiers === --- */
body {
  font-family: arial;
}
table {
  table-layout: fixed;
  empty-cells: show;
}
td {
  overflow: hidden;
  vertical-align: top;
  font-size: 12px;
}
.inputbox {
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #C2AF99;
  width: 390px;
}  
.inputbutton {
  background-color: #E3DBD2;
  border-color: #C2AF99;
  border-width: 1px;
  border-style: solid;
  font-family: verdana;
  font-size: 10px;
}
.inputbuttonhover {
  color: #E31A38;
  background-color: #C2AF99;
  border-color: #C2AF99;
  border-width: 1px;
  border-style: solid;
  font-family: verdana;
  font-size: 10px;
}
/* --- === Background colours === --- */
.beige_dark_bg {
  background-color: #C2AF99;
}
.beige_light_bg {
  background-color: #E3DBD2;
}
.beige_60_bg {
  background-color: #AFAFAF;
}
.beige_30_bg {
  background-color: #DFDFDF;
}
.black_bg {
  background-color: #000000;
}
.white_bg {
  background-color: #FFFFFF;
}

/* --- === Foreground colours === --- */
.white_text {
  color: #FFFFFF;
}
.black_text {
  color: #000000;
}
.red_text {
  color: #E31A38;
}
.main_text {
  /*color: #5F6061;*/
  color: #000000;
}
.beige_dark_text {
  color: #C2AF99;
  color: #DEB887;
  color: #916550;
}  
.bright_text {
  color: #E31A38;
}  

/* --- === Font sizes === --- */
.bigFont {
  font-size: 21px;
  font-family: verdana;
}
.regFont {
  font-size: 12px;
  font-family: verdana;
}
.regPlus1Font {
  font-size: 13px;
  font-family: verdana;
}
.regPlus2Font {
  font-size: 15px;
  font-family: verdana;
}
.regMinus1Font {
  font-size: 11px;
  font-family: verdana;
}
.regMinus2Font {
  font-size: 10px;
  font-family: verdana;
}
.regMinus3Font {
  font-size: 9px;
  font-family: verdana;
}
.bold {
  font-weight: bold;
}  

.header1 {
  font-size: 15px;
  font-family: verdana;
  font-weight: bold;
  color: #000000;
}
.header1 span {
  border-bottom: 2px solid red;
}

/* --- === Alignment === --- */
.centered {
  text-align: center;
}
.vCentered {
  vertical-align: middle;
}
.rightAlign {
  text-align: right;
}
.padTop {
  padding-top: 6px;
}
.padTop1 {
  padding-top: 4px;
}
.padTop2 {
  padding-top: 3px;
}  
.padBottom {
  padding-bottom: 4px;
}
.padRight {
  padding-right: 10px;
}  
#level0 {
  width: 100%;
}
#level1 {
  margin-left: 13px;
  margin-right: 13px;
}
#level2 {
  margin-left: 30px;
  margin-right: 30px;
}

/* --- === Others === --- */
.menu_item {
  cursor: pointer;
  cursor: hand;
}
.textin_bg {
  background-image: url( "images/textin2.gif" );
}
.textin {
  border: 0px;
  width: 90px;
  height: 13px;
  margin-top: 9px;
  margin-left: 7px;
  font-size: 10px;
}	
.spacer {
  font-size: 1px;
}
.even {
  background-color: rgb(231, 227, 231);
  color: rgb(95, 94, 76);
}
.odd {
  background-color: #ffffff;
}
img {
  border: none;
}  
.block {
  display: block;
}  

/* --- === Border === --- */
.border_tl {
  background: url( "images/border_tl.gif" ) 0 0 no-repeat;
}
.border_bl {
  background: url( "images/border_bl.gif" ) 0 100% no-repeat;
}
.border_top {
  background: url( "images/border_top.gif" ) no-repeat;
}
.border_bottom {
  background: url( "images/border_bottom.gif" ) no-repeat;
}
.border_right {
  background: url( "images/border_right.gif" ) repeat;
}

/* --- === Round box === --- */
.roundbox_bl {
  background: url( "images/box_corner_bl.gif" ) 0 100% no-repeat;
}
.roundbox_br {
  background: url( "images/box_corner_br.gif" ) 100% 100% no-repeat;
}
.roundbox_tr {
  background: url( "images/box_corner_tr.gif" ) 100% 0 no-repeat;
}
.roundbox_tl {
  background: url( "images/box_corner_tl.gif" ) 0 0 no-repeat;
}

/* --- === Round header === --- */
.header_bl {
  background: url( "images/header_corner_bl.gif" ) 0 100% no-repeat;
}
.header_br {
  background: url( "images/header_corner_br.gif" ) 100% 100% no-repeat;
}
.header_tr {
  background: url( "images/header_corner_tr.gif" ) 100% 0 no-repeat;
}
.header_tl {
  background: url( "images/header_corner_tl.gif" ) 0 0 no-repeat;
}
#hl1 {
  margin-left: 6px;
}

.ghostly {
  filter:alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
}

.body_link:link,
.body_link:visited {
  font-family: verdana;
  color: #5F6061;
  text-decoration: underline;
}
.body_link:hover,
.body_link:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: underline;
}

.subnav_link:link,
.subnav_link:visited {
  font-family: verdana;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.subnav_link:hover,
.subnav_link:active {
  font-family: verdana;
  font-weight: bold;
  color: #E31A38;
  text-decoration: none;
}

.footer_link:link,
.footer_link:visited {
  font-family: verdana;
  color: #5F6061;
  text-decoration: none;
}
.footer_link:hover,
.footer_link:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}

.breadcrumb_link:link,
.breadcrumb_link:visited {
  font-family: verdana;
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb_link:hover,
.breadcrumb_link:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}

/* --- === BreadCrumb Link === --- */
.breadcrumb a:link, .breadcrumb a:visited {
  font-family: verdana;
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a.active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}

.bright_link:link,
.bright_link:visited {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}
.bright_link:hover,
.bright_link:active {
  font-family: verdana;
  color: #A8A8A8;
  text-decoration: none;
}

.boxes_link:link,
.boxes_link:visited,
.boxes_link:hover,
.boxes_link:active {
  font-family: verdana;
  color: #000000;
  text-decoration: none;
}

.box_link:link,
.box_link:visited {
  font-family: verdana;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.box_link:hover,
.box_link:active {
  font-family: verdana;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.pagenum_link:link,
.pagenum_link:visited {
  font-family: verdana;
  color: #000000;
  text-decoration: none;
}
.pagenum_link:hover,
.pagenum_link:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}
.disabled {
  color: #766859;
}
#trade_desc a:link,
#trade_desc a:visited {
  font-family: verdana;
  color: #916550;
  text-decoration: none;
}
#trade_desc a:hover,
#trade_desc a:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}
.listitem {
  font-size: 11px;
  font-family: verdana;
  color: #5F6061;
  padding-top: 12px;
}
.listitem span {
  color: #E31A38;
  padding-right: 4px;
}
.newsLink a:link,
.newsLink a:visited {
  font-family: verdana;
  color: #000000;
  text-decoration: none;
}
.newsLink a:hover,
.newsLink a:active {
  font-family: verdana;
  color: #E31A38;
  text-decoration: none;
}
.orderBox {
  border: 1px solid #c2af99;
}
.orderBoxIn {
  width: 536px;
  padding: 8px;
}
.hidden {
  display: none;
}
.floatleft {
  float: left;
}
.nodec {
  text-decoration: none;
}
