/* MAIN */
html,body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
font-family: Helvetica,Arial,sans-serif;
font-size: 13px;
color: #292929;
}

body {
background-color: #DEDEDE;
background-image: url('../img/BGgrad.png');
background-repeat: repeat-x;
background-position: top left;
}

a:link {border-color: #426599; text-decoration: none; color: #158AFF;}
a:visited {border-color: #426599; text-decoration: none; color: #158AFF;}
a:active {border-color: #426599; text-decoration: none; color: #158AFF;}
a:hover {border-color: #426599; text-decoration: underline; color: #158AFF;}

a.aheadbar:link {text-decoration: none; color: #158AFF}
a.aheadbar:visited {text-decoration: none; color: #158AFF}
a.aheadbar:active {text-decoration: none; color: #158AFF}
a.aheadbar:hover {text-decoration: underline; color: #158AFF;}

a.grey:link {font-size: 10px; font-weight: bold; text-decoration: none; color: #666666}
a.grey:visited {font-size: 10px; font-weight: bold; text-decoration: none; color: #666666}
a.grey:active {font-size: 10px; font-weight: bold; text-decoration: none; color: #666666}
a.grey:hover {font-size: 10px; font-weight: bold; text-decoration: underline; color: #666666;}

a.dark:link {text-decoration: none; color: #222222}
a.dark:visited {text-decoration: none; color: #222222}
a.dark:active {text-decoration: none; color: #222222}
a.dark:hover {text-decoration: underline; color: #222222;}

a.selcurr:link {font-size: 11px; font-weight: bold; text-decoration: underline; color: #444444}
a.selcurr:visited {font-size: 11px; font-weight: bold; text-decoration: underline; color: #444444}
a.selcurr:active {font-size: 11px; font-weight: bold; text-decoration: underline; color: #444444}
a.selcurr:hover {font-size: 11px; font-weight: bold; text-decoration: underline; color: #444444;}

a.curr:link {font-size: 11px; font-weight: bold; text-decoration: none; color: #444444}
a.curr:visited {font-size: 11px; font-weight: bold; text-decoration: none; color: #444444}
a.curr:active {font-size: 11px; font-weight: bold; text-decoration: none; color: #444444}
a.curr:hover {font-size: 11px; font-weight: bold; text-decoration: underline; color: #444444;}

a.navlink:link {text-decoration: none; border: 0}
a.navlink:visited {text-decoration: none; border: 0}
a.navlink:active {text-decoration: none; border: 0}
a.navlink:hover {text-decoration: none; border: 0;}

h1 { color: #222222; font-size: 24px; margin: 2px 0px 2px 0px; text-shadow: 2px 2px 6px #AAAAAA; }
h2 { font-size: 16px; margin: 2px 0px 2px 0px; }
h3 { font-size: 15px; margin: 2px 0px 2px 0px; color: #222; text-shadow: 0px 1px 4px #E0E0E0;  }
h4 { font-size: 14px; margin: 2px 0px 2px 0px; }

h1.fit { color: #222222; font-size: 20px; margin: 2px 0px 2px 0px; text-shadow: 2px 2px 6px #AAAAAA; }
h2.listing { font-size: 18px; margin: 2px 0px 2px 0px; }
h3.with_icon { position: relative; top: -8px; }

acronym { cursor: help; }

.light { color: #777777; }

.tbar_left {
  display: block;
  float: left;
  width: 12px;
  height: 24px;
  margin: 2px 0 4px 0;
  padding: 0;
  background-color: #BCBCBC;
  background-image: url('../img/tbar_left.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.tbar_mid {
  display: block;
  float: left;
  width: 532px;
  height: 22px;
  margin: 2px 0 4px 0;
  padding: 2px 0 0 2px;
  background-color: #BCBCBC;
  background-image: url('../img/tbar_mid.png');
  background-repeat: repeat-x;
  background-position: top left;
}

.tbar_right {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 2px 0 4px 0;
  padding: 0;
  background-color: #BCBCBC;
  background-image: url('../img/tbar_right.png');
  background-repeat: no-repeat;
  background-position: top left;
}

p { margin-top: 2px; }

ul { list-style-type: square; }

.wrap_clear {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.wrap_text {
  display: block;
  float: left;
  margin: 0;
  padding: 0 6px 6px 6px;
  width: 555px;
}

.toplist {
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-weight: bold;
}

li.toplist {
  border-bottom: 1px solid #D0D0D0;
  color: #FF8000;
  font-size: 12px;
}

.greylist {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

li.greylist {
  border-bottom: 1px solid #D0D0D0;
  color: #888888;
  font-size: 12px;
}

.clear {
clear: both;
}

.center {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: auto;
  padding-right: auto;
}

.right {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: auto;
  padding-right: auto;
}

.abutn {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.abutn_h3 {
  display: inline;
  float: none;
  position: relative;
  top: 5px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.screenshot {
  border: 4px solid #AAAAAA;
  margin: 2px;
  padding: 2px;
  -moz-box-shadow: 0px 0px 6px #BBB;
  -webkit-box-shadow: 0px 0px 6px #BBB;
  box-shadow: 0px 0px 6px #BBB;
}

.feat_shot {
  width: 160px;
  height: 120px;
  border: 4px solid #CFCFCF;
  margin: 0px;
  padding: 2px;
}

.wrap_main {
  overflow: hidden;
  display: block;
  width: 960px;
  min-height: 640px;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  border-top: 0;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFFFFF;
  -moz-box-shadow: 0px 4px 8px #888;
  -webkit-box-shadow: 0px 4px 8px #888;
  box-shadow: 0px 4px 8px #888;
  -moz-border-radius-bottomright: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}

.wrap_headbar {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 2px 0 0 0;
  background-color: #FFFFFF;
  background-image: url('../img/BGheadbar2.png');
  background-repeat: repeat-x;
  background-position: top left;
  color: #999999;
}

.headbar_left {
  display: block;
  float: left;
  width: 500px;
  margin: 0;
  padding: 2px 0 0 8px;
  text-align: left;
}

.headbar_right {
  display: block;
  float: left;
  width: 440px;
  margin: 0;
  padding: 2px 0 0 0;
  text-align: right;
}

.wrap_header {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 2px 0 0 2px;
  background-color: #FDFCFF;
  background-image: url('../img/BGheader.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}

.header_left {
  display: block;
  float: left;
  width: 200px;
}

.header_right {
  display: block;
  float: left;
  width: 750px;
  text-align: right;
}

.header_search {
  display: block;
  float: left;
  width: 750px;
  height: 24px;
  margin: 0px;
  padding: 0px;
}

.header_menu {
  display: block;
  float: left;
  width: 742px;
  height: 28px;
  margin: 0;
  padding: 4px 0 0 8px;
}

.menu_btn {
  cursor: pointer;
  display: block;
  float: left;
  min-width: 90px;
  height: 28px;
  margin: 1px 0 0 1px;
  padding: 3px 3px 0 3px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #777777;
  border-bottom: 0;
  background-color: #555555;
  background-image:url('../img/BG_menubtn.png');
  background-repeat:repeat-x;
  text-align: center;
  color: #E0E0E0;
  font-size: 12px;
  font-weight: bold;
}

.menu_btn:hover {
  margin: 2px 0 0 1px;
  -moz-box-shadow: 0px 1px 8px #FFF;
  -webkit-box-shadow: 0px 1px 8px #FFF;
  box-shadow: 0px 1px 8px #FFF;
  color: #FFFFFF;
}

.menu_btn_left {
  cursor: pointer;
  display: block;
  float: left;
  width: 42px;
  height: 28px;
  margin: 1px 0 0 1px;
  padding: 3px 0 0 2px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #777777;
  border-bottom: 0;
  background-color: #555555;
  background-image:url('../img/BG_menubtn.png');
  background-repeat:repeat-x;
  text-align: center;
  color: #E0E0E0;
  font-size: 13px;
  font-weight: bold;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
}

.menu_btn_left:hover {
  margin: 2px 0 0 1px;
  color: #FFFFFF;
}

.menu_btn_right {
  cursor: pointer;
  display: block;
  float: left;
  min-width: 90px;
  height: 28px;
  margin: 1px 0 0 1px;
  padding: 3px 3px 0 3px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #D0D0D0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 0;
  background-color: #555555;
  background-image:url('../img/BG_menubtn.png');
  background-repeat:repeat-x;
  text-align: center;
  color: #E0E0E0;
  font-size: 13px;
  font-weight: bold;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
}

.menu_btn_right:hover {
  margin: 2px 0 0 1px;
  color: #FFFFFF;
}

.wrap_subheadbar {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 18px;
  margin: 0;
  padding: 0 0 0 4px;
  background-color: #222222;
  background-image: url('../img/BGheadbar.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  color: #DCDCDC;
}

.wrap_page {
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrap_column {
  display: block;
  float: left;
  width: 190px;
  min-height: 100px;
  margin: 0px;
  padding: 0;
}

.wrap_content {
  display: block;
  float: left;
  width: 575px;
  min-height: 100px;
  margin: 0px;
  padding: 4px 0 0 4px;
}

.column_header_blue_left {
  display: block;
  float: left;
  width: 186px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_blue.png');
  background-repeat:no-repeat;
  background-position: center right;
  color: #EEEEEE;
  font-size: 13px;
  font-weight: bold;
}

.column_header_blue2_left {
  display: block;
  float: left;
  width: 186px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_blue2.png');
  background-repeat:no-repeat;
  background-position: center right;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

.column_header_black_left {
  display: block;
  float: left;
  width: 186px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_black.png');
  background-repeat:no-repeat;
  background-position: center right;
  color: #EEEEEE;
  font-size: 13px;
  font-weight: bold;
}

.column_header_white_left {
  display: block;
  float: left;
  width: 186px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_white.png');
  background-repeat:no-repeat;
  background-position: center right;
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}

.column_header_blue_right {
  display: block;
  float: left;
  width: 187px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_blue.png');
  background-repeat:no-repeat;
  background-position: center left;
  color: #EEEEEE;
  font-size: 13px;
  font-weight: bold;
}

.column_header_black_right {
  display: block;
  float: left;
  width: 187px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_black.png');
  background-repeat:no-repeat;
  background-position: center left;
  color: #EEEEEE;
  font-size: 13px;
  font-weight: bold;
}

.column_header_white_right {
  display: block;
  float: left;
  width: 187px;
  height: 18px;
  margin: 2px 0 0 0;
  padding: 2px 0 0 4px;
  text-align: left;
  background-image:url('../img/column_header_white.png');
  background-repeat:no-repeat;
  background-position: center left;
  color: #222222;
  font-size: 13px;
  font-weight: bold;
}

.sidebar_item {
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: left;
  width: 170px;
  height: 16px;
  background-color: #EDEDED;
  color: #444444;
  padding: 2px 0px 2px 8px;
  margin: 0px;
  border-top: 0;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #999999;
  background-image: url('../img/formbg2.png');
  background-repeat: repeat-x;
  background-position: top left;
}

.sidebar_item:hover {
  background-position: bottom left;
  border-top: 0;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #888888;
  border-right: 1px solid #AAAAAA;
}

.sidebar_section {
  display: block;
  float: left;
  width: 176px;
  min-height: 32px;
  color: #444444;
  padding: 2px 0px 2px 4px;
  margin: 0 0 0 9px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #999999;
  background-image: url('../img/formbg2.png');
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 12px;
}

.sidebar_section_foot {
  display: block;
  float: left;
  width: 182px;
  height: 8px;
  padding: 0px 0px 0px 4px;
  margin: 0 0 0 9px;
  background-image: url('../img/sidebar_section_foot.png');
  background-repeat: no-repeat;
  background-position: top left;
}

.sidebar_section2 {
  display: block;
  float: left;
  width: 176px;
  min-height: 32px;
  color: #444444;
  padding: 2px 0px 2px 4px;
  margin: 0 0 0 9px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #999999;
  background-image: url('../img/formbg2.png');
  background-repeat: repeat-x;
  background-position: top left;
  text-align: center;
  font-size: 11px;
}

.sidebar_section_left {
  display: block;
  float: left;
  width: 174px;
  min-height: 32px;
  color: #444444;
  padding: 2px 0px 2px 4px;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #999999;
  background-image: url('../img/formbg2.png');
  background-repeat: repeat-x;
  background-position: top left;
  font-size: 12px;
}

.product_related {
  display: block;
  float: left;
  width: 100%;
  min-height: 32px;
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}

.product_related_image {
  float: left;
  border: 0px;
  margin: 2px 1px 0px 0px;
  padding: 0px;
}

.product_related_b {
  font-size: 12px;
}

.wrap_footer {
  overflow: hidden;
  display: block;
  width: 952px;
  min-height: 64px;
  border: 1px solid #ABABAB;
  margin: 8px auto;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #222222;
  background-image: url('../img/BGfoot.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-box-shadow: 0px 4px 8px #888;
  -webkit-box-shadow: 0px 4px 8px #888;
  box-shadow: 0px 4px 8px #888;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ADADAD;
}

.footer_dark {
  color: #888888;
}

.footer_small {
  color: #666666;
  font-size: 11px;
}

.wrap_dailydeal {
  display: block;
  float: left;
  width: 548px;
  margin: 0 0 0 4px;
  padding: 6px;
  border: 1px solid #BCBCBC;
  background-color: #DFDFDF;
  background-image: url('../img/BGgrad.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}

.wrap_dailydeal_foot {
  display: block;
  float: left;
  width: 548px;
  margin: 0 0 4px 4px;
  padding: 2px 6px 2px 6px;
  border: 1px solid #BCBCBC;
  border-top: 0;
  background-color: #EAEAEA;
}

.promo_listing_boxshot {
  display: block;
  float: left;
  width: 90px;
  height: 130px;
  padding: 1px 1px 3px 3px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.promo_listing_details {
  display: block;
  float: left;
  width: 433px;
  height: 130px;
  margin-left: 8px;
  padding: 1px 4px 3px 4px;
  background-color: #FFFFFF;
  background-image: url('../img/PROMOgrad.png');
  background-repeat: repeat-x;
  border: 1px solid #888888;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.promo_text {
 overflow: hidden;
 height: 66px;
 margin-bottom: 0;
}

.promo_prices {
  display: block;
  float: right;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: right;
}

.promo_buttons {
  display: block;
  float: right;
  margin: 8px 4px 0 0;
  padding: 0;
  text-align: right;
}

.promo_save {
  font-weight: bold;
  font-size: 12px;
  color: #990000;
  margin: 0 6px 0 4px;
}

.promo_oldprice {
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
  color: #3C64A2;
  margin: 6px 4px 0 0;
}

.closing_price {
  position: relative;
  top: -8px;
  font-weight: bold;
  font-size: 15px;
  color: #FF8000;
  margin: 2px 4px 0 0;
}

.promo_price {
  font-weight: bold;
  font-size: 19px;
  color: #104087;
  margin: 6px 0 0 0;
}

span#time{
  color:#c21017;
  text-align: center;
  padding: 0px 18px 0px 4px;
}


span#time span{
display:inline;
color:#222222;
font-size: 11px;
}

.wrap_focus {
  display: block;
  float: left;
  width: 564px;
  margin: 2px 0 0 4px;
  padding: 0;
  background-color: #D9DDE3;
}

.focus_boxshot {
  display: block;
  float: left;
  width: 130px;
  height: 214px;
  margin: 4px 4px 4px 4px;
  padding: 8px 0 3px 0;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.focus_title {
  overflow: hidden;
  display: block;
  float: left;
  width: 410px;
  height: 58px;
  margin: 4px 0 0 0;
  padding: 1px 4px 3px 4px;
  background-color: #FFFFFF;
  background-image: url('../img/PROMOgrad.png');
  background-repeat: repeat-x;
  background-position: 0px -12px;
  border: 1px solid #888888;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.focus_buttons {
  overflow: hidden;
  display: block;
  float: left;
  width: 410px;
  height: 46px;
  margin: 4px 0 0 0;
  padding: 2px 4px 3px 4px;
  background-color: #FFFFFF;
  background-image: url('../img/formbg2.png');
  background-repeat: repeat-x;
  border: 1px solid #888888;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.focus_actions {
  display: block;
  float: right;
  margin: 6px 4px 0 0;
  padding: 0;
  text-align: right;
}

.focus_prices {
  display: block;
  float: left;
  margin: 0 4px 0 4px;
  padding: 10px 0 0 0;
  line-height: 15px;
  text-align: center;
}

.focus_save {
  font-weight: bold;
  font-size: 12px;
  color: #990000;
}

.focus_nosave {
  font-weight: bold;
  font-size: 12px;
  color: #666666;
}

.focus_onlyprice {
  font-weight: bold;
  font-size: 15px;
  color: #3C64A2;
  margin: 6px 4px 0 0;
}

.focus_oldprice {
  font-weight: bold;
  font-size: 15px;
  text-decoration: line-through;
  color: #3C64A2;
  margin: 6px 4px 0 0;
}

.focus_price {
  font-weight: bold;
  font-size: 21px;
  color: #104087;
  margin: 6px 0 0 0;
}

.focus_details {
  overflow: hidden;
  display: block;
  float: left;
  width: 412px;
  height: 98px;
  margin: 4px 0 4px 0;
  padding: 2px 0 0 6px;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.focus_details_left {
  overflow: hidden;
  display: block;
  float: left;
  width: 312px;
  margin: 0;
  padding: 0;
}

.focus_details_right {
  position: relative;
  top: -1px;
  display: block;
  float: left;
  width: 90px;
  margin: 0 0 0 3px;
  padding: 0;
  text-align: right;
}

.productlist_2tier_row {
  display: block;
  float: left;
  width: 564px;
  margin: 2px 0 0 4px;
  padding: 0;
  background-color: #DEDEDE;
  border-bottom: 1px dotted #777777;
}

.productlist_2tier_column {
  display: block;
  float: left;
  width: 274px;
  margin: 4px;
  padding: 0;
  background-color: #EEEEEE;
}

.productlist_2tier_boxshot {
  display: block;
  float: left;
  width: 58px;
  height: 80px;
  margin: 4px 2px 4px 4px;
  padding: 6px 0 3px 5px;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.productlist_2tier_details {
  overflow: hidden;
  display: block;
  float: left;
  width: 190px;
  height: 85px;
  margin: 4px 0 0 0;
  padding: 1px 4px 3px 4px;
  background-color: #FFFFFF;
  background-image: url('../img/PROMOgrad.png');
  background-repeat: repeat-x;
  border: 1px solid #888888;
  font-size: 11px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.productlist_2tier_title { font-size: 13px; }

.productlist_2tier_buttons {
  display: block;
  float: left;
  width: 266px;
  height: 22px;
  margin: 2px 4px 2px 4px;
  padding: 0;
  text-align: right;
  background-color: #FFFFFF;
}

.oldprice_small {
  position: relative;
  top: -3px;
  font-weight: bold;
  font-size: 12px;
  text-decoration: line-through;
  color: #3C64A2;
  margin: 2px 4px 0 0;
}

.onlyprice_small {
  position: relative;
  top: -3px;
  font-weight: bold;
  font-size: 12px;
  color: #3C64A2;
  margin: 2px 4px 0 0;
}

.price_small {
  position: relative;
  top: -3px;
  font-weight: bold;
  font-size: 18px;
  color: #104087;
  margin: 2px 8px 0 0;
}

.wrap_listing {
  display: block;
  float: left;
  width: 564px;
  margin: 4px 0 2px 4px;
  padding: 0;
  border-bottom: 1px dotted #777777;
}

.listing_boxshot {
  display: block;
  float: left;
  width: 90px;
  height: 130px;
  margin: 2px 0 4px 4px;
  padding: 0;
}

.listing_details {
  display: block;
  width: 460px;
  float: left;
  margin: 2px 0 4px 8px;
  padding: 0;
}

.listing_buttons {
  display: block;
  float: left;
  width: 460px;
  margin: 4px 4px 0 0;
  padding: 0;
  text-align: right;
}

.review_avatar {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 4px;
  padding: 0;
  background-image: url('../img/icon_avatar.png');
}

.review_text0 {
  display: block;
  float: left;
  width: 502px;
  min-height: 42px;
  margin: 0 0 2px 0;
  padding: 2px;
  background-color: #E4E4E4;
  border: 1px dashed #888888;
}

.review_text1 {
  display: block;
  float: left;
  width: 502px;
  min-height: 42px;
  margin: 0 0 2px 0;
  padding: 2px;
  background-color: #E6E9F7;
  border: 1px dashed #888888;
}

.review_text2 {
  display: block;
  float: left;
  width: 502px;
  min-height: 42px;
  margin: 0 0 2px 0;
  padding: 2px;
  background-color: #E2E6F5;
  border: 1px dashed #888888;
}

.quote { position: relative; top: -4px; float: left; height: 8px; font-size: 24px; font-weight: bold; color: #777777; }
.quote_inner { float: left; }
.quote_attrib { float: right; font-size: 11px; color: #666666; }

.sysreq { font-size: 11px; }

/* SHOPPING CART */
.wrap_shoppingcart {
  cursor: default;
  text-decoration: none;
  display: block;
  float: left;
  width: 178px;
  min-height: 32px;
  background-color: #EDEDED;
  color: #444444;
  padding: 0;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #999999;
}

.cart_message_red {
  overflow: hidden;
  display: block;
  float: left;
  width: 172px;
  height: 13px;
  padding: 0px 0px 2px 2px;
  margin: 0 0 1px 2px;
  border: 1px dotted #997700;
  background-color: #FFEEE0;
  font-size: 12px;
  font-weight: bold;
  color: #990000;
}

.cart_message_yellow {
  overflow: hidden;
  display: block;
  float: left;
  width: 172px;
  height: 13px;
  padding: 0px 0px 2px 2px;
  margin: 0 0 1px 2px;
  border: 1px dotted #998800;
  background-color: #FFFEE0;
  font-size: 12px;
  font-weight: bold;
  color: #994400;
}

.cart_item1 {
  overflow: hidden;
  display: block;
  float: left;
  width: 172px;
  height: 12px;
  padding: 2px 0px 2px 2px;
  margin: 0 0 1px 2px;
  border-bottom: 1px solid #CDCDCD;
  background-color: #FFFFF9;
  font-size: 11px;
  font-weight: bold;
}

.cart_item2 {
  overflow: hidden;
  display: block;
  float: left;
  width: 172px;
  height: 12px;
  padding: 2px 0px 2px 2px;
  margin: 0 0 1px 2px;
  border-bottom: 1px solid #CDCDCD;
  background-color: #F9F9F3;
  font-size: 11px;
  font-weight: bold;
}

.cart_item3 {
  overflow: hidden;
  display: block;
  float: left;
  width: 172px;
  height: 12px;
  padding: 2px 0px 2px 2px;
  margin: 0 0 1px 2px;
  border-top: 1px dashed #444444;
  border-bottom: 1px solid #CDCDCD;
  background-color: #F0F0E4;
  font-size: 12px;
  font-weight: bold;
}

.cart_item_name {
  display: block;
  float: left;
  width: 132px;
  margin: 0;
  padding: 0;
  color: #444444;
}

.cart_item_price {
  display: block;
  float: left;
  width: 40px;
  margin: 0;
  padding: 0;
  color: #888888;
}

.cart_total_name {
  display: block;
  float: left;
  width: 102px;
  margin: 0;
  padding: 0;
  color: #444444;
}

.cart_total_price {
  display: block;
  float: left;
  width: 64px;
  margin: 0;
  padding: 0;
  color: #008800;
  text-align: right;
}

.cart_buttons {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 2px 0 2px 0;
  color: #888888;
  text-align: right;
}

.cart_currency {
  display: block;
  float: left;
  width: 100%;
  height: 13px;
  margin: 0;
  padding: 1px 0 2px 0;
  background-color: #DCDCDC;
  color: #444444;
  font-size: 10px;
  text-align: center;
}

/* SEARCH */
#searchwrapper {
width:190px;
height:24px;
background-image:url('../img/search.png');
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
top:0px;
left:564px;
}

#searchwrapper form { display:inline ; }

.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:9px;
width:153px;
height:22px;
color: #666666;
padding: 0;
margin: 0;
}

.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;
left:162px;
width:28px;
height:24px;
}

/* FEATURED 3-TIER MODULE */
.newstier {
  overflow: hidden;
  display: block;
  float: left;
  width: 180px;
  margin: 4px 0 2px 4px;
  padding: 2px;
  border-right: 1px solid #DADADA;
  font-size: 11px;
}

.newstier_right {
  overflow: hidden;
  display: block;
  float: left;
  width: 180px;
  margin: 4px 0 2px 4px;
  padding: 2px;
  font-size: 11px;
}

/* FEATURED SLIDER MODULE */
#featured{
	width:308px;
	padding-right:252px;
	position:relative;
	border:5px solid #ddd;
	height:190px;
	background:#fff;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0; left:308px;
	list-style:none;
	padding:0; margin:0;
	width:250px;
}
#featured ul.ui-tabs-nav li{
	padding:1px 0; padding-left:13px;
	font-size:12px;
	color:#666;
}
#featured ul.ui-tabs-nav li img{
	float:left; margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:12px; font-family: Helvetica,Arial,sans-serif;
	line-height:18px;
}
#featured li.ui-tabs-nav-item a{
	display:block;
	height:60px;
	color:#333;  background: #E3E4EC;
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{
	background:#EEEEEE;
}
#featured li.ui-tabs-selected{
	background:url('../slider_images/selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#ccc;
}
#featured .ui-tabs-panel{
  overflow: hidden;
  width:308px; height:190px;
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:120px; left:0;
	height:70px;
	background: url('../slider_images/transparent-bg.png');
}
#featured .info h2{
	font-size:18px; font-family: Helvetica,Arial,sans-serif;
	color:#fff; padding:5px; margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Verdana; font-size:11px;
	line-height:15px; color:#f0f0f0;
}
#featured .info a{
	text-decoration:none;
	color:#fff;
}
#featured .info a:hover{
	text-decoration:underline;
}
#featured .ui-tabs-hide{
	display:none;
}

/* FORMS */

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 4px;
display: block;
font-size: 13px;
}

input
{
color: #000000;
background-color: #FFFFFF;
border: 1px solid #999999;
}

.submit input
{
margin-left: 4px;
color: #000;
background-color: #ffa20f;
border: 2px outset #444444;
}

.inputtext
{
 width: 260px;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
}

.inputtext_search
{
 width: 160px;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 padding: 1px;
 margin: 0px 1px 0px 0px;
}

.inputtext_bigsearch
{
 display: block;
 float: left;
 width: 300px;
 height: 25px;
 padding: 1px 0 0 0;
 margin: 0 2px 0 0;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
 color: #444444;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.inputarea
{
 width: 432px;
 height: 80px;
 border: 1px solid #999999;
 background-image: url('../img/formbg2.png');
 background-repeat: repeat-x;
 background-position: top left;
}

.checkbox
{
background-color: #FFFFFF;
border: 0px;
}

.formbutn
{
background-image: url('../img/formbg1.png');
background-repeat: repeat-x;
background-position: top left;
}

.formbutn:hover {
  -moz-box-shadow: 0px 0px 4px #0080FF;
  -webkit-box-shadow: 0px 0px 4px #0080FF;
  box-shadow: 0px 0px 4px #0080FF;
}

.formbutn_bigsearch
{
cursor: pointer;
display: block;
float: left;
width: 90px;
height: 28px;
padding: 0;
margin: 0;
border: 1px solid #888888;
background-color: #F36600;
background-image: url('../img/butn_bigsearch.png');
background-repeat: repeat-x;
background-position: top left;
color: #fff;
font-weight: bold;
font-size: 13px;
-moz-border-radius: 5px;
border-radius: 5px;
}

fieldset
{
border: 1px solid #CACACA;
width: 552px;
padding: 8px 4px 4px 4px;
background-color: #DCDCDC;
background-image: url('../img/formbg0.png');
background-repeat: repeat-x;
background-position: top left;
}

legend
{
color: #444444;
background-color: #FFFFFF;
border: 1px solid #CACACA;
padding: 2px 6px
}

.select_bigsearch {
 display: block;
 float: left;
  margin: 3px 2px 0 8px;
  padding: 0;
  width: 140px;
  height: 22px;
  position: relative;
  top: 0px;
}

.wrap_bigsearch {
  display: block;
  float: left;
  width: 552px;
  margin: 0px;
  padding: 8px;
  border: 1px solid #888888;
  background-color: #222222;
  color: #DEDEDE;
  text-align: center;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.wrap_bigsearch_pop {
  display: block;
  float: left;
  width: 552px;
  margin: 4px 0 4px 0;
  padding: 8px;
  border: 1px solid #888888;
  background-color: #A8B3C1;
  color: #FFFFFF;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* PAGINATION */
#wrap_pager {
display: block;
float:right;
margin-top: 6px;
margin-bottom: 4px;
margin-left: 0px;
margin-right: 6px;
padding: 0px auto 0px auto;
text-align: center;
}

#pager_box_disabled {
cursor: default;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #858FB4;
background-color: #E6E6ED;
color: #A9A9A9;
font-size: 12px;
font-weight: normal;
text-align: center;
vertical-align: middle;
}

#pager_box_this {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #213377;
background-color: #426599;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_box {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #213377;
background-color: #EEEEEE;
color: #426599;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_box:hover {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #A0ACAA;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_skip {
cursor: e-resize;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 0px solid #426599;
background-color: #FFFFFF;
color: #191919;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_box a {
display: block;
color: #426599;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#pager_box a:hover {
display: block;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#wrap_pagersmall {
display: block;
float: right;
margin-top: 2px;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
text-align: center;
}

#pager_boxsmall_disabled {
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 1px;
border: 1px solid #426599;
background-color: #E6E6ED;
color: #A9A9A9;
font-size: 10px;
font-weight: normal;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall_this {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #426599;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #EDE6B7;
color: #426599;
font-size: 10px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_boxsmall:hover {
cursor: pointer;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #426599;
background-color: #A0ACAA;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-align: center;
text-decoration: none;
vertical-align: middle;
}

#pager_skipsmall {
cursor: e-resize;
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 0px solid #426599;
background-color: #FFFFFF;
color: #191919;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

#pager_boxsmall a {
display: block;
color: #426599;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#pager_boxsmall a:hover {
display: block;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

#breadcrumbs,a.breadcrumbs {
color: #CFCFCF;
text-decoration: underline;
}

.usermsg {
  display: block;
  float: left;
  width: 560px;
  margin: 2px 0 4px 0;
  padding: 4px;
  border: 1px dashed #666;
}
