﻿/* Set global font styles. */
body 
{
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size: 0.9em;
    color: #000;
}

/* Set global link font. */
A 
{
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size: 0.9em;
}

/* Footer menu uses a different style of font */
.foooterMenuText
{
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size:13px;
    color: #ffffff;
    text-decoration: none;
    border: 0;
}

.foooterMenuText2
{
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size:13px;
    color: #000;
    text-decoration: none;
    border: 0;
}

/* Add a mouse over effect */
.foooterMenuText:hover
{
    color: #000;
}

/* Change the footer text */
#footerText 
{
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #454545;
    font-weight: bold;
    padding: 10px;
}

/* Change the font for the category. */
.categoryText 
{
    color: #e41b5b;
}

/* Change the price font on product listings. */
.priceit 
{
    font-family: Sans-Serif, Tahoma, Verdana, Arial;
    color: #ffffff;
    font-size: 15px;
}

/* Style the view details button on product listings. */
.details 
{
    color: #/*01a0c7*/000;
    font-weight: bold;
    font-family:  Sans-Serif, Tahoma, Verdana, Arial;
    font-size: 0.9em;
    text-decoration: none;
}
   
   
a.links
{
    font-family: Arial;
    font-size: 12pt;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
} 