﻿.stepPanel {
    margin-bottom:15px;
}

.step {
    border:1px solid;
    background:white;
    width:130px;
    float:left;
    margin-right:10px;
}
div.stepPanel div.enabled {
    border-color:#EC702A;
    color:#EC702A;
}
div.stepPanel div.disabled {
    border-color:#DCDCDC;
    color:#DCDCDC;
}

div.step div.text {
    float:right;
    width:100px;
}
div.step div.status {
    float:left;
    width:23px; height:26px;
    margin:3px;
}
div.step div.enabled {
    background:url('../images/stepEnabled.png') no-repeat 0 0;
}
div.step div.disabled {
    background:url('../images/stepDisabled.png') no-repeat 0 0;
}

div.step div.title {
    font-size:1.4em;
    font-weight:bold;
}
div.step div.description {
    font-size:1.2em;
}

/* Montant */
.amountPanel {
    float:right;
    font-size:1.4em;
    font-weight:bold;
    border:1px solid #D8D9DB;
    border-top:none;
    padding:5px;
}

/* Commandes */
.orders table a {
    margin-left:20px;
}
