body {
    margin: 0px;
    padding: 0px;
	background-color: #ffe862
}

div#header_bg {
	width: 100%;
    height: 147px;
	background-color: #f9b41e;
	background-image:url(../../shop_image/header_bg.gif);
	background-repeat:repeat-x;
    padding: 0px;
	margin: 0px;
}

div#header {
    clear: both;
	z-index:1;
    height: 147px;
	background-image:url(../../shop_image/header.jpg);
	background-repeat:no-repeat;
    padding: 0px;
	margin: 0px;
}

div#header_logo {
    position:absolute;
	top:0px;
    float: right;
	z-index:2;
    height: 174px;
	width: 100%;
	white-space:nowrap;
	margin: 0px;
}

div#header_logo_text {
    position:absolute;
	top:120px;
    float: right;
	z-index:3;
    height: 20px;
	width: 100%;
	margin: 0px;
	white-space:nowrap;
	font-family: arial, verdana;
	font-size: .75em;
	letter-spacing:0px;
	color:#af1707;
}

div#header_search {
    position:absolute;
	top:90px;
	left:400px;
	z-index:4;
	white-space:nowrap;
	width: 100px;
    padding: 0px;
	margin: 0px;
}

/*
 * left menu
 */
  div#menu_l {
    position:absolute;
    z-index:5;
	top:147px;
    left:5px;
  }
  td#menu_l_l {
	width:2px;
	background-image:url(../../shop_image/menu_l_left.gif);
  }
  td#menu_l_m {
	width:130px;
	background-color: #af1f07;
  }
  td#menu_l_r {
	width:8px;
	background-image:url(../../shop_image/menu_l_right.gif);
  }
  td#menu_l_l_f {
	width:2px;
	height:36px;
	background-image:url(../../shop_image/menu_l_left_footer.gif);
  }
  td#menu_l_m_f {
	width:130px;
	height:36px;
	background-image:url(../../shop_image/menu_l_middle_footer.gif);
  }
  td#menu_l_r_f {
	width:8px;
	height:36px;
	background-image:url(../../shop_image/menu_l_right_footer.gif);
  }
  div.menu_l_space {
	padding:10px;
  }
  div.hr_menu_l {
    width:113px;
    height:15px;
	background-image:url(../../shop_image/menu_l_hr.gif);
	background-repeat:repeat-x;
	margin-left:8px;
  }
/*
 * end menu left
 */

/*
 * right menu
 */
  div#menu_r {
    position:absolute;
	top:147px;
    left:671px;
	width:132px;
  }
  td#menu_r_l {
	width:2px;
	background-image:url(../../shop_image/menu_r_left.gif);
  }
 td#menu_r_m {
	width:128px;

	background-image:url(../../shop_image/menu_r_bg.gif);
	background-color: #fc9c10;
  }
  div#menu_r_m3 {
  	height:55px;
  }
  div#menu_r_m2 {
    position: absolute;
    z-index:4;
    top:147px;
    left:673px;
	width:128px;
	height:40px;
  }
  td#menu_r_r {
	width:2px;
	background-image:url(../../shop_image/menu_r_right.gif);
  }
  div#menu_r_l_f {
	width:2px;
	height:12px;
	background-image:url(../../shop_image/menu_r_left.gif);
  }
  td#menu_r_m_f {
	width:128px;
	height:81px;
	background-image:url(../../shop_image/menu_r_footer.gif);
	background-repeat:no-repeat;
  }
  div#menu_r_r_f {
	width:2px;
	height:12px;
	background-image:url(../../shop_image/menu_r_right.gif);
  }
  div.menu_r_space {
	padding:10px;
  }
  div.hr_menu_r {
    width:113px;
    height:15px;
	background-image:url(../../shop_image/menu_r_hr.gif);
	background-repeat:repeat-x;

  }
/*
 * end right left
 */

/*
 * content
 */
  div#c_p {
    position:absolute;
	top:147px;
    left:180px;
	width:456px;
  }
  div#c_h_l {
    float:left;
	width:130px;
	background:#ffe862;
  }
  div.c_sub_maincat {
	width:130px;
	background:#fc9c10;
  }
  div#c_h_m {
	background:#ffe862;
  }
  div#c_h_r {
	width:240px;
    float:right;
    text-align:right;
	background:#ffe862;
  }

  div#c_main {
	background:#ffe862;
  }
  div#c_next_page {
	background:#ffe862;
  }
  div.c_footer_hr {
    height:5px;
    width:100%;
    border:0;
	background:#ffe862;
	background-image:url(../../shop_image/hr.gif);
	background-repeat:repeat-x;
  }
  div#c_footer {
  }
  div#c_linklist {
	background:#f9b4fe;
  }
  div.c_spacer {
    clear: both;
	height:20px;
  }

  /*
   * content product browse
   */

    div.c_product_l {
      float:left;
	  width:167px;
	  height:160px;
      background:#ffe862;
      margin-left:20px;
    }
    div.c_product_r {
      width:167px;
	  height:160px;
      float:right;
	  background:#ffe862;
      margin-right:20px;
    }
    div.c_product_image {
      text-align:center;
      vertical-align:middle;
      height:100px;
      width:167px;
      padding-bottom:10px;
    }
    div.c_product_name {
      width:167px;
	  height:16px;
	  background:#fc9c10;
	  overflow:hidden;
    }

    /*
     * product browse line start
     */
    div.c_product_line_l {

      float:left;
	  width:83px;
	  height:16px;
	  background:#fc9c10;
	  overflow:hidden;
    }
    div.c_product_line_r {
	  width:84px;
	  height:16px;
      float:right;
	  background:#fc9c10;
	  overflow:hidden;
    }
    /*
     * product browse line end
     */

    /*
     * product browse footer start
     */
    div.c_product_f_l {
      float:left;
      height:21px;
	  width:5px;
	  background-image:url(../../shop_image/product_l_f.gif);
      background-repeat:no-repeat;
    }
    div.c_product_f_m {
      height:21px;
	  width:157px;
	  background-image:url(../../shop_image/product_r_m.gif);
      background-repeat:repeat-x;
      margin-left:0px;
      margin-right:0px;
      margin-top:0px;
      margin-bottom:0px;
    }
    div.c_product_f_r {
      height:21px;
	  width:5px;
      float:right;
	  background-image:url(../../shop_image/product_r_f.gif);
      background-repeat:no-repeat;
    }
    /*
     * product browse footer end
     */

  /*
   * content product browse
   */

   /*
   * content product flypage
   */

    div.c_product_fl_special {
      float:right;
	  width:60px;
	  height:50px;
	  text-align:center;
      background:#ffe862;
	  overflow:hidden;
      margin:5px;
    }

    /*
    * faq
    */
    div.c_faq_h_l {
      margin-top:16px;
      float:left;
	  width:130px;
    }
    div.c_faq_h_l_top {
	  width:130px;
  	  background:#fc9c10;
    }
    div.c_faq_h_m {
      margin-top:16px;
  	  width:86px;
	  background:#ffe862;
    }
    div.c_faq_h_r {
      margin-top:16px;
	  width:240px;
      float:right;
      text-align:justify;
	  background:#ffe862;
	  margin:0px;
    }
    div.c_faq_h_r_top {
  	  width:240px;
  	  background:#fc9c10;
    }
    div.c_faq_h_r_subtop {
  	  width:240px;
  	  background:#fc9c10;
  	  margin:0px;
    }
    div.c_faq_h_top {
  	  width:456px;
  	  background:#fc9c10;
    }
    div.c_faq_form_l {
      margin-top:16px;
      float:left;
	  width:200px;
    }
    div.c_faq_form_r {
      margin-top:16px;
      float:right;
  	  width:240px;
    }
    div.c_faq_form_m {
      margin-top:16px;
	  width:16px;
    }


/*
 * end content
 */

div.yinyang {
	width:20px;
	height:21px;
	background-image:url(../../shop_image/yinyang.gif);
}

div.clear {
      clear: both;
}

