/*
    Document   : style-products
    Created on : 11.5.2010, 18:58:11
    Author     : ToMi
    Description:
        Purpose of the stylesheet follows.
*/

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

.a_service {
    padding: 5px;
    margin: 5px;
    width: 600px;
}

.service-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    width: 530px;
    margin-bottom: 5px;
}
.service-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.services-price {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    width: 600px;
}

.services-text {
    font-size: 13px;
    padding-bottom: 20px;
    margin: 0px;
}

.services-footer {
    padding: 5px;
    font-size: 10px;
    font-style: italic;
    width: 600px;
    border-top: 1px solid #AAAAAA;
    float:left;
}
