/* CSS Document */

img
{
	border: none;
}

img a, img a:hover, img a:link, img a:visited, img a:active
{
	border: none;
}

table
{
	border-collapse: collapse;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.LeftMenuCell a, .LeftMenuCell a:visited, .LeftMenuCell a:link, .LeftMenuCell a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.LeftMenuCell a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

td.LeftMenuCell
{
	background-color: #45817D;
	width: 175px;
	text-align: right;
	padding: 5px;
	border-bottom: #000000 solid 1px;
}

table.HeaderTable
{
	border: none;
	border-bottom: #000000 solid 1px;
}

td.LeftMenu
{
	background-color: #45817D;
	width: 175px;
	min-height: 600px;
	height: 600px;
	vertical-align: top;
}

.eBayText
{
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
}

.MainContentCell
{
	padding: 10px 5px 0px 5px;
}

.LeftMenuTable
{
	width: 175px;
}

h1
{
	color: #45817d;
	FILTER: Alpha(Opacity=80, FinishOpacity=70, Style=2); /* for ie only */
}

h1 a, h1 a:visited, h1 a:link, h1 a:active
{
	text-decoration: none;
	color: #45817d;
	font-weight: normal;
}

h1 a:hover
{
	text-decoration: underline;
	color: #45817d;
	font-weight: normal;
}

td.DashedDividerAll {
	border-width:1px;
	border-style:dashed;
	border-color:#D6D6D6;
	padding: 7px;
}