.sectionContainer
{
    margin: 15px 0px 20px 0px;
}

.sectionTitle
{
    background-color: #d31145;
    color: #f5f5f5;
    font-weight: bold;
    padding: 5px;
}

.coursesPanel
{
   /*background-color: #cccccc;*/
   background-color: #fef1f4;
   color: #333333;
   float: right;
   min-height: 160px;
   padding: 5px;
   width: 200px;
}

.coursesPanel p:first-child
{
    font-weight: bold;
    margin-top: 0px;
}

.itemPanel
{
    margin-right: 220px;
}

.item
{
    margin: 4px 0px 4px 0px;
}

.item a
{
    display: block;
    font-weight: normal;
    min-height: 75px;
    padding: 3px;
}

.item a:hover
{
    background-color: #fef1f4;
    color: #333333;
    text-decoration: none;
}

.item a img
{
    float: left;
    margin-right: 15px;
}

.item a span
{
    font-weight: bold;
}