/* MENU SECTION begin */
div#box_section_menu {
   padding-top: 47px;
}
/* MENU SECTION end */

div#box_section_menu_img {
   width: 128px;
   height: 170px;
   margin-left: 20px;
   margin-top: 30px;
   background-image: url(../images/img_01.jpg);
   background-repeat: no-repeat;
}

h4 {
   text-align: center;
}

li {
   list-style: none;
   background-image: url(../images/bullet_blue.gif);
   background-repeat: no-repeat;
   background-position: left 5px;
   padding-left: 7px;
}

/* TABLE STYLE begin */
.table_products{
   width: 357px;
   height: 322px;
   margin-top: 5px;
   background-image: url(../images/img_table_03.gif);
   background-repeat: no-repeat;
   background-position: bottom;
   background-color: #A7A7A7;
}
.table_products table {
   margin-left: 8px;
   margin-right: 8px;
}

.table_products_box_01 { width: 76px; }
.table_products_box_02 { width: 97px; font-size: 10px }
.table_products_box_03 { width: 91px; font-size: 10px }
.table_products_box_04 { width: 77px; font-size: 10px }

.table_products_box_title { color: #990000; font-size: 11px }

.table_products_box_title td {
   padding-top: 10px;
}
tr.table_products_box_title td {
   font-size: 11px;
}
/* TABLE STYLE end */
