﻿.ItemsHeader
{
    width:740px;
    float:left;
    clear:left;
    padding-left:5px;
    text-decoration:underline;
    font-weight:bold;
}

.ItemRow
{
    border:dotted 1px gray;
    width:720px;
    float:left;
    clear:left;
    padding: 3px 0 3px 5px;
    margin: 3px 5px 3px 0;
    
}

.ItemAltRow
{
    
}

.ItemLabel
{
    font-weight:bold;
    float:left;
    padding-right:5px;
    
}

.LineWrapper
{
    width:700px;
    float:left;
    clear:left;
    margin-bottom:3px;
}



