*:focus 
{	
	outline:none;	
}

pre
{
	text-align:left;
	font-size:10px;
	background:#CCCCCC;
	color:black;
	padding:1em;
}

input[type="submit"]
{
	cursor:pointer;
}

body
{
	padding:0;
	margin:0;
	font-family:arial;
	font-size:12px;
	text-align:center;
	overflow:scroll;
	background-color:#ffffff;
	outline:none;
}

#wait
{
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	color: white;	
}
	#waitcanvas
	{
	}

#site-container
{
	padding:0;
	margin:0;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-480px;
	width:960px;	
	background-color:#ffffff;
	z-index:0;
	display:block;
}

#site
{
	margin:0;
	padding:0;	
	background-image:url(/images/ui/default/container_bg.png);
	background-repeat:repeat-y;			
	padding-left:15px;
	padding-top:5px;
	
	
}

.overlay
{
	position:absolute;
	left:0;
	top:0;
	background-image:url(/images/ui/default/overlay_tile.png);
	background-repeat:repeat-x repeat-y;
	z-index:1000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#menu2
{
	width:930px;
	height:30px;
	background-color:#3579C0;
	background-color:transparent;
	color:white;
	margin-bottom:5px;
	background-image:url(/images/ui/default/menu_bg.png);
	background-repeat:no-repeat;
}
	#menu2 #header
	{
		float:left;
		width:155px;
		font-size:20px;
		font-weight:bold;
		height:30px;
		line-height:30px;
		color:white;
		border-right:1px solid;
		border-color:#DDDDDD;
		text-align:center;
	}
		#menu2 #header a
		{
			color:white;
			text-decoration:none;
			display:block;
			width:100%;
			height:100%;
		}

	#menu2 #sections
	{
		margin:0;
		padding:0;
		float:left;
		height:30px;
		text-align:left;		
		border-right:none;
		border-color:#DDDDDD;
		margin-right:10px;
		list-style-type:none;
	}
		.section
		{
			margin:0;
			padding:0;
			float:left;
			display:block;
			height:30px;					
		}
			.section .button
			{
				padding:0;
				margin:0;
				text-decoration:none;
				font-size:15px;
				font-weight:bold;
				height:30px;
				width:145px;
				line-height:30px;
				display:block;
				clear:both;				
				background:transparent;
				color:white;
				border:none;
				border-right:1px solid;
				border-color:#FFFFFF;
				color:white;
				text-align:center;
			}
		.section a:hover
		{
/*			
			background:white;
			color:#3369a0;
*/			
		}
		.section:hover .submenu
		{
			display:block;
			visibility:visible;						
		}

		.submenu /* ul */
		{
			position:absolute;
			list-style-type:none;
			margin:0;
			padding:0;
			clear:both;
			display:block;
			visibility:hidden;
			z-index:1000;
			width:270px;
			margin-top:0px;
			border:none;
			background-color:transparent;			
			
		}
			.submenu li[first="1"] > a 
			{
				border-top:2px solid;
				border-color:#3369a0;/*3C7FC5;*/
			}
			.subsection /* li */
			{
				width:270px;
				background-color:transparent;
				background-image:url(/images/ui/default/menu_item_bg.png);
				background-repeat:no-repeat;
				height:40px;
			}
				.submenu a
				{
					text-decoration:none;
					display:block;
					background-color:#5599E0;
					color:white;
					font-size:14px;
					padding:10px;
					margin-left:3px;
					width:232px;
					height:20px;
					line-height:20px;
					font-weight:bold;
					background-color:transparent;
				}
				.submenu a:hover
				{
					color:#5599E0;
					background-color:white;
				}
			.submenu li[last="1"]
			{
				background-image:url(/images/ui/default/menu_item_last_bg.png);
				background-repeat:no-repeat;		
				height:50px;		
			}
				.submenu li[last="1"] > a
				{
					border:none;					
					height:15px;
					line-height:15px;
				}


/* ---------------------------------------------------------------------------------------------------------------------------------- */

#permanents
{
}
	.permanent
	{
		width:850px;
		margin-left:20px;
		border:2px solid;
		background-color:#BBCCDD;
		clear:both;
		padding-top:5px;
		padding-bottom:5px;
		margin-bottom:5px;
		text-align:center;
		font-weight:bold;
		font-size:14px;
	}
	.permanent a
	{
		color:black;
	}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#content_container
{
	width:900px;
	padding-bottom:10px;
	display:inline;
	float:left;
	padding-top:0px;

}
	#content
	{
	}

/* ---------------------------------------------------------------------------------------------------------------------------------- */


#footer
{
	font-size:10px;
	height:60px;
	width:960px;
	line-height:20px;
	text-align:center;
	padding-top:4px;
	color:black;
	background-image:url(/images/ui/default/footer_bg.png);
	background-repeat:no-repeat;;	
	background-color:transparent;
	

}
	#footer_links
	{
	}
		#footer_links a
		{
			color:black;
			text-decoration:none;
		}
		#footer_links a:hover
		{
			text-decoration:underline;
		}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

#stats
{
	margin-top:5px;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.spacer
{
	clear:both;
	margin:0;
	padding:0;
	height:0px;
	visibility:hidden;
}

pre
{
	font-family:arial;
	font-size:10px;
}

#msg
{
	font-size:18px;
	line-height:30px;
	width:50%;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;

	padding:1em;		
	border:3px solid;
	border-color:#c4d9f7;
	background-color:#f3f6fb;
	border-radius:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:5px 5px 10px #aaaaaa;
	-webkit-box-shadow:8px 8px 10px #aaa;			
}
	#msg_msg
	{
		font-size:18px;
		font-weight:bold;
		line-height:30px;
		color:#205082;
	}
		#msg_msg a
		{
			color:black;
		}
		#msg_msg strong
		{
			display:block;
			font-weight:bold;
			margin-top:0.5em;
			margin-bottom:0.5em;
			line-height:2em;
			font-size:1.2em;
			text-align:center;
		
		}
	#msg_button
	{
		background-image:url(/images/ui/default/button250x30.jpg);
		width:250px;
		height:30px;
		display:block;
		margin:auto;
		color:white;
		text-decoration:none;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		line-height:30px;
		margin-top:1em;
	}

/* ---------------------------------------------------------------------------------------------------------------------------------- */

.help_access
{
	font-size:10px;
	cursor:pointer;
	color:green;
	vertical-align:top;
	margin-left:2px;
}
	.tooltip /*.help_access+div*/
	{
		width:300px;
		text-align:justify;
		font-size:12px;
		line-height:18px;
		padding:1em;		
		border:3px solid;
		border-color:#c4d9f7;
		background-color:#f3f6fb;
		border-radius:10px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-box-shadow:5px 5px 10px #aaaaaa;
		-webkit-box-shadow:8px 8px 10px #aaa;		
	}

/* ---------------------------------------------------------------------------------------------------------------------------------- */


#ads_top, #ads_bottom
{
	width:925px;
	text-align:center;
	border:3px solid;
	margin-bottom:5px;
	z-index:-1000;
}

#search_ebay
{
	margin-top:5px;
	margin-left:5px;
	font-weight:bold;
	font-size:12px;
	background:white;
	width:910px;
	height:100px;	
}
	#search_ebay a
	{
		display:block;
		float:left;
		color:black;
		font-size:10px;
		width:65px;
		height:95px;
		margin-right:26px;
		border:none;
		text-decoration:none;
		overflow:hidden;
		text-align:center;
		text-transform:lowercase;
		font-weight:normal;
	}
		#search_ebay a img
		{
			height:50px;
			border:none;
		}





