/** CSS-Klasse für RadGrid (Bestellübersicht) **/
.RadGrid_Premium
{
    border:                 solid 0px #222222;
}



.rgHeader
{
    background-image:       url(../images/BG_Content.png);  
    height:                 27px;
    border-bottom:          solid 1px #FFFFFF;  
}



.rgRow
{
    border-bottom:          solid 1px #FFFFFF;
    height:                 30px;
    font-size:              11px;
}
.rgAltRow
{
    border-bottom:          solid 1px #FFFFFF;
    background-image:       url(../images/BG_Content.png);  
    height:                 30px;
    font-size:              11px;
}


th.rgHeader 
{
    padding-left:           5px;
}
.rgAltRow td, .rgRow td
{
    padding-left:           8px;
    padding-top:            11px;
    padding-bottom:         11px;
}


.rgExpand
{
    background-image:       url(../images/Elements/BTN_CartPlus.gif);
    background-repeat:      no-repeat;
    width:                  18px;
    height:                 16px;
    border:                 solid 0px #000000;
}
.rgCollapse
{
    background-image:       url(../images/Elements/BTN_CartMinus.gif);
    background-repeat:      no-repeat;
    width:                  18px;
    height:                 16px;
    border:                 solid 0px #000000;
}



