﻿.ClearFloat
{
    clear: both;
}

.PaginationPanel
{
    padding-top: 10px;
    text-align: right;
}

.PaginationPanel a:link, .PaginationPanel a:visited, .PaginationPanel a:hover, .PaginationPanel span
{
    padding: 0px 5px;
}

.BreadcrumbPanel
{
    font-family: Verdana;
    padding: 10px;
    border-top: solid #ccc 1px;
    color: #999;
}

.HiddenContent
{
    display: none;
}

.PhotoList
{
    position: relative;
    text-align: left;
    width: 355px;
    height: 52px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 20px;
}

.PhotoList_Content
{
    position: absolute;
    left: 1px;
    top: 0px;
    white-space: nowrap;
}

.PhotoList_Thumbnail
{
    width: 80px;
    margin: 1px 0px 1px 0px;
    cursor: pointer;
}

.CheckList
{
    border: solid #ccc 1px;
    padding: 5px;
}

.CheckList a:link.Item, .CheckList a:visited.Item
{
    background-image: url(Images/Common/CheckList/Unchecked.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    position: relative;
    display: block;
    padding: 10px;
    padding-left: 24px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

.CheckList a:hover.Item
{
    background-color: #f1f1f1;
    text-decoration: none;
    color: #000;
}

.CheckList a:link.CheckedItem, .CheckList a:visited.CheckedItem, .CheckList a:hover.CheckedItem
{
    background-image: url(Images/Common/CheckList/Checked.png);
}

.ErrorMessage
{
    border: solid #ccc 1px;
    padding: 10px;
    background-color: #f1f1f1;
    font-weight: bold;
    color: #f00;
    margin-bottom: 10px;
}

.DataTable
{
    border-collapse: collapse;
    white-space: nowrap;
}

.DataTable th, .DataTable td
{
    border: solid #ccc 1px;
    text-align: left;
    padding: 5px;
}

.DataTable th
{
    font-weight: bold;
}

.CatalogPageRow
{
    border-bottom: dotted #eee 1px;
    width: 925px;
    padding-left: 3px;
}

.CatalogPageRow .CatalogPageItem
{
    float: left;
    padding: 8px;
    text-align: center;
}

.CatalogPageRow .CatalogPageItem a:link, .CatalogPageRow .CatalogPageItem a:visited
{
    display: block;
    width: 150px;
    padding: 8px;
    border: solid #fff 1px;
    color: #666;
}

.CatalogPageRow .CatalogPageItem a:hover
{
    border: solid #ccc 1px;
    color: #f90;
}

.AboutUsSideNav
{
    background-image: url(Images/AboutUs/SideNavigationBackground.gif);
    width: 200px;
    padding: 5px;
}

.AboutUsSideNav_Content
{
    padding: 15px;
    border: solid #ccc 1px;
    background-color: #fff;
}