*{margin:0px; padding:0px;}
a{
	text-decoration: none;
	color: #990;
	font-size: 14px;
	font-weight: normal;
}

#box{
	width: 660px;
	height: 395px;
	border: 1px solid #ccc;
	position: relative;
	margin: 10px auto;
}

.title{
	width: 660px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	background: #060;
	color: #999;
}
.titlemain {
	font-size: 14px;
	color: #999;
}
.title li {
	width: 100px;
	height: 40px;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #999;
	font-weight: bold;
}
.title span{
	width: auto;
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	margin-right: 10px;
	color: #999999;
}
.active{
	background: white;
	border-top: 2px solid #ff6600;
	color: #999;
	font-weight: bold;
}

#context{
	width: 500px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 50px;
}
#context ul{
	position: absolute;
	left: 1px;
	top: -8px;
	display: none;
	width: 659px;
	height: 353px;
	background-image: url(../images/special/amber.jpg);
}
#context ul li{
	width: auto;
	height: auto;
	color: #999;
	margin: 10px;
	margin-left: 30px;
}
.mtext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #990;
}
