@charset "utf-8";
/* CSS Document PRODUCTS */

/* DEPARTMENT ------------------------------------------------------------------------------------------------------------------------------------------------ */
.department{ padding:80px 0 0 0; margin:0; }
.department .title{ margin-bottom:15px; font-weight:bold;  }
.department .content{ padding:0; margin:0; }
.department img{ margin:0; padding:0; border:0; }

.department ul{	list-style-type:none; padding:0; margin:0; }
.department ul li{ margin:0; padding:0 0 15px 0; }
.department ul a{ font-weight:bold; display:block; text-decoration:none; }
.department ul a:hover{ }

.department ul ul{}
.department ul ul li{ }
.department ul ul a{ font-weight:normal; }

.department ul ul ul a{ font-size:11px; }

/* HOME PRODUCT ---------------------------------------------------------------------------------------------------------------------------------------------- */
#top-prod{ padding:0; }
#top-prod .title{ margin-bottom:15px; font-weight:bold; }
#top-prod .content{ }

#top-prod .item{ margin:0; padding:0; }
#top-prod .item .title{ padding:15px 0 5px 0; font-size:17px; text-align:center; }
#top-prod .item .title a{ text-decoration:none;}
#top-prod .item .image{ margin:0; padding:0; }
#top-prod .item .image img{ padding:15px 10px 15px 10px; margin:0; border:none; }
#top-prod .item .description{ padding:10px; }
#top-prod .item .price{ text-align:center; padding:0 0 20px 0; font-size:17px; color:#6fb345; }

/* PRODUCT --------------------------------------------------------------------------------------------------------------------------------------------------- */
#dep-prod{ padding:0; }
#dep-prod .title{ margin-bottom:15px; font-weight:bold; }
#dep-prod .content{}

#dep-prod .item{ margin:0; padding:0; }
#dep-prod .item .title{ padding:15px 0 5px 0; font-size:17px; text-align:center; }
#dep-prod .item .title a{ text-decoration:none;}
#dep-prod .item .image{ margin:0; padding:0; }
#dep-prod .item .image img{ padding:15px 10px 15px 10px; margin:0; border:none; }
#dep-prod .item .description{ padding:10px; }
#dep-prod .item .price{ text-align:center; padding:0 0 20px 0; font-size:17px; color:#6fb345; }

/* PRODUCT DETAIL -------------------------------------------------------------------------------------------------------------------------------------------- */
#det-prod{ padding:0; }
#det-prod .title{ margin-bottom:15px; font-weight:bold; }
#det-prod .content{ }

#det-prod .item{ margin:0; padding:0; }
#det-prod .item .title{ padding:15px 0 5px 0; font-size:17px; text-align:center; }
#det-prod .item .title a{ text-decoration:none;}
#det-prod .item .image{ margin:0; padding:0; }
#det-prod .item .image img{ padding:15px 10px 15px 10px; margin:0; border:none; }
#det-prod .item .description{ padding:10px; }
#det-prod .item .price{ text-align:center; padding:0 0 20px 0; font-size:17px; color:#6fb345; }
#det-prod .item .gallery{}
#det-prod .item .gallery table{}
#det-prod .item .gallery .image{}
#det-prod .item .gallery img{}


