/* CSS Document */
/*------------------------------
 * Common initialization
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Microsoft YaHei, Arial;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: none;
}
img {
	border: 0;
}
ul, ol {
	list-style: none;
}
body {
	background: #FFFFFF ;
	height: 100%;
}
html {
	height: 100%;
}
.wrap {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
/*------------------------------
 * Common initialization end
------------------------------*/

.top_bar {
	height: 35px;
	width: 100%;
	background-color: #254d97;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.top_bar ul li {
	float: left;
}
.top_bar ul li {
	float: left;
}
.top_bar ul li a {
	width: 90px;
	text-align: center;
	height: 100%;
	display: block;
	line-height: 35px;
	font-size: 14px;
}
.top_bar ul li a:hover {
	color: #FFF;
	background: #0c2f71;
}
.top_bar ul .on {
	background-color: #000;
}
.date, .skin, .weather {
	color: #FFF;
	margin-left: 20px;
	float: right;
	line-height: 35px;
}
.skin {
	cursor: pointer;
}
.mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 670px;
	background: #FFF;
	z-index: -1000;
}
.sites_mask {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 600px;
	height: 420px;
	text-align: center;
	z-index: 100;
	display: none;
}
.sites_mask img {
	margin: auto;
	margin-top: 200px;
}
.footer_mask {
	position: absolute;
	top: 670px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: #FFF;
	z-index: -1000;
}
#SkinList {
	position:absolute;
	left:1084px;
	top:38px;
	width:110px;
	z-index:1002;
	background:#fff;
	border: 3px solid #254d97;
	border-top:0px;
	visibility: hidden;
}
#SkinList li {
	width: 110px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
}
.main_content {
	width: 946px;
	margin: auto;
}
.main_content .logo {
	background-image: url(../images/kikologo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px; margin-top:30px;
}
.main_content .search {
	height: 50px;
}
.main_content .search .search_box {
	height: 30px;
	width: 590px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.main_content .search .search_box .search_item {
	height: 30px;
	width: 95px;
	float: left;
	cursor: pointer;
	background: url(../images/search_arrow.png) right 15px no-repeat;
}
.main_content .search .search_box .search_input {
	background: #FFF;
	height: 30px;
	width: 500px;
	border: 1px solid #b7b7b7;
	float: left;
}
.main_content .search .search_box .search_input #keyword {
	margin-top: 5px;
	line-height: 20px;
	height: 20px;
	width: 390px;
	margin-left: 10px;
	background: none;
	outline: none;
	border: 0;
}
.main_content .search .search_box .search_btn {
	height: 30px;
	width: 86px;
	float: right;
	background-image: url(../images/search_btn.png);
	cursor: pointer;
}
#search_form .item_image {
	float: left;
	height: 19px;
	width: 18px;
	margin-top: 6px;
	margin-left: 5px;
}
#search_form .item_title {
	line-height: 30px;
	margin-left: 5px;
	float: left;
}
.main_content .search .search_box .list_item {
	height: 30px;
	width: 90px;
	float: left;
	cursor: pointer;
}
#item_list {
	position:absolute;
	left:360px;
	top:179px;
	width:90px;
	height:120px;
	z-index:1;
	border: 1px solid #C3C2C2;
	background: #FAFAFA;
	visibility: hidden;
}
.main_content .container {
	margin-top: 20px;
	height: 414px;
	width: 710; margin-bottom:10px;
}
.main_content .container .menu {
	text-align: center;
	height: 414px;
}
.main_content .container .menu li {
	height: 17px;
	line-height: 17px;
	cursor: pointer; 
	word-spacing:-0.2em; color:#0000cc; font-size:10px;
}
.main_content .container .menu li a{ color:#0000cc}
.main_content .container .menu li a:link { color:#0000cc}		/* 未被访问的链接 */
.main_content .container .menu li a:visited {color:#0000cc;}	/* 已被访问的链接 */
.main_content .container .menu li a:hover {color:#ff0000;}	/* 鼠标指针移动到链接上 */
.main_content .container .menu li a:active {color:#ff0000;}	/* 正在被点击的链接 */

.main_content .container .menu .on {
	height: 16px; color:#ff0000;
}
.main_content .container .left_menu {
	float: left; text-align:right; width: 110px; padding-top:22px; height:393px;
}
.main_content .container .right_menu {
	float: right; text-align:left; width: 110px;height:393px; padding-top:22px;
}
.main_content .container .sitesbox {
	float: left;
	width: 710px;
	height: 414px;
	text-align: center;
	margin-left: 8px; margin-right:8px;
}

.sitesbox {
	width: 710px;
	height: 414px;
	margin-left: 0px;
	background-image: url(../images/sitebg-40.gif) ;
}

.topfiller {display: block;
			width: 710px;
			height: 32px;}
.topfiller a {text-decoration: none;}
.topfiller a:focus {
			border-style: none;
			border: 0;
			-moz-outline-style: none;}
.topfiller {
	font-weight: bold;
	text-decoration: none;
}
.topfiller .share {
    color: #ed4e00;
}
.topfiller .settings {
	color: #0167d5;
}
.topfiller .change {
	color: #079d06;
}
.topfiller .reset {
    float: right;
	margin-left: 7px;
	font: bold 11px/18px Arial,sans-serif !important;
    color: #cb0000;
    height: 18px;
    padding: 0px 10px;
    background-color: #ececec;
    border: 1px solid #d3d3d3;
    -webkit-appearance: none;
}
.topfiller .reset:hover {
    border-color: #929292;
    -o-transition:border-color .2s ease-out;
  	-ms-transition:border-color .2s ease-out;
  	-moz-transition:border-color .2s ease-out;
  	-webkit-transition:border-color .2s ease-out;
	transition:border-color .2s ease-out;
}

.topfiller .finished {
    float:right;
	margin-left: 7px;
	font: bold 11px/18px Arial,sans-serif !important;
    color: #037600;
    height: 18px;
    padding: 0px 10px;
    background-color: #ececec;
    border: 1px solid #d3d3d3;
    -webkit-appearance: none;
}
.topfiller .finished:hover {
    border-color: #929292;
    -o-transition:border-color .2s ease-out;
  	-ms-transition:border-color .2s ease-out;
  	-moz-transition:border-color .2s ease-out;
  	-webkit-transition:border-color .2s ease-out;
	transition:border-color .2s ease-out;
}

.topfiller .show_advertisement {
    font-weight: bold;
    text-decoration: underline;
}
#kiko_step1 {
	display: inline;
}
#kiko_step2 {
	display: none;
	color: gray;
    /*margin-top: -10px;*/
    /*margin-bottom: 10px;*/
}

.sites {
	float: left;
	width: 700px;
	height: 383px;
	text-align: center;
	margin-left: 0px; padding-left:12px;
}
.main_content .container .site_box {
	position: relative;
			overflow: hidden;
			display: inline;
			float: left;
			width: 75px;
			height: 65px;
		 	background-repeat: no-repeat;
		 	background-position: 0 0;
			padding-left:2px;
			padding-top:2px;
			margin-right: 10px;
			margin-bottom: 9px;
			font-size: 0;
			cursor:pointer;
			background-image: url(../images/logobg-40.gif);
}
.site_logo {
	width: 75px;
	height: 65px; 
}
.site_title {
	width: 80px;
	height: 20px;
	line-height: 20px;
}
.add_favorite {
	position: absolute;

	display: none;
	width: 21px;
	height: 21px;
	margin-top: 5px;
	margin-left: 55px;
}
.del_favorite {
	position: absolute;

	display: none;
	width: 21px;
	height: 21px;
	margin-top: 5px;
	margin-left: 55px;
}
.page_box {
	width: 100px;
	height: 20px;
	margin: auto;
	margin-top: 10px;
}
.page_prev {
	color: #FFF;
	width: 30px;
	height: 20px;
	line-height: 20px;
	float: left;
	background: #00F;
	text-align: center;
	cursor: pointer;
}
.page_info {
	width: 40px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
}
.page_next {
	color: #FFF;
	width: 30px;
	height: 20px;
	line-height: 20px;
	float: right;
	background: #00F;
	text-align: center;
	cursor: pointer;
}
.add_fav_btn {
	position: absolute;
	width: 80px;
	height: 25px;
	line-height: 25px;
	float: right;
	top: 200px;
	text-align: right;
	left: 860px;
	display: none;
}
.add_fav_btn a {
	color: #000;
}
.add_fav_btn a:hover {
	color: #F30;
}
#add_fav_box {
	position: absolute;
	top: 250px;
	width: 400px;
	height: 200px;
	z-index: 101;
	border: 3px solid #254D97;
	background: #FFF;
	display: none;
}
#add_fav_box .tit {
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 30px;
	color: #254D97;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
#add_fav_box .add_fav_con {
	margin: 20px;
	margin-top: 15px;
	font-size: 14px;
}
#news {
	position:fixed;
	left:0px;
	top:10000px;
	width:100%;
	height:30px;
	z-index:1003;
	background: #fff;
	border-top: 2px solid #06F;
	line-height: 30px;
}
#news a{
	color: #06F;
}
#news a:hover{
	color: #F60;
}
.add_fav_input {
	width: 230px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}
.add_fav_sub {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-left: 20px;
	width: 60px;
	height: 30px;
	background: #254d97;
}
.footer {
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
}

#msg_box {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 300px;
	width: 200px;
	height: 40px;
	z-index: 101;
	border: 3px solid #254D97;
	background: #FFF;
	display: none;
}
.nav_box {
	padding-top: 10px;
}
.nav_box ul li {
	font-size: 14px;
	height: 30px;
	width: 180px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #254D97;
	text-align: center;
	list-style-type: none;
	line-height: 30px;
	float: left;
	margin-left: 10px;
}
.nav_box ul .on{
	color: #FFF;
	background: #254D97;
}