body
{
    margin: 0px;
    padding: 0px;
    background:#ccc;
}
#productDisplay h3
{
    background: #123;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
#prodDisplay
{
    width: 250px;
    height: 250px;
    border: 1px outset #999;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #000;
    display: inline-block;
    margin:2px;
}
#prodDisplay img
{
    width: 100%;
    height: 220px;
    border: 1px groove #ccc;
}
#prodDisplay div
{
    text-align: center;
    font-family: cursive;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    background: #494f6e;
    color: #fff;
}
#ads
{
    width:80%;
    margin:0px auto 10px auto;
    border: 1px groove #000;
    border-radius: 4px;
    height: 140px;
}
#pageContent
{
    background:#fff;
    margin: 36px auto;
    width: 1024px;
    min-height: 630px;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}
#categoryTab
{
    margin: 0px;
}
#categoryTab tr td ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#categoryTab a.animateLink
{
    left: 0px;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 4px;
    background: #ccc;
    color: #000;
    width: 200px;
    border: 1px groove #333
}
.categoryBlocks{
    display: inline-table;
    width: 33.3%;
}
#categoryTab tr td:first-child
{
    width:20%;
}
#categoryTab tr td
{
    width:80%;
}
#search
{
    width: 99.4%;
}
#categoryTab tr td:last-child
{
    width:20%;
}
#categoryDiv
{
    margin-top: 0px;
    position: absolute;
    padding-top: 8px;
    border: 1px solid #000;
    border-top: none;
    display: none;
    width: 600px;
    background: #fff;
    color: #000;
    z-index: 99;
}
#categoryTab li:hover #categoryDiv
{
    display: block;
}