/* CSS Document */



body {
	font-family: trebuchet ms, verdana;
	color: #fff;
	font-size: 12px;
	background-color: #336699;
	}

	
	
#list {
	position: absolute;
	top: 295px;
	left: 330px;
	width: 175px;
	height: 165px;
	margin-left: 130px;
	margin-top: 55px;
	line-height: 13px;
	margin-bottom: 0px;
	font-size: 11px;
	}
	
#ad_right {
	position: absolute;
	top: 10px;
	left: 660px;
	}
	
	
#footer {
	position: absolute;
	top: 530px;
	left: 24px;
	height: 102px;
	width: 623px;
	text-align: left;
	background-color: #666;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	padding: 0px;
	z-index: 3
	}
	
*:first-child+html #footer {
	position: absolute;
	top: 529px;
	left: 26px;
	height: 110px;
	width: 623px;
	text-align: left;
	background-color: #666;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	padding: 0px;
	}
	
#header {
	position: absolute;
	top: 0px;
	left:0px;
	height: 15px;
	background-color: #333;
	width: 622px;
	padding-left: 3px;
	z-index: 3;
	} 
	
#analysis {
	position: relative;
	top: 15px;
	left: 0px;
	height: 60px;
	padding: 3px;
	z-index: 3;
	line-height: 13px;
	}
	
#links {
	position: relative;
	top: 12px;
	left: 0px;
	height: 20px;
	padding: 3px;
	z-index: 3;
	}
	
#map {
	z-index: 2;
	background-color: transparent;
	}
	
#browser {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 604px;
	text-align: center;
	z-index: 1;
	}
	
#copyright {
	position: absolute;
	top: 650px;
	left: 14px;
	width: 624px;
	height: 10px;
	font-size: 10px;
	color: #eee;
	text-align: center;
	}
	
	
.list a {
	text-decoration: none;
	color: #fff;
	}
	
.list a:hover {
	color: #333;
	background-color: #ccc;
	}
	
.footer a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
	padding: 3px;
	}
	
.footer a:hover {
	color: #000;
	text-decoration: none;
	}
	
.detail {
	 margin-left: 14px; 
	 width: 623px;
	 height: 624px;
	 border: 2px solid #333;
	 z-index: 0;
	 }
	 
.drop {
	font-size: 11px;
	color: #666;
	background-color: #eee;
	border: 1px solid #ccc;
	}
	
.div_row {
	float: left;
	text-align: left;
	border-right: 1px solid #eee;
	padding-right: 2px;
	padding-left: 2px;
	}
	
.browser_links a {
	color: #eee;
	text-decoration: underline;
	}
	
.browser_links a:hover {
	color: #000055;
	text-decoration: none;
	}
	 

	
