﻿/* Reset all style to default */
body
{
    background-color:#fff;
    background-image:url(../images/bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    padding: 1px 0 0 0;
    font: 12px Arial, Helvetica, Garuda, sans-serif;
}
/* hack for ff */
@-moz-document url-prefix()
{
    body { padding: 6px 0 0 0; }
}
.topMenuTxt
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}
.saleTitle
{
    color: #B32E25;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}
.salesTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;    
}
.salesSmallTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;    
}
.Productlink
{
    color: #B32E25;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;    
}
.regularTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}
.footerTxt
{
    color: #787878;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;    
}
.pathTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.pathTxt a
{
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.priceTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.rightMenuTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;   
    font-weight: bold; 
}
.rightMenuTxtOpenBold
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;   
    font-weight: bold; 
}
.rightMenuTxtOpen
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;   
}
.articleTxt
{
    color: #000000;
    font-family: Arial;
    font-size: 12px;
}
.numberTxt
{
	color: #000000;
    font-family: Arial;
    font-size: 12px;
}
.numberSelectedTxt
{
    color: #B32E25;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
