/* 
    Document   : service
    Created on : 17.12.2010, 13:01:20
    Author     : Heady
    Description:
        Purpose of the stylesheet follows.
*/

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

ul {

    margin: 30px 40px;
    padding: 0;

}

li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: url('layout/graphics/service/accept.png');
    margin: 20px 10px 10px 10px;
    padding-left: 10px;
    color: #878787;
}

p#service_p {
    font-style: italic;
    font-weight: bold;
}

