a{
	outline: none; /* for Firefox */ 
	hlbr:expression(this.onFocus=this.blur()); /* for IE */}
	
#TopDocBox{
	height:320px;
	padding:20px 0 0 20px;
	margin:0px;	
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,.5);	
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,.5);
	box-shadow: 1px 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	background-color:#000;
	}
	
#ItemBox{width:320px;float:left; margin:0;padding:0; }
#ItemBox ul {white-space: nowrap; margin:0; padding:0}
#ItemBox ul li{
	/*background:url(../ad/bg_tit.png) #fff no-repeat left -69px;*/
	background:url(../ad/thumb/ad1.jpg) right top;
	height:71px;
	width:300px;
	padding: 0px;
	margin:0 0 5px 0px;
	border:#000 1px solid;
	display:block;
	}

#ItemBox ul li a{color:#660000; font-weight:bold; line-height:71px; text-decoration:none; background-color:#110000;width:300px;height:71px;display:block;}

#ItemBox ul li.on{}
#ItemBox ul li.ad1{background:url(../ad/thumb/ad1.jpg) no-repeat left top;}
#ItemBox ul li.ad2{background:url(../ad/thumb/ad2.jpg) no-repeat left top;}
#ItemBox ul li.ad3{background:url(../ad/thumb/ad3.jpg) no-repeat left top;}
#ItemBox ul li.ad4{background:url(../ad/thumb/ad4.jpg) no-repeat left top;}
#ItemBox ul li.ad5{background:url(../ad/thumb/ad5.html) no-repeat left top;}
#ItemBox ul li.ad6{background:url(../ad/thumb/ad6.jpg) no-repeat left top;}
#ItemBox ul li.ad7{background:url(../ad/thumb/ad7.jpg) no-repeat left top;}

#ItemBox ul li.on a{
	color:#ffd000;
	width:300px;
	display: inline-block;
	overflow:hidden;
	width:0;height:0; line-height:0
	}

#ShowBox{
	position:relative;
	float:left;
	width:540px;
	height:305px;
	/*background-color:#333333;*/
	border:#000 1px solid;
	overflow:hidden;
	padding: 0px;
	margin:0px ;
}
#showinfobg{
	position:absolute;	
	z-index:1;
	bottom:0px;
	height:80px;
	background-color:#000;
	width:540px;
	left: 0px;
}
#showinfo{ 
	position:absolute;
	z-index:10;
	bottom:0;	
	color:#fff;
	height:65px;
	padding:10px;
	text-align:left;
}
#showinfo b{font-weight:bold;font-size:16px; color:#ffd000;}
#showinfo a{color:#65d3fc; text-decoration:none;}
#showinfo a:hover, #content-left a:hover {border-bottom:#ffd000 1px solid;}



/*CONTENT AREA ----*/
#content {
	position:relative;
	height:700px; /*org 340px rvsd on 20101126*/ /*565px rvsd on 2011/5/17*?
	width:100%;
	/*overflow:auto !important;*/ 
	overflow:hidden;
	border-bottom:25px solid #000;
	background:url(../img/content_home.png) no-repeat left top;
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	box-shadow: 3px 0px 5px rgba(0,0,0,.4);
	}

#content-left {
	/*
	margin:20px;
	float:left;
	width:500px;
	height:330px;
	background-color:#6F9;
	*/	
	position:absolute;
	top:80px;
	left:0px;
	width:460px;
    text-align: left;
	line-height: 25px;
	padding-left:3em;
	}

#content-right {
	/*
	margin:20px;
	float:right;
	width:300px;
	height:200px;
	background-color:#6FF;
	*/
	position:relative;
	top:50px;
	margin-left:470px;
	height:200px;
    text-align: left;
	padding-right:5em;
	line-height:18px;
	}

#content-left li,  #content-right a:hover {
	color:#ffd000;
	}
		
#content-right li {
	list-style: none;
	}
	
#content-left a, #content-right, #content-right a {
	color:#ffffff;
	text-decoration: none;
	}

 #content-right a {
	 background-color:#900;
	 width:70px;
	 height:18px;
	 display:block;
	 text-align:center;
	 }


