/* a:hover {
  color: #FFFFFF;
}*/
table, td {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

#top_thinger {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_thinger.png', sizingMethod='scale')
}

#bottom_thinger {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom_thinger.png', sizingMethod='scale')
}

table.container {
  background: url(images/tween_thinger.gif) repeat-y top center;
  padding: 0px 20px 20px 20px;
}

/* TOP */
table.top {
  background-color: #ffffff;
  margin-bottom: 10px;
}
table.top td.shopping_cart {
  background: url(images/bg_shopping_cart.png) repeat-x top left;
  height: 80px;
  width: 140px;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
  padding-left: 18px;
  font-weight: bold;
}
table.top td.shopping_cart A {
  color: #FFFFFF;
}

/* MENU */
table.menu {
  background-color: #ffffff;
}
table.mainmenu {
  background: url(images/bg_menu.png) repeat-x top left;
  height: 40px;
}
table.mainmenu td {
  text-align: center;
  height: 40px;
  width: 123px;
  font-weight: bold;
  color: #FFFFFF;
}
table.mainmenu td A, table.mainmenu td A:hover {
  color: #FFFFFF;
}
table.mainmenu td:hover, table.mainmenu td.hover {
  background: url(images/bg_menu_hover.png) repeat-x top left;
}
table.mainmenu td:normal, table.mainmenu td.normal {
  /*background: url(images/bg_menu.png) repeat-x top left;*/
}

/* BREADCRUMBS */
table.menu td.breadcrumbs {
  height: 18px;
  background-color: #E9EFCC;
  color: #6F6F6D;
  padding-left: 18px;
  font-weight: bold;
  font-size: 11px;
}
table.menu td.breadcrumbs A {
/*  color: #6F6F6D; */
}

/* CATEGORIES */
table.categories, table.categories_info {
  width: 215px;
}
table.categories td, table.categories_info td {
  height: 20px;
  padding-left: 18px;
  font-weight: normal;
  color: #000000;
  font-size: 10px;
}
table.categories td.head {
  background: url(images/bg_categ_and_info.png) no-repeat top left;
  font-weight: bold;
  color: #ffffff;
}
table.categories td.oddrow, table.categories_info td.oddrow {
  background-color: #ffffff;
}
table.categories td.evenrow, table.categories_info td.evenrow {
/*  background-color: #e9efcc; */
  background: url(images/odd_row_item.png) no-repeat top left;
}
table.categories_info {
  /* margin-top: */
}
table.categories_info td {
  height: 20px;
  padding-left: 18px;
  color: #000000;
}
table.categories A, table.categories_info A, table.categories A:hover, table.categories_info A:hover {
  color: #000000;
}
table.categories_info td.head {
  background: url(images/bg_pagehead.png) no-repeat top left;
  font-weight: bold;
  color: #FFFFFF;
}

/* CONTENT */
table.content_text {
  font-size: 10px;
  width: 505px;
}
table.content_text td {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}
table.content_text td.head {
  background: url(images/bg_pagehead.png) no-repeat top left;
  height: 20px;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  padding-left: 18px;
}
table.content_text td.content_textarea {
  font-size: 10px;
  padding-left: 18px;
  padding-right: 18px;
}


/* BOTTOM */
table.bottom {
  background-color: #ffffff;
}
table.bottom-items, table.bottom-items td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 780px;
  text-align: right;
  margin-top: 10px;
  color: #FFFFFF;
}
table.bottom-items td A, table.bottom-items td A:hover {
  color: #FFFFFF;
}
span.normal {
  font-weight: normal;
}