/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/


/* Centrage forcé des textes images featured */
.vce-featured-title {text-align: center; }


/* Gestion padding p */
.entry-content p {text-align: justify; }

/* Centrage de la note */
.post-ratings {text-align: center;}

/* Centrage de la Cat breadcrumb */
.entry-header.meta-category {text-align: center;}

/* style texte avis wppostratings */
.textavis {
font-size: 10px;
color: #1c6caf;
margin-bottom: 7px;
padding:0;
}


/* amabtn uiop */
.amabtn {
    background: linear-gradient(#ffe, #fc0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.4);
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px 14px 2px 2px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.amabtn:hover {
    background: linear-gradient(#fd5, #fb3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #222;
}

.amaimg {
    vertical-align: -9px;
    margin-right: 12px;
}


/* grille image */
.productSmall {
  position: relative; height: 185px; margin: 5px;  float: left;   text-align: center;  border: 1px solid #DCDCDC;  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);  vertical-align: center;  
}
.psTwo { width: 350px; }
.psThree { width: 230px; }
.psFour { width: 170px; }
.imgProductSmall { max-height: 156px; }
.productBig {
  text-align: center;
  display: none;
  position: absolute;
	top: -30px;
	left: -30px;
	
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  
	z-index: 999;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.comparison_table {
  width: 100%;
  clear: both;
}

.littleImg {
  border:none;
  max-width:100%;
  max-height: 156px;
  margin-top: 8px;
}

.bigImg {
  border:none;
  max-width:300px;
  max-height: 300px;
  margin-top: 4px;
}

.littleDiv {
    text-align: center;
    min-width: 168px;
}