﻿*
{
	margin: 0;
	padding: 0;
	list-style: none;
}


img, a .img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
a:focus
{
	outline: none;
}

.hidden
{
	display: none;
}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* 表单 */
label
{
	color: #888;
}
.txt
{
	display: inline;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 320px;
	height: 16px;
	line-height: 16px;
	background: #fff;
}
.txt.file
{
	height: 22px;
}


.submit
{
	display: inline;
	float: left;
	border: 1px solid #8ec741;
	padding: 3px 8px; *padding:4px8px2px;height:14px;overflow:hidden;line-height:15px;font-size:12px;font-weight:bold;background:#297619;text-decoration:none;color:#fff;}
.submit:hover
{
	border: 1px solid #ffa800;
	color: #fff;
	text-decoration: none;
	background: #c00;
}

select
{
	border: 1px solid #ccc;
}

/* thickbox */
#TB_window
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#TB_overlay
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack
{
	background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG
{
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay
{
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window
{
	position: absolute;
	background: #f1f1f1;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	text-align: left;
	top: 298px;
	left: 50%;
}
* html #TB_window
{
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + 'px');
}
#TB_window img#TB_Image
{
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption
{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}
#TB_closeWindow
{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}
#TB_closeAjaxWindow
{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}
#TB_closeAjaxWindow a
{
	color: #666;
}
#TB_ajaxWindowTitle
{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}
#TB_title
{
	background: #f1f1f1;
	height: 27px;
}
#TB_ajaxContent
{
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}
#TB_ajaxContent.TB_modal
{
	padding: 15px;
}
#TB_ajaxContent p
{
	padding: 5px 0px 5px 0px;
}
#TB_load
{
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load
{
	/* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect
{
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}
* html #TB_HideSelect
{
	/* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent
{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/* 对话框 */
.dialog
{
}
.dialog .tab
{
	height: 25px;
	overflow: hidden;
	background: url(/Public/Images/solid_ccc.gif) repeat-x bottom;
}
.dialog .tab a
{
	display: inline;
	float: left;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-right: 3px;
	padding: 0 8px;
	height: 23px;
	overflow: hidden;
	line-height: 24px;
	line-height: 26px;
	background: #ddd;
	color: #000;
}
.dialog .tab a:hover
{
	border-color: #ddd;
	background: #ccc;
	text-decoration: none;
}
.dialog .tab a.on, .dialog .tab a.on:hover
{
	border-top-width: 2px;
	border-color: #ccc;
	background: #fff;
	text-decoration: none;
}
.dialog .body
{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px;
	background: #fff;
}
.form
{
	padding: 8px;
}
.form td
{
	padding: 5px 0;
}
.form .err
{
	margin-left: 1em;
	color: #f00;
}
/*
		.form .submit { margin-right:10px;}
        */

/* 系统消息 */
.systemMessage
{
	position: absolute;
	border: 1px solid #ccc;
	padding: 8px 12px;
	width: 300px;
	line-height: 20px;
	text-align: center;
	background: #ffc;
	color: #333;
	z-index: 1001;
}


.wapper
{
	margin: 0 auto;
	width: 890px;
	overflow: hidden;
}
/* 头部 */
.header
{
	padding: 6px 0;
}
.logo
{
}
.sub-nav
{
	float: right;
	padding-top: 20px;
}
.sub-nav a
{
	display: inline-block;
	margin-right: 8px;
	padding-left: 18px;
	height: 16px;
	overflow: hidden;
	line-height: 14px;
	line-height: 16px;
}
.sub-nav a.accountlink
{
	background: url(images/submenu_account_indicator.gif) no-repeat 3px 0;
}
.sub-nav a.settingslink
{
	background: url(images/submenu_settings_indicator.gif) no-repeat;
}
.sub-nav a.messageslink
{
	background: url(images/submenu_email_indicator.gif) no-repeat 1px 0;
}
/* 导航条 */
.nav
{
	width: 890px;
	height: 20px;
	overflow: hidden;
	line-height: 19px;
	line-height: 22px;
	background: url(images/bar_bg.gif)repeat-x;
}
.nav p
{
	padding-right: 8px;
	color: #ccc;
}
.nav a
{
	height: 20px;
	overflow: hidden;
}
.nav .opt
{
	float: right;
	padding-right: 5px;
	width: 380px;
	background: url(images/bar_right.gif) no-repeat right top;
}
.nav .opt li
{
	float: right;
}
.nav .opt li a
{
	display: block;
	float: left;
	border-left: 1px solid #000;
	padding: 0 6px;
	color: #ccc;
}
.add-desk
{
	float: left;
}
.add-desk a
{
	display: block;
	float: left;
	width: 26px;
	height: 20px;
	overflow: hidden;
	background: url(images/desktop_add.gif) no-repeat;
	text-indent: -5000px;
}
.desk-bar
{
	float: left;
	border-right: 1px solid #000;
}
.desk-bar li
{
	float: left;
	background: url(images/bar_link.gif);
}
.desk-bar li a
{
	display: block;
	float: left;
	border-left: 1px solid #000;
	padding: 0 6px;
	color: #ccc;
}
.desk-bar li.on
{
	background: url(images/desktop_bar_selected_background_right.gif) repeat-x;
}
.desk-bar li.on a
{
	padding-right: 20px;
	color: #fff;
	font-weight: bold;
	background: url(images/desktop_bar_selected_dropdown.gif) no-repeat right 4px;
}
.desk-opt
{
	position: absolute;
	border: 1px solid #bbb;
	width: 100px;
	z-index: 2;
	background: #eee;
}
.desk-opt a
{
	display: block;
	padding-left: 25px;
	height: 20px;
	overflow: hidden;
	line-height: 19px;
	line-height: 22px;
	color: #444;
	background: no-repeat5px2px;
}
.desk-opt a:hover
{
	background-color: #ccc;
	text-decoration: none;
}
.desk-opt a.edit
{
	background-image: url(images/desktop_dropdown_edit.gif);
}
.desk-opt a.del
{
	background-image: url(images/desktop_dropdown_delete.gif);
}
.desk-opt a.copy
{
	background-image: url(images/desktop_dropdown_copy.gif);
}
.desk-opt a.deskbg
{
	background-image: url(images/desktop_dropdown_share.gif);
}
/* 桌面 */
.container
{
	width: 900px;
	overflow: hidden;
}
.site-list
{
}
.site-box
{
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: url(icon_background.gif) no-repeat left top;
}
.icon
{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.site-box.dragOver
{
	background-position: -160px top;
}
.site-box.dragOver .icon
{
	background-position: -80px top;
}
.icon.white
{
	background: url(images/icon_background_white.gif) no-repeat;
	color: #000;
}
.icon.green
{
	background: url(images/icon_background_green.gif) no-repeat;
	color: #FFF;
}
.icon.brown
{
	background: url(images/icon_background_brown.gif) no-repeat;
	color: #FFF;
}
.icon.blue
{
	background: url(images/icon_background_blue.gif) no-repeat;
	color: #FFF;
}
.icon.orange
{
	background: url(images/icon_background_orange.gif) no-repeat;
	color: #FFF;
}
.icon.purple
{
	background: url(images/icon_background_purple.gif) no-repeat;
	color: #FFF;
}
.icon.red
{
	background: url(images/icon_background_red.gif) no-repeat;
	color: #FFF;
}
.icon-inner
{
	padding: 50px 5px 8px;
	width: 70px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
}
#dropBox .icon-inner, .icon-inner.on
{
	background: url(images/box.gif) no-repeat;
}
 ;
.c-t
{
}
.c-l
{
	float: left;
	width: 270px;
	overflow: hidden;
}
.c-r
{
	float: left;
	width: 270px;
	overflow: hidden;
}
.c-b
{
}
/* 中间 */
.c-c
{
	float: left;
}

.search-box
{
	width: 350px;
	height: 80px;
	background: no-repeat center;
}
.search-box.baidu
{
	background-image: url(images/box_background_main_4_2baidu.gif);
}
.search-box.google
{
	background-image: url(images/box_background_main_4_2google.gif);
}
.search-box.zwsw
{
	background-image: url(images/box_background_main_4_2zwsw.gif);
}
.search-box.taobao
{
	background-image: url(images/box_background_main_4_2taobao.gif);
}
.c-c .search-box .inner
{
	margin: 0 auto;
	padding-top: 94px;
	width: 330px;
}
.c-c .search-tab
{
	margin-top: 8px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	color: #333;
}
.c-c .search-tab img
{
	margin-right: 8px;
	cursor: pointer;
}
.c-c .opt
{
	text-align: center;
}
/*.c-c .opt span { display:block; padding-top:130px; color:#666; font-weight:bold;} */
.c-c .opt-common #common-copy
{
	width: 360px;
	height: 80px;
	margin-top: 10px;
	background: url(images/drop_boxmain_move1.gif) no-repeat;
}
.c-c .opt-common #common-copy.hover
{
	background-image: url(images/drop_boxmain_move_hover1.gif);
}
.c-c .opt-mine
{
	padding: 5px 0;
}
.c-c .opt-mine div
{
	float: left;
	width: 116px;
	height: 160px;
}
.c-c .opt-mine #mine-edit
{
	background: url(images/drop_boxmain_edit.gif) no-repeat center;
}
.c-c .opt-mine #mine-edit.hover
{
	background-image: url(images/drop_boxmain_edit_hover1.gif);
}
.c-c .opt-mine #mine-del
{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: url(images/drop_boxmain_delete2.gif) no-repeat center;
}
.c-c .opt-mine #mine-del.hover
{
	background-image: url(images/drop_boxmain_delete_hover2.gif);
}
.c-c .opt-mine #mine-copy
{
	background: url(images/drop_boxmain_move2.gif) no-repeat center;
}
.c-c .opt-mine #mine-copy.hover
{
	background-image: url(images/drop_boxmain_move_hover2.gif);
}
.c-c .opt-mine span
{
	padding-top: 125px;
}
.footer
{
	line-height: 36px;
	text-align: center;
	color: #ccc;
}


/* 滑块 */
.drop-box
{
	position: absolute;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* 添加站点 */
.add-icon
{
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(icon_background.gif) no-repeat -80px top;
	cursor: pointer;
}
.add-site
{
}
#uploadForm
{
	height: 28px;
	overflow: hidden;
}
.icon-upload
{
}
.icon-upload .clear
{
	margin-top: 5px;
}
.default-icon-list
{
	width: 670px;
	height: 80px;
	overflow: auto;
}
.default-icon-list a
{
	display: inline;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	background: no-repeat -15px -10px;
}

.icon-bg a.icon
{
	display: inline;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	width: 30px;
	height: 30px;
	background-position: -15px -38px;
}
.default-icon-list a:hover, .icon-bg a.icon:hover
{
	border: 1px solid #000;
}
.add-site .icon
{
	margin: 0 auto;
}
.add-site .icon-content
{
	cursor: default;
}
.add-site .opt
{
	margin: 2px auto 0;
	width: 300px;
}
.add-site .opt a
{
	margin: 0 6px;
}
/* 用户登陆 */
.login
{
}
.login .txt
{
	width: 200px;
}
.login .opt a
{
	margin-right: 10px;
}
.reg .txt
{
	width: 200px;
}

/* 颜色选择 */
.site-title
{
	height: 22px;
}
.color-seleter
{
	position: absolute;
	margin-left: -30px;
	margin-top: 7px;
	width: 18px;
	height: 9px;
	background: url(images/color-selecter.gif);
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 2000;
}
.color-picker
{
	position: absolute;
	margin-left: 118px;
	z-index: 2000;
	cursor: crosshair;
}
.color-picker td
{
	padding: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#searchSwitchBox
{
	position: relative;
	overflow: hidden;
}
#searchSwitchBox LI
{
	float: left;
}
#searchSwitchBox LI A
{
	background-image: url('Images/search_logo_tab.gif');/*投产使用：background-image: url('Images/search_logo_tab.gif');*/
	text-indent: -9999px;
	width: 116px;
	display: block;
	background-repeat: no-repeat;
	height: 34px;
	overflow: hidden;
}

.SLT-a
{
	background-position: -200px 0px;
	margin-right: 1px;
}
.SLT-b
{
	background-position: -200px -100px;
	margin-right: 1px;
}
.SLT-c
{
	background-position: -200px -200px;
}
.SLT-a2
{
	background-position: 0px 0px;
}
.SLT-b2
{
	background-position: 0px -100px;
	margin-right: 1px;
}
.SLT-c2
{
	background-position: 0px -200px;
}
.searchBox
{
	margin: 0px auto;
	overflow: hidden;
}
.searchInputBox
{
	font-size: 12px;
}
#taobao .searchInputBox
{
	padding-bottom: 0px;
	margin-top: -7px;
	padding-left: 0px;
	padding-right: 0px;
	height: 40px;
	overflow: hidden;
	padding-top: 0px;
}

.bigInp
{
	width: 200px;
	height: 24px;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 3px;
	padding-top: 2px;
}
.bigSubmit
{
	width: 95px;
	height: 28px;
	font-size: 14px;
	vertical-align: middle;
}
.boxcontent
{
	position: relative;
	margin-top: 7px;
	margin-left: 20px;
	font-size: 8pt;
	overflow: auto;
}
.box
{
	background-position: bottom;
	margin-top: 10px;
	margin-right: 10px;
	width: 350px;
	height: 80px;
	background: url('Images/wbg.gif') no-repeat bottom; /*投产使用：background: url(Images/wbg.gif) no-repeat bottom;*/
}


.windowurgent_close_button
{
	background-image: url(images/windowurgent_close_button.gif) !important;
}

#messageurgent
{
	display: none;
	position: absolute;
	top: 35px;
	width: 260px;
	background-color: #FFF490;
	color: #000000;
	text-align: left;
	z-index: 101;
}
.messageurgentcontent
{
	position: relative;
	padding: 10px;
	padding-right: 20px;
}
#messageurgent strong
{
	display: block;
	margin-bottom: 10px;
}
#messageurgent span
{
	display: block;
	width: 230px;
}
#messageurgent a
{
	color: #2B29EC;
	font-weight: bold;
	text-decoration: underline;
}
#messageurgent a:hover
{
	color: #DA0B01;
	text-decoration: underline;
}


.window_close_button, .windowurgent_close_button
{
	position: absolute;
	top: 3px;
	right: 1px;
	cursor: pointer;
	display: inline;
	border: 0px;
	width: 16px;
	height: 15px;
	background-image: url(images/window_close_button.gif);
	background-position: top left;
	margin-right: 4px;
}
.window_close_button_hover
{
	background-position: top right;
}
.windowurgent_close_button
{
	background-image: url(images/windowurgent_close_button.gif) !important;
}


#menu_dropdown
{
	position: absolute;
	display: none;
	z-index: 101;
	width: 150px;
	text-align: left;
	border: 1px solid #BBB;
	background-color: #EEE;
}

#menu_dropdown a
{
	display: block;
	color: #444;
	font-size: 8pt;
	text-decoration: none;
	width: 118px;
	height: 14px;
	padding: 3px 6px 3px 26px;
	background-position: 3px 2px;
	background-repeat: no-repeat;
}

#menu_dropdown a:hover
{
	background-color: #CCC;
	text-decoration: none;
}

a.menu_dropdown_edit
{
	background-image: url(images/desktop_dropdown_edit.gif);
}
a.menu_dropdown_delete
{
	background-image: url(images/desktop_dropdown_delete.gif);
}

div.button
{
	float: left;
	padding-left: 1px;
	height: 15px;
	margin-right: 3px;
	background-image: url(images/button_background_div.gif);
	background-position: top left;
}
div.button a, div.button span
{
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 0px 6px 0px 5px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/button_background.gif);
	background-position: top right;
}
div.button a
{
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.box_z
{
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}


.topimg
{
	float: left;
	height: auto;
	width: 890px;
}
.box_z .main
{
	float: left;
	height: auto;
	width: 880px;
	background-color: #FFFFFF;
	padding-left: 4px;
}
.box_z .search
{
	float: left;
	height: 80px;
	width: 350px;
}
