/**
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


/* bloc d affichage du deal */
.icon-FoDeals:before {
  background: url("../logo.png") no-repeat scroll center 2px / 100% 100% rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
}

.deal_area { /* Conteneur global pour le centrage */
	float:left;
	border:1px solid gray;
	background-color:#F5F5DC;
	margin:auto;
	margin-bottom:1px;
}
.content_prices {
  padding: 5px!important;
}
#deal_area #reduction_percent,#deal_area  #reduction_amount {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: inherit;
  font-size: 14px;
  line-height: 15px;
  margin: 0;
}
#deal_area h3 {
  margin-top: 0!important;
  font-size: 1.7em !important
}
#deal_area .table-bordered {
  background: none repeat scroll 0 0 #F0EBEF;
  border: medium none;
}
#deal_area .table-bordered > thead > tr > th  {
  font-size: 0.7em !important
}
#deal_area  .table-bordered > tbody > tr > td.status {
  font-size: 0.9em !important
}
#deal_area .table-bordered > thead > tr > th {
  background: none repeat scroll 0 0 black;
  border: medium none;
  color: white;
  padding: 5px 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
#deal_area  .table-bordered > tbody > tr > td {
  border: medium none!important;
  border-bottom: 1px solid #E4DFE3!important;
}
#deal_area span i[class^=icon-]:before {
  margin-right: 5px;
}
#deal_area span  {
	font-weight: 600;
}
#deal_area .table-bordered > tbody > tr.deal-prices td {
	font-weight: 700;
	text-align: center;
	font-size: 1em !important;
}
#deal_area .table-bordered > tbody > tr.deal-prices td.gain-price {
	color: red;
}

#deal_area  .deal-status {
    text-align: center;
    padding: 15px 5px;
	clear: both;
	font-weight: 700;
}
#deal_area  .section-name {
  letter-spacing: 0;
  margin-top: -5px;
  font-size: 0.4em
}

table.deals_table_details tr.deals_entry_label td,
table.deals_table_details tr.deals_entry_value td {
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: 700;
}

table.deals_table_details tr.deals_entry_value td {
	background: transparent;
	color: #000;
}

.no-new-line br {
    display: none !important;
}

/* Out deals */
/*.outdeals_block_right p {
	padding-bottom:0;
	font-weight:bold;
	text-align:right
}

.outdeals_block_right p.title_block, .outdeals_block_right h4  {
	padding:6px 11px;
	text-align:left
}
.outdeals_block_right .products li {
	padding:15px 0;
	width: 130px;
	border:none;
}
.outdeals_block_right li .s_title_block, .outdeals_block_right li h5 {
	padding:0 0 3px 0;
	font-size:12px;
	text-align:left;
}
.outdeals_block_right .products li a {
	padding:0;
	background:none
}
.outdeals_block_right li.product_image {
	padding-right:10px;
	width:62px;
}

.outdeals_block_right .products span.price-discount {
	font-size:14px;
	text-decoration:line-through
}
.outdeals_block_right .products span.reduction {
	display:block;
	float:right;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	background:url(img/bg_reduction.png) no-repeat 0 0
}
.outdeals_block_right .products span.reduction span {
	display:block;
	padding:1px 5px 1px 0;
	background:url(img/bg_reduction.png) no-repeat 100% 0
}
.outdeals_block_right .products span.price {
	display:block;
	padding:3px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#900
}*/