﻿.catalogFrame, .rootCatalogFrame
{
    width: 100%;
    left: 20px;
}

.rootCatalogFrame
{
}

.catalogFrame
{
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/ProductBox-Sync.gif);
    width: 100%;
    left: 20px;
}
.catalogFrame td.frameCell
{
}
.rootCatalogFrame td span.title a
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    color: #c21431;
    font-family: 'Gill Sans MT Condensed';
}
.imageHolder
{
    float: left;
    width: 70%;
}

/* List Item */
.catalogFrame .listItem
{
    height: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.catalogFrame table.listItem
{
    position: relative;
    left: 25px;
}

.catalogFrame .listItem td p
{
    margin:0;
    padding:0;
}

.catalogFrame .listItem .borderTop
{
}
.catalogFrame .listItem .frameContent
{
    background-color: #fff;
    border: #999 solid 1px;
    width: 275px;
    text-align: left;
    position:relative;
}

.catalogFrame .listItem .borderTopLeft
{
    width: 400px;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/LeftTopCorner_Shadow.gif);
}

.catalogFrame .listItem .borderTopSync
{
    width: auto;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/TopSync_Shadow.gif);
}

.catalogFrame .listItem .borderTopRight
{
    width: 4px;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/RightTopCorner_Shadow.gif);
}

.catalogFrame .listItem .borderLeft
{
    width: 4px;
    height: auto;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/LeftSync_Shadow.gif);
}

.catalogFrame .listItem .frameContent
{
    background-color: #ffffff;
    color: #000000;
    width: auto;
    height: 100px;
    position:relative;
}
.catalogFrame .listItem .frameContent .categoryItem
{
    width: 100%;
}

.catalogFrame .viewLink
{
    line-height: 1em;
    margin-top: -2em;
    padding: 0px 30px 1em 0px;
    position: relative;
    text-align: right;
    z-index: 10;
}

.catalogFrame .viewLink a
{
    color: #c21431;
    font-family: 'Gill Sans MT Condensed';
    text-transform: uppercase;
}

.catalogFrame .listItem .content .categoryItem .message
{
    width: 100%;
    height: 92px;
}

.catalogFrame .listItem .frameContent .categoryItem .image
{
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.catalogFrame .listItem .frameContent .categoryItem .text
{
    width: 70%;
}

.catalogFrame .listItem .content .categoryItem .text a
{
    color: #c21431;
    text-decoration: underline;
}

.catalogFrame .listItem .borderRight
{
    width: 4px;
    height: auto;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/RightSync_Shadow.gif);
}

.catalogFrame .listItem .borderBottomLeft
{
    width: 4px;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/LeftBottomCorner_Shadow.gif);
}

.catalogFrame .listItem .borderBottomSync
{
    width: auto;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/BottomSync_Shadow.gif);
}

.catalogFrame .listItem .borderBottomRight
{
    width: 4px;
    height: 4px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/RightBottomCorner_Shadow.gif);
}

#CatalogFrameHeader
{
    width: 697px;
}

#CatalogFrameHeader .topLeft
{
    width: 16px;
    height: 45px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/LeftCorner_Header.gif);
}

#CatalogFrameHeader .topSync
{
    color: #fff;
    width: 676px;
    height: 45px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/HeaderSync2.gif);
    font-size: 18px;
}

#CatalogFrameHeader .topRight
{
    width: 17px;
    height: 45px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/RightCorner_Header.gif);
}
#CatalogFrameFooter
{
    width: 698px;
    height: 23px;
    background-image: url(/App_/ROOT/PageFrame/StandardPartial/Catalog/ProductBox-Bottom.gif);
    text-align: center;
}

#CatalogFrameFooter td div
{
    width: 696px;
    color: #666666;
    padding-bottom: 5px;
}

