/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
	
}

/* pb-right-column ***************************************************************************** */
#pb-right-column {
	float:left;
	width:266px;
}

#pb-right-column #image-block {
	position:relative;
}

#pb-right-column #image-block img {
	border:1px solid #cdcdcd;
}

#pb-right-column #image-block #view_full_size {
	display:block;
	cursor:pointer;
}

#pb-right-column #image-block #view_full_size .span_link {
	position:absolute;
	bottom:10px;
	left:32%;
	display:block;
	padding:0 12px 0 30px;
	line-height:20px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../img/icon/zoom.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	background-color:#000;
	background-color:rgba(0,0,0,0.5);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

#pb-right-column #image-block #view_full_size .span_link img {
	position:relative;
	top:3px;
	left:-3px;
	border:none;
	padding-right:2px;
}

/* miniatures */
#pb-right-column #views_block {
	margin-top:10px;
	width:266px;
}

#thumbs_list {
	float:left;
	overflow:hidden;
	margin-left:4px;
	width:216px;
}

#thumbs_list ul#thumbs_list_frame {
	list-style-type:none;
	padding-left:0;
}

#thumbs_list li {
	float:left;
	height:60px;
	width:72px;
	cursor:pointer;
}

#thumbs_list li img {
	margin:0 6px;
	border:1px solid #cdcdcd;
}

span.view_scroll_spacer {
	float:left;
	height:16px;
	width:21px;
}

#view_scroll_left,#view_scroll_right {
	float:left;
	margin-top:20px;
	padding:0 4px;
	height:18px;
	width:9px;
	text-indent:-3000px;
	background:url(../img/thumbs_left.gif) no-repeat center center transparent;
}

#view_scroll_right {
	margin-left:4px;
	background-image:url(../img/thumbs_right.gif);
}

.resetimg {
	padding:10px 0 0;
}

/* link list */
#usefull_link_block {
	list-style-type:none;
	margin-top:20px;
}

#usefull_link_block li {
	padding:2px 0;
}

#usefull_link_block li.print {
	padding-left:20px;
	background:url(../img/icon/print.gif) no-repeat 0 0;
}

#usefull_link_block li.sendtofriend {
	padding-left:20px;
	background:url(../img/icon/send_friend.gif) no-repeat 0 0;
}

#usefull_link_block li#left_share_fb {
	padding-left:20px;
	background:url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* pb-left-column ****************************************************************************** */
#pb-left-column {
	float:left;
	margin-left:14px;
	width:255px;
}

#pb-left-column h1 {
	padding-bottom:5px;
	font-size:18px;
}

#pb-left-column #short_description_block {
	color:#666;
}

#pb-left-column #short_description_block .buttons_bottom_block {
	display:none;
}

/* form */
#pb-left-column #buy_block {
	margin-top:10px;
}

#buy_block p {
	padding-bottom:10px;
}

#pb-left-column #buy_block label {
	display:inline-block;
	width:125px;
	font-weight:700;
	font-size:12px;
	text-align:right;
}

.ie7 #pb-left-column #buy_block label {margin-right:5px;float:left}

/* short description pack */
.short_description_pack {
	display:none;
}

/* color_picker */
#pb-left-column #color_picker p {
	padding-bottom:5px;
	font-weight:700;
}

#attributes fieldset {
	padding-bottom:10px;
}

#attributes fieldset label {
	vertical-align:top;
}

#attributes .attribute_list {
	display:inline-block;
}

.ie7 #attributes .attribute_list {
	display:inline;
	zoom:1;
	float:right
}

#attributes .attribute_list ul{
	list-style:none
}

#attributes .attribute_list ul li{
	clear:both
}

#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}

.ie7 #attributes .attribute_list span{margin-top:1px}

#attributes .attribute_list #color_to_pick_list {
	list-style-type:none;
	width:125px;
}

#attributes .attribute_list #color_to_pick_list li {
	float:left;
	margin:0 8px 8px 0;
	padding:1px;
	border:1px solid #ccc;
	clear:none
}

#attributes .attribute_list #color_to_pick_list li.selected {
	border:1px solid #000;
}

#attributes .attribute_list #color_to_pick_list a.color_pick {
	display:block;
	height:20px;
	width:20px;
}

.product_attributes {
	padding:10px 0 0;
	border-top:1px solid #ccc;
}

/* attributes */
#attributes select {
	width:120px;
	border:1px solid #cdcdcd;
}

/* quantity_wanted */
#quantity_wanted_p input {
	width:50px;
	border:1px solid #cdcdcd;
}

/* availability_statut */
#availability_statut {
	margin: 10px 0 0 0;
}

#availability_statut span#availability_label, 
#availability_date_label {
	display:inline-block;
	width:125px;
	font-weight:700;
	font-size:12px;
	text-align:right;
}

#availability_statut #availability_value {
		background-color:green;
		color:#ffffff;
		text-shadow:none;
		padding:0 10px;
		text-transform: uppercase;
		font-size:10px;
		font-weight: bold;
		display:inline;
}

#availability_statut #availability_value.warning_inline {
	background-color:#9B0000;
}

/* prices */
.content_prices {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:right;
}

#buy_block p.price {
	padding:0;
}

.discount {
	display:none;
}

#buy_block p#old_price {
	padding-bottom:15px;
	font-size:14px;
	text-decoration:line-through;
}

.our_price_display {
	padding-bottom:10px;
	font-weight:700;
	font-size:24px;
	line-height:18px;
	color:#9b0000;
}

#reduction_percent,#reduction_amount {
	display:block;
	float:right;
	margin-left:10px;
	padding:0 0 0 10px;
	font-weight:700;
	font-size:12px;
	color:#fff;
	background:url(../img/bg_reduction.png) no-repeat 0 0 transparent;
}

#reduction_percent span,#reduction_amount span {
	display:block;
	padding:1px 5px 1px 0;
	background:url(../img/bg_reduction.png) no-repeat 100% 0 transparent;
}

/* online_only */
#buy_block p.online_only {
	font-weight:700;
	font-size:11px;
	color:#900;
	text-align:left;
	text-transform:uppercase;
}

/* add_to_cart */
.content_prices #add_to_cart {
	position:relative;
	float:right;
	padding:0;
}

.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
	height: 26px;
    padding: 5px 7px 5px 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */
 
    .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
		padding:6px 7px 4px 15px;
	}

}

.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled,
.ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled,
.ie7 .content_prices #add_to_cart .exclusive, .ie7 .content_prices #add_to_cart .exclusive_disabled {
		padding:8px 7px 4px 15px;
		line-height:12px;
	}

:first-child+html .content_prices #add_to_cart .exclusive {
	padding:4px 3px 4px 11px;
}

.content_prices #add_to_cart span {
	z-index:10;
	display:block;
	position:absolute;
	top:0;
	left:-12px;
	height:26px;
	width:26px;
	background:url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent;
}

/* */
.buttons_bottom_block {
	clear:both;
	padding-top:20px;
}

.buttons_bottom_block #wishlist_button {
	font-weight:700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
}

#send_friend_form h2 {
	padding:8px 11px;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	background:#383838;
}

#send_friend_form .product {
	margin:20px 10px;
}

#send_friend_form .product img {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #ccc;
}

#send_friend_form .product .product_desc {
	float:left;
	width:380px;
}

#send_friend_form .product .product_desc p {
	padding:0 10px 0 0;
	color:#333;
}

#send_friend_form .product .product_desc p.product_name {
	font-size:12px;
	color:#000;
}

#send_friend_form .send_friend_form_content {
	margin:0 10px 20px;
}

#send_friend_form .form_container {
	padding:10px 15px;
	border:1px solid #ccc;
	background:#eee;
}

#send_friend_form .form_container p.intro_form {
	padding-bottom:14px;
	font-weight:700;
	font-size:12pt;
	color:#333;
}

#send_friend_form .form_container p.txt_required {
	padding-bottom:0;
	color:/* SEND TO FRIEND (pop-in) ##################################################################### */
#666;
}

#send_friend_form .form_container .text {
	padding-bottom:10px;
}

#send_friend_form .form_container .text label {
	display:inline-block;
	padding:6px 15px;
	width:180px;
/* 210 */
	font-size:10pt;
	text-align:right;
}

#send_friend_form .form_container .text input {
	padding:0 5px;
	height:22px;
	width:260px;
	border:1px solid #ccc;
	font-size:10pt;
	color:#666;
}

#send_friend_form .submit {
	margin-top:20px;
	padding-bottom:0;
	text-align:right;
}

/* PACK ##################################################################### */
#blockpack {
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {
}

.customization_block p.infoCustomizable {
	margin:10px 0 20px;
	padding:0 0 0 20px;
	background:url(../img/icon/infos.gif) no-repeat 0 0 transparent;
}

ul#uploadable_files,ul#text_fields {
	list-style-type:none;
}

.customizableProductsFile,.customizableProductsText {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.customizationUploadLine {
	padding-bottom:10px;
}
.customizationUploadBrowse img + a {
	position: relative;
	top: -51px;
}
.customizationUploadLine label {
	display:inline-block;
	width:150px;
	vertical-align:top;
}

.customizationUploadLine textarea {
	height:50px;
	width:300px;
	border:1px solid #ccc;
}

#customizedDatas {
	float:right;
}

.accessories_block div ul li a {
	display:inline-block;
}

.accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span{
	font-weight:bold;
}



/* * * * * * * * * * * * * * * * * * */
/* QMN -> Dedicated Product Template */
/* * * * * * * * * * * * * * * * * * */

/* new products template */
.tdc-new .tdc-container{
    margin: 0 auto 50px;
    width: 100%;
    max-width: 850px;
}
.tdc-new .tdc-container .tdc-order-product-container{
    border-top: solid 1px #675444;
    padding-top: 30px;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-right-column{
    width: 306px;
}

.tdc-new .tdc-container #blockOtherProducts{
    margin: 15px auto 10px;
    border-top: solid 1px #616043;
    padding-top: 5px;
}
.tdc-new .tdc-container #blockOtherProducts span.tdc-lbl-other-products{
    color: #a0a0a0;
    font-family: "Futura_medium";
    font-size: 10pt;
    display: block;
    margin-top: 3px;
    letter-spacing: 1px;
}
.tdc-new .tdc-container #blockOtherProducts ul{
    margin-top: 7px;
}
.tdc-new .tdc-container #blockOtherProducts ul li.tdc-other-product-item{
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 12px;
    width: 100px;
}
.tdc-new .tdc-container #blockOtherProducts ul li.tdc-other-product-item img{
    display: block;
    width: 100%;
    height: auto;
}



.tdc-new .tdc-container .tdc-order-product-container #pb-left-column{
    margin-left: 60px;
    width: 480px;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column h1{
    border: none;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #4b7f7c;
    text-shadow: 0 0 0 transparent;
    font-size: 16pt;
    font-family: "Futura_regular";
    letter-spacing: normal;
}

.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content p{
    text-align: justify;
    padding-bottom: 10px;
    font-size: 10pt;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content p.tdc-product-chapo{
    font-weight: bold;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content p.tdc-product-caution,
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content p.tdc-product-recommendation{
    color: #4b7f7c;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content p.tdc-product-recommendation{
    font-style: italic;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .product_attributes{
    border: none;
    padding-top: 0;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .product_attributes p{
    text-align: right;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .product_attributes p label{
    color: #616043;
    font-weight: normal;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .product_attributes p input{
    text-align: right;
    height: 14px;
    border: solid 1px #b5b5b5;
    width: 85px;
    margin-bottom: 0;
    margin-left: 6px;
    line-height: 13px;
    padding-right: 10px;
    color: #616043;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .content_prices{
    border-top: solid 1px #616043;
}

.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .content_prices .price .our_price_display{
    color: #a5871e;
    font-weight: lighter;
    font-family: "Helvetica";
    font-size: 20pt;
    padding-bottom: 0;
    padding-top: 3px;
}

.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #buy_block .content_prices .price .our_price_display span.tdc-product-devise{
    font-size: 16pt;
    margin-left: 3px;
}

.tdc-new .content_prices .price{
    float: right;
}
.tdc-new .content_prices #add_to_cart{
    display: inline-block;
    float: none;
    margin-right: 20px;
    vertical-align: middle;
}
.tdc-new .content_prices #add_to_cart strong{
    color: red;
}
.tdc-new .content_prices #add_to_cart span{
    font-family: "FontAwesome";
    background: none;
    color: #f07f24;
    font-size: 16px;
    display: inline;
    height: auto;
    position: static;
}
.tdc-new .content_prices #add_to_cart .tdc-bt-add-to-cart{
    color: #f07f24;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    height: auto;
}

.tdc-new .success{
    background: #81a5a3;
    border: solid 1px #b3b297;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: lighter;
    width: 700px;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 0;
}

.tdc-new #crystaltheme{
    width: 700px;
    padding: 0;
    margin: 20px auto 50px;
}

.tdc-new #crystaltheme-form h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 16pt;
    font-weight: normal;
    background: #c4d1d0;
}

.tdc-new #crystaltheme-form fieldset, .tdc-new fieldset.account_creation{
    background: #eeeeee;
}

.tdc-new #center_column #crystaltheme-form p{
    padding: 0 30px 5px;
    text-align: justify;
    color: #4b7f7c;
    font-family: "Futura_regular";
    line-height: 13pt;
}

.tdc-new #center_column #crystaltheme-form p span.tdc-new-help{
    color: #434343;
    font-size: 10pt;
	background: #ffcc99;
    display: inline-block;
    width: 300px;
    margin-left: 180px;
    margin-top: -5px;
    letter-spacing: 0.75px;
}
.tdc-new #crystaltheme-form p.text label{
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
    width: 150px;
}
.tdc-new #crystaltheme-form p.text input{
    width: 300px;
    border: solid 1px #e5e5e5;
}

.tdc-new #crystaltheme-form #submitCrystal{
    text-transform: uppercase;
    background: #84a6a4;
    border-radius: 10px;
    padding: 2px 18px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    top: -35px;
    position: relative;
    margin-right: 0;
}


.tdc-new .tdc-error-back-link{
    background: #f5ac70;
    border-radius: 5px;
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 5px 0 20px;
}
.tdc-new .tdc-error-back-link a{
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 7px 20px;
}

.tdc-new .error{
    background: #ffeeee none repeat scroll 0 0;
    color: #990000;
}


/* new products description style */
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container{
    font-family: "Futura_regular";
    font-size: 11.5px;
    letter-spacing: 0.5px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part{
    margin-bottom: 5px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part:nth-child(2),
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part .tdc-product-item-match-container,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part .tdc-product-item-advice-container{
    margin-bottom: 20px;
    color: #616043;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content .tdc-product-item-container .tdc-product-item-part .tdc-product-item-descriptif-container p,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part .tdc-product-item-match-container,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part .tdc-product-item-advice-container{
    font-size: 11.5px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part h2{
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 0;
    letter-spacing: 0.75px;
    display: inline-block;
    color: #4b7f7c;
    font-size: 13px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match h2,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice h2{
    cursor: pointer;
    padding-top: 1px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match h2:hover,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice h2:hover{
    text-decoration: underline;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match h2 span.vertical-arrow,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice h2 span.vertical-arrow{
    margin-left: 5px;
    height: 14.25px;
    width: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match h2 span.vertical-arrow.up,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice h2 span.vertical-arrow.up{
    background: url('../img/tdc-product/tdc-vertical-arrows.png') right bottom;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match h2 span.vertical-arrow.down,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice h2 span.vertical-arrow.down{
    background: url('../img/tdc-product/tdc-vertical-arrows.png') right top;
}


.tdc-new .tdc-container #pb-left-column .tdc-product-item-container p span.tdc-product-item-chapo{
    font-weight: bold;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container p span.tdc-product-item-icon{
    margin: 14px 0 10px;
    display: block;
    height: 31px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container p span.tdc-product-item-icon.tdc-product-item-icon-calcul{
    background: url('../img/tdc-product/tdc-picto-offre-calcul.jpg') no-repeat left center;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container p span.tdc-product-item-icon.tdc-product-item-icon-interpretation{
    background: url('../img/tdc-product/tdc-picto-offre-interpretation.jpg') no-repeat left center;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container p span.tdc-product-item-icon.tdc-product-item-icon-complet{
    background: url('../img/tdc-product/tdc-picto-offre-complet.jpg') no-repeat left center;
}

.tdc-product-warning{
    color: #f07f24;
    margin-top: 5px;
}
.tdc-product-warning a,
.tdc-product-warning a:active,
.tdc-product-warning a:visited{
    color: inherit;
    font-weight: bold;
}

.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container > p{
    letter-spacing: 0.8px;
}

.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container .bt-know-more{
    color: #4b7f7c;
    font-style: italic;
    cursor: pointer;
    padding-left: 10px;
    margin-left: 7px;
    font-size: 11.5px;
    background: url('../img/tdc-product/tdc-new-link-arrow-product-know-more.png') no-repeat left center;
}
.tdc-new .tdc-container .tdc-order-product-container #pb-left-column #short_description_content .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container .bt-know-more:hover{
    text-decoration: underline;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif p.tdc-sumup-product-description{
    margin-top: 10px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif p.tdc-sumup-product-description span.tdc-sumup-product-lbl-details{
    font-style: italic;
    color: #4b7f7c;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container .tdc-product-item-descriptif-content.folded{
    display: none;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container .tdc-product-item-descriptif-content .tdc-product-item-descriptif-content-details{
    margin-bottom: 10px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match .tdc-product-item-match-container,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container{
    display: none;
}

.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match .tdc-product-item-match-container ul.tdc-product-item-match-list,
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container ul.tdc-product-item-advice-list{
    margin-top: 10px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match .tdc-product-item-match-container ul.tdc-product-item-match-list{
    margin-left: 8px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container ul.tdc-product-item-advice-list{
   margin-left: 20px; 
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container ul.tdc-sumup-product-details-list{
    margin-left: 20px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-descriptif .tdc-product-item-descriptif-container ul.tdc-sumup-product-details-list li.tdc-sumup-product-details-item{
    list-style-type: square;
    padding-left: 5px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match .tdc-product-item-match-container ul.tdc-product-item-match-list li.tdc-product-item-match-point{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 8px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-match .tdc-product-item-match-container ul.tdc-product-item-match-list li.tdc-product-item-match-point span{
    display: block;
    background: url('../img/tdc-product/tdc-arrow-side.png') no-repeat left 1px;
    padding-left: 16px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container ul.tdc-product-item-advice-list li.tdc-product-item-advice-point{
    color: #4b7f7c;
    list-style-type: square;
    margin-bottom: 12px;
    padding-left: 5px;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container ul.tdc-product-item-advice-list li.tdc-product-item-advice-point a{
    font-weight: bold;
    color: inherit;
}
.tdc-new .tdc-container #pb-left-column .tdc-product-item-container .tdc-product-item-part.tdc-product-item-advice .tdc-product-item-advice-container ul.tdc-product-item-advice-list li.tdc-product-item-advice-point:last-child{
    margin-bottom: 0;
}

.tdc-new #quantity_wanted_p .tdc-quantity{
    border: solid 1px #B6B6B6;
    text-align: right;
    padding-right: 5px;
    width: 85px;
    line-height: 22px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.tdc-new #quantity_wanted_p input#quantity_wanted{
    display: none;
}