/* _______ */
/* LISTING */
/* _______ */

#items-holder {
  height:345px;
  padding:18px 0px 0px 19px;}

  #items-holder form { padding-bottom:35px; }

.select-holder {
  float:left;
  width:270px;}

  .select-holder p { float:left }

  .select-holder select {
    background:#D6D6D6;
    border:1px solid #A0A0A0;
    float:left;
    width:160px; }

.product-holder {
  float:left;
  height:250px;
  padding-left: 10px;
  width:199px; }

.product {
  background-color:#e6e6e6;
  border:1px solid #a9a9a9;
  float:left !important;
  height:240px;
  padding: 10px;
  width:155px; }

  .product p{
    float: left; }

    .product p strong{
      padding-right: 5px; }

  .product span {
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    height: 30px;
    padding:5px 0px 5px;
    text-align:left;
    text-transform: capitalize;
    width: 155px; }

.product-image {
  float: left;
  height:70px;
  padding-top:15px;
  text-align:center;
  width: 155px; }

  .product-image a {
    margin: 0px auto; }

.product-descriptif {
  clear:left;
  height:50px; }

.product-details {
  float:right;
  padding-top:12px; }

#pagination {
  clear:both;
  text-align:center; }

  #pagination span{
    padding: 0px 10px 0px 10px; }

/* _______ */
/* DETAILS */
/* _______ */

#detail-holder{
  float:left;
  height:410px;
  outline:none;
  padding-left:20px;
  width:620px; }

  #detail-holder p{
    padding: 0px 30px 0px 15px; }

    #detail-holder p span{
      color: #29932e;
      font-weight:bold; }


    pre{
      color: #545252;
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: bold; }

#detail-pictures{
  background-image: url(../images/charte/bg_detail_pictures.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 1px solid black;
  float: left;
  height: 290px;
  margin: 0px 0px 15px 0px;
  width: 590px; }

  #bigHref{
    height: 260px;
    float: left;
    margin-top: 20px;
    width: 320px; }

#detail-thumbs{
  float:left;
  height:73px;
  padding-top:20px;
  width:130px; }












