﻿body 
{
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

img
{
    border: 0px;
}

A
{
    color: #4275AF;
    font-size: 12px;
    text-decoration: none;
}

A:hover
{
    color: #A9CFF9;
    font-size: 12px;
    text-decoration: none;
}

A.BtmMenu
{
    color: #ac4d4d;
}

A.BtmMenu:hover
{
    color: #e56969;
}

.CatImage
{
    width: 90px;
    height: 90px;
    border: none;
}

A.CatName
{
    color: #4275AF;
    font-size: 11px;
    text-decoration: none;
}

A.CatName:hover
{
    color: #A9CFF9;
    font-size: 11px;
    text-decoration: none;
}

A.ArtName
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

A.ArtName:hover
{
    color: #aaaaaa;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

A.ProName
{
    color: #0066e6;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

A.ProName:hover
{
    color: #0066e6;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}

A.ProSmall
{
    color: #9ca8db;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

A.ProSmall:hover
{
    color: #9ca8db;
    font-size: 12px;
    text-decoration: underline;
    font-weight: normal;
}

A.MainProName
{
    color: #0066e6;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

A.MainProName:hover
{
    color: #0066e6;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
}

.MainProDesc
{
    font-size: 14px;
}


.TblArticlesHeader
{
    background-color: #e1e1e1;
    font-weight: bold;
    text-align: center;
}

.TblArticles1
{
    background-color: #cae4ff;
}

.TblArticles2
{
    background-color: #e6ffff;
}

.ShopTable
{
     background-color: #d5e6fc; 
     font-weight: bold;
}

.CheckTitle
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.checkNeed
{
    font-weight: bold;
}

.checkTextBox
{
    border: 1px solid #cccccc;
    width: 160px;
}

.checkBtn
{
    width: 100px;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    cursor: pointer;
}


