.qlLink {
	margin: 0;
	padding: 0;
	text-align: right;
}
.qlLink a {
	color: #FF2000;
}
#qlBox {
	text-align: right;
	position: relative;
	width: 1px;
	height: 1px;
	float: right;
	z-index: 999;
	clear: both;
}
#quickLink {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: 414px;
	height: 274px;
	overflow: hidden;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 9999999;
	left: -415px;
}
.ql_big,
.ql_gb {
	top: -380px;
}
.ql_vn,
.ql_th,
.ql_kr,
.ql_en {
	top: -320px;
}
#quickLink a,
#quickLink a:link,
#quickLink a:visited {
	text-decoration: none;
}
#quickLink a:link {
	color: #0000CC;
}
#quickLink a:visited {
	color: #0044DD;
}
#quickLink a:hover,
#quickLink a:active {
	color: #FF3300;
	text-decoration: underline;
}

#quickLink a.qlhot:visited,
#quickLink a.qlhot {
	font-weight: 700;
	color: #C00;
}
#quickLink dl,
#quickLink dt,
#quickLink dd {
	color: #000;
	margin: 0;
	padding: 0;
}

#quickLink dl {
	margin-top: 5px;
}
#quickLink dt {
	font-weight: 700;
	line-height: 25px;
}
#quickLink dd {
	line-height: 21px;
}
#quickLink .qlTitle,
#quickLink .qlLeft,
#quickLink .qlCenter,
#quickLink .qlRight {
	float: left;
	overflow: hidden;
}
#quickLink .qlLeft {
	width: 36%;
}
#quickLink .qlCenter {
	width: 30%;
}
#quickLink .qlRight {
	width: 34%;
}
#quickLink .qlTitle {
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
	font-weight: 700;
	color: #000;
	margin: auto;
	clear: both;
}
#quickLink .qlTitle span {
	font-size: 11px;
	font-weight: 400;
	color: #000;
	margin: 0 5px;
}
#quickLink .qlBox {
	width: 96%;
	height: 274px;
	background: #FFF;
	overflow: hidden;
	margin: auto;
	padding: 0 2%;
}