/* CSS Document */
/*The header of page*/
table.top_all {
  background-image:url(images/header__bg_table.gif);
  background-repeat:repeat-y;
  background-position:right;}
td.header_top {
  background-image:url(images/header_bg_top.gif);
  background-repeat:no-repeat;
  background-position:right;
  height:113Px;
 }
td.header_navigation {
  background-image:url(images/header_navigation.gif);
  background-position:right;
  background-repeat:no-repeat;
  height:44Px;
}
.table_width {
   width:100%;
   max-width:1250Px;
   width:expression(document.body.clientWidth > 1250? "1250px": "100%" );
}
.inboxtitle2 {background:url(images/tilte_c.gif) repeat-x; }
.t_bg{background:#fff1f4;}
TD.t{ background:url(images/tilte.gif); background-repeat:no-repeat; text-align:center; color:#fff;font-family: tahoma, Verdana, Arial, sans-serif;font-size: 12px;font-weight: bold;}
.shopcart{border-bottom:2px solid #fdddf7;max-width:1250Px;width:expression(document.body.clientWidth > 1250? "1250px": "100%" );}
.foot{border-top:2px solid #fdddf7;max-width:1250Px;width:expression(document.body.clientWidth > 1250? "1250px": "100%" );}
.maxwidth{ padding-top:3px;max-width:1250Px;width:expression(document.body.clientWidth > 1250? "1250px": "100%" );}