/*
PROD-LIST MODULE STYLES
*/

.titletext {
        font-family: Arial, Helvetica, MS Sans-Serif;
        font-size: 10pt;
        font-weight: bold;
        color: #7A4500;
        text-decoration: none;
        line-height: 1.4;
}



a.prodlink:link, a.prodlink:active, a.prodlink:visited {
             font-family: Arial, Helvetica, MS Sans-Serif;
             font-size: 12px;
             font-weight: bold;
             letter-spacing: 0.03em;
             color: #754900;
             text-decoration: none;
            }

a.prodlink:hover {
           text-decoration: underline;
           }