﻿/* 管理后台右侧网站链接css定义：可定义内容为链接字体颜色、样式等。链接无下划线为none，有为underline */
a
{
	text-decoration: none;
	cursor: pointer;
}
/* 未访问/已访问/点击激活的链接 */
a:link, a:visited, a:active
{
	color: #000000;
}
/* 鼠标在链接上 */
a:hover
{
	color: #ff6600;
}
/* ff中无链接翻页颜色定义 */
a[disabled=disabled]
{
	color: #aca899;
}
body
{
	background: #d4e4f6;
	padding: 0px;
	margin: 0px;
}
body, th, td, input, button, textarea
{
	font-family: "宋体";
	font-size: 12px;
}
select
{
	font-family: "tahoma";
	font-size: 12px;
}

th
{
	font-weight: normal;
}
td
{
	line-height: 150%;
	padding: 0px;
}
input, select
{
	vertical-align: middle;
}
input[type=checkbox]
{
	vertical-align: middle;
}
input[type=radio]
{
	vertical-align: text-bottom;
}
*   html input[type=radio]
{
	vertical-align: middle;
}
.inputbutton, .inputbutton_hover
{
	background: url(/uploads/image/aaimages/btn_bgs.gif) repeat-x scroll 0 -5px;
	padding: 0px 14px 0px 13px;
	margin: 2px;
	overflow: visible;
	border: 1px solid #7fb5e1;
	height: 20px;
	cursor: pointer; *padding-top:2px;
}
.inputbutton_hover
{
	background-position: 0 -35px;
	border: 1px solid #95c1ff;
	color: #306fb6;
}
.buttonspacing
{
	padding: 0px 6px 0px 6px;
	letter-spacing: 6px;
}
.inputtext, .inputtext_hover, .inputtext_focus
{
	height: 16px;
	line-height: 16px;
	border: #7f9db9 solid 1px;
}
.inputtext_hover, .inputtext_focus
{
	border: #3575ba solid 1px;
}
.inputtext_focus
{
	background-color: #ffffd8;
}
/* --强制div换行-- */
.divwordbreak
{
	word-break: break-all;
	overflow: hidden;
}

/* --工作台模块边框定义-- */
.webpart
{
	background: #d5e9ff;
	border: 1px solid #afd0f1;
}

#container
{
	width: 100%;
}
.column
{
	width: 49%;
	background: #d4e4f6;
	float: left;
	margin-left: 2px;
}
.item
{
	padding: 0px;
	margin: 4px;
	background: #d5e9ff;
	border: solid 1px #afd0f1;
	background: white;
	width: auto;
}
.header
{
	background-image: url(/uploads/image/aaimages/title.gif);
	line-height: 25px;
	height: 25px;
	color: #113d74;
	font-weight: bold;
	cursor: move;
	padding-left: 15px;
	padding-right: 15px;
}
.header h3
{
	float: left;
	margin: 0px;
	height: 20px;
	font-size: 12px;
}
.header h3 a
{
	float: left;
	margin: 0px;
	height: 20px;
	font-size: 12px;
	margin-top: 5px;
}
.header a
{
	float: right;
	margin-left: 5px; /*line-height: 25px;*/
	margin-top: 5px;
}

#widtitle
{
}
.content
{
	padding: 5px;
	background-color: #d5e9ff;
}
.widget_delete
{
}

/* 管理后台右侧body样式定义 */
#masterpagebody
{
	/*background:  #d4e4f6 repeat-x fixed left top;*/
	padding: 2px 8px 0px 8px;
	margin: 0px;
	text-decoration: none;
	line-height: 150%;
}
#aspnetform
{
	padding: 0px;
	margin: 0px;
}

/* 管理后台右侧通用表格样式定义 */
.border, .tablewrap
{
	border: 1px solid #6493c8;
	background: #fff;
}

.title, .gridtitle, .spacingtitle, th
{
	background: url(/uploads/image/aaimages/title.gif) #b0d0f3 repeat-x left top;
	line-height: 120%;
	color: #3666aa;
	font-weight: bold;
}
.title
{
	line-height: 22px;
}
.spacingtitle
{
	line-height: 22px;
	letter-spacing: 8px;
}

.tdbg
{
	background: #e6eff8;
	line-height: 120%;
}
.tdbgleft
{
	background: #d5e9ff;
	line-height: 120%;
}
.tdbgbottom
{
	background: #e6eff8;
	height: 40px;
	text-align: center;
}
.tdbg li
{
	margin-left: 15px !important;
}
.tdbgmouseover
{
	background: #bfdfff;
	line-height: 120%;
}
.tdbgselected
{
	background: #e0eef5;
	line-height: 120%;
}

/* 上传文件管理样式定义 */
.tdbgnolineheight
{
	background: #e6eff8;
}
.tdbgmouseover2
{
	background: #bfdfff;
}
.tdbgselected2
{
	background: #e0eef5;
}

/*　书签式面板菜单标题背景样式定义 */
.tabtitle, .titlemouseover
{
	width: 80px;
	height: 22px;
	background: url(/uploads/image/aaimages/titlebg2.gif);
	line-height: 120%;
	padding-top: 2px;
	font-weight: normal;
	cursor: pointer;
}
.tabtitle
{
	background: url(/uploads/image/aaimages/titlebg2.gif);
}
.titlemouseover
{
	background: url(/uploads/image/aaimages/titlebg1.gif);
	color: #ffffff;
}


/* 输入检测报警色 */
.highlight
{
	background-color: #fcd147;
}

.modalpopup
{
	background-color: #ddddff;
	border-width: 3px;
	border-style: solid;
	border-color: gray;
	padding: 3px;
}

.modalbackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* txtarea编辑器显示行用css */
.romnumber
{
	overflow: hidden;
	height: 365px;
	background-color: highlight;
	border-right: 0px;
	text-align: right;
	font-family: tahoma; /*font-family: fixedsys;*/
	font-size: 12px;
	font-weight: bold;
	color: highlighttext;
	cursor: default;
}
.txtmain
{
	height: 365px;
	width: 92%;
	font-family: tahoma;
	color: highlight;
	font-size: 12px;
	font-weight: bold;
	border-left: 0px;
}

/* 自定义属性列表显示用css */
.propertylist
{
	background-color: #d3deef;
	border: 1px dashed #2f4f4f;
	padding: 5px;
	padding-top: 10px;
}

#ctl00_cphcontent_attlist a
{
	background-color: #f5fbff;
	border: 1px solid #86b9d6;
	margin-right: 1px;
	vertical-align: middle;
	padding: 3px;
}
#ctl00_cphcontent_attlist a:hover
{
	background-color: #fffbf5;
	border: 1px solid #f6b9d6;
	text-decoration: none;
	padding: 3px;
}

/*标签图标编辑下拉列表css定义*/
.contextmenupanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: #fafafa;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}
.contextmenuitem:hover
{
	background-color: #ffe6a0;
	color: #003399;
	border: 1px solid #d2b47a;
	cursor: pointer;
}

/*网站统计柱状图css定义*/
.statbar
{
	background-image: url(/uploads/image/aaimages/bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 10px;
}

/*密码强度检测ajax控件样式*/
.barindicator_txtuserpassword
{
	color: #5f96cc;
	background-color: #5f96cc;
	position: absolute;
	height: 20px;
	width: 0px;
	margin-top: 3px;
	display: none;
}

.barborder_txtuserpassword
{
	border-style: solid;
	border-width: 1px;
	width: 100px;
	border-color: #5f96cc;
	vertical-align: middle;
	position: absolute;
	height: 24px;
	display: none;
}

/*解决extendedgridview内容太长撑破页面问题*/
.tablewrap
{
	table-layout: fixed;
	width: 100%;
}

.tdwrap
{
	overflow: hidden;
}

/*评论样式 css*/


#bbs_title
{
	background-image: url(/uploads/image/aaimages/title.gif);
	line-height: 25px;
	height: 25px;
	border: 1px solid #6493c8;
	color: #3666aa;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}
#bbs_title input
{
	margin-left: -12px;
}
#bbs_title_right
{
	background-image: url(/uploads/image/aaimages/title.gif);
	line-height: 25px;
	float: right;
	font-weight: normal;
}

#bbs_main_center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	border-bottom: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_main_center_content
{
	background: #fff;
	border-left: 1px solid #6493c8;
}
#bbs_main_bottom_center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-top: 1px solid #6493c8;
}
#bbs_main_bottom_left
{
	background: #fff;
	border-top: 1px solid #6493c8;
	text-align: center;
}
#bbs_main_cneter_content_top
{
	border-bottom: 1px solid #6493c8;
}
#bbs_main_center_face
{
	border-right: 1px solid #6493c8;
}

#bbs_center
{
	background: #fff;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	border-bottom: 1px solid #6493c8;
	clear: both;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_left
{
	width: 155px;
	float: left;
	border: 1px solid #6493c8;
	text-align: center;
	border: 0px;
	height: 100%;
}
#bbs_left_input
{
	width: 20px;
	float: left;
	text-align: center;
}
#bbs_left_face
{
	margin-top: 15px;
}
#bbs_left_info
{
	margin-left: 35px;
	text-align: left;
}
/*
#bbs_left_input input
{
	margin-top:80px;
}
*/
#bbs_right
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_text
{
	padding: 8px;
	overflow-x: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
* html #bbs_right
{
	margin-left: -155px;
	border-left: none;
	float: right;
}
* html #bbs_text
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: auto !important;
	height: 185px;
	min-height: 185px;
}
#bbs_bot
{
	clear: both;
	background: #fff;
	border-bottom: 1px solid #6493c8;
	border-left: 1px solid #6493c8;
	border-right: 1px solid #6493c8;
	line-height: 26px;
	height: 26px;
}
#bbs_botleft
{
	text-align: center;
	width: 155px;
	float: left;
	height: 26px;
}
* html #bbs_botleft
{
	width: 152px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#bbs_botright
{
	margin-left: 155px;
	border-left: 1px solid #6493c8;
	height: 26px;
}
* html #bbs_botright
{
	margin-left: 152px;
}
/* 中间线 */
#bbs_center_line
{
	border-bottom: 1px solid #76a3da;
}
/* 评论虚线 */
.commontbrokenline
{
	border-top: 1px dashed #1a89da;
	height: 1px;
	overflow: hidden;
}
.compare_tdtop
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.compare_tdinter
{
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	text-align: center;
}
.compare_tdbg
{
	background: #e6eff8;
	line-height: 120%;
}
.compare_tdbg1
{
	background: #ffffff;
	line-height: 120%;
}
.compare_title
{
	background: #ebeadb;
	color: #000000;
	font-weight: normal;
}


/*添加商品，属性选择*/
.contextmenupanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(/uploads/image/aaimages/menu-bg.gif) repeat-y 0 0 #fafafa;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

a.contextmenuitem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.contextmenuitem-selected
{
	font-weight: bold;
}

a.contextmenuitem:hover
{
	background-color: #ffe6a0;
	color: #003399;
	border: 1px solid #d2b47a;
	padding: 3px 18px 3px 32px;
}

/* --日历样式定义开始-- */
.cal_border
{
	width: 100%;
	font: normal normal normal 12px/150% verdana,arial, "宋体" ,helvetica,sans-serif;
	border-collapse: collapse;
}
.cal_border td
{
	padding: 0px;
}
/* 顶部标题 */
.cal_title
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font: normal normal bold 10pt/150% verdana,arial, "宋体" ,helvetica,sans-serif;
}
/* 当前日期背景 */
.cal_data
{
	width: 14%;
	background: #afd0f3;
}
/* 本月日期背景 */
.cal_month_data
{
	background: #fff;
}
.cal_month_data a, .cal_month_data a:link, .cal_month_data a:hover, .cal_month_data a:visited, .cal_month_data a:active
{
	text-decoration: underline;
}
/* 非本月日期 */
.cal_next_data
{
	width: 14%;
	background: #f8f8f8;
}
.cal_next_data a, .cal_data a:link
{
	text-decoration: none;
}
/* 双休日背景 */
.cal_weekendday
{
	border-top: #fff 1px solid;
	font: normal normal bold 12px/150% verdana,arial, "宋体" ,helvetica,sans-serif;
}
.cal_weekendday a, .cal_weekendday a:link, .cal_weekendday a:hover, .cal_weekendday a:visited, .cal_weekendday a:active
{
	text-decoration: underline;
}
/* 选中日期样式 */
.selectedday
{
	background: #c00;
	border: 0;
}
/* 星期 */
.cal_title th
{
	background: #e8fbe7;
	height: 20px;
	border-collapse: collapse;
	font: normal normal bold 12px/150% verdana,arial, "宋体" ,helvetica,sans-serif;
	color: #000;
}

/* 选择上、下一个月 */
.cal_title_lr, .cal_title_lr a, .cal_title_lr a:link, .cal_title_lr a:hover, .cal_title_lr a:visited, .cal_title_lr a:active
{
	text-decoration: underline;
}
/* 左侧选择列 */
.cal_selector
{
	background: #deecf7;
	font: normal normal bold 12px/150% verdana,arial, "宋体" ,helvetica,sans-serif;
}
/* 白边框 */
.cal_month_data, .cal_title th, .cal_next_data, .cal_selector
{
	border: #fff 1px solid;
}
/* --日历样式定义结束-- */

/* --内容管理页虚链接定义开始-- */
.linktype
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	background: none;
	font-size: 0px;
}
.link
{
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	z-index: 2;
	margin: 9px 0px 0px 2px;
	background: url(/uploads/image/aaimages/link.gif) no-repeat;
}
/* --内容管理页虚链接定义结束-- */

/* ====执行等待样式==== */
#box_overlay
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#reguser
{
	background-color: #fff;
	border: 1px solid #525252;
	width: 214px;
	height: auto;
	text-align: center;
}

/*拖动排序*/
.ol_wrapper
{
	margin: 10px auto;
	width: 600px;
	border: 1px solid #6493c8;
	background: #ffffff;
	padding: 1px;
	padding-bottom: 0px;
}
.ol_wrapper dl, .ol_wrapper dt, .ol_wrapper dd, .ol_wrapper ul, .ol_wrapper li
{
	margin: 0px;
	padding: 0px;
}
.ol_wrapper dl
{
	background: #e6eff8;
}
.ol_wrapper dt
{
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #3666aa;
	font-weight: bolder;
	background: url(/uploads/image/aaimages/title.gif) top repeat-x;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a
{
	display: block;
	cursor: pointer;
	height: 22px;
	line-height: 22px;
	background: #e6eff8;
	text-decoration: none;
	color: #000000;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
}
#phoneticlong li a:hover
{
	font-weight: bolder;
	filter: alpha(opacity=90); /*ie*/
	opacity: 0.9; /*ff*/
	background: #bfdfff url(/uploads/image/aaimages/icon_order.gif) 8px 3px no-repeat;
	color: #ffffff;
	border-bottom: 1px solid #6493c8;
}

#categoryinfomanage
{
	width: 400px;
	float: left;
}

#specialinfomanage
{
	width: 400px;
	float: left;
}
#categoryinfomanage td, #specialinfomanage td, #commentmanage td, #productmanage td, #nodesmanage td
{
	line-height: 100%;
}
.htmlcontentviewtips
{
	color: blue;
	font-weight: bold;
}

.showpaypassword
{
	background: #d4e4f6;
}
/*重建标题索引样式*/
#showupdayehashkey
{
	background: #d4e4f6;
	line-height: 120%;
}

/*手风琴效果样式*/
.ui-helper-hidden
{
	display: none;
}
.ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-widget-content
{
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
	color: #222222;
}
.ui-widget-header
{
	border: 1px solid #4297d7;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-default
{
	border: 1px solid #c5dbec;
	background: #dfeffc url(/uploads/image/aaimages/bg-title.gif) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
	outline: none;
}
.ui-state-default a
{
	color: #2e6e9e;
	outline: none;
}
.ui-state-hover
{
	border: 1px solid #79b7e7;
	font-weight: bold;
	color: #1d5987;
	outline: none;
}
.ui-state-hover a, .ui-state-hover a:hover
{
	color: #1d5987;
	outline: none;
	text-decoration: none;
}
.ui-state-active
{
	border: 1px solid #79b7e7;
	background: #eaf4fd;
	font-weight: bold;
	color: #e17009;
	outline: none;
}
.ui-state-active a
{
	color: #e17009;
	outline: none;
	text-decoration: none;
}
.ui-icon
{
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-state-default .ui-icon
{
	background-image: url(/uploads/image/aaimages/bt-right-arrow.gif);
	background-position: 0px 2px;
}
.ui-state-active .ui-icon
{
	background-image: url(/uploads/image/aaimages/bt-down-arrow.gif);
	background-position: 0px 2px;
}
.ui-accordion .ui-accordion-header
{
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix
{
	display: inline;
}
.ui-accordion .ui-accordion-header-active
{
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a
{
	display: block;
	font-size: 1em;
	padding: .5em .5em .5em 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon
{
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content
{
	border-top: 0;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: hidden;
	display: none;
}
.ui-accordion .ui-accordion-content-active
{
	display: block;
	overflow: hidden;
}
/*浮动帮助提示信息*/
.tips
{
	display: none;
}
.tipshelp
{
	width: 8px;
	cursor: help;
	background: transparent  no-repeat scroll left top;
}
#petipscontainer
{
	position: absolute;
	width: 400px;
	font-weight: normal;
	text-align: left;
	word-wrap: break-word; /*自动换行,在ff中对英文和数字无效*/
	border: 1px solid #cccccc /*#a00*/;
	display: none; /*先不要让它显示*/
}
#petips
{
	color: #a00;
	background-color: #ffffcc;
	padding: 10px;
}
#petips div.triangle
{
	background: transparent  no-repeat scroll left top;
	position: absolute;
	height: 17px;
	left: 20px;
	top: -16px;
	width: 31px;
	z-index: 999;
}
/*提醒信息*/
.message
{
	padding: 2px;
	margin: 2px;
	background-color: #fffdd7;
	border: 1px solid #d7d7d7;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #a00;
}
/*bug与建议历史记录*/
.expandimg
{
    display: block;
    float:left;
    width:15px;
    height:15px;
    margin:3px 10px;
    cursor:pointer;
	background: url(/uploads/image/aaimages/expandtag.gif) #b0d0f3 repeat-x left top;
	background-position: -15 -30px;
}
.collapseimg
{
	display: block;
    float:left;
    width:15px;
    height:15px;
    margin:3px 10px;
    cursor:pointer;
	background: url(/uploads/image/aaimages/expandtag.gif) #b0d0f3 repeat-x left top;
	background-position: 0 -15px;
}
.content_display
{
    width:95%;
    margin:20px;
}
/* loadmask begin*/
#loadmask
{
    position : absolute;
    top: 10px; 
    left: 10px;
    border:solid 1px #4a6b84;
    z-index:65535;
    display:block;
}
#loadmask span
{
    border: solid 1px #d5e9ff;
    text-align: center;
    padding: 0px 20px 0px 30px;
    margin:0px;
    line-height:29px;
    display:block;
    background: url(/uploads/image/aaimages/pageloading.gif) #d5e9ff no-repeat 5px 50%; 
    color: #113d74; 
    font-size: 12px; 
    font-weight: bold;
}

/* loadmask end*/
