﻿body 
{
	margin: 0;
	padding: 0;
	font:normal normal normal 13px Arial;
}

img
{
	border:solid 1px black;
}

div.TrailerDesc
{
	font-weight:normal;
	font-size:13px;
}

div.TextUnderline
{
	width:180px;
	border-bottom:solid 1px #A9A9A9;
	white-space:nowrap;
}

div.DescLabel
{
	width:100px;
	float:left;
}

.alternatingStyle,
.itemStyle
{
	border-bottom:solid 2px black;
}

.alternatingStyle
{
	background-color:White;
}

.itemStyle
{
	background-color:#c9c9c9
}

a:link,
a:visited,
a:hover,
a:active
{
	color:#870000;
	font-size:14px;
}

.paging
{
	font:normal normal normal 12pt Arial;
}

paging:link
{
	text-decoration:none;
}

.SoldText:link
{
	color:Red;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}

.watermark 
{
    position: relative;
}

.watermark span 
{
	
	font-family:Arial Narrow;
	font-size:32px;
	font-weight:bold;
	color:Red;
    position: absolute;
    left: 60px;
    bottom: 40px;
} 
