﻿html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	overflow:scroll;
}

body {
	font-family:Arial;
	top:3px;
    margin-top:3px;
    	/* Was added for Menu */
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	line-height:1.5em;
}

a:link, a:visited, a:hover, a:focus
{
	color:#E01075;
	text-align:center;
	text-decoration:none;
}

TD.border {
	background-color:#FFFFFF;
}

TD.footer {
	background-color:#FFFFFF;
	font-size:10pt;
	color: #6D607C;
}

A.lowerNav, TD.lowerNav {
	background-color: #C5B7B1;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

A.lowerNav:hover {
	background-color: #C5B7B1;
	color:#E01075;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}

A.black {
	color:#000000;
	font-size:10pt;
	text-decoration:none;
}

A.black:hover {
	color:#000000;
	font-size:10pt;
	text-decoration:underline;
}

TD.topNavBrown {
	background-color: #C5B7B1;
	text-align:center;
	color:#000000;
	font-weight:bolder;
}

TD.topNavRed{
	background-color: #E01075;
	text-align:center;
	color:#ffffff;
}

A.sale 
{
    color:#E01075;
    text-decoration:none;   
}

A.sale:hover
{
    color:#E01075;
    text-decoration:underline;
}

A.navLinks:hover
{
    color:#ffffff;
    text-decoration:underline;
}

A.navLinks
{
    color:#ffffff;
    text-decoration:none;
}

.watermarked 
{
    color:Silver;
    font-size:8pt;
}

INPUT.search 
{
    background-color:#ff9933;
    color:#000000;
    font-size:8pt;
}

INPUT.formSubmit
{
    background-color:#ff9933;
    color:#000000;
    font-size:10pt;
}

TD.bag
{
    font-size:8pt;
    color:#999999;
    text-align:right;
    vertical-align:bottom;
}

.modalBackground
{
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.panelBig
{
    background-color:#FFFFFF;
    text-align:center;
}

.ItemAdded, .ItemRemoved
{
    color:#ff0000;
}

.AutoCompleteList 
{
	border: 1px solid #000000;
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	font-size:8pt;
}

	ul.AutoCompleteList li {
		padding: 2px 5px;
	}

.AutoCompleteListItem 
{
	color: #000000;
}

.AutoCompleteHover 
{
	background-color: #ff9933;
	color:#ffffff;
	cursor:pointer;
}


	/* Was added for Menu */
p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

/* ---------- Menu ---------- */
#container {
	display:block;
	position: static;
	padding:0px;
	width:100%;
	height:30px;
	background:#C5B7B1;
	border:solid #C5B7B1;
	border-width:0px 0 0px 0;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}
