﻿body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    background-image: url(images/sidebarbg.jpg);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
}

a:link, a:visited
{
    font-weight: bold;
    color: #C90000;
    text-decoration: none;
}

a:active, a:hover
{
    text-decoration: underline;
}

.header
{
    background-image: url(images/headerbg.jpg);
    background-repeat: repeat-x;
}

.sidebar
{
    width: 170px;
}

.ProductTitle
{
    font-size: 25px;
    font-family: Arial, helvetica, Sans-Serif;
    font-variant: small-caps;
}

.PageHeader
{
    font-size: 40px;
    font-family: Times New Roman, Serif;
    color: Black;
}

.ProductDetails
{
    border-left: solid 2px #CD0000;
    border-right: solid 2px #CD0000;
        width: 100%;
}

.ProductDetails, .AttributeName, .SmallText
{
    font-size: 10px;
    color: black;
}

.ProductHR
{
    color: #CD0000;
   }

.AttributeName
{
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
}

.DataListObjects
{
    text-align: center;
    padding: 10px;
    vertical-align: bottom;
}

.pnlSearch
{
    background-color: White;
    float: right;
    padding: 5px;
}

.CityLabel
{
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 20px
   }
   
.BottomLink, .BottomLink a
{
    color: black;
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: bold;
}

.BottomLink a:link, .BottomLink a:visited
{
    text-decoration: none;
}

.BottomLink a:active, .BottomLink a:hover
{
    color: #d10000;
    text-decoration: underline;
}

.ProductImage
{
    padding: 0 15px 0 5px;
}

.CategoryHeader
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
   }
   
.ProductCount
{
    font-size: 10px;
}

.LegalLink
{
    font-size: 11px;
}

/*
Profile Page
*/

