/* global <BODY> setting */
BODY { 
    font-family: Arial,Sans-serif;
    background-color: #FFFFFF;
}

/* global <A> setting */
A {
  text-decoration: none;
  color: #0000FF;
}
A:visited {
  color: #000000;
}
A:hover {
  text-decoration: underline;
  color: #990000;
}

/* global <TD> setting */
TD {
  font-family: Arial,Sans-serif;
  font-size: 12px;
  border:0px;
}
/* global <H?> setting */
H1 {
  font-family: Verdana;
  fornt-weight: bold;
  font-size: 14px;
  color: #B5AE8C;
  margin-top:3px;
  margin-bottom:3px;
}
H2 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #ff3300;
  margin-top:3px;
  margin-bottom:3px;
}
H3 {
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top:3px;
  margin-bottom:3px;
}

/* global <UL>,<LI> setting */
UL {
  margin-top:0px;
  margin-left:20px;
  margin-bottom:0px;
  padding:3px;
}
LI {
  list-style-type:square;
}

/* global <B>,<STRONG> setting */
B,STRONG {
  font-family: Arial,Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000
}

/* global <TEXTAREA> setting */
textarea{
  width:90%;
  height:200px;
  font-family: Arial,Sans-serif;
  font-size: 12px;
}


/* ===== 5 fixed main block <DIV> setting ===== */
.whole_table{
  width:780px;
  
}
.menu_td{
  height:auto;
}
.footer_td{
  height:auto;
}

/* <DIV ID=tp_header> */
#tp_header {
  margin: 0px;
  height:80px;
  background-color: #FFFFFF;
}

/* <DIV ID=tp_menu> */
#tp_menu {
  width:100%;
  background-color: #FFFFFF;
}

#tp_menu .table_class{
  width:auto;
  margin:auto;
}

/* SUB_MENU */
.tp_menu_child {
  margin-left:30px;
  background-color:#eeeeee;
  border-left:1px solid #777777;
  border-top:1px solid #777777;
  border-right:1px solid #444444;
  border-bottom:1px solid #444444;
  z-index:10;
  position:absolute;
  white-space: nowrap;
  padding:3px;
}

.tp_menu_child td{
  border-bottom:1px dashed #777777;
  white-space: nowrap;
  padding:3px;
}

/* main content block */
.tp_body_side{
  width:168px;
  background-color: #006599;
}
.tp_body_main{
  width:611px;
  background-color: #FFFFFF;
}

.tp_misc_top{
  width:0px;
  margin:0px;
}
.tp_misc_side{
  width:15px;
  margin:0px;
}

a.tree_header:link{
  color:#bb0000;
  font-size:14px;
}
a.tree_header:visited{
  color:#880000;
  font-size:14px;
}
a.tree_header:hover{
  color:#ff0000;
  font-size:14px;
}

/* <DIV ID=tp_main> */
#tp_main {
  width:533px
  height:350px;
  background-color: #FFFFFF;
}
.tp_main_header{
  margin:0px;
  background-color: #FFFFFF;
}
.tp_main_body {
  margin:0px;
  background-color: #FFFFFF;
}

/* <DIV ID=tp_inquiry> */
#tp_inquiry{
  width:100%;
  background-color: #FFFFFF;
}
#tp_inquiry .table_class{
  width:90%;
}

/* <DIV ID=tp_product_menu> */
#tp_product_menu {
  width:auto;
  background-color: #FFFFFF;
}
#tp_product_menu .table_class{
   margin:auto;
}
#tp_product_menu .cate_img_0{
  background-color:#FFFFFF;
}
#tp_product_menu .cate_list_0{
  background-color:#FFFFFF;
}
#tp_product_menu .cate_img_1{
  background-color:#FFFFFF;
}
#tp_product_menu .cate_list_1{
  background-color:#FFFFFF;
}

/* <DIV ID=tp_product_info> */
#tp_product_info {
  width:100%;
}
#tp_product_info .table_class{
  width:auto;
  margin:auto;
}

/* <DIV ID=tp_rlink_bottom> */
#tp_rlink_bottom{
  width:100%;
  margin-top:5px;
  margin-bottom:5px;
  background-color: #FFFFFF;
}
#tp_rlink_bottom .table_class{
  width:100%;
}

/* side block */
/* <div id=tp_side> */
#tp_side {
  
}

/* <DIV ID=tp_rlink_side> */
#tp_rlink_side{
  margin:0px;
  background-image:url(/images/note/tp_rlink_side.gif);
}
#tp_rlink_side .table_class{
  width:100%;
}

/* footer block */
/* <div id=tp_footer> */
#tp_footer {
  width:100%;
  height:15px;
  background-image:url(/images/note/tp_footer.gif);
}

/* <DIV ID=quick_menu> */
#quick_menu {
  background-color:#eeeeee;
  font-family: Verdana;
  text-decoration: none;
  font-size: 9px;
  border:3px ridge #eeeeee;
}

/* below => customize id or class*/

#tp_footer A:hover, #Copyright A:hover{
 	cursor:text;
}
