/**
 * Compatibility for Prestashop 1.6
 */

/**
 * Post Review
 */
#lineven_homecomments_post_review { clear: both; }
.lineven_homecomments_post_review_for_order { width: 805px; }
.lineven_homecomments_post_review_for_product { width: 695px;}
#lineven_homecomments_post_review .clear_both { clear: both; } 
#lineven_homecomments_post_review .product_details { float: left; padding: 18px; border-right: 1px solid silver; max-width: 240px; }
#lineven_homecomments_post_review .product_details .product_image { padding:4px; border: 1px solid silver; text-align:center;}
#lineven_homecomments_post_review .product_details .product_image img{ max-height: 180px; max-width: 180px; }
#lineven_homecomments_post_review .product_details .product_description { margin-top:13px; }
#lineven_homecomments_post_review .order_details { float: left; padding: 18px; border-right: 1px solid silver; max-width: 340px; }
#lineven_homecomments_post_review .order_details .order_products_details { border-top: 1px solid silver; margin-top: 8px; padding-top: 12px;}
#lineven_homecomments_post_review .order_details .order_products_details .order_product_details { clear: both; margin: 4px; }
#lineven_homecomments_post_review .order_details .order_products_details .order_product_details .product_image {float:left; margin-right: 8px; margin-bottom: 10px; padding: 2px; border : 1px solid silver;}
#lineven_homecomments_post_review .review_form { float: left; padding: 0px 14px 14px 14px; }
#lineven_homecomments_post_review .review_form .header { margin-bottom: 15px; }
#lineven_homecomments_post_review .review_form .rating { margin: 0px; height: 18px;}
#lineven_homecomments_post_review .review_form .rating .cancel, #lineven_homecomments_post_review .review_form .rating .star { float: left; width: 18px; height: 18px; overflow: hidden; text-indent: -999em; cursor: pointer; }
#lineven_homecomments_post_review .review_form .rating .cancel, #lineven_homecomments_post_review .review_form .rating .cancel a { background: url(../../img/rating/delete16.png) no-repeat 0 -18px !important;}
#lineven_homecomments_post_review .review_form .rating .star, #lineven_homecomments_post_review .review_form .rating .star a { background: url(../../img/rating/stars16.png) no-repeat 0 0 }
#lineven_homecomments_post_review .review_form .rating  div.star_on a { background-position: 0 -40px }
#lineven_homecomments_post_review .review_form .rating  div.star_hover a, #lineven_homecomments_post_review .review_form .rating div.star a:hover { background-position: 0 -20px }
#lineven_homecomments_post_review .review_form .homecomments_captcha img.homecomments_captcha_image {border: 1px solid silver; padding: 2px; margin-bottom: 4px;}
.homecomments_captcha_refresh { display: inline-block; border: none; width: 45px; height: 45px; margin-bottom: 0px; cursor: pointer; background: url(../../img/captcha/refresh.png) no-repeat 0 0 }


/** ALTERNATIVE RATING */
#lineven_homecomments_post_review .review_form .alternative_rating { margin: 0px; display: inline-block; position: relative; height: 20px; background : url('../../img/rating/stars16.png') repeat-x 0 0; vertical-align : bottom; }
#lineven_homecomments_post_review .review_form .alternative_rating div { float: left; position: relative; height: 20px; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating  input { position: relative; z-index: 1; width: 20px; height: 20px; margin: 0; padding: 0; opacity: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating  label { position: absolute; top: 0; left: 0; width: 100%; height: 20px; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating span { display : none; margin: 0; padding: 0; }
#lineven_homecomments_post_review .review_form .alternative_rating input:checked + label,
#lineven_homecomments_post_review .review_form .alternative_rating :hover input:checked:hover + label {
	background : url('../../img/rating/stars16.png') repeat-x 0 -20px; margin: 0; padding: 0; 
}
#lineven_homecomments_post_review .review_form .alternative_rating:hover input:checked + label {
	background : transparent;
}
#lineven_homecomments_post_review .review_form .alternative_rating:hover input:hover + label {
	background : url('../../img/rating/stars16.png') repeat-x 0 -40px; margin: 0; padding: 0; 
}
/** END ALTERNATIVE RATING */