﻿body
{
}

.navRowSmall
{
    height: 6px;
}

.eBayContent
{
    display: block;
    float: left;
    width: 532px;
    margin: 15px 5px 0px 15px;
    padding: 0px 0px 15px 0px;
}

.extraContent
{
    width: 350px;
    height: 200px;
    display: block;
    float: right;
    margin: 15px 15px 0px 5px;
    padding: 0px 0px 15px 0px;
}

/* Large Holder */

.imageHolder
{
    display: block;
    
    height: 64px;
}

.imageHolderTopLeft
{
    width: 16px;
    height: 26px;
    background-image: url(../images/layout/imageBG_TopLeft.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.imageHolderTopCenter
{
    width: 450px;
    height: 26px;
    background-image: url(../images/layout/imageBG_TopCenter.png);
    background-repeat: repeat-x;
    background-position: top Center;
    padding: 6px 0px 0px 0px;
    font-family: arial;
    font-size: 13pt;
    color: #ffffff;
    vertical-align:top;
}

.imageHolderTopRight
{
    width: 16px;
    height: 26px;
    background-image: url(../images/layout/imageBG_TopRight.png);
    background-repeat: no-repeat;
    background-position: top Right;
}

.imageHolderMiddleLeft
{
    width: 16px;
    background-image: url(../images/layout/imageBG_MiddleLeft.png);
    background-repeat: repeat-y;
    background-position: top left;
}

.imageHolderMiddleCenter
{
    text-align: center;
    width: 450px;
    background-image: url(../images/layout/imageBG_MiddleCenter.png);
    padding: 10px 0px 0px 0px;
}

.imageHolderMiddleCenterText
{
    width: 450px;
    background-image: url(../images/layout/imageBG_MiddleCenter.png);
    padding: 10px 0px 0px 0px;
    font-family: arial;
    font-size: 11pt;
    color: #ffffff;
}

.imageHolderMiddleRight
{
    width: 16px;
    background-image: url(../images/layout/imageBG_MiddleRight.png);
    background-repeat: repeat-y;
    background-position: top right;
}

.imageHolderBottomLeft
{
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomLeft.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.imageHolderBottomCenter
{
    width: 450px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomCenter.png);
    background-repeat: repeat-x;
    background-position: bottom Center;
}

.imageHolderBottomRight
{
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomRight.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.navImage
{
    border: 0;
    text-decoration: none;
}

/* Small Holder */

.smallHolder
{
    display: block;
    width: 350px;
}

.smallHolderTopLeft
{
    width: 16px;
    height: 32px;
    background-image: url(../images/layout/imageBG_TopLeft.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.smallHolderTopCenter
{
    width: 318px;
    height: 32px;
    background-image: url(../images/layout/imageBG_TopCenter.png);
    background-repeat: repeat-x;
    background-position: top Center;
    padding: 6px 0px 0px 0px;
    font-family: arial;
    font-size: 13pt;
    color: #ffffff;
}

.smallHolderTopRight
{
    width: 16px;
    height: 32px;
    background-image: url(../images/layout/imageBG_TopRight.png);
    background-repeat: no-repeat;
    background-position: top Right;
}

.smallHolderMiddleLeft
{
    width: 16px;
    background-image: url(../images/layout/imageBG_MiddleLeft.png);
    background-repeat: repeat-y;
    background-position: top left;
}

.smallHolderMiddleCenterText
{
    width: 318px;
    background-image: url(../images/layout/imageBG_MiddleCenter.png);
    padding: 10px 0px 0px 0px;
    font-family: arial;
    font-size: 13pt;
    color: #ffffff;
}

.smallHolderMiddleRight
{
    width: 16px;
    background-image: url(../images/layout/imageBG_MiddleRight.png);
    background-repeat: repeat-y;
    background-position: top right;
}

.smallHolderBottomLeft
{
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomLeft.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.smallHolderBottomCenter
{
    width: 318px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomCenter.png);
    background-repeat: repeat-x;
    background-position: bottom Center;
}

.smallHolderBottomRight
{
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomRight.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.navPolicies
{
    text-decoration: none;
    color: #ffffff;
}

/* Div Holder Version */

.divHolder
{
    display: block;
}

.divHolderTopLeft
{
    display: block;
    float:left;
    width: 16px;
    height: 32px;
    background-image: url(../images/layout/imageBG_TopLeft.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.divHolderTopCenter
{
    display: block;
    float:left;
    width: 450px;
    height: 26px;
    background-image: url(../images/layout/imageBG_TopCenter.png);
    background-repeat: repeat-x;
    background-position: top Center;
    padding: 6px 0px 0px 0px;
    font-family: arial;
    font-size: 14pt;
    color: #ffffff;
    vertical-align:top;
}

.divHolderTopRight
{
    display: block;
    float:left;
    width: 16px;
    height: 32px;
    background-image: url(../images/layout/imageBG_TopRight.png);
    background-repeat: no-repeat;
    background-position: top Right;
}

.divHolderMiddleCenterText
{
    display: block;
    clear:both;
    width: 450px;
    background-image: url(../images/layout/imageBG_Middle.png);
    padding: 10px 16px 1px 16px;
    font-family: arial;
    font-size: 12pt;
    color: #ffffff;
}

.divHolderBottomLeft
{
    display: block;
    float:left;
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomLeft.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.divHolderBottomCenter
{
    display: block;
    float:left;
    width: 450px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomCenter.png);
    background-repeat: repeat-x;
    background-position: bottom Center;
}

.divHolderBottomRight
{
    display: block;
    float:left;
    width: 16px;
    height: 16px;
    background-image: url(../images/layout/imageBG_BottomRight.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}