﻿/* common css ============================================================================================================================== */
body{
	margin:5px auto;
	font-size:12px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#444444;
	background:url(../images/bg.png) repeat-x #8dc91b;
}
div{
	text-align:left;
}
form{
	margin:0;
	padding:0;
}
img{
	border:none;
}
input{
	font-size:12px;
	line-height:15px;
}
a:link,a:visited{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:underline;
}
/* link css ======================================================================================================================== link css ========== */
#notice ul.newslist li a:link,#notice ul.newslist li a:visited{
	background:url(../images/newslist.gif) no-repeat 2px;
}
.newslist li a:hover{
	text-decoration:none;
	color:#f66e09;
}
.register_btn a:link,.register_btn a:visited,.registerbtn a:link,.registerbtn a:visited{
	display:inline-block;
	width:149px;
	height:28px;
	background:url(../images/registerbtn.png);
}
.register_btn a:hover,.registerbtn a:hover{
	background:url(../images/registerbtn.png) left -28px;
}
.newslist li a:link,.newslist li a:visited{
	padding-left:13px;
	background:url(../images/lista.gif) left no-repeat;
	display:inline-block;
}
.info_left .newslist li a:link,.info_left .newslist li a:visited{
	background:url(../images/newslist2.gif) 3px no-repeat;
}
#log a:link,#log a:visited{
	text-decoration:underline;
}
#log a:hover{
	color:#ffa200;
}
#log_top a:link,#log_top a:visited{
	display:inline-block;
	padding:0 5px;
	font-size:12px;
	color:#888;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}
#log_top a:hover{
	color:#ffa200;
}
#menu ul a:link,#menu ul a:visited,#menu_user ul a:link,#menu_user ul a:visited{
	padding:0 1px;
	display:inline-block;
	line-height:26px;
	height:38px;
	background:url(../images/menucorner.gif) no-repeat center 22px;
}
#menu_user ul a:link,#menu_user ul a:visited{
	padding:0 15px;
	color:#333;
	text-decoration:none;
	background:url(../images/menucorner_user.gif) no-repeat center 22px;
}
#menu_user a:link,#menu_user a:visited{
	text-decoration:underline;
	color:red;
}
#menu ul a:hover,#menu_user ul a:hover{
	text-decoration:none;
	color:#6da300;
	background:url(../images/menucornerh.gif) no-repeat center bottom;
}
#menu_user ul a:hover{
	background:url(../images/menucornerh_user.gif) no-repeat center bottom;
}
#footer a:link,#footer a:visited{
	color:#7ac8f2;
	margin:0 8px;
	display:inline-block;
}
#nav a:link,#nav a:visited{
	color:#e8b347;
	text-decoration:underline;
}
#nav a:hover{
	color:#e49100;
}
.pagebar a:link,.pagebar a:visited{
	display:inline-block;
	margin:0 3px;
	color:#4faeff;
	text-decoration:underline;
}
.pagebar a:hover{
	color:#f39002;
}
#list_notice .newslist li a:link,#list_notice .newslist li a:visited{
	background:url(../images/newslist.gif) no-repeat 3px;
	color:#666;
}
#list_notice .newslist li a:hover{
	color:#f39002;
}
.prize a:link,.prize a:visited,.prize_info_a a:link,.prize_info_a a:visited{
	color:#369bf2;
	text-decoration:underline;
}
.prize a:hover,.prize_info_a a:hover{
	color:red;
}
.my_tab a:link,.my_tab a:visited{
	text-decoration:underline;
	color:#008aff;
}
.my_tab a:hover{
	color:#a75800;
}
.view a:link,.view a:visited{
	text-decoration:underline;
	color:#c86800;
}
.view a:hover{
	color:#81bc24;
}
a.recommend{
	display:inline-block;
	border:1px solid #e1e1e1;
	background-color:#eee;
	padding:2px 15px;
	color:red;
}
.user_left ul a:link,.user_left ul a:visited,.log_stand a:link,.log_stand a:visited{
	text-decoration:underline;
}
.user_left ul a:hover,.log_stand a:hover{
	color:#f4950a;
}
/* class css ========================================================================================================== class css ============== */
.fl{
	float:left;
}
.fr{
	float:right;
}
.cls{
	clear:both;
	height:0;
	overflow:hidden;
}
.logo{
	margin-top:20px;
	margin-left:15px;
	border:none;
}
.register_btn{
	position:absolute;
	right:45px;
	top:80px;
}
.bnone{
	border:1px solid #fff;
	border-left:none;
	border-right:none;
}
.newslist{
	position:relative;/*ie bug*/
	list-style:none;
	margin:0;
	padding:0;
}
.newslist li{
	background:url(../images/listb.gif) 0 bottom repeat-x;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:2px;
}
.newslist li span{
	position:absolute;
	right:0;
	top:-1px;
	color:#cccccc;
	padding-left:3px;
	background-color:#fff;
}
.sort{
	padding:0 0 0 3px;
	margin:0;
	width:235px;
	list-style:none;
}
.sort li{
	padding-left:3px;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.sort span{
	float:right;
	padding-right:5px;
}
.sort strong{
	display:inline-block;
	width:23px;
	padding-left:3px;
	background:url(../images/sort_left.gif) no-repeat left;
}
.sort em{
	color:#fff;
	display:inline-block;
	font-family:Tahoma,"Arial Rounded ...",Arial;
	font-size:9px;
	font-style:normal;
	padding-right:3px;
	background:url(../images/sort_right.gif) no-repeat right;
}
.sort strong.fir{
	background:url(../images/sort_leftf.gif) no-repeat left;
}
.sort em.fir{
	background:url(../images/sort_rightf.gif) no-repeat right;
}
.vote{    /* ul define */
	margin:0;
	padding:0;
	list-style:none;
}
.vote li{
	margin:5px 0;
	white-space:normal;
}
.viewres{
	border-top:1px solid #e1e1e1;
	padding:5px;
}
.viewres span{
	float:right;
	padding-top:1px;
}
.info_left .newslist{
	background-color:#fff;
}
.line{
	background:url(../images/line.gif) repeat-x left bottom;
}
.line_top{
	background:url(../images/line.gif) repeat-x left top;
}
.contact_info{
	padding:5px;
	color:#444;
	line-height:25px;
	font-size:11px;
	background-color:#f1fed6;
}
.pagebar{
	padding:5px 0;
	font-family:Tahoma, Arial, sans-serif;
	background-color:#e0f4ff;
	text-align:center;
}
.pagebar img{
	vertical-align:middle;
}
.user_ouline{
	border:1px solid #f29026;
	background-color:#fff;
}
.relat{
	position:relative;
}
.user_topline{
	border-top:2px solid #fc9528;
}
.my_tab_fri .user_topline{
	border-top:2px solid #89c032;
}
.questionnair{
	padding:5px 15px;
}
.questionnair span{
	margin-top:10px;
	display:inline-block;
	font-weight:bold;
}
ul.productlist {
	padding:0;margin:0 0 20px;;float:left;list-style:none;width:150px;overflow:hidden;
}
ul.productlist  li{
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
}
.productlist img{
	width:106px;
	height:106px;
	padding:9px 9px 10px 9px;
	background:url(../images/bg_prize.gif) repeat-x;
}
/* for font & text & tag ========================================================================================================== for font & text & tag ======== */
.gray{
	color:#999;
}
.gray_post{
	color:#888;
}
.orange{
	color:#e68700;
}
.red{
	color:red;
}
.align_r{
	text-align:right;
}
.align_l{
	text-align:left;
}
.align_c{
	text-align:center;
}
.info_left h2,.list_left h2{
	margin:0;
	width:238px;
	height:25px;
	padding-left:45px;
	font-size:12px;
	line-height:25px;
}
.info_left h2{
	color:#a45c00;
	background:url(../images/info_left.png) no-repeat;
}
.list_left h2{
	color:#609100;
	margin-top:15px;
	background:url(../images/list_left.png) no-repeat;
}
#info_press h1{
	margin:10px 0 0;
	padding-bottom:5px;
	line-height:16px;
	font-size:16px;
	color:#333;
	text-align:center;
}
#info_press h1.h1_list{
	margin:0 0 20px;
	padding:0 0 0 15px;
	line-height:30px;
	height:30px;
	text-align:left;
	color:#cc7800;
	background:url(../images/h1_list.png) no-repeat left;
	font-family:Arial, sans-serif;
}
#info_press h1.h1_list img{
	vertical-align:middle;
	margin-right:10px;
}
#vote h2{
	margin:8px 0 0;
	font-size:12px;
}
#banner_list_info h2{
	color:#fff;
	margin:10px 0;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}
h1#prize_info{
	font-size:12px;
	color:#f68a00;
	margin:5px 0;
}
.my_tab h1{
	margin:0;
	display:inline-block;
	*display:inline;
	padding-left:20px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#fff;
	background:url(../images/tab_left.png) no-repeat;
}
.my_tab h1 strong{
	display:inline-block;
	padding-right:20px;
	height:28px;
	line-height:28px;
	background:url(../images/tab_right.png) no-repeat right top;
}

.my_tab .hover strong{
	display:inline-block;
	padding-right:20px;
	height:28px;
	line-height:28px;
	background:url(../images/tab_right2.png) no-repeat right top;
}

.my_tab .hover{
	margin:0;
	display:inline-block;
	*display:inline;
	padding-left:20px;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#fff;
	background:url(../images/tab_left2.png) no-repeat;
}




.my_tab legend{
	color:#e8871e;
	padding:0 10px 0 30px;
	background:url(../images/user_commend.png) no-repeat 3px 0;
}
.my_tab_fri h1{
	background:url(../images/tab_left2.png) no-repeat;
}

.my_tab_fri h1 strong{
	background:url(../images/tab_right2.png) no-repeat right top;
}
.my_tab_fri .user_ouline{
	border-color:#89c032;
}
.my_tab input.copy{
	width:466px;
	padding:2px;
	line-height:14px;
	border:1px solid #efca8a;
	color:red;
}
.my_tab input.btn_copy{
	cursor:pointer;
	color:red;
	height:21px;
	width:166px;
	padding-left:20px;
	text-align:center;
	border:none;
	font-size:12px;
	background:url(../images/copy.png) no-repeat;
}
.points strong{
	display:inline-block;
	padding-left:8px;
	height:22px;
	line-height:22px;
	font-size:12px;
	background:url(../images/th_left.png) no-repeat;
}
.points em{
	display:inline-block;
	padding-right:8px;
	height:22px;
	line-height:22px;
	font-style:normal;
	background:url(../images/th_right.png) no-repeat right top;
}
.notice_c ul{
	margin:0;
	padding:0;
	list-style:none;
}
.notice_c ul li{
	padding-left:15px;
	margin-bottom:5px;
	background:url(../images/newslist2.gif) no-repeat 3px 8px;
}
fieldset{
	border:2px solid #ddd;
}
.user_left ul{
	margin:10px 5px 10px 2px;
	padding:0;
	list-style:none;
}
.user_left ul li{
	padding-left:15px;
	margin-bottom:2px;
	background:url(../images/newslist.gif) no-repeat 3px 8px;
}
input.btn_sub,input.btn_reset{
	border:none;
	background:url(../images/sub.png);
	width:76px;
	height:22px;
	cursor:pointer;
}
input.btn_reset{
	background:url(../images/reset.png);
}
.edit input.input_c,.online_t input.input_c,.online_t textarea{
	height:18px;
	padding:2px;
	line-height:18px;
	color:#666;
	border:1px solid #ddd;
	background-color:#f8f0d3;
}
.log_stand input.btn,.infoview input.btn{
	width:96px;
	height:25px;
	line-height:25px;
	border:none;
	cursor:pointer;
	background:url(../images/btn.png) no-repeat;
}
/* for margin & padding | width & height ============================================================================ margin & padding | width & height ========= */
.mt15{
	margin-top:15px;
}
.mt10{
	margin-top:10px;
}
.mt5{
	margin-top:5px;
}
.mb15{
	margin-bottom:15px;
}
.m5{
	margin:5px;
}
.ml30{
	margin-left:30px;
}
.p5_3{
	padding:5px 3px 0;
}
.p5_5_0{
	padding:5px 5px 0;
}
.pad5_3{
	padding:5px 3px;
}
.p15_20{
	padding:15px 20px;
}
.w238 li{
	width:228px;
}
.w202 li,.w202{
	width:202px;
}
.w150{
	width:150px;
}
.w50{
	width:50%;
}
.w600{
	width:630px;
}
.w240{
	width:240px;
}
.w40{
	width:40%
}
.w30{
	width:30%
}
.w25{
	width:25%
}
/* for table ==================================================================================================================== for table ========= */
table.wlist,table.prize{
	width:100%;
	background:url(../images/thead.png) no-repeat left top;
}
table.wlist th,table.prize th{
	text-align:center;
	height:30px;
	line-height:30px;
	color:#ff8100;
	vertical-align:top;
}
table.wlist td,table.prize td{
	text-align:center;
	padding:3px;
	line-height:16px;
}
table.prize td{
	background:url(../images/line.gif) repeat-x left bottom;
}
table.prize img{
	width:106px;
	height:106px;
	padding:9px 9px 10px 9px;
	margin:5px 0;
	background:url(../images/bg_prize.gif) repeat-x;
}
table.prize,table.wlist{
	margin-bottom:25px;
}
table.prize td.name{
	color:#c87000;
	width:30%;
}
table.questionaire{
	width:100%;
	table-layout:fixed;
	background:url(../images/user_table_th.png) left top repeat-x;
}
.my_tab_fri table.questionaire{
	background:url(../images/user_table_th2.png) left top repeat-x;
}
.my_tab_fri table.questionaire th{
	color:#81bc24;
}
table.questionaire th{
	line-height:30px;
	height:30px;
	padding:2px 5px;
	color:#c97112;
}
table.questionaire th,table.questionaire td{
	text-align:center;
}
table.questionaire td{
	padding:2px 5px;
}
table.questionaire td.align_l,table.questionaire th.align_l{
	text-align:left;
}
table.questionaire th.total{
	background:url(../images/th_total.png);
	vertical-align:middle;
	line-height:22px;
	color:#ff8700;
}
.bg_gray{
	background-color:#eee;
}
.user_right table{
	width:100%;
}
.user_right table td{
	padding:3px;
}
.user_right table th{
	padding:3px;
	color:#75af00;
}
.user_right table.edit td{
	text-align:left;
}
.user_right table.edit th{
	color:#333;
	font-weight:normal;
	text-align:right;
}
table.log_stand{
	margin:20px auto 0;
}
table.log_stand td{
	padding:3px 2px 8px;
}
table.log_stand input{
	width:144px;
	border:1px solid #d1d1d1;
	padding:2px;
	color:#666;
}
table.registerform td,table.registerform th,table.registerform div{
	line-height:14px;
	white-space:normal;
}
table.registerform div{
	font-size:10px;
}
table.online_t td{
	padding:3px;
	color:#444;
}
table.infoview{
	table-layout:fixed;
	width:100%;
}
table.infoview th{
	padding:5px;
	width:200px;
	text-align:left;
}
table.infoview td{
	text-align:left;
	padding:5px 10px;
}
/* layout css ========================================================================================================================= layout css ======= */
.wraper{
	width:900px;
	margin:0 auto;
	background-color:#fff;
}
#header{
	height:100px;
	position:relative;
	background:url(../images/header_corner.png) no-repeat left top #fff;
}
#log{
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:11px;
	white-space:nowrap;
}
#log_top{
	position:absolute;
	top:15px;
	right:10px;
	font-size:10px;
	white-space:nowrap;
}
#log_top img{
	vertical-align:middle;
}
#log input{
	height:15px;
	border:1px solid #dcdcdc;
	line-height:15px;
	font-size:11px;
	color:#666;
	width:100px;
	padding:1px 2px;
}
#log .logsub{
	width:75px;
	height:24px;
	border:none;
	cursor:pointer;
	margin:0 10px 0 0;
	background:url(../images/loginsub.png);
}
#menu,#menu_user{
	height:38px;
	font-weight:bold;
	background:url(../images/menubg.gif) repeat-x left bottom #fff;
}
#menu_user{
	position:relative;
	background:url(../images/menubg_user.gif) repeat-x left bottom #fff;
}
#user_info{
	position:absolute;
	right:3px;
	top:2px;
	font-weight:normal;
}
#menu ul,#menu_user ul{
	margin:0;
	padding:0 3px;
	list-style:none;
}
#menu li,#menu_user li{
	float:left;
	display:inline-block;
	margin:0 3px;
	height:38px;
	line-height:26px;
}
#banner{
	width:880px;
	margin:10px;
	position:relative;
}
.banner_index{
	background:url(../images/banner.png) no-repeat;
	height:202px;
}
.banner_list{
	background:url(../images/banner_list.png) no-repeat;
	height:169px;
}
.banner_faq{
	background:url(../images/banner_faq.jpg) no-repeat;
	height:169px;
}
.banner_contact{
	background:url(../images/banner_contactus.jpg) no-repeat;
	height:169px;
}
.banner_prizes{
	background:url(../images/banner_prizes.jpg) no-repeat;
	height:169px;
}
.banner_register{
	background:url(../images/reg_steps.jpg) no-repeat;
	height:109px;
}
.banner_records{
	background:url(../images/banner_records.jpg) no-repeat;
	height:169px;
}
#main{
	padding:5px 10px 0;
	width:880px;
	text-align:center;
}
#mcenter{
	margin:0 auto;
	width:343px;
}
#mcenter .newslist li{
	width:340px;
}
#msr{
	width:238px;
	overflow:hidden;
	float:right;
}
#sortlist,#sortlist_inner{
	height:200px;
	width:238px;
	overflow:hidden;
}
#sortlist_inner{
	height:200px;
}
#msl{
	width:238px;
	overflow:hidden;
	float:left;
}
#vote{
	padding-left:3px;
}
#notice{
	width:346px;
	height:200px;
	background:url(../images/notice.png);
}
#noticelist{
	width:218px;
	height:150px;
	padding:35px 0 0 15px;
	overflow:hidden;
}
#noticelist .newslist li{
	margin-bottom:3px;
	width:218px;
	overflow:hidden;
}
#footer{
	padding-top:15px;
}
#footer div{
	margin:0 10px;
	text-align:center;
	border-top:1px solid #d5d5d5;
	color:#ccc;
	line-height:30px;
}
/** other pages ****************************************************************/
#banner_info{
	width:880px;
	height:109px;
	margin:10px;
	position:relative;
}
.info{
	background:url(../images/banner2.png) no-repeat;
}
.info_white{
	background:url(../images/banner3.png) no-repeat;
}
#banner_info .register_btn{
	top:40px;
	right:200px;
}
#m_infoc{
	float:right;
	width:625px;
}
#nav{
	height:28px;
	width:580px;
	line-height:28px;
	padding-left:45px;
	margin-bottom:15px;
	font-family:Tahoma;
	color:#fff;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	background:url(../images/info_top.png) no-repeat;
}
#info_press{
	border:1px solid #cbd5e7;
	border-top:none;
	padding:10px;
}
#info_press .newslist li{
	margin-bottom:8px;
}
#info_press .newslist li span{
	_right:10px;
}
#info_press fieldset{
	margin-top:10px;
	*margin-top:0;
	padding:15px;
	color:#555;
}
#info_press legend{
	padding:0 6px 0 18px;
	color:#7ab506;
	background:url(../images/ld.gif) left 2px no-repeat;
}
#info_press legend img{
	vertical-align:middle;
}
fieldset legend{
	padding:0 10px;
	color:#e28700;
}
#list_notice{
	width:237px;
	height:140px;
	position:relative;
	margin-bottom:15px;
	background:url(../images/notice_info.png) no-repeat;
}
#list_notice_scroll{
	position:absolute;
	width:202px;
	height:50px;
	overflow:hidden;
	left:16px;
	top:66px;
}
#list_notice .newslist li{
	margin-bottom:5px;
}
#banner_list_info{
	position:absolute;
	left:25px;
	top:30px;
	width:350px;
	color:#fff;
	line-height:16px;
}
.sys_notice{
	position:absolute;
	right:0;
	_right:10px;
	top:0;
	width:220px;
	height:134px;
	overflow:hidden;
	background:url(../images/sys_notice.png) no-repeat;
	padding:5px 10px;
}
#notice_c{
	margin-top:2px;
	width:220px;
	height:113px;
	overflow:hidden;
}
.user_left{
	padding:4px;
	background-color:#ececec;
	width:210px;
}
.user_left div{
	border:1px solid #d6d6d6;
	padding:10px;
	background-color:#fff;
}
.user_left h2,.user_right h2{
	font-size:12px;
	margin:0;
	padding-bottom:2px;
	border-bottom:1px solid #d6d6d6;
}
.user_right{
	width:650px;
	overflow:hidden;
}
.user_right h2{
	color:#e28700;
	margin:5px 0 10px;
}
#user_birthday{
	margin:2px 4px 0;
	width:230px;
	height:66px;
}
#user_birthday .newslist{
	width:230px;
}
#user_birthday  .newslist li span{
	background:none;
}
/*== css for vote ==============================================*/
.voteoption{
	width:100px;
	background:#f00;
	height:20px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.infoview .voteoption{
	border:none;
	padding:0;
}
#voteoption1{
	background-color:#f60;
}
#voteoption2{
	background-color:#CCCC00;
}
#voteoption3{
	background-color:#0099FF;
}
#voteoption4{
	background-color:#006600;
}
#voteoption5{
	background-color:#CC66FF;
}
.ad{
position: absolute;
line-height:150px;
font-size:12px;
z-index:1000;
height:150px;
text-align:center;
font-size:14px;
}
#ad1,#ad2{
margin-top:10px;
color:red;
}
.close{
height:12px;
text-align:right;
line-height:12px;
padding-top:3px;
}
.close img{
border:none;
}