.FlatLine
{
	background-color:#FF6600;
}

.LeftMenuHeader
{
	background-color:#FF6600;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	letter-spacing:3px;
}

H1
{
	font-size:18px;
	font-family:Trebuchet MS;
	color:#95A7A7;
	margin:0px;
}

H2
{
	font-size:18px;
	font-family:Trebuchet MS;
	color:#FF6600;
}

.ProductTitle
{
	font-size:14px;
	font-family:Trebuchet MS;
	color:#000000;
	font-weight:bold;
}

.ProductCarSep
{
	border-bottom:dotted 1px #BBBBBB;
	background-color:#EFEFEF;
}

.ProductCarSepAlt
{
	border-bottom:dotted 1px #BBBBBB;
	background-color:#FFFFFF;
}

.CatSeparator
{
	background-image:url(Images/cat_sep.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
}

/****************************/
/* Path links				*/
/****************************/
a:link
{
	text-decoration:underline;
	color:#080808;
	font-size:11px;
}

a:visited
{
	text-decoration:underline;
	color:#080808;
	font-size:11px;
}

a:hover
{
	text-decoration:underline;
	color:#080808;
	font-size:11px;
}

/****************************/
/* Path links				*/
/****************************/
a.Path:link
{
	text-decoration:none;
	color:#FF6600;
	font-size:11px;
}

a.Path:visited
{
	text-decoration:none;
	color:#FF6600;
	font-size:11px;
}

a.Path:hover
{
	text-decoration:underline;
	color:#FF6600;
	font-size:11px;
}
