/* 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: #000800;
}

a:link, a:visited {
	/*xxx*/
	color: #FFEF84;
	font-weight: bold;
}
/* keywords RGB */
a:hover {
	/*xxx*/
	color: #00FF00;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
}

/*Main Table that the site is wrapped in*/

.wrapper {
	background-color: #316531;
	width: 790px;
}


/*Top Area*/

.logo {
	/*xxx*/
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 24px;
}

div#mainnav {
	margin: 0px;
	height: 20px;
	/*xxx*/
	background-color: #000000;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

div#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "Trebuchet MS";
}


div#mainnav ul li {
	float: left;
}
/* keywords RGB, and height */
div#mainnav ul li a:link, div#mainnav ul li a:visited {
	height: 26px;
	float: left;
	display: block;
	color: #00FF00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

div#mainnav ul li a:hover {
	/*xxx*/
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
div#mainnav li#active {
	color: #FFFFFF;
	/*xxx*/
	background-color: #FFFFFF;
}

#topsearch {

	font-family: "Trebuchet MS";
	font-size: 13pt;
	color: #FFFFFF;
	/*xxx*/
	background-color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}

#theme {
	background-image: url(../img/main_electric.jpg);
	height: 100px;
	font-family: "Trebuchet MS";
	color: #33CC33;
	padding: 5px;
}


/* left side navigation */


.side {
	background-color: #316531;
}


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: 20px;
	padding-right: 5px;
	padding-left: 5px;
	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: #316531;
}

div#leftnav ul li a:hover {
	color: #FFFFFF;
	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 #339933;
	font-family: "Trebuchet MS";
	font-size: 18px;
	/*xxx*/
	color: #339933;
	width: 500px;
}
.formbutton {
	color: #FFFFFF;
	/*xxx*/
	background-color: #336633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #99FF99;
	border-left: 1px solid #99FF99;
	border-right: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding: 5px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.bottomsearch {
	/*xxx*/
	background-color: #000000;
	margin: 0px;
	padding: 1px 1px 1px 5px;
}


#ebay p, #ebay td {
	font-size: 12px;
}
