@charset "utf-8";
@import "../css/textsettings.css";
@import "../css/common.css";

html,
body {
	height:100%
}

html {
	background:transparent url(../images/design/html-bg.png) center 100px no-repeat
}

body {
	background:transparent url(../images/design/body-bg.png) 0 0 repeat-x
}

#container {
	width:100%;
	min-height:100%
}

* html #container {
	height:100%
}

input[type="text"] {
	height:20px;
	padding-top:4px;
	border:1px solid #c1c1c1
}

.down-bg {
	position:absolute;
	top:100px;
	float:left;
	width:49%;
	height:33px;
	background:transparent url(../images/design/down-bg.png) 0 0 repeat-x
}

/*------ wrap ------*/

#wrap {
	z-index:1;
	width:950px;
	padding-bottom:100px;
	margin:auto
}

/*---- header ----*/

#header {
	height:80px;
	padding:20px 0 0 26px
}

#header .search {
	top:68px;
	left:272px;
}

#header .search p {
	top:-8px;
	left:56px;
	white-space:nowrap
}

#header .search input {
	margin-left:6px;
	vertical-align:middle
}

#header .search input[type="text"] {
	width:292px;
	padding-left:4px;
	padding-right:4px
}

#header .tracking {
	top:14px;
	left:714px;
	padding:2px 0 2px 14px;
	border-left:1px dotted #787878
}

#header .tracking li.input {
	margin-top:5px
}

#header .tracking li input[type="text"] {
	width:68px;
	height:17px;
	padding-left:7px;
	border-color:#a2cbde;
	color:#81bdd9;
	font-size:1.1em
}

#header .tracking .submit {
	top:18px;
	left:101px
}

#header .tracking .signup {
	top:52px;
	left:107px;
	font-size:1.2em;
	text-transform:uppercase;
	white-space:nowrap
}

#header .tracking .signup a {
	color:#4f4f4f;
	text-decoration:underline;
}

/*---- main navigation ----*/

#main-nav {
	top:13px;
	left:262px;
	z-index:3
}

#main-nav .nav td {
	vertical-align:top
}

#main-nav .nav img {
	display:block
}

#main-nav .sub-nav {
	display:none;
	padding:4px 0 8px;
	font-size:1.2em;
	line-height:2;
	text-align:center;
	text-transform:capitalize;
	background-color:#3394d3
}

#main-nav .nav td:hover .sub-nav {
	display:block
}

#main-nav .sub-nav a {
	color:#fff;
	text-decoration:underline
}

/*---- #main & #aside ----*/

#wrap.clearfix #main {
	float:right;
	width:693px;
	padding-top:13px
}

#wrap.clearfix #main h2.title {
	left:-256px
}

/*-- #aside --*/

#wrap.clearfix #aside {
	float:left;
	width:139px;
	padding:34px 0 0 100px
}

*+html #wrap.clearfix #aside {
	margin-top:7px
}

#aside .article {
	width:100%;
	margin-top:9px;
	padding-bottom:13px;
	background:transparent url(../images/design/menu-box-bottom.png) 0 bottom no-repeat
}

#aside .article .section {
	background:transparent url(../images/design/menu-box-bg.png) 0 0 repeat-y
}

#aside .article .section .content {
	padding:1px 4px;
}

#aside .article fieldset.section .content {
	text-align:center
}

*+html #aside .article fieldset.section legend {
	position:relative;
	left:-7px
}

#aside .article fieldset.section ul {
	margin-top:-8px;
	padding-top:1px
}

#aside .article fieldset.section ul li {
	margin-top:9px
}

#aside .article fieldset.section select {
	width:117px;
	font-family:verdana,arial;
	font-size:1.1em;
}

#aside .article fieldset.section select optgroup {
	font-size:1.09em
}

#aside .article .list {
	padding:2px 0 16px 26px;
	font-size:1.2em
}

#aside .article .list li {
	margin-top:14px;
	padding-left:20px;
	background:transparent url(../images/icon/square-arrow.png) 0 4px no-repeat
}

#aside .article .list a {
	color:#676767
}

#aside .article .list .current a,
#aside .article .list a:hover {
	font-weight:bolder;
	text-decoration:underline
}

/*-- faq box --*/

.faq-box {
	width:620px;
	border-bottom:1px solid #c9c9c9
}

.faq-box thead th {
	padding:9px 0 6px;
	border-top:1px solid #c9c9c9;
	background:#ebebeb url(../images/icon/triangle.png) 0 0 no-repeat
}

.faq-box thead .col1 {
	width:546px;
	border-right-width:1px
}

.faq-box tbody td {
	border-top:1px solid #c9c9c9;
	background-color:#fff;
	color:#808080;
	font-size:1.2em
}

.faq-box tbody .question,
.faq-box tbody .system {
	padding:5px 0
}

.faq-box tbody .question {
	padding-left:30px;
	border-right:1px solid #c9c9c9;
	background:url(../images/icon/lamp.png) 10px 10px no-repeat
}

.faq-box tbody .system {
	text-align:center
}

.faq-box tbody tr:hover .question,
.faq-box tbody tr:hover .system {
	background-color:#d8f0ff
}

.faq-box tbody tr:hover .question {
	background-image:url(../images/icon/lamp-light.png);
}

.faq-box tbody tr:hover .question {
	color:#3394d3;
	font-weight:bolder
}

.faq-box tbody .question span {
	cursor:pointer
}

/*.faq-box tbody .answer {
	display:none
}*/

.faq-box tbody .answer td {
	width:560px;
	padding:14px 30px;
	border-bottom-width:0;
	line-height:1.6
}

/*-- dl box --*/

.dl-box {
	width:619px;
	border:1px solid #c9c9c9;
	font-size:1.2em
}

.dl-box .dl-info {
	background:transparent url("../images/design/dl-box-bg.png") 0 0 no-repeat;
	left:-1px;
	padding:1px 0 0 1px;
	top:-1px;
	width:620px;
	overflow:hidden;
}
* html .dl-box .dl-info {
	height:1%;
}
.dl-box .dl-info li {
	float:left;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}			
.dl-box .dl-info .summary {
	width:92px;
	color:#fff;
}
.dl-box .dl-info .category {
	width:280px;
	padding-left:12px;
	text-align:left;
}
.dl-box .dl-info .lang {
	width:46px;
}
.dl-box .dl-info .dtstart {
	width:82px;
}
.dl-box .dl-info .url {
	width:34px;
	padding-top:1px;
	padding-bottom:0;
}
.dl-box .dl-info .os {
	width:56px;
}

.dl-box .description {
	width:571px;
	padding:24px;
	background:#fff;
	line-height:1.666
}

.dl-box .description p {
	margin-top:24px
}

/*-- pagination --*/

.pagination {
	width:621px;
	margin-top:18px;
	font-size:1.2em;
	text-align:center
}

.pagination li {
	margin-left:7px
}

.pagination li:first-child {
	margin-left:0
}

.pagination .page-no a,
.pagination .current {
	padding:5px 7px 3px;
	border:1px solid #e6e6e6;
	background:#939393;
	color:#fff
}

.pagination .page-no a:hover,
.pagination .current {
	border-color:#d6eaf6;
	background-color:#3394d3
}

.pagination .prev a,
.pagination .next a {
	color:#939393
}

.pagination .prev a:hover,
.pagination .next a:hover {
	color:#3394d3
}

.pagination a {
	text-decoration:none
}

/*---- main ----*/

#main {
	min-height:490px;
}

* html #main {
	height:490px
}

#main h2.title {
	top:0;
	left:0;
	overflow:hidden;
	width:393px;
	height:20px;
	padding:13px 0 0 81px;
	background:transparent url(../images/design/title-bg.png) 0 0 no-repeat
}

#main h3 {
	position:relative;
	z-index:2;
	margin-left:18px
}

/*---- #breadCrumb ----*/

#breadCrumb {
	top:115px;
	right:72px;
	font-size:1.2em;
	z-index:3;
	text-transform:capitalize
}

*+html #breadCrumb {
	top:110px;
	z-index:auto
}

#breadCrumb,
#breadCrumb .nav a {
	color:#646464
} 

#breadCrumb .nav li {
	margin-left:3px;
	padding:0 0 2px 9px;
	background:transparent url(../images/icon/gray-arrow.png) 0 6px no-repeat
}

*+html #breadCrumb .nav li {
	line-height:19px
}

#breadCrumb .nav li:first-child {
	margin-left:0;
	padding-left:27px;
	background:transparent url(../images/icon/front-sight.png) 0 0 no-repeat
}

#breadCrumb .nav a,
#breadCrumb .nav .immediate span {
	text-decoration:underline
}

/*---- footer ----*/

#footer {
	bottom:0;
	z-index:3;
	width:100%;
	height:85px;
	background:#ace0f9
}

#footer .article {
	width:626px;
	margin:auto;
	padding:43px 0 0 324px
}

#footer .epaper {
	top:9px;
	left:60px;
	width:237px;
	padding:9px 16px 7px 0;
	border-right:1px dotted #787878
}

#footer .epaper p {
	margin-top:4px
}

#footer .epaper input {
	margin-right:7px;
	vertical-align:middle
}

#footer .epaper input[type="text"] {
	width:158px;
	height:17px;
	padding-left:8px;
	padding-right:8px;
	color:#9d9d9d;
	font-size:1.1em
}

#footer .language {
	top:49px;
	left:789px;
	z-index:2;
	color:#787878;
	white-space:nowrap;
	text-transform:capitalize
}

#footer .language .nav {
	position:absolute;
	margin-top:-66px;
	left:-84px;
	width:221px;
	height:44px;
	line-height:44px;
	background:transparent url(../images/design/language-bg-trans.png);
	text-align:center
}

#footer .language .nav li {
	display:inline;
	margin-left:4px;
	padding-left:6px;
	border-left:1px solid #767676
}

#footer .language .nav li:first-child {
	margin-left:0;
	padding-left:0;
	border:0
}

#footer .language > li > span {
	text-decoration:underline;
	cursor:pointer
}

#footer .language ul a {
	color:#767676
}

#footer .language ul a:hover {
	text-decoration:underline
}

#footer .copyright {
	top:10px;
	left:335px;
	color:#949494;
	line-height:1.272;
	white-space:nowrap
}

#footer .friend-link li {
	margin-left:11px
}

#footer .friend-link li img {
	vertical-align:middle
}

/*-- etc --*/

/* access key */

.acckey {position:absolute;visibility:hidden}

/* clear float */

* html .clearfix {height:1%}
*+html .clearfix {display:inline-block}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
