.priceList ul ul {
    padding-left:20px;
}

.priceList .priceCategory {
    margin-bottom:5px;
}

.priceList .priceTitle {
    font-weight:bold;
}

.priceList .priceProducts li {
    padding:1px 3px;
    overflow:hidden;
    border-bottom:1px dotted #D0D0D0;
}

.priceList .priceProducts li:hover {
    background-color: #E0E0E0;
}

.priceListLink {
    margin-right:130px;
}

.priceListCost {
    float:right;
    color: #008080;
}