/* 
    Created on : 13-Mar-2015, 10:09:30
    Author     : Clef2Web - Raphaël Gérard
*/
#list_preview .product_preview
{
    height:170px;
    margin-bottom: 15px;
}

#product_item h1
{
    color:#61B2DD;
}

.product_preview h2, .product_section h2
{
    margin:10px 0;
}

.product_section{
    margin-bottom: 15px;
}

.product_img
{
    height:100%;
    width:176px;/*bord de 3pxx2*/
    line-height: 170px;
}
.product_img img
{
    width: auto;
    height: auto;
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px !important;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
}

#list_preview .product_preview_details, #list_preview .product_img, #product_item .product_img{
    float: left;
}

#list_preview .product_img, #product_item .product_img{
    text-align: center;
}

#product_item .product_img{
    margin: 0 15px 0 0;
}
#product_item .product_details{
    margin: 0 0 15px 0;
}

#product_description{
    font-size: 13px;
}
#product_item #product_description_desc{
        font-size: 15px;
}
#list_preview #product_description_desc{
        font-size: 14px;
}
#product_item .product_details span.product_details_ref{
    display: inline-block;
    width:115px;
}

.float-desc{
    float:right;
    width: 500px;
}


#list_preview .product_img {
    margin-right: 40px;
}
#list_preview tr td:nth-of-type(1){
    width:110px
}

#list_preview tr:nth-of-type(2){
    height:10px
}

#list_preview table{
    border-spacing: 0px;
      margin-left: -1px;
}
#product_item .product_preview_details h1, #product_item .product_details h1{
    margin : 15px 0;
}

/*#product_item .product_section{
    overflow: auto;
    padding: 15px;
    height: inherit;

}*/
#product_item table td{
    width:160px;
}

/*PAGINATION*/

/*PAGINATION*/

.pagination{
    border: 2px solid #dfdfdf;
    padding: 10px 40px; 
    background: #EDEDED;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
#pagination_wrapper{
    text-align: center;
    margin-bottom: 15px;
}

.pagination a, .pagination strong{
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 11px;
  padding: 2px 8px;
  display: inline-block;
  min-width: 15px;
  height: 25px;
  line-height: 25px;
}

.pagination a:hover{
  background-color: #61B2DD;
  color: #FFFFFF;
}   

.pagination a{
  color: #444444;
}   

.pagination strong{
  background-color: #61B2DD;
  color: #FFFFFF;
}

#list_preview hr, #product_item hr{
    margin: 0 0 15px;
}

#list_preview h1, #product_item h1{
    margin: 0 0 10px;
}

#list_preview h2{
    margin: 0;
    font-size: 22px;
}
#product_item h2{
    margin: 15px 0 5px 0;
    font-size: 22px;
}
#list_preview h5, #product_item h5{
    margin: 0;
}
.product_preview_details, .product_details{
    font-size: 12px;
}

#product_item tr td:nth-of-type(2) {
    font-weight: bold;
}

#product_item .product_details.complements{
    padding: 15px;
}

/*INFORMATION*/
#product_item input[type='submit'] {
  padding: 8px 12px;
  cursor: pointer;
}
