    .page-tabs {
        /*float: right;*/
        padding: 10px 0 10px 0;
        font-size: 14px;
        border-bottom: 1px solid #99ff99;
        border-top: 1px solid #99ff99;
        margin: 10px 0 17px 0;
    }

    .page-tabs a {
        padding: 0;
        margin: 10px 10px 10px 10px;
        text-decoration: none;
        font-weight: bold;
    }

    .page-tabs a:hover {
        text-decoration: underline;
    }
    .page-tabs span {
        padding: 10px 10px 10px 10px;
        color: #303030;
        background-color: #99ff99;
        font-weight: bold;
    }

    .customer {
        float: right;
        width: 300px;
    }

    .info {
        padding: 10px 0 10px 0;
    }

    .description {
        padding-left: 5px;
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
    }

    .description a, .description a:visited, .description a:link {
        color: #404040;
        padding: 0;
        text-decoration: none;
    }

    .description a:hover {
        border-bottom: 1px solid #404040;
    }

    .info .header {
        padding: 0 10px 0 0;
        font-size: 13px;
    }

    .tags {
        color: #404040;
    }

    .tags a {
        font-size: 13px;
        font-weight: bold;
        color: #404040;
        padding: 0;
        margin: 5px 10px 5px 0;
    }

    .tags a, .tags a:link, .tags a:visited {
        text-decoration: none;
    }

    .tags a:hover {
        /*text-decoration: underline;*/
        border-bottom: 1px solid #404040;
    }


