@charset "UTF-8";

/*EBAYS CSS Document */

body { background-position: 0px 0px; background-repeat: repeat-y; background-image: url(../gfx/ebaysback.jpg);
}
/*
.logos *//* see below */
.mainmenu { width: 98%; font-size: 1.05em; z-index:2; }
/* .leftmenu *//* see below */
/* .leftmenushadow *//* see below */
.menuhead { color: #FFFFFF; font-size: 1.2em; }
.shadowhead { color: #000000; font-size: 1.2em; }
/* .content *//* see below */
.watermarklogo { color: #FFFFFF; text-align: right; font-size: 0.8em; z-index:3;}
.smaller { font-size: 0.95em; vertical-align:top;} 
.tinier { font-size: 0.75em; vertical-align:top; }
.fundersmall { font-size: 0.85em; vertical-align:top; } 
.floatright { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; float: right; }
td { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; font-size: 1em; }
a.leftlink { color: #FFFFFF; text-decoration: none;}
a.shadowlink { color: #000000; text-decoration: none; }
a.leftlink:visited { color: #FFFFFF; text-decoration: none; }
a.leftlink:hover { position: relative; top: -1px; left: 0px; color: #EEEE66; text-decoration: none; }
a.leftlink:active { position: relative; top: 1px; left: 1px; color: #FFFF00; text-decoration: none; } 

/* new styles -aj */
.logotitle {
	background-position: -8px -10px;
	background-repeat:no-repeat;
	background-image: url(../gfx/ebaystitle.jpg);
	display: block;
	height: 300px;
	width: 350px; /* was 400 */
	margin: 0px;
	padding:0px;
	float:left;
	position: absolute;
	left: 8px;
	top: 0px;
}
.menubox { /* top menu */
	display: block;
	width: 90%;
	left: 260px; /* 370 is relative */
	top: 150px;
	text-decoration:none;
	text-align:center;
	float: right;
	overflow: visible;
	position: absolute;
	height: auto;
	font-size: 1.2em; /* tried 1.3 -aj */
	padding-right: 15px;
	font-family: arial, helvetica, verdana;
	font-weight: bold;
}
.clear { clear:both; }
.clearslider { 
	clear:both;
	margin-top:3em;
}

#footercontainer { 
	clear:both; 
	margin-left:10px;
	margin-right:10px;
}
.footer { font-size:0.8em; }

/* styles modified from above */
.logos { color: #000000; text-align: right; font-family: arial, helvetica, verdana; font-size:1.05em;
	position:absolute;
	left: 0px; top: 50px; 
	width: 99%;
}
.leftmenu { text-align: right; font-size: 1.05em; z-index: 4;
	position: absolute; left: 5px; 
	top: 250px; 
	width: 200px;
}
.leftmenushadow { color: #000000; text-align: right; font-size: 1.05em; z-index:3; 
	position: absolute; left: 6px; 
	top: 251px; 
	width: 200px;
}
#content {
	/*	width: 92%;  *//* remove horizontal scroll bar -aj*/
	font-size: 1.05em; 
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../gfx/ebaysbackbr.jpg);
	position: absolute;
	left: 260px; 
	top: 180px; 
	padding-right:15px;
	display: block;	
}
#content p { font-family: arial, helvetica, verdana; font-size:1.05em;}
#bodycontent { /* convert from nested tables -aj */
	font-size: 1.05em;
	text-align: left;
}
#content ul { font-family: arial, helvetica, verdana; font-size:1.05em;}
#content h1 { font-family: arial, helvetica, verdana; font-size:1.5em;} /* was 18px */
#content h2 { 	font-family: arial, helvetica, verdana; font-size:1.2em;}
#content h3 { 	font-family: arial, helvetica, verdana; font-size:1.1em;}
#content ol { font-family: arial, helvetica, verdana; font-size:1.05em;}
.slidernotation {
	display:block;
	width:480px;
	text-align:center;
}


