/* minicommerce.css */

#MiniCommerce {
  background: transparent url(/images/minicommerce/background.gif) no-repeat bottom left;
  min-height: 155px;
  width: 609px;
  clear: both;
  margin-bottom: 15px;
}
#MiniCommerce h1 {
  background: transparent url(/images/minicommerce/header.gif) no-repeat top left;
  width: 608px;
  height: 30px;
  color: white;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  cursor: pointer;
  padding-left: 10px;
}
#MiniCommerce .activity {
  font-style: italic;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#MiniCommerce .description {
  font-style: italic;
  text-transform: none;
  color: #2A3990;
  margin : 0 30px 10px 10px;
  cursor: pointer;
}
#MiniCommerce .photocommerce {
  width: 120px;
  height: 80px;
  border: 1px solid #A5A2A2;
  float: right;
  margin: 11px 10px 20px 10px;
  cursor: pointer;
}
#MiniCommerce ul {
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 0;
  float: left;
}
#MiniCommerce li {
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 3px;
}
#MiniCommerce a.linkdetail {
   color: #2A3990;
}
#MiniCommerce .geolocalisation {
  background: transparent url(/images/minicommerce/picto-geo.gif) no-repeat;
}
#MiniCommerce .commande {
  background: transparent url(/images/minicommerce/picto-commande.gif) no-repeat;
}
#MiniCommerce .fiche {
  background: transparent url(/images/minicommerce/picto-detail.gif) no-repeat;
}
#MiniCommerce .address {
  margin: 0 10px 3px 10px;
  text-align: right;
  cursor: pointer;
}
#MiniCommerce .phonenumber {
  font-weight: bold;
  font-size: 15px;
  color: #2A3990;
}
#MiniCommerce .phone {
  margin: 0 140px 0 10px;
  text-align: right;
  cursor: pointer;
}
#MiniCommerce .pictoPromo {
  display: block;
  width: 50px;
  height: 44px;
  background: transparent url(/images/minicommerce/picto-promo.png) no-repeat;
  position: absolute;
  margin: 11px 0 0 478px;
}
#MiniCommerce .toto {
  margin-left: 10px;
  color: black;
  font-weight: bold;
  padding-bottom: 5px;
}
.cardPicto {
  height: 14px;
}

/* hack IE 6 and below */

* html #MiniCommerce .pictoPromo {
  background: transparent url(/images/minicommerce/picto-promo.gif) no-repeat;
}
