/* 
    Document   : orderDetailmrw
    Created on : 03-mar-2011, 10:17:44
    Author     : eidan69
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.order-detail-mrw {
    clear: both;
    margin-top: 1.5em;
    background-color: white;
    padding-bottom: 10px;
}

.order-detail-mrw .mrw-header{
    background: url("bg_table_th.png") repeat-x scroll 0 -10px #999999;
    color: #FFFFFF;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    text-shadow: 0 1px 0 #666666;
    padding: 0 15px;
    text-transform: uppercase;
}

.order-detail-mrw .mrw-content{
    padding-top: 10px;
    padding-left: 1.4em;
}

.MRW_block .MRW_header{
    padding-bottom: 20px;
}

.MRW_block .MRW_header .MRW_numero{
    font-weight: bold;
}

.MRW_block #MRW_seguimiento_table{
    margin-left: 20px;
}

.MRW_block #MRW_seguimiento_table .MRW_seguimiento_row{
    padding-bottom: 15px;
}

.MRW_block #MRW_seguimiento_table .MRW_seguimiento_row .MRW_seguimiento_header{
    font-weight: bold;
    float: left;
    padding-right: 15px;
}
