TD {font-size:9pt;font-family:Arial,Helvetica,sans-serif;}
#eight {font-size:8pt;font-family:Arial,Helvetica,sans-serif;}
#nine {font-size:9pt;font-family:Arial,Helvetica,sans-serif;}
#ten {font-size:10pt;font-family:Arial,Helvetica,sans-serif;}
#eleven {font-size:11pt;font-family:Arial,Helvetica,sans-serif;}
#twelve {font-size:12pt;font-family:Arial,Helvetica,sans-serif;}
#thirteen {font-size:13pt;font-family:Arial,Helvetica,sans-serif;}
#fourteen {font-size:14pt;font-family:Arial,Helvetica,sans-serif;}
form input, select, radio, checkbox, textarea {font-size:8pt;font-family:Arial,Helvetica,sans-serif;}

.Highlight {background-color:#BCC1CE;}
.Normal{background-color:none;}

.item_title { font-size: 15pt; font-weight: bold; color: #002060; }
.item_sub_title { font-size: 11pt; font-weight: bold; color: #002060; }
.item_condition { font-size: 9pt; font-weight: bold; }
.item_price { font-size: 15pt; font-weight: bold; font-family: Comic Sans MS; color: #0000CD; }
.item_header_large { font-size: 12pt; font-weight: bold; color: #002060; }
.item_header_small { font-size: 9pt; font-weight: bold; color: #002060; }

.about_the_seller { font-size: 11pt; font-weight: bold; color: #002060; }
.dark_blue { color: #002060; font-weight: bold; }
.light_blue { color: #365F91; font-weight: bold; }

.shipping_table { background-color: #B8CCE4; }
.shipping_header_large { font-size: 12pt; font-weight: bold; color: #002060; }
.shipping_header_small { font-size: 9pt; font-weight: bold; color: #002060; }

.comments_date { font-size:8pt; }

.categories_header { font-size: 11pt; font-weight: bold; color: #002060; }
.categories_main  { font-size: 8pt; }

.popular_background { background-color: #8DB3E2; }
.popular_header { font-size: 11pt; font-weight: bold; color: #002060; }
.popular_link { font-size: 8pt; color: #002060; }

.featured_td { font-size: 8pt; }
.featured_header { font-size: 12pt; font-weight: bold; color: #002060; }
.featured_item_title { font-size: 11pt; font-weight: bold; color: #002060; }
.featured_item_sub_title { font-size: 8pt; font-weight: bold; color: #002060; }
.featured_item_condition { font-size: 8pt; font-weight: bold; }
.featured_item_price { font-size: 8pt; font-weight: bold; font-family: Comic Sans MS; color: #365F91; }
.featured_item_header_small { font-size: 8pt; font-weight: bold; color: #002060; }

.header_common { font-size: 11pt; font-weight: bold; color: #002060; }

.watch_login { color: #CCCCCC; }

.search_want_list { font-size: 11pt; color: #0000FF; text-align: center; }

#overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	
	background: url(/images/overlay1.gif);
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}


#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 150px;
	
	width: 500px;
	padding: 20px;
	
	border: 2px solid #0000DD;
	background-color: #FFFFFF;
	
	z-index: 2000;

	text-align: center;
	font-size: 14pt;
	font-family: Arial;
}

