﻿body
{
    font-family: Sans-Serif, Tahoma, 'Microsoft Sans Serif';
    font-size: 12px;
    font-weight: normal;
    background-color: #545454;
    margin: 0px 0px 0px 0px;
}

a
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.ControlCenter, .BlockCenter
{
    margin-left: auto;
    margin-right: auto;
}

.InputSearch
{
    background-image: url('../../Images/Design/icon_textbox_search.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.NoBorder
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.Navigator
{
    margin-left: 1px;
}

.Navigator a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.Navigator a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.BorderContent
{
    border-right: #000000 1px solid;
    padding-right: 1px;
    border-top: #000000 1px solid;
    padding-left: 1px;
    padding-bottom: 1px;
    border-left: #000000 1px solid;
    padding-top: 1px;
    border-bottom: #000000 1px solid;
}

.BorderContentGray
{
    border: solid 1px #cccccc;
}

.CategoryNavigator
{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.CategoryNavigator a
{
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.CategoryNavigator a:hover
{
    text-decoration: underline;
}

.CategoryNavigator span.FristChar
{
    color: #6F0509;
}

input.Button
{
    background-image: url(../../Images/Design/bg_Button.gif);
    border: solid 1px #CECECE;
    color: #5C5B5B;
}

.ValidateText
{
    color: #ff0000;
    font-weight: bold;
}

.PageNumber
{
    text-align: right;
    width: 100%;
}

.PageNumber a
{
    color: #000000;
    text-decoration: none;
}

.PageNumber a:hover
{
    text-decoration: underline;
    color: #ff0000;
}

.ShippingAddressLabelColumn
{
    font-weight: bold;
    text-align: left;
}

.ShippingAddressDataColumn
{
    text-align: left;
}

.GridHeadStyle
{
    font-weight: bold;
    background-color: #5D7B9D;
    color: #ffffff;
}

.GridItemStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridAlterStyle, .AlternateRow
{
    background-color: #eeeeee;
}

.CategoryListName a
{
    text-decoration: none;
    color: #006699;
}

.CategoryListName a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.CategoryListHeader
{
    font-weight: bold;
    text-decoration: none;
}

.BreadCrumb
{
    text-align: left;
    margin-bottom: 8px;
}

.BreadCrumb a
{
    color: #000099;
    text-decoration: none;
}

.BreadCrumb a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.TextTitle
{
    font-weight: bold;
}

.NewsMore
{
    text-align: right;
}

.NewsMore a:hover
{
    text-decoration: none;
}

.BorderEvent
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    background-color: #eeeeee;
}

.OptionStyle
{
    font-style: italic;
    color: #990033;
}

.QuantityTop td
{
    vertical-align: top;
}

.MarginGrid
{
    /*margin: 5px 5px 5px 2px;*/
    margin-top: 20px;
}

.HighLight
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    background-color: #fff5ee;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 5px 5px 5px;
}

a.LinkPage, a.LinkPrevious, a.LinkNext
{
    background-color: #696969;
}

.LinkCurrentPage
{
    background-color: #ffffff;
}

a.LinkPage, a.LinkPrevious, a.LinkNext, .LinkCurrentPage
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    display: inline-block;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    text-decoration: none;
    padding: 5px;
}

a.LinkPage:hover, a.LinkPrevious:hover, a.LinkNext:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #d3d3d3;
}

.printCatalog
{
    text-align: right;
    margin: 3px 15px auto auto;
}

.ViewFullSet
{
    color: #7893d6;
    text-decoration: underline;
}

.ViewFullSet:hover
{
    color: ButtonShadow;
    text-decoration: none;
}

.productName
{
    font-weight: bold;
}

.productPrice
{
    color: #ff0000;
}

.productDescription
{
    font-size: 10px;
    width: 150px;    
    margin: 3px auto 3px auto;
}


