﻿body 
{
    margin: 0px;
    background-color: #b3b3b3;
    background-image: url(../images/background.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #333333;
}
input, textarea, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1
{
    font: 20px/1em Verdana, Arial,sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #7c1f2f;
    margin-top: 0px;
    margin-bottom: 8px;
}
h2
{
    font: 12px/1em Verdana, Arial,sans-serif;
    font-weight: bold;
    color: #366055;
    letter-spacing: -0.02em;
    margin-top: 20px;
    margin-bottom: 8px;
}
p 
{
    margin: 0px 0px 8px 0px;
    line-height: 1.2em;
}
img
{
    border: none;
}
a:link, a:visited, a:active, a:hover
{
    color: #555555;
}
ul
{
    margin: 0px 0px 12px 10px;
	padding-left: 8px;
}
li
{
    margin-bottom: 6px;
}
/* Preload and hide any images */
#preLoad img
{
    display: none;
    height: 0px; 
    width: 0px; 
    position: absolute;
    bottom: 0;
    left: 0;
}
/* Layout Classes */
#copyRight 
{
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 9px;
    color: #666666;   
}
/* Content Classes */
#contentFrame
{
    width: 488px;
    background-color: #ffffff;
    vertical-align: top;
    padding: 15px 15px 15px 15px;
    height:540px;
}
#contentMain
{
    width: 760px;
    float: right;
}
#contentLeft
{
    width: 185px;
    float: left;
    padding-top: 4px;
}
#mainImage
{
     margin-left: 10px;
     float: right;
}
.subImage
{
    margin: 10px 5px 0px 0px;
    border: solid 2px #333333;
}
.subImageV
{
    margin: 0px 0px 5px 0px;
    border: solid 2px #333333;
}
.catalogNumber
{
    font-style: italic;
    color: #000000;
}
.greyFrame
{
    padding: 10px 10px 0px 10px;
    border: solid 1px #999999;
    background-color: #cccccc;
}
.dealerLink
{
    text-align: center;
}
.dealerLink img
{
    margin: 10px 10px 10px 10px;
    vertical-align: middle;
}
.horizontalStrip
{
    width: 100%;
    text-align: center;
}
.horizontalStripN
{
    width: 80%;
    text-align: center;
}
.verticalStrip
{
    width: 100px;
    text-align: right;
    float: right;
    margin-left: 10px;
}
.SaleTable .onsale
{
	text-decoration:line-through;
	text-align:right;
}

.SaleTable thead tr td
{
	font-weight:bold;
	text-align:center;
	
}
.SaleTable .saleprice
{
	color:Red;
	text-align:right;
}

.clearanceprice
{
	color:Red;
	font-weight:bold;
}