/* This is main css file for lucky-fly.com
@Author: Elton Zheng
@Last update: 09/14/05
@Version: 0.6
*/
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
body{
	font:9pt "宋体";
	text-align:center;
}
#mainwrap{
	width:950px;
	margin:0 auto;
	text-align:left;
}
li{
	list-style-type:none;
}
.txtred{
	color:#cf0000;
}
.txtdelete{
	text-decoration:line-through;
	color:#999;
}
.txtblack{
	color:#000;
}
.txtwhite{
	color:#fff;
}
.txtbold{
	font-weight:bold;
}
.txtsmall{
	font-size:.8em;
}
h1{
	display:none;
}
/* header css begin */
#header{
	height:114px;
	position:relative;
}
#logo{
	position:absolute;
	top:5px;
	left:5px;
	height:71px;
	width:187px;
}
#banner{
	position:absolute;
	top:5px;
	right:10px;
}
#links{
	text-align:center;
	position:absolute;
	top:72px;
	right:10px;
}
#links a{
	color:#2e00ed;
	padding-left:5px;
}
#members{
	position:absolute;
	top:95px;
	left:20px;
}
#members a{
	color:#2e00ed;
}
#nav{
	position:absolute;
	top:90px;
	right:10px;
	width:444px;
	height:21px;
}
#nav li{
	display:block;
	float:left;
	width:74px;
	text-align:center;	
}
#nav li a{
	display:block;
	font:11pt "宋体";
	color:#fff;
	text-decoration:none;
	padding-top:3px;
	height:21px;
}

li#nav1{
	background:url(../images/nav1.gif) no-repeat;
}
li#nav2{
	background:url(../images/nav2.gif) no-repeat;
}
li#nav3{
	background:url(../images/nav3.gif) no-repeat;
}
li#nav4{
	background:url(../images/nav4.gif) no-repeat;
}
li#nav5{
	background:url(../images/nav5.gif) no-repeat;
}
li#nav6{
	background:url(../images/nav6.gif) no-repeat;
}

#blueline{
	background:#7e71b4;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
#orangeline{
	background:#ff9706;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
#greenline{
	background:#61af32;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
#skyline{
	background:#0061b4;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
#redline{
	background:#d8005f;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
#yellowline{
	background:#76a2fc;
	width:100%;
	height:3px;
	top:111px;
	position:absolute;
}
/*header css end */

	
#search{
	text-align:left;
	width:163px;
}
#search input{
	border:1px solid #CCC;
	font:9pt "宋体";
	height:16px;
	width:115px;
	padding-top:2px;
	color:#999999;
}
#search input#btn_search{
	border:1px solid #CCC;
	font:9pt "宋体";
	text-align:center;
	padding:0;
	height:16px;
	width:40px;
	margin-bottom:1px;
	color:#333333;
}
#ad{
	height:18px;
	background:#ffefda;
	border:1px solid #ffc166;
	padding-top:5px;
	margin:3px 5px;
	position:relative;
}
#ad a{
	color:#ba443a;
	text-decoration:none;
}
#ad a:hover{
	text-decoration:underline;
}
#content{
	position:relative;	
	width:100%;
	/* ie must set the width of div */
}

#return{
	text-align:center;
	color:#5b5b5b;
}
#return a{
	color:#5b5b5b;
}
#footer{
	text-align:center;
	clear:both;
	border-top:1px solid #d2d2d2;
	color:#5b5b5b;
	padding-top:15px;
	line-height:1.5em;
}
#footer a{
	color:#5b5b5b;
}
#footer img{
	margin:5px 10px;
}
.txt_normal {
	font: .8em "宋体";
}
#moreinfo{
	margin:10px auto;
	background:#f5eafe;
	border-top:2px solid #AE0978;
	text-align:left;
	width:143px;
	padding:10px;
}
#moreinfo a{
	color:#785495;
}
#moreinfo li{
	margin-bottom:10px;
}
#tipsright2{
	width:163px;
	height:42px;
	background:#f5eafe;	
	text-align:left;
	margin:8px auto 0;
	color:#5c5cad;		/*785495*/
}
#tipsright2 h2{
	background:#fff url(../images/tips_title.gif) no-repeat;
	height:28px;
	color:#fff;
	font:1em "宋体";	
	padding:11px 0 0 60px;
}
#tipsright2 ul{
	margin:10px 0 0 10px;
}

#tipsright2 a{
	color:#5c5cad
}
#tipsright2 li{
	margin:10px 0;
}
#msn_new{
	width:163px;
	height:218px;
	background:#dfe8fe;	
	text-align:left;
	margin:8px auto 0;
	color:#0947d9;
}
#msn_new h2{
	background:#fff url(../images/msn_title.gif) no-repeat;
	height:32px;
	text-indent:-3000px;
}
#msn_new ul{
	margin:10px 0 0 10px;
}
#msn_new a{
        color:#0947d9;
}

