
/******Processus commande***/


/* showCart */
#showCartContainer{
    height:0;
    margin:0 auto;
    position:relative;
    width:980px;
    z-index:500;
    line-height: 0;
    padding: 0
}

#dynamicCart {
    display: block;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 35px;
    width: 210px;
}

/* returnCart */
#shopcartreturn{
    text-align:left;
}

#shopcartbody{
    position:absolute;
    z-index:1000;
    width:100%;
    background-color:#111111;
    filter:alpha(opacity=40);
    opacity: 0.4;
    text-align:center;
}

#shopcartcontainer{
    position:absolute;
    z-index:1001;
    width:100%;
    text-align:center;
    clear:both;
}

#shopcartpreload{
    width:300px;
    margin:200px auto 0;
    text-align:center;
    height: 100px;
    background: url("/Files/15269/addToCart/ajax-loader.gif") no-repeat center center scroll transparent;
}

#shopcartcontainer #blockCart{
    margin:200px auto 0;
}

.basket .PBMainTxt {
    display: block;
    height: 48px;
    left: 00px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    width: 50px;
}


/* STEP */

.scshopcart #bodycolumn2 {
background-image: url(/Files/19553/_img-shop_2013/step1.jpg);
background-position:center 10px;
background-repeat:no-repeat;
padding-top:100px;
}

.scorderform #bodycolumn2 {
background-image: url(/Files/19553/_img-shop_2013/step2.jpg);
background-position:center 10px;
background-repeat:no-repeat;
padding-top:100px;
}

.scshipform #bodycolumn2 {
background-image: url(/Files/19553/_img-shop_2013/step3.jpg);
background-position:center 10px;
background-repeat:no-repeat;
padding-top:100px;
}

.scpaymentform #bodycolumn2 {
background-image: url(/Files/19553/_img-shop_2013/step4.jpg);
background-position:center 10px;
background-repeat:no-repeat;
padding-top:100px;
}

.scconfirmform #bodycolumn2 {
background-image: url(/Files/19553/_img-shop_2013/step5.jpg);
background-position:center 10px;
background-repeat:no-repeat;
padding-top:100px;
}

/**********boutons*********/

/*acheter*/
.itemdetail a#btnaddtocart.btnmain.btnaddtocart {
background-image:url(/Files/19553/_img-shop_2013/addtocart.jpg);
display:block;
height:35px;
margin:10px 0;
padding:0;
width:128px;
background-position:top;
}

/*passer commande*/
a#btnordernow {
background-image:url(/Files/19553/_img-shop_2013/ordernow.jpg);
display:block;
height:35px;
margin:10px 0;
padding:0;
width:197px;
background-position:top;
}

/*valider la commande*/
a#btncheckout {
background-image:url(/Files/19553/_img-shop_2013/valid.jpg);
display:block;
height:35px;
margin:10px 0;
padding:0;
width:128px;
background-position:top;
}

/*continue*/
.userlogin .loginValid a.btnmain, .scorderform a#btncontinue, .scshipform a#btncontinue, .scpaymentform a#btncontinue{
background-image:url(/Files/19553/_img-shop_2013/continue.jpg);
display:block;
height:35px;
margin:10px 0;
padding:0;
width:128px;
background-position:top;
}

/* hover ne pas toucher*/
a#btnordernow:hover, a#btncheckout:hover, .itemdetail a#btnaddtocart.btnmain.btnaddtocart:hover, .userlogin .loginValid a.btnmain:hover, .scorderform a#btncontinue:hover, .scshipform a#btncontinue:hover, .scpaymentform a#btncontinue:hover{
/*background-position:bottom;*/
    opacity:0.7;
    filter : alpha(opacity=70);
}

/* span ne pas toucher*/
a#btnordernow span, a#btncheckout span, .itemdetail a#btnaddtocart.btnmain.btnaddtocart span, .userlogin .loginValid a.btnmain span, .scorderform a#btncontinue span, .scshipform a#btncontinue span, .scpaymentform a#btncontinue span{
display:none;
}


#itemTabs {
    clear: none;
    float: right;
    width: 560px;
    margin: 0 0 20px;
}

#itemTabs .tagLinks {
    cursor: pointer;
    display: block;
    padding: 0;
}
#itemTabs .tagListElements {
    list-style: none outside none;
}
#itemTabs .tagsListZone, #itemTabs .tagsZone {
    background-color: white;
}
#itemTabs .taghighlighted {
    background-color: #EBEBEB;
}
#itemTabs .tagsList {
    margin: 0;
    padding: 0;
}


#itemTabs .tagsList li {
    float: left;
    margin: 0 -1px 0 0;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
#itemTabs .tagsList a, #itemTabs .tagsList a span { /*Image onglet*/
    background-color:#fff;
  
    display: block;
}
#itemTabs .tagsList a span {
    background-position: right top;
    color: #000;
    line-height: 34px;
    padding: 0 10px 0 0;
}
#itemTabs .tagsList a {
    background-position: left top;
    color: #222;
    font-size: 12px;
    padding: 0 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
}
#itemTabs .tagsList a.taghighlighted {
    color: #000000;
    background-color:#000;
}
#itemTabs .tagsList a.taghighlighted, #itemTabs .tagsList a:hover, #itemTabs .tagsList a:focus, #itemTabs .tagsList a:active {
    background-position: left bottom;
    outline: 0 none;
    background-color:#000;
}


#itemTabs .tagsList a.taghighlighted span, #itemTabs .tagsList a:hover span, #itemTabs .tagsList a:focus span, #itemTabs .tagsList a:active span {
    background-color:#000;
    color: #fff;
}

#itemTabs .tagsList a:hover, #itemTabs .tagsList a:focus, #itemTabs .tagsList a:active {
    cursor: pointer;
}
#itemTabs .tagsListZone {
    border: 1px solid #ccc;
    clear: both;
}
#itemTabs .tagsZone {
    margin: 10px;
}


/*****************/

.itemdetail a#btnaddtocart { /*bouton acheter sans hover*/
background-image:url(/Files/XXXXX/img-item/addtocart.png);
display:block;
height:30px;
margin:10px 0;
padding:0;
width:143px;
background-position:top;
}

.itemdetail a#btnaddtocart span {
display:none;
}

.itemdetail a#btnaddtocart:hover { /* hover du bouton acheter en transparence*/
    opacity:0.7;
    filter : alpha(opacity=70);
}

.imgbordernone, .imgthumbnail, .imgmain, .imgcat {
    border: medium none;
}


/***** Images container ****/
.imgcontainer .imgthumblist ul { width: 100%}
.imgcontainer .imgthumblist img { width : 70px }
.imgcontainer { width: 300px; margin-left:20px;}

[feedly mini] 


.PB .addthis_toolbox {
    margin-top: 20px;
    width: 240px;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: top;
}