/* 
    Document   : listingmodule
    Created on : 08-Sep-2009, 15:13:06
    Author     : rob
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.listingmodule.default h2 {
    color:#002596;
    margin-top:8px;
}
.listingmodule.bodycopy{
    float:right;
}
.listingimage{
    float:left;
    display:inline;
    margin-right:10px;
}
.bodycopy  ol li {
    list-style-type:none;
    background:none;
}

.bglightgrey {
    background-color: #eeeeee;
    padding:7px;
}
