.section.detail {
    width: 943px;
    margin-left: 15px;
}


.section.detail {
    width: 943px;
    margin-left: 15px;
}

.section.detail .product {
    border: 1px solid #d9f0fa;
    margin-bottom: 17px;
}

.section.detail .product.last {
    margin-bottom: 0;
}

.section.detail .product .column {
    float: left;
}

.section.detail .product .column.left .inner {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    width: 185px;
    padding: 15px 0;
    margin: 0;
}

.section.detail .product .column.left .inner a {
    display: block;
}

.section.detail .product .column.left img {
    position: relative;
    left: 0;
    margin: auto;
    margin-left: auto;
}

.section.detail .product .column.left .flags a {
    display: block;
    width: 80px;
    margin: 0 auto 5px;
}

.section.detail .product .column.right {
    background-color: #f0f9fd;
    width: 756px;
    padding: 20px 0px;

}

.section.detail .product .column.right h1,
.section.detail .product .column.right h2 {
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 13px;
    margin-left: 30px;
    line-height: 1.5em;
}

.section.detail .product .column.right p.description {
    font-size: 12px;
    line-height: 18px;
    margin-right: 30px;
    margin-left: 30px;
}

.section.detail .product .column.right p.marks {
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 17px;
    margin-right: 30px;
    margin-left: 30px;
}

.section.detail .product .column.right p.marks a {
    color: #fff;
    display: block;
    float: left;
}

.section.detail .product .column.right p.marks a:hover {
    color: #fff;
}

.section.detail .product .column.right p.marks span {
    float: left;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
}

.section.detail .product .column.right p.marks a.img-icon {
    margin-left: 90px;
}

.section.detail .product .column.right p.marks span.red {
    background-color: #e61414;
}

.section.detail .product .column.right p.marks span.blue {
    background-color: #0762b1;
}

.section.detail .product .column.right p.marks span.black {
    background-color: #000;
}

.section.detail .product .column.right p.marks span.brown {
    background-color: #94490c;
}

.section.detail .product .column.right p.marks span.purple {
    background-color: #8200cc;
}

.section.detail .product .column.right p.marks span.green {
    background-color: #268931;
}

.section.detail .product .column.right .line {
    background-color: #b4d2e9;
    width: 713px;
    height: 1px;
    margin-top: 19px;
    margin-bottom: 22px;
    margin-left: 23px;
}

.section.detail .product .column.right table {
    font-size: 12px;
    line-height: 26px;
    float: left;
    margin-top: -10px;
}

.section.detail .product .column.right table td {
    vertical-align: top;
}

.section.detail .product .column.right table td a {
    color: #000;
    text-decoration: underline;
}

.section.detail .product .column.right table td a:hover {
    color: #0762B1;
    text-decoration: underline;
}

.section.detail .product .column.right table td.small_lh {
    padding-top: 5px;
    line-height: 16px;
}

.section.detail .product .column.right table.first {
    width: 190px;
    margin-left: 30px;
}

.section.detail .product .column.right table.second {
    width: 255px;
    margin-left: 23px;
}

.section.detail .product .column.right table.second td.last {
    line-height: 17px;
    padding-top: 5px;
}

.section.detail .product .column.right table.first td.first {
    width: 102px;
}


.section.detail .product .column.right .container {
    float: left;
    width: 194px;
    height: 142px;
    padding-left: 30px;
    border-left: 1px solid #b4d2e9;
    margin-left: 11px;
}

.section.detail .product .column.right .container p.price {
    line-height: 18px;
}

.section.detail .product .column.right .container p.price strong {
    font-size: 18px;
}

.section.detail .product .column.right .container p.price span {
    font-size: 12px;
}

.section.detail .product .column.right .container p.availibility {
    font-size: 10px;
    /*white-space: nowrap;*/
    margin-top: 10px;
}

.section.detail .product .column.right .container p.availibility a {
    color: #0762b1;
    text-decoration: underline;
}

.section.detail .product .column.right .container p.availibility a.second_link {
    line-height: 28px;
}

.section.detail .product .column.right .container p.availibility a:hover {
    text-decoration: none;
}

.section.detail .product .column.right .container form {
    margin-top: 12px;
    margin-bottom: 12px;
}

.section.detail .product .column.right .container form input.amount-input {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    float: left;
    width: 36px;
    height: 28px;
    border: 1px solid #7badd7;
}

.section.detail .product .column.right .container form label {
    font-size: 12px;
    line-height: 28px;
    float: left;
    width: 15px;
    height: 28px;
    margin-top: 1px;
    margin-left: 10px;
}

.section.detail .product .column.right .container form p.add_to_cart {
    float: left;
    width: 126px;
}

.section.detail .product .column.right .container form input.amount-submit {
    color: #fff;
    background: transparent url(../img/kmp/bg/button1.png) no-repeat;
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
    float: left;
    width: 126px;
    height: 46px;
    margin-top: -7px;
    margin-left: 5px;
    padding-left: 22px;
    cursor: pointer;
}

.section.detail .product .column.right .container form button span {
    margin-left: 15px;
}

.section.detail .product .column.right .container p.link {
    font-size: 11px;
}

.section.detail .product .column.right .container p.link a {
    color: #0762b1;
    background: url(../img/kmp/bg/star.png) no-repeat left center;
    text-decoration: underline;
    padding-left: 23px;
}

.section.detail .product .column.right .container p.link a:hover {
    text-decoration: none;
}

.section.detail .forPrinters {
    padding-top: 22px;
    padding-bottom: 32px;
    padding-left: 24px;
    border-right: 1px solid #d9f0fa;
    border-bottom: 1px solid #d9f0fa;
    border-left: 1px solid #d9f0fa;
}

.section.detail .forPrinters h2, h2.similar {
    color: #0762b1;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}

.section.detail .forPrinters ul {
    float: left;
}

.section.detail .forPrinters ul li {
    background: url(../img/kmp/bg/arrow4.png) no-repeat left center;
    font-size: 11px;
    line-height: 27px;
    padding-left: 24px;
}

.section.detail .forPrinters ul.first {
    width: 213px;
}

.section.detail .forPrinters ul.second {
    width: 230px;
    margin-left: 10px;
}

.section.detail .forPrinters ul.third {
    width: 231px;
    margin-left: 10px;
}

.section.detail .forPrinters ul.fourth {
    width: 200px;
    margin-left: 10px;
}

.section.detail .products {
    margin-top: 45px;
}

.section.detail .products h2 {
    font-size: 22px;
    margin-left: 11px;
}

.section.detail .products .line {
    background-color: #d9f0fa;
    width: 931px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 34px;
    margin-left: 7px;
}

.section.detail .products .space {
    background-color: #cde0ef;
    width: 921px;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 14px;
}

.section.detail .products .item {
    float: left;
    height: 108px;
}

.section.detail .products .item img {
    float: left;
    margin-right: 26px;
}

.section.detail .products .item h3 {
    margin-bottom: 5px;
}

.section.detail .products .item h3 a {
    color: #0762b1;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.section.detail .products .item h3 a:hover {
    text-decoration: none;
}

.section.detail .products .item p.price {
    line-height: 14px;
}

.section.detail .products .item p.price strong {
    font-size: 11px;
}

.section.detail .products .item p.price span {
    font-size: 10px;
}

.section.detail .products .item p.availibility {
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 9px;
}

.section.detail .products .item p.availibility a {
    color: #0762b1;
    text-decoration: underline;
}

.section.detail .products .item p.availibility a:hover {
    text-decoration: none;
}

.section.detail .products .item form input {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    float: left;
    width: 34px;
    height: 22px;
    border: 1px solid #83b0d8;
}

.section.detail .products .item form label {
    font-size: 11px;
    line-height: 22px;
    float: left;
    height: 22px;
    margin-top: 1px;
    margin-right: 5px;
    margin-left: 7px;
}

.section.detail .products .item form .amount-submit-small {
    color: #0762b1;
    background: url(../img/kmp/bg/button2.png) no-repeat;
    font-weight: bold;
    float: left;
    width: 103px;
    height: 39px;
    margin-top: -8px;
    padding-left: 41px;
    font-size: 12px;
    line-height: 39px;
}


.section.detail .products .item.first {
    width: 443px;
    margin-left: 25px;
    border-right: 1px solid #cde0ef;
}

.section.detail .products .item.second {
    width: 410px;
    margin-left: 51px;
}


ul.favoriteproducts {
    height: 20px!important;
}

.addfav {
    background: url(../img/kmp/bg/star.png) no-repeat 0 center;
    color: #0762B1;
    display: block;
    font-size: 11px;
    line-height: 20px;
    text-decoration: underline;
    padding-left: 25px;
}

.addfav:hover {
    text-decoration: none
}


.addfav.active {
    background: url(../img/kmp/bg/star-active.png) no-repeat 0 center;
}

.addfav.passive {
    background: none;
}












/* product desc */

/* primary_block ***************************************************************************** */
#primary_block {margin-top:15px}

/* 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 : rgb(0,0,0);
	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 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:bold;
	font-size:12px;
	text-align:right
}

/* short description pack */
.short_description_pack {display:none;}

/* color_picker */
#pb-left-column #color_picker p {
	padding-bottom:5px;
	font-weight:bold
}
#attributes fieldset {padding-bottom:10px;}
#attributes fieldset label {vertical-align:top;}
#attributes .attribute_list {display:inline-block;}
.attribute_list #color_to_pick_list {
	list-style-type:none;
	width: 125px;
}
.attribute_list #color_to_pick_list li {
	float:left;
	margin:0 8px 8px 0;
	padding:1px;
	border:1px solid #ccc
}
.attribute_list #color_to_pick_list li.selected{border:1px solid #000}
.attribute_list #color_to_pick_list a.color_pick{
	display:block;
	height:15px;
	width:15px;
}

.product_attributes {
	padding:10px 0 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 {padding-bottom:10px;}
#availability_statut span#availability_label {
	display:inline-block;
	width:125px;
	font-weight:bold;
	font-size:12px;
	text-align:right
}
#availability_statut span#availability_value {
	display:inline-block;
	padding:1px 5px;
	font-weight:bold;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	background:#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:bold;
	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: bold;
   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:bold;
	font-size:11px;
	color:#990000;
	text-align:left;
	text-transform:uppercase
}

/* add_to_cart */

p.add_to_cart {
    margin: 0;
    padding: 0;
}

.content_prices #add_to_cart {
	position:relative;
	float:right;
	padding:0;
}
.content_prices #add_to_cart .exclusive,
.content_prices #add_to_cart .exclusive_disabled{padding:4px 7px 4px 15px}
*: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:bold;}


/* 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 10px}
#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:bold;
	font-size:13px;
	color:#333
}
#send_friend_form .form_container p.txt_required {
	padding-bottom:0;
	color:#666

/* SEND TO FRIEND (pop-in) ##################################################################### */
}
#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:12px;
   text-align:right
}
#send_friend_form .form_container .text input {
   padding:0 5px;
   height:22px;
   width:260px;
	border:1px solid #ccc;
   font-size:12px;
   color:#6666
}
#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}
.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
}

.heading2 {
    position: relative;
    color: white;
    padding-top: 9px;
    background: url(../img/resco/detail-bottom2.png) no-repeat;
}

.heading2 .hc {
    position: absolute;
    left: -10px;
    height: 48px;
    top: 0
}

.heading2 .hh2 {
    height: 39px;;
    background: url(../img/resco/hleft2.png) #e61484 no-repeat;
    line-height: 39px;
    padding-left: 25px;
    float: left;
    padding-right: 25px;
    font-size: 12.8px;
}

.heading2 .hh2a {
    height: 39px;
    width: 8px;
    background: url(../img/resco/hh2a2.png) no-repeat;
    float: left;
    font-size: 14px;
}

.heading2 .down {
    background: url(../img/resco/down2.png) no-repeat 25px bottom;
    margin-left: 1px;
    height: 39px
}

.cnt2 {
    padding: 0;
    background: url(../img/resco/cbg2.png) repeat-y;
}

.contentbox2 {
    padding: 15px 35px;
}

.heading3 {
    position: relative;
    color: white;
    padding-top: 9px;
    background: url(../img/resco/detail-bottom3.png) no-repeat;
}

.heading3 .hc {
    position: absolute;
    left: -10px;
    height: 48px;
    top: 0
}

.heading3 .hh2 {
    height: 39px;;
    background: url(../img/resco/hleft2.png) #e61484 no-repeat;
    line-height: 39px;
    padding-left: 25px;
    float: left;
    padding-right: 25px;
    font-size: 12.8px;
}

.heading3 .hh2a {
    height: 39px;
    width: 8px;
    background: url(../img/resco/hh2a2.png) no-repeat;
    float: left;
    font-size: 14px;
}

.heading3 .down {
    background: url(../img/resco/down2.png) no-repeat 25px bottom;
    margin-left: 1px;
    height: 39px
}

.blist {
    padding: 0 20px 20px 20px;
    float: left;
    width: 170px;
}

.blist li {
    padding: 5px 0
}

.blistm {
    border-right: 1px solid #cde1f0
}

.popover-title {
    text-align: left;
}

.popover-content p {
    margin: 0;
    text-align: left;
    font-size: 12px;
}

.popover-title {
    color: #000;
    font-weight: bold!important;
    font-family: "Open Sans", Arial, sans-serif;
}
