﻿body,html 
{
    height: 100%;
    position: relative;
}
div
{
    position: relative;
}
.title
{
    color:#3D3D3D;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:28px;
    letter-spacing:-2px;
    line-height:29px;
}
.titleWrapper
{
    border-bottom: dotted 1px #cccccc;
    z-index: 10;
}
.titlePadder
{
    margin-bottom: 8px; 
    padding-bottom: 6px; 
    border-bottom: dotted 1px #bbbbbb;
}
.times
{
    font-family: "Lucida Sans", Lucida, Tahoma, Verdana;
    
    font-size: 11px;
    padding-top: 8px;
}

.times b
{
    color: #cc6600;
    font-size: 12px;
}
.price
{
    font-size: 11px;
    font-family: "Lucida Sans", Lucida, Tahoma, Verdana;
}
.description
{
    font-family: "Lucida Sans", Lucida, Tahoma, Verdana;
    font-size: 12px;
}
a.dealText, a.dealText:visited, a.dealText:hover
{
    color: #000000;
}
/* ebay typo */
.searchFor
{
    margin-left: 6px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 3px;
}
.searchFor:hover
{
    color: #332233;
}

.joinEmailTitle
{
    color:#fefefe;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:18px;
}

.searchBox
{
    font-family: "Lucida Sans", Lucida, Verdana;
    font-size: 11px;
    border: 0px;
    padding: 4px;
}

.inputBox
{
    font-family: "Lucida Sans", Lucida, Verdana;
    font-size: 11px;
    border: solid 1px #cccccc;
    padding: 4px;
}

.enterNowLink
{
    color:#fefefe;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:12px;   
    text-decoration: underline;
    margin-left: 8px;
}
.enterNowLink:hover
{
    text-decoration: underline;
}

/* default.aspx */
    body
    {
        background-color: #f5f5f5;
        margin: 0px;
        font-family: Georgia;
    }
    #headerTop
    {
        height: 22px;
        background-color: #4a4a4a;
        border-bottom: solid 1px #cccccc;
        width: 100%;
    }
    #header
    {
        height: 135px;
        background-color: #3d3d3d;
        border-bottom: solid 1px white;
        width: 100%;
    }
    .headerFirstDiv
    {
        width: 960px;
        margin: 0px auto;
        position: relative;
        height: 135px;
    }
    .headerBottomBar
    {
        background-color: #cecece;
        height: 26px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display:none;
    }
    #tabRow
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    #feature
    {
        height: 120px;
        width: 100%;
        background-color: #c7d1d8;
        position: relative;
        overflow: visible;
        border-bottom: solid 1px #fff;
        background-image: url( /Images/v2/shadow.png );
        background-position: top;
        background-repeat: repeat-x;
    }
    .featureTitle
    {
        color:#3D3D3D;
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:20px;
        line-height:25px;
        font-style: italic;
        text-align: center;
    }
    .helpfulLinks a
    {
        color: #cc6600 !important;
    }
    .featureBottomBar
    {
        
        background-color: #3d3d3d;
        height: 8px;
        width: 100%;
        position: absolute;
        bottom: -9px;
        left: 0px;
    }
    #contentBody
    {
        background-color: #ffffff;
        width: 960px;
        margin: 9px auto;
        min-height: 400px;
        border: solid 1px #cccccc;
        border-top: solid 0px #cccccc;
        padding: 12px 22px 0px 22px;
    }
