﻿body
{
    font-family: Calibri, Verdana, Arial;
}

/* common universal simple classes */
table tr
{
    background-color: #FCFCFC;
}
table tr:hover
{
    background-color: #EEEEEE;
}
table tr:hover td:hover
{
    background-color: #EEEEFF;
}


/* specific classes */
.PageTitle
{
    font-size: 150%;
}
.PageImage
{
    top: 20px;
    position:relative;
}
.CharBlock
{
}
.invert
{
    color: #FFFFFF;
    background-color: #000000;
}

.chParamName
{
}
.chParamValue
{
    padding-left: 10px;
    text-align: right;
    /*width: 50%;*/
}

.ModificationsList
{
}
.ModificationsList table
{
}
.PriceList table
{
    font-size: 80%;
}

.Classifications
{
}
.Published
{
}

/********* Pages **************/

.GroupPage
{
}
.GroupPage table
{
    font-size: 80%;
}

.GroupItem
{
    margin: 2px 2px 2px 20px;
    overflow: auto;
    max-width: 45%;
    display: inline-block;
    vertical-align: top;
}
.GroupItem .GroupImg
{
    margin: 2px;
    width: 79px;
    height: 79px;
    float: left;
    padding: 2px;
}
.GroupItem .GroupText
{
    margin: 2px;
    overflow: auto;
    position: relative;
    top: -10px;
}

.GroupItem:hover
{
    background-color: #F7F7FF;
}



.h
{
    font-weight: bold;
    background-color: #F7F7F0;
}
.v
{
    text-align: right;
    max-width: 20%;
}
.n
{
    font-weight: bold;
    width: 200px;
}

.ProductsTable
{
    /*clear: both;*/
}
.IntroDescription
{
}


