﻿body
{
}
#ProductPageTitle
{
    margin: 20px;
    margin-bottom: 25px;
    font-size: 145%;
    display: block;
    float: left;
}
#ProductPagePriceBlock
{
    margin: 20px;
    display: block;
    float: right;
    max-width: 180px;
    width: 30%;
    height: auto;
    border-left: 1px solid #AAAAAA;
    background-color: #EEEEEE;
}
#ProductPagePriceBlock:hover
{
    background-color: #EEF5E7;
}
#ProductPagePriceBlock .price
{
    margin-left: 10px;
    font-size: 160%;
    font-weight: normal;
}
#ProductPagePriceBlock .stock
{
    margin: 10px;
    font-size: 100%;
    font-weight: normal;
}
#ProductPagePriceBlock .date
{
    font-size: 100%;
    margin: 10px;
}
#ProductPagePriceBlock .note
{
    font-size: 80%;
    margin: 10px;
}



#ProductPageManufBlock
{
    margin: 20px;
    clear: left;
}
#ProductPageGroupBlock
{
    margin: 20px;
    clear: left;
}
#ProductPageDescrBlock
{
    margin: 20px;
    clear: left;
}
#ProductPageCharacterisiticsBlock
{
    margin: 20px;
    margin-top: 25px;
    clear: left;
}
#ProductPagePropertiesBlock
{
    margin: 12px;
    clear: both;
    width: 97%;
}
#ProductPagePropertiesBlock tr
{
}
#ProductPagePropertiesBlock tr:hover
{
    background-color: #D7DFEC;
    color: #010100;
}
#ProductPageNotes
{
    margin-left: 20px;
    margin-bottom: 35px;
    margin-top: 10px;
    margin-right: 25px;
    font-size: 80%;
    color: #444444;
}






#ProductPagePropertiesBlock .c5
{
    /*font-weight: bold;*/
}


.PrintLink
{
    margin-right: 10px;
    margin-top: 15px;
    display: block;
    float: right;
    font-size: 80%;
    text-align: right;
}

