﻿
.item-index li
{
    width: 620px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin: 2px 0;
    padding: 5px 0;
}
.item-index li:hover
{
    background-color: #cccccc;
}

.item-index a
{
    font-weight: bold;
    color: Black;
}
li.item-selected
{
    width: 620px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin: 2px 0;
    padding: 5px 0;
    background-color: #6DD0F7;
    font-weight: bold;
    color: Black;
    font-size: 1.1em;
}

li.item-selected.orange
{
    background-color: #FF9933;
}

.head-orange
{
    width: 620px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    margin: 2px 0 15px 0;
    padding: 5px 0;
    background-color: #FF9933;
    font-weight: bold;
    color: Black;
    font-size: 1.1em;
}
