




.chocotelegram .chocoback{
	padding-right: 5px;
    padding-top: 10px;
    text-align: right;
	cursor:pointer;
}

.chocotelegram .chocolats{
width:98%;
border:1px solid #888;
padding:6px;
font-size:12px;
}


.chocotelegram .chocolats .headercontainer {
border:1px solid red;

}

.chocotelegram .chocolats .headercontainer .header{
background-color:red;
padding-left:7px;
width:99%;
height:20px;
line-height:20px;
color:#fff;

}
.chocotelegram .chocolats .header .jqtotal{
color:#ffde30;
}
.chocotelegram .chocolats_list .chocolat{

text-align:center;
padding:1px;
height:28px;
width:28px;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;

}
.blankchoco{
	padding:1px;
height:28px;
width:28px;
}
.chocotelegram .chocolats_list .chocolat .img_cc_small{
cursor:pointer;
height:28px;
width:28px;
}

.chocotelegram .chocolats_list .chocolat .qty{
float:right;
width:100%;
}



.chocotelegram .chocolats_list .chocolat .qty div{
float:right;
border:1px solid #888;
width:15px;
height:15px;
text-align:center;
color:red;
line-height:15px;
font-size:10px;
cursor:pointer;
}
.chocotelegram .chocolats_list .chocolat .qty div.quant{


cursor:normal;
color:black;
width:42px;

}
.chocotelegram .chocolats_list .chocolat .qty div.jqquant
{
cursor:normal;
width:20px;
}
.chocotelegram .chocolats_list .chocolat .jqquant.yellow{
background-color:#ffde30;
}



