/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.panier-item {
    /*font:normal 11px tahoma, arial, helvetica, sans-serif;*/
    /*padding:3px 10px 3px 10px;*/
    border: 1px solid #fff;
    border-bottom: 1px solid #eeeeee;
    white-space: normal;
    color: #555;
}
/*
.panier-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}
.panier-item  span {
    float: right;
    text-align: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:125px;
    display:block;
    clear:none;
}

.panier-item .x-btn-center {
    background: transparent none;
}
*/
.panier-icon-pdf  {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/icons.png) no-repeat -16px 0 !important;
}
.panier-icon-img  {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/icons.png) no-repeat -64px 0 !important;
}
.panier-icon-def  {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/icons.png) no-repeat -80px 0 !important;
}
.panier-icon-del {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/icon-del.png) no-repeat 0 0 !important;
}
.panier-icon-fiche {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../img/icons.png) no-repeat -32px 0 !important;
}
