/* HTML Tag Styles.  These affect every basic htm litem with the given name */



/* page background */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
width: 900px;
}


/* all links at startup, ebay, msn, leftside */
a:link, a:visited {
	/*xxx*/
	color: #0000FF;  /*0066cc*/
	font-weight: bold;
}

a:hover {
	/*xxx*/
	color: #FF0000; /*00CCFF; */
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
}

/*Main Table that the site is wrapped in - ebay, msn  790 is wide */

.wrapper {
	background-color: #FFFFFF;
	width: 590px;
}


/*Top Area*/

.logo {
	/*xxx*/
	color: #0066CC;
	font-family: "Trebuchet MS";
	font-size: 24px;
}


/* keyword section */
div#mainnav {
	margin: 0px;
	height: 24px;
	/*xxx*/
	background-color: #ffFFFF;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

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: 20px;
	float: left;
	display: block;
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: bold;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCFFFF;   /* keyword separator bar */
}

div#mainnav ul li a:hover {
	/*xxx*/
	background-color: #ffffFF;
	background-repeat: repeat-x;
}
div#mainnav li#active {
	color: #FFFFFF;
	/*xxx*/
	background-color: #C0C0C0;
}

#topsearch {

	font-family: "Trebuchet MS";
	font-size: 13pt;
	color: #FFFFFF;
	/*xxx*/
                width: 410px;   /*was810*/ 
	background-color: #C0C0C0;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#theme {
	background-image: url(../img/main_firewall2.jpg);
	height: 90px; 
                width: 190px;
	font-family: "Trebuchet MS";
	color: #FF0000;  /*overlay picture */
	padding: 5px;
}
/*	height: 180px; */
/*               width: 810px; */


/* 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: 20px;
	padding-right: 2px;
	padding-left: 5px;
	margin: 0px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/* left side hover color */
div#leftnav ul li a:hover {
	color: #FF0000;
	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: #00FF00;
	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: 0px solid #FF0000;
	font-family: "Trebuchet MS";
	font-size: 18px;
	/*xxx*/
	color: #FF0000;
	width: 213px;
}
/* was 500 */
.formbutton {
	color: #000000;
	/*xxx*/
	background-color: #00FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 2px solid #CCFFFF;
	border-left: 2px solid #CCFFFF;
	border-right: 2px solid #3399CC;
	border-bottom: 2px solid #3399CC;
	padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;

}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.bottomsearch {
	/*xxx*/
	background-color: #0066CC;
	margin: 0px;
	padding: 1px 1px 1px 5px;
}


#ebay p, #ebay td {
	font-size: 12px;
}
