/*   O r d e r s   */

#OrdersList br {
    display:none;
}

a.orderLine {
    display:block;
    color:#363434;
    text-decoration:none;
    height:15px;
    padding:2px 3px;
    overflow:hidden;
}

a.orderLine:hover {
    background-color:#59ae16;
    color:#fff;
}

.orderLine span {
    display:block;
    float:left;
    margin-right:10px;
}

.orderLine span.clear {
    float:none;
}

.orderLine .date {
    width:100px;
}

.orderLine .items {
    width:50px;
}

.orderLine .price {
    text-align:right;
    width:100px;
}

.orderLine .payment, .orderLine .delivery {
    width:100px;
}

.orderHead .date, .orderHead .items, .orderHead .price, .orderHead .payment, .orderHead .delivery {
    font-weight:bold;
    text-align:center;
}
#OrdersList {
    padding-top:1px;
}                
#OrdersList .orderHead .date {
    text-align:left;
}
#OrdersList .orderHead .price {
    text-align:right;
}
.orderLine {
    border-bottom:1px solid #D4D2D2;
}
/*
 * TransactionsRead
 */
#Transactions {
    padding-left:10px;
    padding-right:10px;
}

#TransactionsRead {
    width:100%;
    border-collapse:collapse;
    padding-left:10px;
}
#TransactionsRead thead {
    border-bottom:2px solid #D4D2D2;
}
#TransactionsRead td {
    border-bottom:1px solid #D4D2D2;
    padding-top:1px;
    padding-bottom:1px;
}
#TransactionsRead .name {
    text-align:left;
}
#TransactionsRead .amount {
    text-align:center;
}
#TransactionsRead .grossPrice, #TransactionsRead .subTotal, #TransactionsRead .nettoPrice {
    text-align:right;
}
#Allapot {
    padding:0px;
    padding-top:15px;
    font-size:18px;
}
#OrdersList h3 {
    margin-top:20px;
    padding-left:0px;
    font-size:18px;
    border-bottom:2px solid #D4D2D2;
}

