/* ** CAPS LINE ** */
.caps_line {
  float: left;
  clear: both;
  width: 100%;
}

/* ** PARAMETRES DES CAPS SELON L'EMPLACEMENT ** */
.caps {
  float: left;
  color: #808080;
}
#product_list .caps {
  clear: both;
  width: 578px;
  padding-top: 11px;
  padding-bottom: 12px;
  border-bottom: 1px solid #6c6c6c;
}
#product_list_tagged .caps {
  width: 250px;
  padding: 10px 39px 10px 0px;
}
#product .caps {
  float: left;
  clear: both;
  width: 520px;
  padding-left: 29px;
  padding-bottom: 12px;
}
#ass_products .caps {
  width: 155px;
  padding-right: 18px;
  padding-bottom: 10px;
}
#right_products .caps {
  width: 155px;
  padding-bottom: 10px;
}

/* ** NOM DE LA FAMILLE ** */
.caps .category_name {
  float: left;
  clear: both;
  width: 100%;
  font-weight: bold;
  padding-bottom: 7px;
}
.caps .category_name a {
  float: left;
  clear: both;
  width: 100%;
  color: #ff0140;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1em;
}
.caps .category_name a:hover {
  text-decoration: underline;
}

/* ** NOM DU PRODUIT + LIEN ** */
.caps h1 {
  float: left;
  clear: both;
  width: 100%;

  color: #ff0140;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.caps .top {
  float: left;
  clear: both;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.caps .top a {
  float: left;
  clear: both;
  width: 100%;
  color: #808080;
  text-decoration: none;
}
.caps .top a:hover {
  color: #ff0140;
  text-decoration: none;
}
#product_list .caps .top, 
#product_list_tagged .caps .top {
  font-size: 1.2em;
  line-height: 1em;
}
#right_products .caps .top, 
#ass_products .caps .top {
  width: 155px;
  line-height: 1em;
}

/* ** INFORMATIONS SUR LE PRODUIT ** */
.product_data {
  float: left;
  clear: both;
  width: 100%;
}
#product_list .product_data {
  padding-top: 8px;
}
#right_products .product_data, 
#ass_products .product_data {
  padding-top: 6px;
}

/* ** IMAGE DU PRODUIT ** */
.product_data .left {
  float: left;
  width: 92px;
  padding-right: 5px;
  text-align: center;
}
#product .product_data .left {
  width: 122px;
}

.product_data .left img {
  border: 1px solid #808080;
}

.product_data .right .txt {
  padding-bottom: 5px;
}

/* ** LIEN EN SAVOIR PLUS ** */
.product_data .right .lnk_more {
  float: left;
  height: 30px;
}
.product_data .right .lnk_more a {
  display: block;
  color: #808080;
  font-size: 0.9em;
  padding-left: 15px;
  background: url(http://site.gulliver.com/b20080314b0/web/img/arrow_green.gif) no-repeat 0px 4px;
  text-decoration: none;
}
.product_data .right .lnk_more a:hover {
  color: #6c6c6c;
  text-decoration: underline;
}


/* ** ZONE PRIX + COMMANDE ** */
.product_data .right .price_area {
  float: right;
  font-weight: bold;
}

#product_list .product_data .right .price_area, 
#product_list_tagged .product_data .right .price_area, 
#product .product_data .right .price_area {
  line-height: 30px;
}
#right_products .product_data .right .price_area, 
#ass_products .product_data .right .price_area {
  width: 55px;
  text-align: center;
}

.product_data .right .price_area del {
  float: left;
  color: #808080;
  font-weight: normal
}
#product_list .product_data .right .price_area del, 
#product .product_data .right .price_area del {
  font-size: 1.2em;
  padding-right: 10px;
}
#right_products .product_data .right .price_area del, 
#ass_products .product_data .right .price_area del {
  width: 100%;
  font-size: 0.8em;
}

.product_data .right .price_area span.price {
  float: left;
  color: #ff0140;
}
#product_list .product_data .right .price_area span.price, 
#product .product_data .right .price_area span.price {
  font-size: 1.5em;
}
#right_products .product_data .right .price_area span.price, 
#ass_products .product_data .right .price_area span.price {
  width: 100%;
}

.product_data .right .price_area span.fois {
  float: left;
  font-size: 1.5em;
  padding: 0px 5px;
}
#product_list_tagged .product_data .right .price_area span.fois {
  font-size: 1em;
}
#ass_products .product_data .right .price_area span.fois,
#right_products .product_data .right .price_area span.fois {
  float: none;
  font-size: 1em;
}

.product_data .right .price_area form {
  float: left;
}
.product_data .right .price_area input.qty {
  float: left;
  width: 21px;
  height: 16px;
  margin-top: 5px;
  border: 1px solid #808080;
  font-family: Tahoma, Arial, Helvetica, sans serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #808080;
  padding: 1px 3px;
  text-align: right;
}
.product_data .right .price_area input:focus.qty {
  border-color: #ff0140;
  color: #ff0140;
}
.product_data .right .price_area select {
  float: left;
  margin-top: 7px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  border: 1px solid #808080;
}
#product_list_tagged .product_data .right .price_area select {
  font-weight: normal;
  font-size: 10px;
}
#ass_products  .product_data .right .price_area select,
#right_products .product_data .right .price_area select {
  float: none;
  margin-left: 10px;
  margin-top: 0px;
  font-weight: normal;
  font-size: 10px;
}
.product_data .right .price_area input.submit {
  float: left;
  padding-left: 10px;
}
#ass_products .product_data .right .price_area input.submit, 
#right_products .product_data .right .price_area input.submit {
  float: none;
  padding-top: 2px;
}
.product_data .right .price_area .add_to_cart {
  float: left;
}
.product_data .right .price_area .unavailable {
  float: left;
}

#product_list_tagged .product_data .right .price_area .add_to_cart {
  padding-left: 10px;
}
#right_products .product_data .right .price_area .add_to_cart, 
#ass_products .product_data .right .price_area .add_to_cart {
  width: 100%;
  padding-top: 10px;
}


#product_list .product_data .right .price_area .unavailable, 
#product_list_tagged .product_data .right .price_area .unavailable, 
#product .product_data .right .price_area .unavailable {
  padding-left: 10px;
}
#right_products .product_data .right .price_area .unavailable, 
#ass_products .product_data .right .price_area .unavailable {
  width: 100%;
  padding-top: 10px;
}




/* ** PAGE PRODUIT ** */
#detail_produit {
  float: left;
  clear: both;
  width: 520px;
  padding-left: 29px;
  padding-bottom: 12px;
  color: #808080;
}
#detail_title_off {
  float: left;
  clear: both;
  width: 508px;
  padding-top: 10px;
  padding-left: 12px;
  border-top: 1px solid #808080;
  color: #ff0140;
  text-decoration: none;
  background: url(http://site.gulliver.com/b20080314b0/web/img/picto_open.gif) no-repeat 0px 14px;
}
#detail_title_on {
  float: left;
  clear: both;
  width: 508px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-top: 1px solid #808080;
  color: #ff0140;
  text-decoration: none;
  background: url(http://site.gulliver.com/b20080314b0/web/img/picto_close.gif) no-repeat 0px 14px;
}
#detail_produit_content {
  float: left;
  clear: both;
  width: 520px;
}

/* ** PRODUITS ASSOCIES ** */
#ass_products {
  float: left;
  clear: both;
  width: 520px;
  padding-left: 29px;
  padding-bottom: 12px;
}
#ass_products .title {
  float: left;
  clear: both;
  width: 520px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #808080;
  font-weight: bold;
  color: #ff0140;
}
#ass_products .title span {
  color: #808080;
  text-transform: uppercase;
}

/* ** ** */
#right_products a.view_all {
  width: 140px;
  margin-top: 5px;
  color: #808080;
  font-size: 10px;
  text-decoration: none;
  padding-left: 15px;
background: url(http://site.gulliver.com/b20080314b0/web/img/arrow_green.gif) no-repeat 0px 4px;
}
#right_products a:hover.view_all {
  color: #6c6c6c;
  text-decoration: underline;
}

/* ** PAGE DE PRODUITS TAGGES ** */
h2.caps_tagged {
  float: left;
  clear: both;
  width: 578px;
  height: 70px;
  background: url(http://site.gulliver.com/b20080314b0/web/img/bg_h2_caps_tagged.gif) no-repeat top left;
  padding: 0px;
  margin: 0px;
  font-size: 1.5em;
  color: #ff0140;
  line-height: 70px;
  text-align: center;
}

/* ** PANIER INTEGRE ** */
#cart form {
  float: left;
  clear: both;
  width: 155px;
}
#cart .cart_line {
  float: left;
  clear: both;
  width: 155px;
  padding: 5px 0px;
}
#cart .cart_line .left {
  float: left;
  clear: both;
  width: 42px;
  padding-right: 3px;
}
#cart .cart_line .left img {
  float: left;
  border: 1px solid #808080;
}
#cart .cart_line .right {
  float: left;
  width: 107px;
  text-align: right;
}
#cart .cart_line .right a.name {
  color: #808080;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#cart .cart_line .right a:hover.name {
  color: #ff0140;
  text-decoration: none;
}
#cart .cart_line .price_area {
  float: left;
  clear: both;
  width: 150px;
  padding-right: 5px;
  height: 17px;
  margin-top: 2px;
  text-align: right;
  line-height: 16px;
}
#cart .cart_line .price_area input.delete {
  float: right;
  width: 9px;
  height: 12px;
  border: 0px;
  padding: 0px;
  margin-top: 3px;
  margin-left: 3px;
  cursor: pointer;
}
#cart .cart_line .price_area .price_data {
  float: right;
}
#cart .cart_line .price_area .price_data .price {
  font-weight: bold;
  color: #ff0140;
}
#cart .cart_line .price_area .price_data .fois {
  padding: 0px 2px;
  text-align: center;
  font-weight: bold;
  color: #808080;
}
#cart .cart_line .price_area .price_data select {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #808080;
  font-weight: bold;
  text-align: center;
}


#cart .cart_amount {
  float: left;
  clear: both;
  width: 152px;
  text-align: right;
  padding-top: 20px;
  background: url(http://site.gulliver.com/b20080314b0/web/img/bg_pointil.gif) repeat-x 0px 8px;
  
  font-size: 10pt;
  font-weight: bold;
  color: #808080;
}
#cart .cart_amount .price {
  color: #ff0140;
}