﻿body
{
}

.CatalogRotatorHeaderRed
{
    color:#ff7200;
    text-transform:uppercase;
    font-size:7pt;
    font-weight:bold;   
}

.CatalogRotatorHeaderBlue
{
    color:#002F5F;
    text-transform:uppercase;
    font-size:7pt;
    font-weight:bold;
}

.CatalogRotatorItem
{
     width: 200px;
     height:301px;
     vertical-align:top;
}

#CatalogRotatorItemText
{
    padding-left:14px;
    padding-top:5px;
    width:186px;
    height:79px;
    overflow:hidden;
}

#CatalogRotatorItemTextRestrainer
{
     height:32px;
     overflow:hidden;
}

.CatalogRotatorItemImageContainer
{
     text-align: center;
     padding-top:7px;
     width: 200px;
     height: 170px;
     overflow: hidden;
}

.CatalogRotatorItemPriceContainer
{ 
    text-align: center;
    width: 200px;
}

.CatalogRotatorButtonsContainer
{
    height:24px;
    width:200px;
    background-color:#003366;
}

/*- Left styles -*/
.CatalogRotatorContainerLeft
{
    vertical-align:top;
    width: 200px;
}
#CatalogRotatorContainerLeftHeader
{
    width:200px;
    height:24px;
    background-color:#003366;
}
.CatalogRotatorItemTextLeft
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#e6e6e1;
}
.CatalogRotatorContainerLeftFotter
{
    width:200px;
    height:24px;
    background-color:#003366;
}

/*- Center styles -*/
.CatalogRotatorContainerCenter
{
    vertical-align:top;
    width: 200px;
}
#CatalogRotatorContainerCenterHeader
{
    width:200px;
    height:24px;
    background-color:#287ba5;
}
.CatalogRotatorItemTextCenter
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#f4f4f1;
}
.CatalogRotatorContainerCenterFotter
{
    width:200px;
    height:24px;
    background-color:#287ba5;
}

/*- Right styles -*/
.CatalogRotatorContainerRight
{
    vertical-align:top;
    width: 200px;
}
#CatalogRotatorContainerRightHeader
{
    width:200px;
    height:24px;
    background-color:#336699;
}
.CatalogRotatorItemTextRight
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#fafaf9;
}
.CatalogRotatorContainerRightFotter
{
    width:200px;
    height:24px;
    background-color:#336699;
}