﻿@charset "utf-8";
/* CSS Document */
@import url("pagelayout.css");
@import url("pagelayout2.css");
@import url("pagelayout3.css");
@import url("rule.css");/*說明,規範,公告,活動*/
@import url("use.css");/*登入,註冊,維護,錯誤*/
@import url("question.css");/*發問,問答,搜尋,所有遊戲*/
@import url("mypage0.css");/*個人檔案*/
@import url("news.css");/*情報區*/
@import url("gametopic.css");/*精華區*/
@import url("publish.css");/*發表區*/
@import url("newgame.css");/*新品區*/
@import url("help.css");/*保證回答*/
@import url("namecard.css");/*名片*/
#Qanimate{
           height: 63px;
           width: 295px;
           position: absolute;
           z-index: 1000;
           left: 406px;
           top: 30px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: auto;
		    background-color:#fff;
}
#header {
	height: 53px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	margin-bottom: 7px;
}
#header h1 {
	left: 665px;
	top: 13px;
	position: absolute;
	font-size: 12px;
	color: #cbcbcb;
	line-height: 17px;
}
#header h1 a{
	font-size: 12px;
	color: #5f5f5f;
	text-decoration:none;
}
#header h1 a:hover{
	text-decoration:underline;
}
#header h2 {
	left: 550px;
	top: 13px;
	position: absolute;
	font-size: 12px;
	color: #848EB9;
	line-height: 17px;
	font-weight: bold;
}
#header h2 a{
	color: #848EB9;
	text-decoration:none;
}
#header h2 a:hover{
	text-decoration:underline;
}
#header h3 {
	left: 510px;
	top: 5px;
	position: absolute;
	font-size: 12px;
	color: #848EB9;
	line-height: 17px;
	font-weight: bold;
}
#header h3 a{
	color: #848EB9;
	text-decoration:none;
}
#header h3 a:hover{
	text-decoration:underline;
}
#header ul {
	width: 109px;
	height: 20px;
	left: 835px;
	top: 13px;
	position: absolute;
}
#header li {
	display: block;
	float: left;
	font-size: 11px;
	margin-left: 10px;
}
#header li a {width: 39px;height: 17px;display: block;text-indent: -3000px;font-size: 1px;}
#header li.a1 a {background: url(../images/sign01.gif);}
#header li.a1 a:hover{background: url(../images/sign02.gif);}
#header li.a2 a {background: url(../images/log01.gif);}
#header li.a2 a:hover{background: url(../images/log02.gif);}

#header .divlogin {
	display: block;
	position: absolute;
	left: 264px;
	top: 3px;
	font-size: 11px;
	color: #cbcbcb;
	border-left: 1px solid #cbcbcb;
	padding-left: 6px;
}
#header .divlogin a{
	color: #676767;
	text-decoration:none;
	
}
#header .divlogin a:hover{
	text-decoration:underline;
}
#header .divloginimg {
	border: 1px solid #676767;
}
#header .divloginname{
	color: #5f5f5f;
	font-size: 12px;
}
#header .divloginname a{
	color: #2f6992;
	text-decoration:none;
}
#header .divloginname a:hover{
	text-decoration:underline;
}
#header .divloginletter{
	font-weight: bold;
	color: #ff403d;
}
#header .divloginletter a{
	text-decoration:none;
	color: #ff403d;
}
#header .divloginletter a:hover{
	text-decoration:underline;
}
#header .divloginmsg{
	color: #2f6992;
}
#header .divloginmsg a{
	color: #2f6992;
	text-decoration:none;
}
#header .divloginmsg a:hover{
	text-decoration:underline;
}

#search {
	height: 52px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	position: relative;
}


#main {
	margin-top: 8px;
	*margin-top: 6px;
	margin-bottom: 10px;
	overflow: hidden;
    background-color:#fff;
}

#mainsub {
	position: relative;
	width: 738px;
	float: left;
}
#mainsub2 {
	position: relative;
	width: 783px;
	float: right;
	overflow:hidden;
}
#container {
	width: 565px;
	float: right;
	position: relative;
		
}
#sidebar {
	width: 208px;
	float: right;
	margin-right: 5px;
}
#sub {
	width: 165px;
	float: left;
}
#footer {
	clear:both;
	width: 955px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul{
	position: absolute;
	left: 588px;
	top: 19px;
}
#footer li{
	font-size: 11px;
	color: #6f6f6f;
	line-height: 20px;
	letter-spacing: 1px;
	margin-right: 10px;
}
#footer li a{
	color: #6f6f6f;
	text-decoration:none;
}
#footer li a:hover{
	color: #6f6f6f;
	text-decoration:underline;
}


/*BOX*/
#nav ul{list-style-type: none;margin: 0px;padding: 0px;}
#nav li{margin-right: 5px;float: left;}
#nav li a {width: 125px;height: 42px;display: block;text-indent: -3000px;font-size: 1px;}
#nav li.one a {background: url(../images/nav01.png);}
#nav li.one a:hover{background: url(../images/navs01.png);}
#nav li.two a {background: url(../images/nav02.png);}
#nav li.two a:hover{background: url(../images/navs02.png);}
#nav li.three a {background: url(../images/nav03.png);}
#nav li.three a:hover{background: url(../images/navs03.png);}
#nav li.four a {background: url(../images/nav04.png);}
#nav li.four a:hover{background: url(../images/navs04.png);}

#migisrh {
	height: 40px;
	width: 245px;
	float: right;
	margin: 5px 8px 5px 8px;
	font-size: 11px;
	color: #5a5a5a;
	display: block;
	line-height: 15px;
}
#migisrh a{
	color: #5a5a5a;
	text-decoration: none;
}
#migisrh a:hover{
	color: #5a5a5a;
	text-decoration: underline;
}
#migisrh .input01 {
	background-color:transparent;
	font-size: 12px;
	color: #000000;
	border: none;
	width: 180px;
	margin-top: 5px;

}
.migisrhbg {
	height: 26px;
	width: 184px;
	background-image: url(../images/migisrh.gif);
	float: left;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#migisrh li {
	background-image: url(../images/migisrhbt01.gif);
	height: 26px;
	width: 59px;
	float: left;
}
#menu {
	position: relative;
}
#menu .box01 {
	margin-top: 8px;
}
#menu img {
	padding: 0;
	margin: 0;
}
#menu .input {
	width: 95px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7f9db9;
	border-right-color: #7f9db9;
	border-bottom-color: #7f9db9;
	border-left-color: #7f9db9;
	height: 18px;
}
#menu #hotgame {
	width: 147px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/hotgmaebg.gif);
	margin-top: 10px;
	padding-top: 25px;
	background-repeat: no-repeat;
	border: 1px solid #aeaeae;
	position: relative;
	margin-bottom: 7px;

}
#menu #hotgame ul{
	position: relative;
}
#menu #hotgame li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	position: relative;
	overflow: auto;
	display: block;

}
#menu #hotgame li span{
	float: left;
	font-size: 13px;
	color: #4e4e4e;
	font-weight: bold;
	text-align: left;
	width: 80px;
	line-height: 16px;
}
#menu #hotgame li span a{
	color: #4e4e4e;
	text-decoration:none;
}
#menu #hotgame li span a:hover{
	text-decoration:underline;
}
#menu #hotgame li p{
	font-size: 11px;
	color: #5a5a5a;
	text-align: left;
	line-height: 12px;

}
#menu #hotgame li img{
	border: 2px solid #9f9f9f;
	margin-right: 5px;
	float: left;
	position: relative;

}
#menu #hotgame li .hotgameimglayer{
	z-index: 100;
	border: none;
	position: absolute;
	left: 5px;
}
.more_span{
	font-size: 11px;
	color: #5c5c5c;
	padding: 5px;
	display: block;
	text-align: right;

}
.more_span a{
	color: #5c5c5c;
	text-decoration:none;
}
.more_span a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#marquee {
	background-image: url(../images/marqueebg.gif);
	height: 30px;
	font-size: 12px;
	line-height: 27px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-right: 10px;
	position: relative;
}
#marquee strong{
	font-weight: bold;
	color: #656565;

}
#marquee .span01{
	color: #ff3535;
}
#marquee .span01 a{
	color: #ff3535;
	text-decoration:none;
}
#marquee .span01 a:hover{
	color: #ff3535;
	text-decoration:underline;
}
#marquee .span02{
	color: #5c5c5c;
	position: absolute;
	float: right;
	left: 525px;
	width: 40px;
	top: 0;
	font-size: 11px;
}
#marquee .span02 a{
	color: #5c5c5c;
	text-decoration:none;
}
#marquee .span02 a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#qabox {
}

#qamenu{
	float: right;
	margin-right: 10px;
}

#qamenu ul{list-style-type: none;margin: 0px;padding: 0px;}
#qamenu li{float: left;margin-left: 1px;}
#qamenu li a {width: 99px;height: 26px;display: block;text-indent: -3000px;font-size: 1px;}
#qamenu li.qa01 a {background: url(../images/qabtn01.gif);}
#qamenu li.qa01 a:hover{background: url(../images/qabtns01.gif);}
#qamenu li.qa02 a {background: url(../images/qabtn02.gif);}
#qamenu li.qa02 a:hover{background: url(../images/qabtns02.gif);}
#qamenu li.qa03 a {background: url(../images/qabtn03.gif);}
#qamenu li.qa03 a:hover{background: url(../images/qabtns03.gif);}
#qamenu li.qa04 a {background: url(../images/qabtn04.gif);}
#qamenu li.qa04 a:hover{background: url(../images/qabtns04.gif);}
#qamenu li.qa05 a {background: url(../images/qabtn05.gif);}
#qamenu li.qa05 a:hover{background: url(../images/qabtns05.gif);}
#qamenu li.qa06 a {background: url(../images/qabtn06.gif);}
#qamenu li.qa06 a:hover{background: url(../images/qabtns06.gif);}
#qamenu li.qa07 a {background: url(../images/qabtn07.gif);}
#qamenu li.qa07 a:hover{background: url(../images/qabtns07.gif);}

#qabox .table01 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e9bf3f;
	width: 561px;
	margin-right: auto;
	margin-left: auto;
}
#qabox .tr01 {
	background-image: url(../images/trbg01.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #757575;
	text-align: center;
	line-height: 23px;
}
#qabox .tr02 {
	background-color: #f1f1f1;
}

#subject {
	margin-top: 10px;
	clear: both;
	position: relative;
}
#subject #subjectbox{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	position: relative;
	overflow: hidden;
}
#subject #subjectbox span{
	position: relative;
	width: 270px;
	float: left;
}
#subject #subjectbox span ul{
	position: relative;
	float: left;
}
#subject #subjectbox span ul h1{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #5a5a5a;
}
#subject #subjectbox span ul h1 a{
	color: #5a5a5a;
	text-decoration:none;
}
#subject #subjectbox span ul h1 a:hover{
	color: #5a5a5a;
	text-decoration:underline;
}
#subject #subjectbox span ul li{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
}
#subject #subjectbox span ul li a{
	color: #5c5c5c;
	text-decoration:none;
}
#subject #subjectbox span ul li a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#subject #subjectbox span img{
	border: 1px solid #5e5e5e;
	float: left;
	margin-right: 5px;
	position: relative;
}
#actionbox {
}
#actionbox ul {
}
#actionbox li {
	font-size: 11px;
	color: #5a5a5a;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 6px;
	line-height: 16px;
}
#actionbox li a {
	color: #5a5a5a;
	text-decoration:none;
}
#actionbox li a:hover{
	text-decoration:underline;
}
#actionbox li img{
	border: 1px solid #5e5e5e;
}
#allgamemenu{
	border: 3px solid #868686;
	height: 500px;
	width: 560px;
	z-index: 100;
	position: absolute;
	left: 173px;
	top: 120px;
	background-color: #FFFFFF;
	background-image: url(../images/allgamebg01.gif);
	background-repeat: no-repeat;
	overflow: auto;
	display: none;
}
#allgamemenu #hotgamelist{
	background-image: url(../images/hotgamelibg01.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-right: 44px;
	padding-left: 24px;
	padding-top: 28px;
	background-color: #FFFFFF;
}
#allgamemenu #hotgamelist .div001{
	border: 1px solid #cccccc;
}
#allgamemenu #hotgamelist .div002{
	background-color: #fffac8;
	border: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
}
#allgamemenu #hotgamelist .td001{

	padding-bottom: 5px;


}
#allgamemenu #hotgamelist .td002{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;



}

#allgamemenu #hotgamelist  span{
	float: left;
	font-size: 13px;
	color: #4e4e4e;
	font-weight: bold;
	text-align: left;
	width: 80px;

}
#allgamemenu #hotgamelist  span a{
	color: #4e4e4e;
	text-decoration:none;
}
#allgamemenu #hotgamelist  span a:hover{
	text-decoration:underline;
}
#allgamemenu #hotgamelist  p{
	font-size: 11px;
	color: #5a5a5a;
	text-align: left;
	line-height: 18px;

}
#allgamemenu #hotgamelist  img{
	border: 2px solid #9f9f9f;
	margin-right: 5px;
	float: left;
	position: relative;

}
#allgamemenu #classify{
	background-image: url(../images/gameclassfylibg01.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-right: 44px;
	padding-left: 24px;
	padding-top: 28px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#allgamemenu #classify .table001{

}
#allgamemenu #classify .td003{
	padding-bottom: 5px;
	background-color: #FFFFFF;


}
#allgamemenu #classify .td004{
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #f3f3f3;



}
#allgamemenu #classify ul{
	float: left;
	margin-right: 30px;
}
#allgamemenu #classify li{
	font-size: 12px;
	color: #4e4e4e;
	list-style-image: url(../images/gameclasliicon.gif);
	list-style-position: inside;
	margin-top: 5px;
	margin-bottom: 3px;

}
#allgamemenu #classify li a{
	color: #4e4e4e;
	text-decoration:none;
}
#allgamemenu #classify li a:hover{
	color: #4e4e4e;
	text-decoration:underline;
}
/*new--index2.html--------------------------------------------------------------------------------------------------------------------------------*/
#marquee2 {
	background-image: url(../images/marquee2bg.gif);
	height: 30px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding-right: 10px;
	position: relative;
}
#marquee2 table{
	margin-top: 3px;
}
#marquee2 strong{
	font-weight: bold;
	color: #656565;

}
#marquee2 .span01{
	color: #ff3535;
}
#marquee2 .span01 a{
	color: #ff3535;
	text-decoration:none;
}
#marquee2 .span01 a:hover{
	color: #ff3535;
	text-decoration:underline;
}
#marquee2 .span02{
	color: #5c5c5c;
	position: absolute;
	float: right;
	left: 740px;
	width: 40px;
	top: 0;
	font-size: 11px;
}
#marquee2 .span02 a{
	color: #5c5c5c;
	text-decoration:none;
}
#marquee2 .span02 a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#marquee2 .span02_1{
	color: #5c5c5c;
	font-size: 11px;
}
#marquee2 .span02_1 a{
	color: #5c5c5c;
	text-decoration:none;
}
#marquee2 .span02_1 a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#marquee2 .span03{
	color: #5a5a5a;
}
#marquee2 .span03 a{
	color: #5a5a5a;
	text-decoration:none;
}
#marquee2 .span03 a:hover{
	color: #5a5a5a;
	text-decoration:underline;
}
#askbox {
	margin-bottom: 8px;
}
.input02 {
	font-size: 24px;
	color: #5a5a5a;
	border: none;
	background-color:transparent;
	margin-top: 32px;
	width: 615px;
}
.askboxinput {
	background-image: url(../images/askboxinput.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	width: 628px;
	height: 92px;
	overflow: hidden;
	margin-right: 3px;
    _margin-right: 1px;
	}
#subjectbox2 {
	margin-top: 15px;
	margin-bottom:8px;
	_margin-bottom: 0px;
}
 .E01{
	background-image: url(../images/subject2a.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 781px;
	overflow: visible;
}

.E02{
	background-image: url(../images/subject2b.gif);
	width: 781px;
	overflow: hidden;
	position: relative;
}
.E03{
	background-image: url(../images/subject2c.gif);
	background-repeat: no-repeat;
	width: 781px;
	height: 3px;
}
#subjectbox2 ul{
	float: left;
	margin-left: 15px;
	_margin-left: 12px;
}
#subjectbox2 ul h1{
	
	font-size: 13px;
	font-weight: bold;
	color: #5195b1;
	line-height: 30px;
}
#subjectbox2 ul h1 a{
	color: #5195b1;
	text-decoration:none;
}
#subjectbox2 ul h1 a:hover{
	color: #5195b1;
	text-decoration:underline;
}
#subjectbox2 ul li{
	font-size: 12px;
	line-height: 25px;
	/*color: #5c5c5c;*/
	color: #333333;
}
#subjectbox2 ul li a{
	/*color: #5c5c5c;*/
	color: #333333;
	text-decoration:none;
}
#subjectbox2 ul li a:hover{
	text-decoration:underline;
}
#subjectbox2 img{
	margin-left: 10px;
}
.more_span2{
	font-size: 11px;
	color: #5c5c5c;
	padding: 5px;
	position: absolute;
	left: 740px;
	margin-top: 5px;
}
.more_span2 a{
	color: #5c5c5c;
	text-decoration:none;
}
.more_span2 a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
/*new--index3.html--------------------------------------------------------------------------------------------------------------------------------*/
#mainsub3 {
	position: relative;
	width: 821px;
	float: left;
}
#container2 {
	width: 648px;
	float: right;
	position: relative;
		
}
#sidebar2 {
	width: 125px;
	float: right;
	margin-right: 5px;
}
#sidebar2 table{
	margin-bottom: 10px;
}
#chartsbox {

}
#chartsbox div{
	margin-bottom: 5px;
}
#chartsbox ul {
	margin-bottom: 5px;
}
#chartsbox ul img{
	margin-left: 3px;
}
#chartsbox li {
	/*text-align: center;*/
	font-size: 12px;
	color: #5a5a5a;
	padding-top: 3px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e2b21e;
	padding-bottom: 3px;
	padding-left: 3px;
}
#chartsbox li a {
	color: #2f6992;
	text-decoration:none;
}
#chartsbox li a:hover{
	text-decoration:underline;
}

#chartsbox li .chartsimgphoto{
	border: 1px solid #6b6b6b;
	margin-left: 8px;
	margin-bottom: 3px;
}
#chartsbox .lilast {
	color: #5a5a5a;
	border: none;
	padding-bottom: 3px;
}
#chartsbox .liQ {
	color: #5a5a5a;
	border: none;
	padding-bottom: 0px;
	background-image: url(../images/charts/liQ.gif);
	background-repeat: no-repeat;
	height: 85px;
	padding-top: 13px;
	padding-right: 11px;
	padding-left: 10px;
	margin-left: 2px;
}
#chartsbox .liQ a {
	color: #5a5a5a;
	text-decoration:none;
}
#chartsbox .liQ  a:hover{
	text-decoration:underline;
}
#chartsbox .liA {
	color: #f40404;
	border: none;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-left: 6px;
	margin-top: 0px;
    padding-left: 8px;

}

#chartsbox .liA3 {
	color: #f40404;
	border: none;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-left: 6px;
	margin-top: 0px;

}
#chartsbox .liA a {
	color: #f40404;
	text-decoration:none;
}
#chartsbox .liA  a:hover{
	text-decoration:underline;
}
#chartsbox .limemA {
	color: #b17e47;
	margin-left: 5px;
}
#chartsbox .indexbulletin{
	font-size: 12px;
	color: #5a5a5a;
	margin-bottom: 7px;
	margin-top: 7px;
	line-height: 18px;
}
#chartsbox .indexbulletin a{
	color: #ff0000;
	text-decoration: none;
}
#chartsbox .indexbulletin a:hover{
	text-decoration: underline;
}
#chartsbox .indexbulletin span a{
	font-size: 11px;
	color: #2f6992;
	text-decoration: none;
}
#chartsbox .indexbulletin span a a:hover{
	text-decoration: underline;
}
#qabox .table301 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e9bf3f;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
}
#qabox .index03tr {
	background-image: url(../images/index03trbg.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #757575;
	text-align: center;
	line-height: 23px;
}
#qabox .index03tr a{
	color: #757575;
	text-decoration: none;
}
#marquee3 {
	background-image: url(../images/marquee3bg.gif);
	height: 22px;
	font-size: 12px;
	line-height: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	position: relative;
	padding-right: 3px;
	padding-left: 3px;
    color: #5c5c5c; }
#marquee3 a{
    color: #2f6992; 
	text-decoration: none;	
	}
#marquee3 a:hover{
	text-decoration: underline;	
	}
#marquee3 table{
}
#marquee3 strong{
	font-weight: bold;
	color: #656565;

}
#marquee3 .span01{
	color: #ff3535;
}
#marquee3 .span01 a{
	color: #ff3535;
	text-decoration:none;
}
#marquee3 .span01 a:hover{
	color: #ff3535;
	text-decoration:underline;
}
#marquee3 .span02_1{
	color: #2f6992;
	font-size: 12px;
}
#marquee3 .span02_1 a{
	color: #2f6992;
	text-decoration:none;
}
#marquee3 .span02_1 a:hover{
	color: #2f6992;
	text-decoration:underline;
}
#askbox2 {
	margin-bottom: 5px;
	overflow: auto;
	margin-left: 15px;
	margin-top: 15px;
}
.input03 {
	font-size: 18px;
	color: #5a5a5a;
	border: none;
	background-color:transparent;
	margin-top: 20px;
	*margin-top: 24px;
	width: 470px;
}
.askboxinput2 {
	background-image: url(../images/askboxinput2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	width: 480px;
	height: 67px;
	overflow: hidden;
	margin-right: 0px;
    _margin-right: -3px;
	}


#keywords2{
	margin-top: 5px;
	font-size: 12px;
	color: #4e4e4e;
	line-height: 20px;
	clear: both;
	padding-left: 3px;
}
#keywords2 a{
	font-size: 12px;
	color: #2f6992;
	text-decoration: none;

}
#keywords2 a:hover{
	text-decoration: underline;

}
#subjectbox3 {
	float: left;
	width: 320px;
	background-image: url(../images/subject3.gif);
	background-repeat: no-repeat;
}
#subjectbox3 ul{
	margin-left: 5px;
	margin-top: 36px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cacaca;
	margin-right: 5px;
	padding-bottom: 5px;
}
#subjectbox3 ul h1{
	
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
#subjectbox3 ul h1 a{
	color: #333333;
	text-decoration:none;
}
#subjectbox3 ul h1 a:hover{
	color: #333333;
	text-decoration:underline;
}
#subjectbox3 ul li{
	font-size: 12px;
	line-height: 25px;
	/*color: #5c5c5c;*/
	color: #1675be;
}
#subjectbox3 ul li a{
	/*color: #5c5c5c;*/
	color: #1675be;
	text-decoration:none;
}
#subjectbox3 ul li a:hover{
	text-decoration:underline;
}
#act3 {
	background-image: url(../images/hotnews3.gif);
	background-repeat: no-repeat;
	float: right;
	width: 320px;
}
#act3 div{
	float: left;
	width: 270px;
	height: 162px;
	border: 1px solid #6a6a6a;
	margin-top: 43px;
	margin-left: 7px;
	_margin-left: 2px;
	margin-bottom: 7px;
}
#act3 ul{
	list-style-type: none;
	margin-top: 43px;
	padding: 0px;
	float: left;
	_margin-left: -0px;
}
#act3 li{margin-bottom: 5px;*margin-bottom: 2px;}
#act3 li a {width: 41px;height: 19px;display: block;text-indent: -3000px;font-size: 1px;}
#act3 li.act01 a {background: url(../images/actbtn01.gif);}
#act3 li.act01 a:hover{background: url(../images/actbtns01.gif);}
#act3 li.act02 a {background: url(../images/actbtn02.gif);}
#act3 li.act02 a:hover{background: url(../images/actbtns02.gif);}
#act3 li.act03 a {background: url(../images/actbtn03.gif);}
#act3 li.act03 a:hover{background: url(../images/actbtns03.gif);}
#act3 li.act04 a {background: url(../images/actbtn04.gif);}
#act3 li.act04 a:hover{background: url(../images/actbtns04.gif);}
#act3 li.act05 a {background: url(../images/actbtn05.gif);}
#act3 li.act05 a:hover{background: url(../images/actbtns05.gif);}
#act3 li.act06 a {background: url(../images/actbtn06.gif);}
#act3 li.act06 a:hover{background: url(../images/actbtns06.gif);}
#act3 li.act07 a {background: url(../images/actbtn07.jpg);}
#act3 li.act07 a:hover{background: url(../images/actbtns07.gif);}
.more_span3{
	font-size: 12px;
	color: #0071ad;
	padding: 5px;
	position: absolute;
	left: 280px;
	top: 13px;
}
.more_span3 a{
	color: #0071ad;
	text-decoration:none;
}
.more_span3 a:hover{
	color: #0071ad;
	text-decoration:underline;
}
.more_span31{
	font-size: 12px;
	color: #0071ad;
	padding: 5px;
	position: absolute;
	top: 13px;
	left: 600px;
	_width: 40px;
}
.more_span31 a{
	color: #0071ad;
	text-decoration:none;
}
.more_span31 a:hover{
	color: #0071ad;
	text-decoration:underline;
}

/*new--index4.html--------------------------------------------------------------------------------------------------------------------------------*/
#search2 {
	height: 152px;
	background-image: url(../images/search2.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	position: relative;
}
#header2 {
	margin-bottom: 1px;
	text-align: right;
	line-height: 28px;
	font-size: 10px;
	color: #c2c2c2;
	padding-right: 10px;
	background-image: url(../images/betaicon.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	position:relative;
}
#header2 a{
	line-height: 28px;
	font-size: 12px;
	color: #5f5f5f;
	text-decoration:none;
}
#header2 a:hover{
	text-decoration:underline;
}
#header2 .divloginname{
	color: #2f6992;
}
#header2 .divloginname a{
	color: #2f6992;
	text-decoration:none;
}
#header2 .divloginname a:hover{
	text-decoration:underline;
}
/*new--index5.html--------------------------------------------------------------------------------------------------------------------------------*/
#indexpublish {
	float: left;
	width: 320px;
	background-image: url(../images/indexpublish.gif);
	background-repeat: no-repeat;
}
#indexpublish ul{
	margin-left: 5px;
	margin-top: 36px;
	margin-right: 5px;
	padding-bottom: 5px;
}

#indexpublish ul h1 a:hover{
	color: #333333;
	text-decoration:underline;
}
#indexpublish table{
	margin-left: 5px;
	
}
#indexpublish td{
	font-size: 12px;
	line-height: 25px;
	color: #757575;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#indexpublish td a{
	font-size: 12px;
	color: #1675be;
	text-decoration:none;
}
#indexpublish td a:hover{
	font-size: 12px;
	color: #1675be;
	text-decoration:underline;
}


#indextopics{
	float: left;
	width: 320px;
	background-image: url(../images/indextopics.gif);
	background-repeat: no-repeat;
}

#indextopics img{
	padding: 2px;
	border: 1px solid #9e9e9e;
	margin-left: 9px;
	float: left;
	margin-right: 9px;
}
#indextopics h1{
	font-size: 15px;
	line-height: 22px;
	color: #1675be;
	font-weight: bold;
}
#indextopics h1 a{
	color: #1675be;
	text-decoration:none;
}
#indextopics h1 a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indextopics p{
	font-size: 12px;
	line-height: 22px;
	color: #5a5a5a;
	height: 66px;
	overflow:hidden;
	word-wrap: break-word;
    word-break: break-all;
}
#indextopics p a{
	color: #1675be;
	text-decoration:none;
}
#indextopics p a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indextopics ul{
	font-size: 13px;
	color: #1675be;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 25px;
	width: 310px;
	clear: both;
	}
#indextopics ul a{
	color: #1675be;
	text-decoration:none;
}
#indextopics ul a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indextopics ul li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/news/news_newslistbg2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#indexnews {
	float: right;
	width: 320px;
	background-image: url(../images/indexnews.gif);
	background-repeat: no-repeat;
}
#indexnews img{
	padding: 2px;
	border: 1px solid #9e9e9e;
	margin-left: 9px;
	float: left;
	margin-right: 9px;
}
#indexnews h1{
	font-size: 15px;
	line-height: 22px;
	color: #1675be;
	font-weight: bold;
}
#indexnews h1 a{
	color: #1675be;
	text-decoration:none;
}
#indexnews h1 a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indexnews p{
	font-size: 12px;
	line-height: 22px;
	color: #5a5a5a;
	height: 66px;
    word-wrap: break-word;
    word-break: break-all;
	overflow:hidden;
	
}
#indexnews p a{
	color: #1675be;
	text-decoration:none;
}
#indexnews p a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indexnews ul{
	font-size: 13px;
	color: #1675be;
	margin-top: 3px;
	margin-left: 5px;
	line-height: 25px;
	width: 310px;
	clear: both;
		}
#indexnews ul a{
	color: #1675be;
	text-decoration:none;
}
#indexnews ul a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indexnews ul li{

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/news/news_newslistbg2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;

}


#indexintopics{
	width: 645px;
	background-image: url(../images/indexintopics.gif);
	background-repeat: no-repeat;
	float: left;	
}

#indexintopics img{
	padding: 2px;
	border: 1px solid #9e9e9e;
	margin-left: 9px;
	float: left;
	margin-right: 9px;
}
#indexintopics h1{
	font-size: 15px;
	line-height: 22px;
	color: #1675be;
	font-weight: bold;
	width: 320px;
	float: left;
	margin-left: 5px;
}
#indexintopics h1 a{
	color: #1675be;
	text-decoration:none;
}
#indexintopics h1 a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indexintopics p{
	font-size: 12px;
	line-height: 22px;
	color: #5a5a5a;
	height: 136px;
	width: 320px;
	*width: 320px;
	float: left;
	margin-left: 5px;
}
#indexintopics ul{
	font-size: 13px;
	color: #1675be;
	float: left;
	margin-left: 15px;
	/*line-height: 33px;
	margin-top: -43px;
	margin-top: -5px;*/
	width: 300px;
	margin-top: -25px;
	line-height: 25px;
	}

#indexintopics ul a{
	color: #1675be;
	text-decoration:none;
}
#indexintopics ul a:hover{
	color: #1675be;
	text-decoration:underline;
}
#indexintopics ul li{

	background-image: url(../images/news/news_newslistbg2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#header2 .sitemsg{
	font-size: 12px;
	color: #2f6992;
	width: 300px;
	display: inline-block;
	text-align: left;
	background-image: url(../images/loginmsg01.gif);
	background-repeat: no-repeat;
	}
#header2 .sitemsg a{
    color: #2f6992;
	text-decoration:none;
	}
#header2 .sitemsg a:hover{
    color: #2f6992;
	text-decoration:underline;
	}
#header2 .sitemsg h1{
	font-size: 12px;
	color: #ff0000;
	display: inline;
	text-align: center;
	width: 21px;
	/*background-image: url(../images/loginmsg01.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
	margin-right: 10px;
	margin-left: 6px;
	}
#header2 .sitemsg h1 a{
	color: #ff0000;
	text-decoration:none;
	}
#header2 .sitemsg h1 a:hover{
    color: #ff0000;
	text-decoration:none;
	}
/*sitemsglayer--------------------------------------------------------------------------------------------------------------------------------*/
	
#sitemsglayer{
	position: absolute;
	width: 290px;
	border: 1px solid #d08e00;
	left: 623px;
	top: 25px;
	background-color: #FFFFFF;
	z-index: 200;
}
#sitemsglayer th{
	font-size: 15px;
	color: #313131;
	line-height: 1.5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sitemsglayer td{
	font-size: 12px;
	color: #2f6992;
	line-height: 1.8;
}
#sitemsglayer td a{
	font-size: 12px;
	color: #2f6992;
	text-decoration: none;
}
#sitemsglayer td a:hover{
	font-size: 12px;
	color: #2f6992;
	text-decoration: underline;
}
#sitemsglayer .clozsitemsglayer{
	font-size: 12px;
	color: #333333;
	background-color: #d4d4d4;
	text-align: center;
}
#sitemsglayer .clozsitemsglayer a{
	color: #333333;
	text-decoration: none;
}
#sitemsglayer .clozsitemsglayer a:hover{
	color: #333333;
	text-decoration: underline;
}
#sitemsglayer2{
	position: absolute;
	width: 290px;
	border: 1px solid #d08e00;
	left: 623px;
	top: 56px;
	background-color: #FFFFFF;
	z-index: 200;
}
#sitemsglayer2 th{
	font-size: 15px;
	color: #313131;
	line-height: 1.5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sitemsglayer2 td{
	font-size: 12px;
	color: #2f6992;
	line-height: 1.8;
	
}
#sitemsglayer2 td a{
	font-size: 12px;
	color: #2f6992;
	text-decoration: none;
}
#sitemsglayer2 td a:hover{
	font-size: 12px;
	color: #2f6992;
	text-decoration: underline;
}
#sitemsglayer2 .clozsitemsglayer{
	font-size: 12px;
	color: #333333;
	background-color: #d4d4d4;
	text-align: center;
}
#sitemsglayer2 .clozsitemsglayer a{
	color: #333333;
	text-decoration: none;
}
#sitemsglayer2 .clozsitemsglayer a:hover{
	color: #333333;
	text-decoration: underline;
}

/*liststyle--------------------------------------------------------------------------------------------------------------------------------*/
#qabox .td_classify {
	text-align: left;
	font-size: 11px;
	color: #d38600;
	padding-left: 3px;
	line-height: 28px;
	overflow: hidden;
}
#qabox .td_classify a{
	color: #d38600;
	text-decoration:none;
}
#qabox .td_classify a:hover{
	color: #d38600;
	text-decoration:underline;
}
#qabox .td_classify2 {
	text-align: left;
	font-size: 12px;
	color: #d38600;
	padding-left: 3px;
	line-height: 28px;
	overflow: hidden;
}
#qabox .td_classify2 a{
	color: #d38600;
	text-decoration:none;
}
#qabox .td_classify2 a:hover{
	color: #d38600;
	text-decoration:underline;
}

#qabox .td_title {
	text-align: left;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 28px;
	height: 28px;
}
#qabox .td_title a{
	color: #333333;
	text-decoration:none;
}
#qabox .td_title a:hover{
	color: #333333;
	text-decoration:underline;
}

#qabox .td_time {
	font-size: 11px;
	color: #757575;
	line-height: 28px;
}
#qabox .td_score {
	font-size: 12px;
	color: #ff0000;
	line-height: 28px;
}
#qabox .td_score2 {
	font-size: 12px;
	color: #7ab024;
	line-height: 28px;
}
#qabox .td_state {
	font-size: 12px;
	color: #757575;
	line-height: 28px;
	text-align: center;
}
#qabox .td_good {
	color: #ff5f97;
}
#qabox .td_bad {
	color: #0f80df;
}
#qabox .td_com {
	color: #ff7800;
}
#qabox .td_num {
	text-align: center;
	font-size: 11px;
	color: #d38600;
	line-height: 28px;
}
#qabox .td_who {
	text-align: center;
	font-size: 12px;
	color: #2f6992;
	line-height: 28px;
}
#qabox .td_who a{
	color: #2f6992;
	text-decoration:none;
}
#qabox .td_who a:hover{
	text-decoration:underline;
}
#qabox .td_who2 {
	text-align: center;
	font-size: 12px;
	color: #0077d3;
	line-height: 28px;
}
#qabox .td_who2 a{
	color: #0077d3;
	text-decoration:none;
}
#qabox .td_who2 a:hover{
	text-decoration:underline;
}
#qalistbox .td_pop {
	font-size: 12px;
	color: #757575;

}
/*qalist*/
#qalistbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#qalistbox .qalist_tr01 {
	background-image: url(../images/qalist_trbg01.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #757575;
	text-align: center;
	line-height: 23px;
}
#qalistbox .qalist_tr01 a{
	color: #757575;
	text-decoration:none;
}
.qalist_selspan01 {
	float: left;
	margin-left: 223px;

}
.qalist_selspan02 {
	margin-left: 110px;
	display: block;
	font-size: 12px;
	color: #535353;
	line-height: 20px;
	padding-bottom: 5px;
}
.qalist_selspan02 span{
	position: absolute;
	left: 565px;
	_left: 555px;
	/*left: 693px;
	_left: 685px;*/
}

#keywords{
	width: 781px;
	margin-top: 10px;
	font-size: 12px;
	color: #2f6992;
	line-height: 28px;
}
#keywords .B01{
	background-image: url(../images/qalist_kwbg01.gif);
	height: 3px;
	background-repeat: no-repeat;
	width: 781px;
	_margin-bottom: -12px;
}
#keywords .B02{
	background-image: url(../images/qalist_kwbg02.gif);
	width: 781px;
}
#keywords .B03{
	background-image: url(../images/qalist_kwbg03.gif);
	height: 3px;
	background-repeat: no-repeat;
	width: 781px;
}
#keywords h1{
	font-size: 12px;
	color: #4e4e4e;
	font-weight: bold;
}
#keywords a{
	font-size: 12px;
	color: #2f6992;
	text-decoration: none;

}
#keywords a:hover{
	text-decoration: underline;

}
#sitemap {
	font-size: 12px;
	color: #535353;
	padding-left: 5px;
	padding-top: 5px;
	position: relative;
}
#sitemap a{
	color: #535353;
	text-decoration:none;
	font-weight: normal;
}
#sitemap a:hover{
	color: #535353;
	text-decoration:underline;
}
#sitemap span{
	font-weight: bold;
}
#sitemap .sspan02{
	color: #5c5c5c;
	font-size: 12px;
	font-weight: normal;
	float: right;
	position: absolute;
	left: 770px;
}
#sitemap .sspan02 a{
	color: #5c5c5c;
	text-decoration:none;
}
#sitemap .sspan02 a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}

/*scorepopup--------------------------------------------------------------------------------------------------------------------------------*/
#scorepopup{
	height: 94px;
	width: 234px;
	position: absolute;
	z-index: 500;
	background-image: url(../images/scorepopup.gif);
	left: 383px;
	top: 237px;
	padding-right: 14px;
	text-align: center;
}
#scorepopup h1{
	font-size: 13px;
	font-weight: bold;
	color: #0e7a91;
	margin-top: 15px;

}
#scorepopup p{
	font-size: 18px;
	color: #ffffff;
	margin-top: 15px;

}
#scorepopup span{
	font-size: 15px;
	color: #fff600;
}
/*searchfaqpopup--------------------------------------------------------------------------------------------------------------------------------*/
#searchfaqpopup{
	height: 190px;
	width: 488px;
	position: absolute;
	z-index: 300;
	background-color: #FFFFFF;
	left: 456px;
	top: 83px;
	border: 3px solid #868686;
	padding: 3px;
	line-height: 1.9;
}
	
#searchfaqpopup th{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	
}
	
#searchfaqpopup td{
	font-size: 12px;
	color: #515151;
}
	
#searchfaqpopup span{
	color: #FF0000;
}
/*moidpopup--------------------------------------------------------------------------------------------------------------------------------*/
#moidpopup{
	height: 228px;
	width: 487px;
	position: absolute;
	z-index: 300;
	left: 234px;
	top: 123px;
	padding: 3px;
	line-height: 1.9;
	background-image: url(../images/modi/moidindexbg.gif);
	background-repeat: no-repeat;
}
	
#moidpopup th{
	font-size: 15px;
	font-weight: bold;
	color: #000000;

}
	
#moidpopup td{
	font-size: 12px;
	color: #000000;

}
	
#moidpopup span{
	color: #7e7e7e;
}
#moidpopup input{
width:300px;
	font-size: 12px;
	color: #3b5998;
}
/*firstmember01--------------------------------------------------------------------------------------------------------------------------------*/
#firstmember01{
	height: 202px;
	width: 488px;
	position: absolute;
	z-index: 2;
	left: 234px;
	top: 122px;
	padding: 3px;
	line-height: 1.9;
	background-image: url(../images/firstmember/firstmember01bg.gif);
	background-repeat: no-repeat;
}
#firstmember01 td{
	font-size: 12px;
	color: #000000;

}
#firstmember01 input{
width:300px;
	font-size: 12px;
	color: #3b5998;
}
/*firstmember02--------------------------------------------------------------------------------------------------------------------------------*/
#firstmember02{
	height: 335px;
	width: 488px;
	position: absolute;
	z-index: 2;
	left: 234px;
	top: 122px;
	padding: 3px;
	line-height: 1.9;
	background-image: url(../images/firstmember/firstmember02bg.gif);
	background-repeat: no-repeat;
}
#firstmember02 td{
	padding: 3px;
	font-size: 12px;
	color: #000000;

}
#firstmember02 table{
margin-top:105px;


}
#firstmember02 span{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#firstmember02 input{
width:300px;
	font-size: 12px;
	color: #3b5998;
}
#firstmember02 textarea{
width:350px;
height: 65px;
	font-size: 15px;
	color: #3b5998;
}
#indexbulletin2
{
	height: 63px;
	width: 133px;
	position: relative;
	z-index: 2;
	left: 795px;
	top: -72px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	color: #4d4d4d;
}
#indexbulletin2 a
{
	color: #4d4d4d;
	text-decoration: none;
}
#indexbulletin2 span a
{	font-size: 11px;
	color: #2f6992;
	text-decoration: none;
}
#indexbulletin2 a:hover
{
	text-decoration: underline;
}
#publish_star2{
	margin-top: 3px;

}
#publish_star2 h1{
	font-size: 12px;
	color: #1675be;
	line-height: 30px;
	width: 102px;
}
#publish_star2 a{
	color: #1675be;
	text-decoration: none;
}
#publish_star2 a:hover{
	color: #1675be;
	text-decoration: underline;
}
#publish_star2 img{
	border: 1px solid #6ea22a;
	float: left;
	margin-right: 5px;
}
#publish_star2 div img{
	border: none;

}
#publish_star2 p{
	font-size: 13px;
	color: #5a5a5a;
	line-height: 24px;
}
 

#publish_star2 ul{
	font-size: 11px;
	color: #d38600;
	margin-top: 0px;
	*margin-top: 0px;
	float: left;
	/*margin-left: 30px;*/
	line-height: 22px;
	width: 208px;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#publish_star2 ul li{
	font-size: 13px;
	color: #1675be;
	background-image: url(../images/publish/news_newslistbg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0 -2px;
}
.newgintro{
	font-size: 12px;
	color: #2f6992;
		padding-left: 8px;
}
.newgintro a{
	font-size: 12px;
	color: #2f6992;
	text-decoration: none;

}
/*index7.html-------------------------------------------------------------------------------------------------------------------------------------------*/
#askbox3 {
	margin-bottom: 5px;
	overflow: hidden;
	margin-left: 12px;
	margin-top: 15px;
	height: 68px;
	font-size: 12px;
	color: #5a5a5a;
}
#askbox3 a{
	font-size: 12px;
	color: #5a5a5a;
	text-decoration: none;
	

}
#askbox3 a:hover{
	font-size: 12px;
	color: #5a5a5a;
	text-decoration: underline;
}
.input04 {
	font-size: 18px;
	color: #5a5a5a;
	border: none;
	background-color:transparent;
	padding: 2px;
	width: 470px;
	height: 22px;
}
.askboxinput3 {
	background-image: url(../images/askboxinput3.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	float: left;
	width: 490px;
	height: 43px;
	margin-right: 0px;
	_margin-right: -3px;
	padding-top: 10px;
	}

#language {
	height: 40px;
	width: 245px;
	float: right;
	font-size: 12px;
	color: #5a5a5a;
	display: block;
	line-height: 15px;
	text-align: right;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-right: 5px;
	position: relative;
}
#language a{
	color: #5a5a5a;
	text-decoration: none;
}
#languageselect{
	width: 142px;
	border: 1px solid #707070;
	position: absolute;
	z-index: 100;
	background-color: #FFFFFF;
	top: 30px;
	left: 800px;
	text-align: left;
	font-size: 12px;
	color: #5a5a5a;
	line-height: 22px;

}
#languageselect li{
	padding-left: 3px;
}
#languageselect .lanon{
	background-color: #c4e8ed;
}
#languageselect .landf{
	color: #757575;
}
#languageselect a{
	color: #5a5a5a;
	text-decoration: none;
}

