﻿body
{

}

a
{
    color:#383737;
}

.IE8Fix
{  
    z-index: 100;  
} 

.Link
{
    color: #000000;
}

.ItemTitle
{
    font-weight:bold;
    font-size:10pt;
    color:#383737;
    text-decoration:none; 
}

.ItemAuthorText
{
    padding-bottom:5px;
    font-size:7pt;
    color:#666666;
}

.ItemReadMoreLink
{
    color: #383737;
    font-weight:bold;
    text-decoration:none;
    font-size:7pt;   
}

.ItemProductNumber
{
    font-size:7pt;
    color: #383737;
    font-weight:bold;
}

.ItemPrice
{
    color:#ff7200;
    font-size:10pt;
    font-weight:bold;
}

.ItemPriceLabel
{
    color:#ff7200;
    font-size:10pt;
    font-weight:bold;
}

.ItemNicePrice
{
    font-size:10pt;
    font-weight:bold;
    color:Red;
}

.ItemNicePriceLabel
{
    font-size:10pt;
    font-weight:bold;
    color:Red;
}

.ItemBackLink
{
    color: #383737;
    text-decoration:none;
    font-weight:bold;
    text-transform:uppercase;
    font-size:7pt;
}

.ContentPadding
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:10px;
    border-bottom: solid 1px #002F5F;
    text-align: left;
}
.ContentPaddingNoBorderNoTopPadding
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
    text-align: left;
    min-height:616px;
    font-size:9pt;
}
.ContentPaddingNoBorder
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:10px;
    text-align: left;
}

.ContentHorisontalShadow
{
    height: 10px;
    width: 596px;
    background-image: url('../../PortalImages/LayoutImages/HorisontalShadow.gif');
}

.ContentMultiViewImagePadding
{
    text-align: right;
    padding-left:15px;
}

.ContentFotter
{
    width:600px;
    height:24px;
}
.ContentFotter #LeftFotter
{
    width:200px;
    height:24px;
    background-color:#003366;
    float:left;
}
.ContentFotter #CenterFotter
{
    width:200px;
    height:24px;
    background-color:#287ba5;
    float:left;
}
.ContentFotter #RightFotter
{
    width:200px;
    height:24px;
    background-color:#336699;
    float:left;
}

