#popupbasket {
	
	text-align:left;
}

 #popupbasket .odr a { color:#ac0024; }

 #popupbasket tr.sep { height:5px; }
 #popupbasket tr.product { height:60px; }
 #popupbasket tr.product td { background:#DCDCDC; padding:5px;height:50px;  }
.popupbasket-header {
	height:110px;
}
.popupbasket-header .img { height:100px;width:100px;float:left;padding:0 10px 10px 10px; }
.popupbasket-header .popupbasket-description { float:left;height:110px;width:428px;overflow:hidden; }
.popupbasket-header .popupbasket-description .title { color: #ac0024;display: block;font-size: 15px;font-weight: bold; }
.popupbasket-header .popupbasket-description .additem {color: #009600;	display: block;	font-size: 1.8em;	font-weight: bold;	margin: 0.3em 0;}
.popupbasket-header .popupbasket-description .quantity {display: block;	font-size: 1.8em;	font-weight: bold;	margin: 0.3em 0;}
.popupbasket-related { padding:10px; }
.popupbasket-related .related-header { height:28px;line-height:28px; }
#popupbasket tr.added td{
    background-color: #eee;
}
.popupbasket-related .related-item { background:#ccc; }

.popupbasket-related .dgn { width:320px;float:left}
.popupbasket-related .related-header .dgn { color:#ac0024;float:left }
.popupbasket-related .price{ width:80px;text-align:center;float:left }
.popupbasket-related .qte { width:50px;text-align:center;float:left }
.popupbasket-related .action { width:60px;text-align:center;float:left; }

#popupbasket .btPlusMoins{
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#popupbasket .popUpTxt{
    display: none;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #009600;
    padding: 2px;
    width: 220px;
}
.ProdAssosAjoutjs
{
	background-color: white;
    bottom: 0;
    color: #009600;
    font-weight: bold;
    height: 15px;
    left: 0;
    padding: 3px;
    position: absolute;
}
#cboxClose{
    display:none;
}