﻿body
{
}

/*- Catalog menu start -*/
.CatalogMenuSearchContainer
{
    width:186px;
    text-align:center;
}

#CatalogMenuSearchTextBox
{  
    background-image: url('../../PortalImages/search.gif');
    width:171px;
    height:20px;
    text-align:center;
    padding-top:4px;
    background-repeat:no-repeat;
    font-size:8pt;
}

.CatalogMenuSearchWatermark
{
    font-size:8pt;
    color:#383737;
    text-align:center;
}

.CatalogMenu
{
    background-color:#f4f3ee;
    min-height:301px;
    width:186px;
    padding-left:14px;
}

#CatalogMenuHeader
{
    background-color:#ac4e5d;
    width:200px;
    height:19px;
    text-align:center;
    padding-top:5px;
    color: White;
    font-size:8pt;
    font-weight:bold;
}

#CatalogMenuContainer
{
     
}

#CatalogMenuFotter
{
    width:200px;
    height:24px;
    background-color:#ac4e5d;
}
/*- Catalog menu end -*/

/*- Catalog start -*/

#CatalogSingelViewContainer
{
    min-height: 626px;
}

#CatalogSingleViewBackLinkContainer
{
     width: 590px;
     height: 20px;
     text-align:right;
     padding-top:10px;
     padding-right:10px;
}

.CatalogSingelViewImagePadding
{
    float: left;
    padding-right: 15px;
    padding-left:10px;
}

.CatalogItem
{
    height:301px;
    width:200px;
    vertical-align:top;

}
.CatalogEndItem
{
    Width:200px;
    vertical-align:top;
}
/*- Catalog item left -*/
.CatalogItemTextLeft
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#e6e6e1;
}
.CatalogItemFotterLeft
{
    width:200px;
    height:24px;
    background-color:#003366;
}

/*- Catalog item Center -*/
.CatalogItemTextCenter
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#f4f4f1;
}
.CatalogItemFotterCenter
{
    width:200px;
    height:24px;
    background-color:#287ba5;
}

/*- Catalog item Right -*/
.CatalogItemTextRight
{
    padding-left:14px;
    padding-top:4px;
    width:186px;
    height:79px;
    overflow:hidden;
    background-color:#fafaf9;
}
.CatalogItemFotterRight
{
    width:200px;
    height:24px;
    background-color:#336699;
}

#CatalogItemTextRestrainer
{
    height:32px;
    overflow:hidden;
}

#CatalogItemImage
{
    text-align: center;
    padding-top:7px;
    width: 200px;
    height: 170px;
    overflow: hidden;
}

.CatalogItemPriceContainer
{ 
    text-align: center;
    width: 200px;
}

.ItemPriceLargeItemView
{
    color:Green;
}

.CatalogItemTable
{

}
/*- Catalog end -*/


