﻿.listControl
{
    float:left;
}
.listControl ul
{
    padding: 0 8px;
}
.listControl ul li
{
    background: url("cssImages/tick.png") left center no-repeat;
    vertical-align: middle;
    padding-left: 32px;
    font-size: 1.2em;
    line-height: 25px;
}
