/* HTML Tag Styles.  These affect every basic htm litem with the given name */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #607CAC;
}

a:link, a:visited {
	/*xxx*/
	color: #666633;
	font-weight: bold;
}

a:hover {
	/*xxx*/
        color: #FFFFFF;
	text-decoration: underline;
        
}



form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
}

/*Main Table that the site is wrapped in*/

.wrapper {
	background-color: #FFFFFF;
	width: 160px;
}


/*Top Area*/

.logo {
	/*xxx*/
	color: #5A0400;
	font-family: "Trebuchet MS";
	font-size: 22px;
}

div#mainnav {
	margin: 0px;
	height: 0px;
	/*xxx*/
	background-color: #5A0400;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

div#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
}


div#mainnav ul li {
	float: left;
}

div#mainnav ul li a:link, div#mainnav ul li a:visited {
	height: 0px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2px;
	padding-right: 2px;
	padding-left: 0px;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5A0400;
}

div#mainnav ul li a:hover {
	/*xxx*/
	background-color: #31344A;
	background-repeat: repeat-x;
}
div#mainnav li#active {
	color: #FFFFFF;
	/*xxx*/
	background-color: #415160;
}

#topsearch {

	font-family: "Trebuchet MS";
	font-size: 13pt;
	color: #FFFFFF;
	/*xxx*/
	background-color: #607CAC;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#theme {
	background-image: url(../img/main_electric.jpg);
	height: 0px;
	font-family: "Trebuchet MS";
	color: #EA1F19;
	padding: 0px;
}


/* left side navigation */


.side {
	background-color: #EFEFEF;
}


div#leftnav {
	margin: 0px;
	padding: 0px;
}

div#leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
}


div#leftnav ul li a:link, div#leftnav ul li a:visited {
	height: 20px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#leftnav ul li a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#leftnav li#active {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/*Search objects*/

.textbox {
	/*xxx*/
	border: 1px solid #5B6977;
	font-family: "Trebuchet MS";
	font-size: 16px;
	/*xxx*/
	color: #5B6977;
	width: 85px;
}
.formbutton {
	color: #FFFFFF;
	/*xxx*/
	background-color: #5A0400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #F69491;
	border-left: 1px solid #F69491;
	border-right: 1px solid #77100D;
	border-bottom: 1px solid #77100D;
	padding: 5px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.bottomsearch {
	/*xxx*/
	background-color: #415160;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


#ebay p, #ebay td {
	font-size: 12px;
}
