﻿@charset "utf-8";
/********************************************************************************************* header */
.header {
	height:340px;
}
.banner {
	position:absolute;
	top:90px;
	width:940px;
	height:250px;
}
#slideBtn {
	position:absolute;
	left:10px;
	bottom:4px;
	z-index:50;
	cursor:pointer;
}
#slideNav {
	position:absolute;
	left:39px;
	bottom:10px;
	font-size:10px;
	z-index:50;
}
#slideNav a {
	background:#fff;
	text-decoration:none;
	margin-right:10px;
	padding:3px 7px;
}
#slideNav a.activeSlide {
	color:#fff;
	background:#006a95;
}
#slideNav a:focus {
	outline:none;
}
#btnPause, #btnPlay {
	display:block;
	width:19px;
	height:18px;
	background:url(/res/global/btnPause.png) no-repeat;
	margin-right:10px;
	padding:3px 7px;
}
#btnPlay {
	background:url(/res/global/btnPlay.png) no-repeat;
}
.quickAccess {
	position:absolute;
	top:90px;
	width:940px;
	height:250px;
	z-index:100;
	background:url(/res/homepage/quickAccessBack.png) no-repeat;
	_background:url(/res/homepage/quickAccessBack8Bit.png) no-repeat;
}
.quickAccess .breadcrumb {
	position:absolute;
	top:13px;
	left:20px;
	padding:0;
}
.quickAccess .breadcrumb li {
	padding-right:30px;
	margin-right:10px;
	font-size:16px;
	color:#e1ffc3;
	background:url(/res/homepage/icoNext16.png) right 2px no-repeat;
}
.quickAccess .breadcrumb li.noSeparator {
	background:none;
}
.quickAccess .breadcrumb li a {
	text-decoration:none;
	color:#fff;
}
.quickAccess .items {
	position:absolute;
	top:55px;
	left:10px;
	padding:0;
}
.quickAccess .items li {
	width:300px;
	height:25px;
	margin-right:10px;
	_margin-right:0;
	float:left;
	font-size:14px;
	list-style:none;
	color:#fff;
}
.quickAccess .items.small li {
	height:23px;
	font-size:12px;
}
.quickAccess .items li.right {
	margin-right:0;
}
.quickAccess .items li a {
	width:290px;
	height:22px;
	display:block;
	padding:3px 0 0 10px;
	text-decoration:none;
	*cursor:hand;
	color:#fff;
	background:url(/res/homepage/transparent.png);
}
.quickAccess .items.small li a {
	height:21px;
	padding:2px 0 0 10px;
}
.quickAccess .items li a span {
	width:280px;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}
.quickAccess .items li a:hover {
	color:#006a95;
	background:url(/res/homepage/quickAccessOver.png) top left no-repeat;
	_background:url(/res/homepage/quickAccessOver8Bit.png) top left no-repeat;
}
.quickAccess .items.small li a:hover {
	background:url(/res/homepage/quickAccessSmallOver.png) top left no-repeat;
	_background:url(/res/homepage/quickAccessSmallOver8Bit.png) top left no-repeat;
}
.header .menu li a.qa {
	padding-right:39px;
	background:url(/res/homepage/menuQaRight.png) right;
}
.header .menu li a.qa:hover {
	background:url(/res/homepage/menuQaRightOver.png) right;
}
.header .menu li a.qa.released {
	margin-top:5px;
	padding:0 0 0 20px;
	cursor:pointer;
	color:#fff;
	background:url(/res/homepage/menuQaRightReleased.png) right top;
}
.header .menu li a.qa.released span {
	padding:8px 39px 0 0;
	background:none;
}

/********************************************************************************************* content */
.content h1 a, .content h2 a {
	color:#006a95;
}
.content table.third {
	_margin-bottom:0;
}
.content .boxNews {
}
.content .boxNews h1 {
	margin-bottom:0;
}
.content .boxNews .row {
	padding-top:15px;
}
.content .boxNews a.link {
 *display:block;
	font-size:14px;
	background:url(/res/global/icoLink16.png) left 2px no-repeat;
}
.content .boxNews .row p {
	padding-bottom:10px;
}
.content .boxNews ul {
	font-size:12px;
	color:#9b9b9b;
	*margin-bottom:-20px;
}
.content .boxNews ul li {
	display:block;
	padding-right:10px;
	margin-right:10px;
	list-style:none;
	float:left;
	border-right:1px solid #e6e6e6;
}
.content .boxNews ul li.noSeparator {
	padding-right:0;
	margin-right:0;
	border-right:none;
}
.content .boxDeals {
}
.content .boxDeals h2 {
	margin-bottom:0;
}
.content .boxDeals .img {
}
.content .boxUniversity {
}
.content .boxQuart {
	margin-bottom:15px;
	font-size:12px;
}

/********************************************************************************************* content */
.tipsy {
	padding:5px;
	position:absolute;
	
	z-index:100000;
}
.tipsy-inner {
	padding:3px 8px 4px 8px;
	background-color:#075d8b;
	color:#fff;
	font-size:12px;
	text-align:center;
	font-size:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.tipsy-arrow {
	position:absolute;
	background:url('/res/homepage/tipsy.gif') no-repeat top left;
	width:9px;
	height:5px;
}
.tipsy-n .tipsy-arrow {
	top:0;
	left:50%;
	margin-left:-4px;
}
.tipsy-nw .tipsy-arrow {
	top:0;
	left:10px;
}
.tipsy-ne .tipsy-arrow {
	top:0;
	right:10px;
}
.tipsy-s .tipsy-arrow {
	bottom:0;
	left:50%;
	margin-left:-4px;
	background-position:bottom left;
}
.tipsy-sw .tipsy-arrow {
	bottom:0;
	left:10px;
	background-position:bottom left;
}
.tipsy-se .tipsy-arrow {
	bottom:0;
	right:10px;
	background-position:bottom left;
}
.tipsy-e .tipsy-arrow {
	top:50%;
	margin-top:-4px;
	right:0;
	width:5px;
	height:9px;
	background-position: top right;
}
.tipsy-w .tipsy-arrow {
	top:50%;
	margin-top:-4px;
	left:0;
	width:5px;
	height:9px;
}
