@CHARSET "UTF-8";


#opp{
	width:920px;
	margin:10px auto;
	border:1px solid #18c2c8;
	background:#fff;
	padding:10px 20px 10px 20px ;
	font-size:14px;
}
#opp h2{
	font-weight:normal;
	font-size:14px;
	height:30px;
	line-height:30px;
}
#opp dl{
	border-bottom:1px dashed  #eee;
	float:left;
	width:920px;
	line-height:34px;
	height:34px;
}
#opp dl dt{
	float:left;
	padding: 0 20px 0 0;
}
#opp dl  dd{
	padding:5px 0 0 0;
}
#opp dl  dd a{
	color:#666;
	display:block;
	float:left;
	padding:0 10px;
	height:24px;
	line-height:24px;
	text-align:center;
	white-space:nowrap;
	font-family:tahoma;
}
#opp dl.actor dd a{
	padding:0 7px;
}
#opp dl  dd a.first{
	width:44px;
}
#opp dl.actor dd a.first{
	width:50px;
}

#opp dl dd a.on,#opp dl dd a.Year,#opp dl dd a.Area,#opp dl dd a.letter,#opp dl dd a.actor{
	background: url(../images/opp_bg.gif) no-repeat 0 0;
	color:#e12160;
	position:relative;
}
#opp dl dd a.on span,#opp dl dd a.Year span,#opp dl dd a.Area span,#opp dl dd a.letter span,#opp dl dd a.actor span{
	background:url(../images/opp_bg.gif) no-repeat 0px -24px;
	display:block;
	float:right;
	width:2px;
	height:24px;
	position:absolute;
	top:0;
	right:0;
}
#opp dl dd a:hover{
	background: url(../images/opp_bg.gif) no-repeat 0 0;
	color:#e12160;
	position:relative;
	text-decoration:none;
}
#opp dl dd a:hover span{
	background: url(../images/opp_bg.gif) no-repeat 0-24px;
	display:block;
	float:right;
	width:2px;
	height:24px;
	position:absolute;
	top:0;
	right:0;
}

#ord{
	padding:7px 0 7px 20px;
	border-bottom:1px solid #dfdfdf;
	font-size:14px;
}
#ord strong{
	float:left;
	height:24px;
	line-height:24px;
	color:#666;
}
#ord p{
	float:left;
	border-right:1px solid #ccc;
}
#ord p.last{
	border:none;
}
#ord p a{
	width:59px;
	height:24px;
	line-height:24px;
	display:block;
	text-align:center;
	color:#333;
	margin:0 8px 0 8px;
}
#ord p a:hover{
	color:#e12160;
	background:#eee;
	text-decoration:none;
}
#ord p.on a{
	background:url(../images/type.gif) no-repeat;
	color:#fff;
}









