﻿#boxhomelodtop
{
    background: url(/img/home/box/learning-on-demand/header.gif) no-repeat top left;
    width: 369px;
    height: 36px;
}
#boxhomelodtop div
{
    text-align: right;
    padding: 5px 8px 0 0;
}

#boxhomelodbody
{
    width: 360px;
    padding: 10px 0 0 10px;
    font-size: 11px;
    color: #969E9F;
}
.boxhomelodbodytitle
{
    border-bottom: 1px solid #969E9F;
    font-style: italic;
    color: #969E9F;
    margin: 5px 0 5px 0;
}
/* FireFox hack */
html:not([lang*=""]) .boxhomelodbodytitle
{
    width:95%;
}
ul.boxhomelodlist
{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
/* hack : FireFox only */
html:not([lang*=""]) ul.boxhomelodlist
{
    width:95%;
}
ul.boxhomelodlist li
{
    text-align:justify;
    color: #969E9F;
}
ul.boxhomelodlist li, ul.boxhomelodlist li a
{
    font-size: 11px;
}
ul.boxhomelodlist li a
{
    text-decoration: none;
}
ul.boxhomelodlist li a:hover
{
    text-decoration: underline;
}

