
/* ####################  liste des sacs du shop  ##################### */
#shop_bag_list{
}

#shop_bag_list li{
  float:left;
  margin:0 10px 20px 0;
  width:209px;
  height:277px;
  background:url("/images/shop/bg_bag_sheet.jpg");
}

#shop_bag_list li.bag_sheet h3
{
  margin:2px 0 0 15px;
  padding:0;
  font-size:14px;
}

#shop_bag_list li.bag_sheet h3 a
{
  text-decoration:none;
  color:#000000;
}

#shop_bag_list li.bag_sheet .model_name
{
  color:#999999;
  font-weight:bold;
  font-size:12px;
  margin:0 0 0 15px;
  padding:0;
}

#shop_bag_list li.bag_sheet .model_name a, #shop_bag_list li.bag_sheet .model_name a:link, #shop_bag_list li.bag_sheet .model_name a:visited
{
  color:#999999;
  text-decoration:none;
}

#shop_bag_list li.bag_sheet .model_name a:hover, #shop_bag_list li.bag_sheet .model_name a:active
{
}

#shop_bag_list li a img.sac{
  margin:2px 0px 6px 15px;
}

#shop_bag_list li a img.pattern
{
  margin:2px 0px 6px 15px;
}

#shop_bag_list li .informations
{
  padding:0 0 0 19px;
}

#shop_bag_list li .informations .line_1
{
  width:180px;
}

#shop_bag_list li .informations .line_1 .bag_name
{
  font-size:0.8em;
}

#shop_bag_list li .informations .line_1 .price
{
  float:right;
  color:#ff6600;
  font-weight:800;
  font-size:0.9em;
}

#shop_bag_list li .informations .line_2
{
  width:180px;
  float:left;
  margin:5px 0 0 0;
}

#shop_bag_list li .informations .line_2 a.btn_purchase, #shop_bag_list li .informations .line_2 a.btn_purchase:link, #shop_bag_list li .informations .line_2 a.btn_purchase:visited{
  float:right;
  width:80px;
  height:16px;
  /*background-image:url(/images/home/btn-next-bg.jpg);
  background-repeat:repeat-x;
  background-position:0 0;*/
  background:#666666;
  color:#FFFFFF;
  text-decoration:none;
  text-transform:uppercase;
  font-size:0.70em;
  text-align:center;
  padding:2px 0 0 0;
  margin:0px 0px 0 0;
}

#shop_bag_list li .informations .line_2 a.btn_purchase:hover, #shop_bag_list li .informations .line_2 a.btn_purchase:active{
  /*background-position:0px -19px;*/
  background:#FFCC00;
}

#shop_bag_list li .informations .line_2 a.btn_show_by_design, #shop_bag_list li .informations .line_2 a.btn_show_by_design:link, #shop_bag_list li .informations .line_2 a.btn_show_by_design:visited{
  margin:0px 0px 0 0;
  width:90px;
  height:16px;
  display:block;

  /*background-image:url(/images/home/btn-next-bg.jpg);
  background-repeat:repeat-x;
  background-position:0 0;*/
  background:#666666;
  color:#FFFFFF;
  text-decoration:none;
  text-transform:uppercase;
  font-size:0.70em;
  text-align:center;
  padding:2px 0 0 0;
}

#shop_bag_list li a.btn_show_by_design:hover, #shop_bag_list li a.btn_show_by_design:active
{
  background:#ffdd00;
}



#shop_bag_list li .informations .bag_category_name
{
  font-size:0.8em;
}





#shop_bag_list li a.see_more_bag_cat_name, #shop_bag_list li a.see_more_bag_cat_name:link, #shop_bag_list li a.see_more_bag_cat_name:visited{
  float:right;
  margin:4px 15px 0 0;
  color:#000000;
  text-decoration:none;
  font-size:0.9em;
}

#shop_bag_list li a.see_more_bag_cat_name:hover, #shop_bag_list li a.see_more_bag_cat_name:active
{
}

