/* CSS Document */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin:				0;
	width: 				100%;
	height: 			100%;
	background-color:	#6699CC;
	font-family:		Times New Roman, Helvetica, Serif;
}
			
a {
	color:			 	#FFFFFF;
	text-decoration: 	none;
}

a:hover {
	color:			 	#FFFF00;
	text-decoration: 	underline;
}
			
#area_content {
	margin-top:			10px;
	margin-right:		auto;
	margin-left: 		auto;
	margin-bottom:		0px;
	background-color:	#99CCFF;
	border:				1px solid #000000;
	width:				868px;
}

#area_content_2 {
	margin-top:			10px;
	margin-right:		auto;
	margin-left: 		auto;
	margin-bottom:		0px;
	background-color:	#336699;
	border:				1px solid #000000;
	width:				868px;
	text-align:			center;
}

#area_header {
	margin:				0px;
	padding:			0px;
	text-align:			center;
}

#area_block {
	width:				100%;
	text-align:			center;
}

#area_footer {
	padding-top:		5px;
	margin:				0px; 
	width:				100%;
	background-color:	#336699;
	text-align:			center;
	color:				#FFFFFF;
	font:				12px Arial, Verdana, Serif; 
}

/* ---- DETAIL PAGE ----------------------------------------- */
#area_detail {
	margin-top:			10px;
	margin-left:		auto;
	margin-right:		auto;
	width:				750px;
	height:				auto;
	background:			#4268B1; 
	text-align:			center;
}

#area_top_link {
	background:			url('/images/background_detail_page_top.gif') repeat-x scroll bottom left;
	padding:			5px 0px 5px 0px;
}

#area_detail_box {
	display: block;
}

#area_purchase_box {
	display: block;
}

#area_cover {
	margin:				10px auto;
	text-align: 		center;
}

#area_bot_link {
	clear:				both;
	background:			url('/images/background_detail_page_bottom.gif') repeat-x scroll top left;
	padding:			5px 0px 5px 0px;
}

.detail_text {
	padding-left:	10px;
	padding-right:	10px;
	color:			#FFFFFF;
	font:			.8em Arial, Sans-Serif ;
}

.detail_text A {
	color:			 #FFFF00;
}

.detail_fieldset {
	width:			400px;
	margin:			10px auto 0px auto;
	border:			1px solid #FFFFFF;
	padding-left:	10px;		
}

.detail_header {
	color:				#FFFFFF;
	font:				bold 1.2em Arial, Sans-Serif;
}

#bidForm {
	margin:			10px 35px;
	width:			400px;
}

/*-- DETAIL FORM STYLES --------------------------------- */
form p {
	clear: 				left;
	margin: 			0px;
	padding: 			0px;
	padding-top: 		5px;
	text-align: 		left;
}

form p label {
	float: 				left;
	width: 				30%;
	font: 				bold .6em Verdana, Sans-Serif; 
	color:				#FFFFFF;
}

.label_textYS {
	float: 				left;
	width: 				30%;
	font: 				bold .6em Verdana, Sans-Serif; 
	color:				#FFFF00;
}
/*-- DETAIL FORM STYLES --------------------------------- */

.detail_image {
	float:				right;
	margin:				0px 20px 10px 0px;
	background-color: 	#000000;
	border:				1px solid #88B0DC;
	text-align:			center;
	color:				#FFFFFF;
	font-size:			12px;
}

/* ---- END DETAIL PAGE ----------------------------------------- */

/* START MENU STYLES --------------------------------------------------- */
#area_menu {
	margin:				0;
	width:				100%;
	height:				42px;
	background:			url('/images/menu/background_menu.gif') repeat-x top left;
	padding:			0;
	text-align:			center;
}

#area_menu ul {
	width:				770px;
	height: 			42px;
	margin-top:			0;
	margin-bottom:		0;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0;
	list-style-type:	none;
}

#area_menu li {
	float: 				left;
	margin: 			0px;
	padding: 			0px;
}

#area_menu li img {
	display:			block;
	margin: 			0px;
	padding: 			0px;
	border:				0px;
}

/* END MENU STYLES -------------------------------------------------------- */


/* START SUBMENU STYLES --------------------------------------------------- */
#area_submenu {
	margin: 			0;
	width:				100%;
	height:				18px;
	background:			url('/images/menu/background_submenu.gif') repeat-x top left;
	padding: 			0;
	text-align:			center;
}

#area_submenu ul {
	width:				770px;
	height: 			18px;
	margin-top:			0;
	margin-bottom:		0;
	margin-left:		auto;
	margin-right:		auto;
	padding: 			0;
	list-style-type: 	none;
}

#area_submenu li {
	float: 				left;
	margin: 			0;
	padding: 			0;
}

#area_submenu li img {
	display:			block;
	margin: 			0px;
	padding: 			0px;
	border:				0px;
}

/* END SUBMENU STYLES --------------------------------------------------- */

#catfish {  
	position:		fixed;   
	top:			0;   
	background:		transparent;   
	padding:		0;   
	height: 		700px;  /* includes transparent part */  
	width:			150px;
	margin-top:		-700px;	  
}  



#catfish_content {
	background: 	#99CCFF;
	border: 		1px solid #000000;
}

.catfish_header {
	background:		url('/images/menu/background_submenu.gif') repeat-x top left;
	padding: 		2px;
	font:			10px Arial, Helvetica, sans-serif;
	color: 			#FFFFFF;
	text-align:		center;
}

.catfish_highlight {
	text-align: 	center;
	margin:			10px 0px;
	border-bottom:	1px dotted #000000;
	
}


/* AUCTION SALE COOL COVERS PAGE ---------------------------------------- */

.auction_sale_cover_div {
	float:		left;
	width:		60px;
	height:		102px;
	padding:	0px;
}

.auction_sale_cover {
	border: 	0px solid #000000;
	width:		60px;
}


/* END AUCTION SALE COOL COVERS PAGE ------------------------------------ */



/* ARCHIVE IMAGE PAGE ---------------------------------------------------- */
#area_archive_menu {
	background: 	url('/images/archive_menu_background.gif') top left repeat-x;
	height: 		30px;
}

#area_archive_menu IMG {
	display: 		block;
	float: 			left;
	border: 		0px;
	
}
/* END ARCHIVE IMAGE PAGE ------------------------------------------------ */

.area_centered_block {
	width:				100%;
	text-align:			center;
}

.area_text {
	margin:				20px;
	text-align:			left;
}

.area_text_center {
	margin:				0px;
	width: 				100%;
	color:				#FFFFFF;
	text-align:			center;
	font:				.8em Verdana, Sans-Serif;
}

.area_content_outline {
	margin:				20px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	width: 				780px;
	background-color:	#003366;
	border:				1px solid #000033;
	padding:			5px;
	text-align:			left;
}

.clear {
	clear:				both;
	margin:				0;
	padding:			0;
}

.text_area {
	margin: 			10px;
	border:				1px solid #FFFFFF;
	padding:			5px;
	color:				#FFFFFF;
	font-size:			1em;
}

.text_area_2 {
	margin: 			10px;
	border:				1px solid #FFFFFF;
	padding:			5px;
	color:				#FFFFFF;
	font-size:			1em;
	text-align:			left;
}

.text_header {
	width:				100%;
	text-align:			center;
	color:				#FFFFFF;
	font:				bold .8em Arial, Verdana, Serif;
}

.content_floatarea {
	margin-top:		0px;
	margin-left: 	auto;
    margin-right: 	auto;
	margin-bottom:	0px;
	width:			570px;
}

.content_floatarea2 {
	margin-top:		0px;
	margin-left: 	auto;
    margin-right: 	auto;
	margin-bottom:	0px;
	width:			820px;
	text-align:		center;
}

.content_floatarea3 {
	margin-top:			0px;
	margin-left: 		auto;
    margin-right: 		auto;
	margin-bottom:		0px;
	width:				80%;
	padding:			5px;
	background-color: 	#003366;
	border:				1px solid #000033;
	text-align:			left;
}

.content_floatarea3 a {
	color:				#FFFF66;
}

.content_floatarea4 {
	margin-top:		0px;
	margin-left: 	auto;
    margin-right: 	auto;
	margin-bottom:	0px;
	width:			350px;
}

.content_links {
	margin-top:		0px;
	margin-left: 	auto;
    margin-right: 	auto;
	margin-bottom:	0px;
	padding:		20px 0px;
	border-bottom:	1px solid #003366;
	width:			450px;
	font:			12px Arial, Sans-Serif;
	color:			#003366;
}

.content_notice {
	width: 				240px; 
	padding:			4px; 
	border:				1px solid #000000; 
	background-color:	#003366; 
	text-align:			left;
	font:				.8em Arial, Sans-Serif;
	color:				#FFFFFF;
	line-height:		1.2;

}


.content_gallery {
	float:			left;
	margin:			5px;
	width:			260px;
	border:			1px solid #003366;
	padding:		5px;
	text-align:		center;
}

.content_highlight {
	float:			left;
	margin-top:		5px;
	margin-bottom:	5px;
	width:			205px;
	text-align:		center;
}

.content_spacer {
	float:			left;
	margin-top:		5px;
	margin-bottom:	5px;
	width:			102px;
	text-align:		center;
}

.content_informative {
	float:				left;
	margin:				5px 2px;
	width:				180px;
	height:				220px;
	text-align:			center;
	background-color: 	#000000;
	border:				1px solid #003366;
	
}

.content_floatarea_auction {
	margin:			0px auto;
	width:			90%;
	text-align:		center;
}

.content_auction {
	float:			left;
	margin:			5px;
	width:			180px;
	height:			250px;
	border:			1px solid #003366;
	background:		#000000;
	padding:		5px;
	text-align:		center;
}


/* LINE STYLES -------------------------------------------------------- */
.line_blue {
	border: 			0;
	color: 				#003366;
	background-color: 	#003366;
	height:				2px;
}

/* TEXT STYLES HERE --------------------------------------------------- */
.text_header {
	color: 				#003366;
	font:				bold 16px Arial, Sans-Serif;
	text-decoration:	none;
}

.textWL {
	color: 				#FFFFFF;
	font:				16px Arial, Sans-Serif;
	text-decoration:	none;
}

.textWM {
	color: 				#FFFFFF;
	font:				14px Arial, Sans-Serif;
	text-decoration:	none;
}

.textWS {
	color: 				#FFFFFF;
	font:				12px Arial, Sans-Serif;
	text-decoration:	none;
	line-height:		1.2;
}

.textRL {
	color: 				#FF0000;
	font:				16px Arial, Sans-Serif;
	text-decoration:	none;
}

.textRM {
	color: 				#CC0000;
	font:				14px Arial, Sans-Serif;
	text-decoration:	none;
}

.textRS {
	color: 				#CC0000;
	font:				12px Arial, Sans-Serif;
	text-decoration:	none;
}

.textYM	{
	color:				#FFFF00;
	font:				14px Arial, Sans-Serif;
	text-decoration:	none;
}

.textYS	{
	color:				#FFFF00;
	font:				12px Arial, Sans-Serif;
	text-decoration:	none;
}

.textHCC {
	color: 				#CC0000;
	font:				bold 12px Arial, Sans-Serif;
	text-decoration:	none;
}

.textBL {
	color: 				#003366;
	font:				bold 16px Arial, Sans-Serif;
	text-decoration:	none;
}

.textBM {
	color: 				#003366;
	font:				14px Arial, Sans-Serif;
	text-decoration:	none;
}

.textBS {
	color: 				#003366;
	font:				12px Arial, Sans-Serif;
	text-decoration:	none;
}

.image_inline {
	padding: 4px;
}

/* --------------------------------------------------------------------- */

.table_highlights {
	width: 100%;
}

.table_highlights td {
	background-color:	#000000;
	border:				1px solid #003366;
	text-align:			center;
}

.table_auction_sale {
	width:				100%;
	background-color: 	#000000;
	border: 			1px solid #003366;
	border-collapse:	collapse;
	padding:			0px;
	margin:				0px;
}

.table_auction_sale td {
	width:				25%;
	background-color: 	#000000;
	border: 			1px solid #003366;
	padding:			5px;
	text-align: 		center;
	color:				#FFFFFF;
	font:				bold 1em Arial, Sans-Serif;;
}

.table_auction_sale td img {
	border:			0px;
}

.table_inventory_booklist {
	border-collapse:	collapse;
	border:				1px solid #003366;
}

.table_inventory_booklist th {
	border-collapse:	collapse;
	border:				1px solid #003366;
	font:				bold .7em Arial, Sans-Serif;
}

.table_inventory_booklist td {
	border-collapse:	collapse;
	border:				1px solid #003366;
	padding:			3px;
	color:				#000000;
	font:				.8em Arial, Sans-Serif;
	
}

.table_spread {
	margin: 			0px auto;
	border:	 			1px #000000 solid;
	border-collapse: 	collapse;
	color:				#000000; 
	font-size:			12px;
}

.table_spread th {
	background-color: 	#003366;
	border:	 		  	1px #000000 solid;
	padding:			2px;
	font-weight:		bold;
	color:				#FFFFFF;
}

.table_spread td {
	background-color: 	#FFFFFF;
	border:	 		  	1px #000000 solid;
	padding:			2px;
}

.table_spread TD A {
	color: 				#003366;
	text-decoration: 	none;
}

.table_spread TD A:hover {
	color: 				#000000;
	text-decoration: 	underline;
}

.featured_cell {
	width:				180px;
	background-color:	#3C80C4;
	border-collapse:	collapse;
	border:				1px solid #003366;
	padding:			5px;
	text-align:			center;
}

.form {
	background-color: 	#000000;
	border:				1px solid #003366;
	color:				#FFFFFF;			
}


.outline {
	margin: 			10px auto;
	width: 				410px;
	border: 			1px solid #FFFFFF;
	
}

.outline_header {
	font: 				bold 16px Arial, Helvetica, sans-serif;
	color: 				#003366;
	background-color: 	#FFFFFF;
	padding: 			2px;
}

.outline_text {
	text-align: 		left;
	color: 				#FFFFFF;
	padding: 			5px;
	
}

/* SEARCH FORM STYLES ----------------------------------------------- */
.search_fieldset {
	margin: 			0px auto;
	border: 			1px solid #003366;
	width: 				500px;
	text-align:			left;
	padding: 			5px;
}

.search_fieldset legend {
	color: 				#003366;
	font: 				14px Arial, Helvetica, sans-serif;
}

.search_fieldset label {
	color: 				#003366;
	font: 				12px Arial, Helvetica, sans-serif;
	width: 				100px;
}

.search_fieldset input {
	color: 				#003366;
	font: 				12px Arial, Helvetica, sans-serif;
}