/********************************************************************/
/*** Pour les images sans texte, il faut utiliser [10/BasePath] (placer l'image en dehors des répertoires "fr", "en") ***************/
/*** Pour les images qui contiennent du texte, il faut utiliser [10/LanguagePath] (placer l'image dans les répertoires "fr", "en") *************/
/********************************************************************/

/* CSS Document */
/*Common Classes*/
/*WANT BUTTON SPECIFIC CSS*/
.WantButton .main,
.WantButtonActivated .main
{
    float:left;
    margin-top:0px;
    border-radius:3px;
    width:73px;
    height:18px;
    cursor:hand;
    cursor:pointer; 
}
.WantButton .main
{
    border:1px solid #CBD2EC;
    background:#3C579A;
}
.WantButtonActivated .main
{
    border:1px solid #CBD2EC;
    background:#EFEFEF;
}
.WantButtonActivated .main .icon,
.WantButton .main .icon
{
    float:left;
    background-repeat:no-repeat;
}
.WantButtonActivated .main .label,
.WantButton .main .label
{
    float:left;
    font-family:Arial;
    font-size:11px;
    margin-top:2px;
    margin-left:3px;
    margin-right:3px;
}
.WantButton .main .label
{
    color:white;
}
.WantButtonActivated .main .label
{
    color:#A2A2A2;    
}
.WantButton .main:hover .label
{
    color:#3C579A;
}
.WantButtonActivated .main:hover .label
{
    color:black;
}
.WantButton .main .icon
{
    background:url('https://i2.cdscdn.com/struct/Social/icon_want_inactive.png');
    width:14px;
    height:14px;
    margin-top:2px;
    margin-left:3px;
}
.WantButtonActivated .main .icon
{
    background:url('https://i2.cdscdn.com/struct/Social/icon_want_active.png');
    width:11px;
    height:11px;
    margin-top:4px;
    margin-left:5px;
}
.WantButton .main:hover 
{
    border:1px solid #9DACCE;
    background:#EAEFF5;
}
.WantButtonActivated .main:hover 
{
    border:1px solid #9DACCE;
    background:#EAEFF5;
}
.FakeWantButton
{
    background:url('https://i2.cdscdn.com/struct/Social/Perf/icon_fake_want.png');
    float:left;
    margin-top:-2px;
    margin-left:-2px;
    border-radius:3px;
    width:75px;
    height:24px;
    cursor:pointer; 
}
/*END WANT BUTTON SPECIFIC CSS*/

/**/
.counter
{
    float:left;
}
.counter .outer
{
    float:left;
    border:1px solid #CBD2EC;
    height:18px;
    min-width:20px;
}
.counter .label
{
    margin-top:2px;
    font-size:11px;
    margin-right:3px;
    margin-left:5px;
}
.counter .arrow
{
    float:left;
    display:block;
    width:0;
    height:0;
    border:transparent solid 4px;
    border-right-color:#CBD2EC; 
    margin-top:5px;
    margin-left:-2px;
}
/**/

/*TOOLTIP SPECIFIC CSS*/
.tip
{
    position:absolute;
	width: auto;
	display:none;
	z-index:1;
}
.tip .arrow
{
    display:block;
    width:0;
    height:0;
    border:transparent solid 5px;
    border-bottom-color:black; 
    margin-left:30px;
}
.tip .arrowRight
{
    display:block;
    width:0;
    height:0;
    border:transparent solid 5px;
    border-bottom-color:black; 
    margin-left:420px;
}
.tip .innerDiv 
{
    padding:10px;
    font-family:Arial;
	font-size: 11px;
	color: #798DA8;
	background:white; 
	border:1px solid black;
	box-shadow: 1px 1px 5px 0px black;
	border-radius:2px;
}
.tip .loadingFB
{
    width:250px;
    height:30px;
    background:url('https://i2.cdscdn.com/struct/Social/loading.gif');
    background-repeat:no-repeat;
    background-position:center center;
}
.displaynone
{
    display:none;    
}
/*END TOOLTIP SPECIFIC CSS*/


/*SHARE BUTTON SPECIFIC CSS*/
.ShareBasketButton,
.ShareBasketButtonActivated
{
    width:135px;
}
.ShareBasketButton .mainWithBackground
{
    cursor:hand;
    cursor:pointer; 
}
.ShareBasketButton .main,
.ShareBasketButtonActivated .main
{
    float:left;
    width:125px;
    border-radius:3px;
    height:18px;
    cursor:hand;
    cursor:pointer; 
}
.ShareBasketButton .main
{
    border:1px solid #CBD2EC;
    background:#3C579A;
}
.ShareBasketButtonActivated .main
{
    border:1px solid #CBD2EC;
    background:#EFEFEF;
}
.ShareBasketButtonActivated .main .icon,
.ShareBasketButton .main .icon,
.ShareBasketButton .main .iconLoad
{
    float:left;
    background-repeat:no-repeat;
}
.ShareBasketButtonActivated .main .label,
.ShareBasketButton .main .label
{
    float:left;
    font-family:Arial;
    font-size:11px;
    margin-top:2px;
    margin-left:3px;
    margin-right:3px;
}
.ShareBasketButton .main .label
{
    color:white;
}
.ShareBasketButtonActivated .main .label
{
    color:#A2A2A2;    
}
.ShareBasketButton .main:hover .label
{
    color:#3C579A;
}
.ShareBasketButtonActivated .main:hover .label
{
    color:black;
}
.ShareBasketButton .main .icon
{
    background:url('https://i2.cdscdn.com/struct/Social/icon_want_inactive.png');
    width:14px;
    height:14px;
    margin-top:2px;
    margin-left:3px;
}
.ShareBasketButtonActivated .main .icon
{
    background:url('https://i2.cdscdn.com/struct/Social/icon_want_active.png');
    width:11px;
    height:11px;
    margin-top:4px;
    margin-left:5px;
}
.ShareBasketButton .main .iconLoad
{
    background:url('https://i2.cdscdn.com/struct/Social/icon_load.gif');
    width:12px;
    height:12px;
    margin-top:3px;
    margin-left:4px;
}
.ShareBasketButton .main:hover 
{
    border:1px solid #9DACCE;
    background:#EAEFF5;
}
.ShareBasketButtonActivated .main:hover 
{
    border:1px solid #9DACCE;
    background:#EAEFF5;
}
#tipForShare
{
    width:450px;
    z-index:10000;
}
#tipForShare,
#tooltipContent
{
    font-family:Arial;
    font-size:11px;
    text-align:left;    
}
#tipForShare a
{
    color:Black;
    font-weight:bold;    
}
#tooltipButtons button
{
    padding:6px;  
    font-family:arial;
    font-size:12px;
    cursor:hand;
    cursor:pointer;
    font-weight:bold;
} 
#tooltipButtons
{
    background:#F2F2F2;
    border-top:1px solid #999999;
}
#savePost
{
    background:#6D84B4; 
    color:White;
    border:1px solid #3B5998;
}
#cancelPost
{
    background:#EBEBEA; 
    color:black;
    border:1px solid #999999;
}
.centerButton
{
    margin:auto;
    padding:auto;    
}
/*END WANT BUTTON SPECIFIC CSS*/

#share_basket
{
    padding:2px;
}
#share_container
{
    border:1px solid #AFB3BC;
    background:#EEEFF4;
    border-radius:5px;
    height:80px;
    margin-bottom: 1px;
}
#share_container #share_text
{
    margin-top:32px;
    margin-left:145px;
    text-align:left;
    font-size:15px;
    color:#395C94;
}
.share_title
{
    position:absolute;
    margin-left:140px;
    margin-top:-21px;
}
.share_separator
{
    position:absolute;
    margin-left:680px;
    margin-top:10px;
}
.share_logo
{
    position:absolute;
    margin-left:40px;
    margin-top:-41px;
}
.ShareBasketButton
{
    float:right;
    margin-right:90px;
    margin-top:-24px;
}
#shareDivSeparator
{
    width:100%;
    height:12px;
    background:url('https://i2.cdscdn.com/struct/Social/ShareBasket/confirmation/conf_share_div_separator.jpg');
    margin-top: 80px;
    margin-bottom: 45px;
}

