﻿body
{ 
    font-family: Arial;
    background-color: White;
    font-size: 12px;
}
h3
{
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    margin: 3px 0px 0px 7px;
    float: left;
    padding: 0px;
}
h2
{
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    margin: 5px 0px 5px 7px;
    float: left;
    padding: 0px;
}
h3 a, h3 a:visited
{
    text-decoration: none;
    color: #303030;
}
.sold
{
    color: red;
    padding-right: 14px;
    float: left;
    font-weight: bold;
}
.thumbimage
{
	border-style: solid;
	border-color: #000000;
	background-color: white;
	padding: 5px;
}
.descriptioncell td, .descriptioncell
{
    font-size: 12px; 
}
.recordtable
{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #999999;
	background-color: #f5f5f5;
}
.detailstable
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 80%;
}
.detailsrow
{
    background-color: #f0f0f0;
}
.thumbnaillist
{
    padding-left: 15px;
}
.detailscell1
{
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
    padding-left: 15px;
}
.detailscell2
{
    font-size: 12px;
    width: 200px;
    font-weight: normal;
}
.sortbar
{
    margin: 10px;
}
.sortbar a
{
    margin-left: 5px;
    padding: 3px;
    border: 1px solid #D0D0D0;
    text-decoration:none;
}