/* Kit Styles */

.KitListView
{
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #DDD;
}
.KitListView .LeftPanel
{
    width: auto;
    padding: 0 5px 0 0 ;
}
.KitListView .MidPanel
{
    width: 100%;
}
.KitListView .RightPanel
{
    width: auto;
    padding: 0 0 0 5px;
}
.KitListView a
{
    color: #00A;
    text-decoration: none;
}
.KitListView a:hover
{
    text-decoration: underline;
}
.KitListView .MediaIcons img
{
    float: left;
    margin: 0 1px 1px 0;
    width: 16px;
    height: 16px;
}