/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits réservés
*/

/* .blockPrice {
	display: none;
	font-size: 1.3em;
	font-weight: normal;
	border-top: 1px solid #d2d0d0;
	padding-top: 8px;
	position: relative;
	float: left;
	width:100%
} */

.quantityAvailableAlert{
	font-size: 1.em;
	white-space: normal;
}

.productPriceUp {
	font-size: 1.3em;
	margin-left: 5px;
}

.specificBlock{
	display: none;
}
#oldPrice{
	text-decoration: line-through;
	margin-right: 7%;
	font-size: 1.3em;
}
#specificPrice{
	display: none;
}

.specificReductStyle {
	background: #D9534F none repeat scroll 0 0;
	color: #FFF;
	font-family: "Open Sans",sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 30px;
	padding: 5px;
}

#additionnal_price {
	font-size: 14px;
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 6px;
	color: #333;
}

.old_price{
	text-decoration:line-through;
	font-size:13px
}
.ndkcfTitle{
	display: none
}