﻿body
{
	font-size: 9pt;
	background-color: #fff;
	margin: 0;
	margin: 0 auto;
}

a
{
	text-decoration: none;
	color: #555;
}

a:hover
{
	text-decoration: underline;
}

.omissionContent
{
	width: 15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topmenubg
{
	background: url(../Images/bg_header.gif) repeat-x;
}

.topmenu
{
	height: 34px;
	float: left;
	min-width: 860px;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	margin-top: 24px;
}

.topmenu ul
{
	margin: 0;
	padding: 0;
}

.topmenu li
{
	float: right;
	border: solid 1px #43809C;
	border-bottom: none;
	list-style-type: none;
	margin-right: 1px;
	margin-top: 2px;
}

.topmenu span
{
	display: block;
	float: left;
	background: url(../Images/bg_menu2.gif);
	height: 25px;
	line-height: 25px;
	border: solid 1px #FFF;
	border-bottom: none;
	color: #555;
	padding: 0 10px;
}

input.uploadBox
{
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 60%;
	border: 1px solid #ccc;
	display: block;
}

.Button
{
	height: 20px;
	cursor: hand;
	font-size: 12px;
	padding-top: 3px;
	border: solid 1px #8099ae;
	border-bottom: solid 1px #ff7902;
	vertical-align: middle;
	background-color: Transparent;
	background-image: url(../Images/Show/bg_but_1.gif);
}

.BtnDelete
{
	height: 24px;
	cursor: hand;
	padding-left: 7px;
	padding-top: 4px;
	font-size: 12px;
	border: solid 1px #FFF;
	background-image: url(../Images/Show/ht2_08.jpg);
}

.BtnDel
{
	height: 23px;
	cursor: hand;
	padding-top: 4px;
	font-size: 12px;
	border: solid 1px #2f84a4;
	background-image: url(../Images/Show/btnBackgroup_1.gif);
	color: #00628f;
}

.Btnbotton
{
	height: 24px;
	font-size: 9pt;
	padding-top: 3px;
	background-color: #FFF;
	background-image: url(../Images/btnBackgroup_2.gif);
	border: 1px solid #bababa;
	color: #00628f;
}

.BtnOperate
{
	height: 25px;
	cursor: hand;
	font-size: 9pt;
	padding-top: 3px;
	border: solid 1px #FFF;
	background-image: url(../Images/btnBackgroup_1.gif);
	color: #00628f;
	background-color: #5ea1c1;
}

.BtnTagOperate
{
	height: 19px;
	cursor: hand;
	font-size: 12px;
	border: solid 1px #71AFD1;
	background-color: #DAF4FF;
	color: #0F558C;
	padding-top: 1px;
}

.BtnTagDel
{
	height: 20px;
	width: 59px;
	cursor: hand;
	background-image: url(../Images/Tag_del.gif);
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 1px;
}

.BtnTagMod
{
	height: 20px;
	width: 59px;
	cursor: hand;
	background-image: url(../Images/Tag_mod.gif);
	margin-left: 10px;
	margin-top: 2px;
}

.TdTagColor
{
	background-color: #E6F8FF;
}

.BtnTreeOperate
{
	cursor: hand;
	width: 20px;
	height: 20px;
	border-width: 0;
}
.BGImageOperate
{
	background-image: url(../Images/Show/TreeBtn_2.gif);
}
.BGImageLeft
{
	background-image: url(../Images/Show/TreeBtn_1.gif);
}
.BGImageRight
{
	background-image: url(../Images/Show/TreeBtn_3.gif);
}
.treeBtn
{
	height: 17px;
	cursor: hand;
	border: solid 1px #77b4d3;
	background-image: url(../Images/Show/TreeBtn.gif);
	color: #434343;
	font-size: 10px;
	padding-top: 1px;
	padding-left: 1px;
}
.treeBtn1
{
	height: 17px;
	cursor: hand;
	border: solid 1px #77b4d3;
	background-image: url(../Images/Show/TreeBtn1.gif);
	color: #434343;
	font-size: 10px;
	padding-top: 1px;
	padding-left: 1px;
}
.treeBGImg
{
	background-image: url(../Images/Show/TreeImage_2.gif);
}
.treeBGLeft
{
	background-image: url(../Images/Show/TreeImage_1.gif);
}
.treeBGRight
{
	background-image: url(../Images/Show/TreeImage_3.gif);
}
.Text
{
	border: solid 1px #ddd;
}

.ButtonAdd
{
	background-image: url(../Images/Show/TreeBtn_9.gif);
	border: 1px solid #66A5C3;
	cursor: hand;
	height: 23px;
	padding-left: 20px;
	color: #00628f;
	background-color: Transparent;
	font-size: 12px;
	padding-top: 4px;
}

.CompanyDataTable
{
	width: 750px;
}

.TextBox
{
	border: #BCB9B6 1px solid;
}

.TextBox1
{
	border: #B3D0E7 1px solid;
}

.DropDownList
{
	border: #94B0CA 1px solid;
}

.TD
{
	border: solid 1px #94B0CA;
}

.Progress
{
	position: absolute;
	left: expression((document.body.clientWidth/2)-150);
	top: expression((document.body.clientHeight /2)-75);
	z-index: 10000;
}

.remindProgress
{
	position: absolute;
	left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
	z-index: 9999;
}

.modalBackground
{
	filter: alpha(opacity=10);
	opacity: 0.7px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: Gray;
	z-index: 1000;
}

.iframe
{
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=50);
	z-index: -1;
	width: 100%;
	height: 100%;
}

.UploadBar
{
	left: 150px;
	top: expression(document.body.clientHeight /2);
	border: #94B0CA 1px solid;
	padding: 5px;
}

.wrap /*强制换行*/
{
	word-break: break-all;
	word-wrap: break-word;
}

.NBTD
{
	border: #C8C8C8 1px solid;
	border-bottom: none;
}

.LTD
{
	border-left: #C8C8C8 1px solid;
}

.OTTD
{
	border-top: #C8C8C8 1px solid;
}

.NRTD
{
	border: #C8C8C8 1px solid;
	border-right: none;
}

.NLTD
{
	border: #C8C8C8 1px solid;
	border-left: none;
}

.FBTD
{
	border-left: #C8C8C8 1px solid;
	border-bottom: #C8C8C8 1px solid;
}

.TRTD
{
	border-top: #C8C8C8 1px solid;
	border-right: #C8C8C8 1px solid;
}

.BRTD
{
	border-right: #C8C8C8 1px solid;
	border-bottom: #C8C8C8 1px solid;
}

.FTD
{
	border: #C8C8C8 1px solid;
}

.DTD
{
	border-left: #C8C8C8 1px solid;
	border-right: #C8C8C8 1px solid;
}

.BTD
{
	border: #C8C8C8 1px solid;
	border-top: none;
}

.DIVTags
{
	height: 25px;
	line-height: 25px;
}

#divTags
{
	border: red 1px solid;
	background-color: #fff;
	line-height: 25px;
	position: absolute;
	width: 80%;
	z-index: 1000;
	display: none;
}

/************************************CollapsiblePanel Style***************************************/

.CollapsiblePanel
{
	border-right: #999 1px solid;
	border-top: #999 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin: 0;
	padding: 0;
}

.CollapsiblePanelTab
{
	font: bold 12px sans-serif;
	cursor: pointer;
	border-bottom: #ccc 1px solid;
	background-color: #ddd;
	moz-user-select: none;
	khtml-user-select: none;
	text-align: right;
	margin: 0;
	padding: 2px;
}

.CollapsiblePanelTab A
{
	color: #000;
	text-decoration: none;
}

/********************************************Show目录下页面样式**************************************************/

.remindTable
{
	width: 364px;
	background-image: url(../Images/remind.gif);
	text-align: left;
	font-size: 13px;
}

.remindTd1
{
	padding-left: 35px;
	font-weight: bold;
	height: 47px;
	vertical-align: top;
	padding-top: 7px;
}

.remindTd2
{
	height: 90px;
	padding-left: 110px;
}

.remindTd3
{
	height: 48px;
}

.btnRemind
{
	width: 85px;
	height: 28px;
	cursor: hand;
	border: 0;
	background-image: url(../Images/but.gif);
	color: #FFF;
	font-weight: 700;
	font-size: 12px;
}

.divVariable
{
	width: 138px;
	cursor: pointer;
	word-break: normal;
	word-wrap: normal;
	background: url(../Images/button_1.gif) repeat-x;
	float: none;
	height: 28px;
	text-align: justify;
}

.btnVariable1
{
	width: 3px;
	height: 28px;
	float: left;
	background: url(../Images/button_0.gif) no-repeat;
}

.btnVariable2
{
	height: 28px;
	float: left;
}

.btnVariable3
{
	color: #fff;
	margin: 8px 8px 0;
}

.btnVariable4
{
	width: 5px;
	height: 28px;
	float: right;
	background: url(../Images/button_2.gif) no-repeat;
}

.TdBR
{
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}

.ListTdBR
{
	border: solid 1px #e2e2e2;
	border-right: none;
}

.TdB
{
	border-bottom: solid 1px #e2e2e2;
}

.TabBR1
{
	border: solid 1px #e2e2e2;
	border-top: none;
}

.TabBR2
{
	border: solid 1px #e2e2e2;
	border-bottom: none;
}

.TabTree
{
	border: 1px solid #85AECD;
}

.TrBg
{
	background-color: #dceefc;
}

.TdColor
{
	background-color: #f4f4f4;
}

.TrBgColor
{
	background-color: #F1F1F1;
}

.TrBgColor1
{
	background-color: #fef3df;
	height: 25px;
}

.TrBGColor2
{
	height: 24px;
	background-color: #e2e2e2;
}

.TabTrImage
{
	height: 50px;
	background-image: url(../Images/ht1_41.jpg);
}

.TableTd
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}

.TdBDRight
{
	border-right: solid 2px #FAFAFA;
}

.TD_Border
{
	border: solid 1px #e2e2e2;
}

.Table_Font
{
	font-size: 12px;
}

.TR_Font1
{
	font-size: 15px;
	color: #2E5a7E;
	font-weight: 700;
	padding-left: 10px;
}

.TR_Font
{
	color: #003DA2;
	font-weight: 700;
	height: 25px;
}

.TableBGColor
{
	background-color: #FFF;
}

.TabTD
{
	padding-left: 15px;
	padding-top: 3px;
}

.TabPdTop
{
	padding-top: 3px;
}

.PageTdBg
{
	font-weight: 700;
	font-size: 14px;
	padding-top: 4px;
	padding-left: 10px;
	background-color: #E2E2E2;
	text-align: left;
}

.PageTdBg1
{
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	width: 222px;
	background-image: url(../Images/Show/ht2_03.jpg);
}

.PageTdBg2
{
	font-weight: 700;
	font-size: 14px;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	background-image: url(../Images/Show/ht2_04.jpg);
}

.PageTdColor
{
	width: 10px;
	background-color: #FFA604;
}

.FontSize
{
	font-size: 12px;
}

.homeLogoFont
{
	color: #FFF;
	text-decoration: underline;
	font-size: 9pt;
}

.BtnChoiceCtg
{
	height: 24px;
	font-size: 9pt;
	padding-top: 3px;
	background-color: #FFF;
	background-image: url(../Images/btnBackgroup_2.gif);
	border: 1px solid #bababa;
	color: #686868;
	cursor: hand;
}

.ODDLinkFont
{
	text-decoration: underline;
	color: purple;
}

.ODDFont
{
	font-weight: 700;
	font-size: 10pt;
}

.btnShowAdd
{
	width: 100px;
	height: 25px;
	color: #004e8c;
	font: bold 13px;
	padding-top: 2px;
	cursor: hand;
	background-image: url(../Images/show_add.gif);
	border-style: none;
}

.helpLink
{
	text-decoration: underline;
	color: #000;
	font-size: 9pt;
}

.TdHelp
{
	padding-top: 2px;
	vertical-align: top;
	text-align: right;
}

.TdHelp1
{
	padding-top: 7px;
	vertical-align: top;
	text-align: right;
}

.helpImg
{
	border-style: none;
	border-width: 0;
}

.divManage
{
	background-color: #DCEEFC;
	border: 1px solid #71AFD1;
	height: 18px;
	color: #0F558C;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
}

.divTitles
{
	background-color: #DCEEFC;
	border: 1px solid #71AFD1;
	height: 22px;
	color: #0F558C;
	line-height:22px;
	text-align: center;
	font-size: 12px;
}

.TdTitle
{
	background-color: #DCEEFC;
	border: 1px solid #71AFD1;
	height: 18px;
	color: #0F558C;
}

.TadBD
{
	border: solid 1px #71AFD1;
	border-top: none;
}

.TadBD1
{
	border-top: solid 0 #71AFD1;
	border-left: solid 1px #71AFD1;
	border-right: solid 1px #71AFD1;
	border-bottom: solid 0 #71AFD1;
}

.tdFont
{
	font-size: 13px;
	font-weight: 700;
}

.tdFontColor
{
	color: #0F558C;
}

.spanFontColor
{
	color: #888;
}

.optionBGColor_1
{
	height: 20px;
	width: 5px;
	background-image: url(../Images/Show/option-01.gif);
}

.optionBGColor_2
{
	height: 20px;
	background-image: url(../Images/Show/option-02.gif);
}

.optionBGColor_3
{
	height: 20px;
	width: 5px;
	background-image: url(../Images/Show/option-03.gif);
}

.optionBGColor_4
{
	height: 20px;
	width: 5px;
	background-image: url(../Images/Show/option-04.gif);
}

.optionBGColor_5
{
	height: 20px;
	background-image: url(../Images/Show/option-05.gif);
}

.optionBGColor_6
{
	height: 20px;
	width: 5px;
	background-image: url(../Images/Show/option-06.gif);
}

.optionTD
{
	cursor: hand;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #174B76;
	font-size: 14px;
	font-weight: 700;
}

.optionTD1
{
	cursor: hand;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #00628f;
	font-size: 12px;
}

.optionTR
{
	background-image: url(../Images/Show/option-tr.gif);
}

.btnDropDown
{
	height: 21px;
	width: 21px;
	cursor: hand;
	background-image: url(../Images/DropDown.gif);
	border: solid 1px #FFF;
	color: #00628f;
	background-color: #5ea1c1;
	border-style: none;
}

.PrizeCut
{
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	width: 90px;
}

.PrizeTD1
{
	text-align: left;
	border-bottom: dotted 1px gray;
	padding-left: 10px;
}

.PrizeDiv
{
	position: absolute;
	display: none;
	width: 150px;
	background-color: #FFF;
	padding: 5px;
}

.PrizeTD2
{
	color: #FF6702;
	font-size: 10pt;
	font-weight: 700;
}

.PageCss
{
	text-align: center;
}

.DefaultAdminBtn
{
	height: 19px;
	font-size: 9pt;
	padding-top: 2px;
	background-color: #FFF;
	background-image: url(../Images/btnBackgroup_2.gif);
	border: 1px solid #bababa;
	color: #545454;
	cursor: pointer;
	float: right;
	margin-right: 3px;
}

.DefaultAdmin_td2
{
	padding-left: 11px;
}

.editCss
{
	background-color: #FFF6ED;
	border: solid 1px red;
}

.ImgSrc
{
	src: url (../Images/defalutAdmin/Btn_bit.gif);
}

/******************联系方式页面样式 ↓↓↓↓↓↓↓↓↓↓************************/

.LinkModeListText
{
	text-align: left;
	color: #016191;
	font-size: 10pt;
	margin: 10px 0 0 1px;
	float: left;
}

.LinkModeListSelectArea
{
	height: 120px;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	clear: both;
}

.LinkModeListPositionImg
{
	float: right;
	margin: 10px 0 0 1px; 
	vertical-align:middle;	
}

.LinkModeListPositionImg1
{
	border: solid 1px #016191; 
	display: none; 
	position: absolute; 
	top: 28px; 
	right: 0px;
	z-index:1000;
}

.LinkModeListTd
{
	border: solid 1px #BCBCBC;
	position: relative; 
}

.LinkModeListTdDiv1
{
	height: 60px;
	text-align: center;
	width: 98%;
}

.LinkModeListTdDiv2
{
	height: 60px;
	text-align: center;
}

.LinkModeListSysDiv
{
	width: 150px;
	text-align: left;
	margin: 0 auto;
}

.LinkModeListCustomDiv
{
	margin: 0 auto;
}

.LinkModeListSetButton
{
	width: 130px;
	margin: 8px 0 0 20px;
}

.TopButton
{
	background: url(../Images/defalutAdmin/top.gif);
	border: #069 1px solid;
	cursor: hand;
	color: #fff;
	font-family: "宋体";
	font-size: 9pt;
	height: 24px;
	text-align: center;
	padding: 0;
}

A.top:hover
{
	font-size: 12px;
	color: #000;
	font-family: "宋体";
	text-decoration: none;
}

/******************联系方式页面样式 ↑↑↑↑↑↑↑↑↑↑************************/

.ratingStar
{
	font-size: 0;
	width: 16px;
	height: 15px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

/*选中*/

.filledRatingStar
{
	background-image: url(../Images/FilledStar.gif);
}

/*没有选中*/

.emptyRatingStar
{
	background-image: url(../Images/EmptyStar.gif);
}

/*保存*/

.savedRatingStar
{
	background-image: url(../Images/SavedStar.gif);
}

.divFeedBack
{
	position: absolute;
	z-index: 1000;
	background-color: red;
	width: 360px;
}

.BtnSubmit
{
	height: 24px;
	font-size: 9pt;
	padding-top: 3px;
	background-color: #FFF;
	background-image: url(../Images/btnBackgroup_2.gif);
	border: 1px solid #bababa;
}

.userGrade
{
	width: 140px;
	padding-top: 18px;
}

.userGrade1
{
	width: 140px;
	padding-top: 5px;
	padding-right: 5px;
}

.CalendarCss
{
	background-color: Red;
}

table, .CollapsiblePanelContent
{
	margin: 0;
	padding: 0;
}

.TLTD, .TFTD
{
	border-top: #C8C8C8 1px solid;
	border-left: #C8C8C8 1px solid;
}

.DIVTags span, #divTags span
{
	cursor: hand;
}

#divSetProductsSave, #divDelProductDatum
{
	text-align: right;
	padding-top: 3px;
}

.CollapsiblePanelOpen .CollapsiblePanelTab, .CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover, .CollapsiblePanelFocused .CollapsiblePanelTab
{
	background-color: #ccc;
}

.tdPdLeft, .DefaultAdmin_td
{
	padding-left: 10px;
	font-size: 12px;
}

A.top:link, A.top
{
	font-size: 12px;
	color: #fff;
	font-family: "宋体";
	text-decoration: none;
}

/*截断*/

.maxLen
{
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

.classContent
{
	margin: 0 auto;
	text-align: center;
	padding-top: 3px;
}

.rightContent
{
	float: left;
	word-break: break-all;
	width: 100%;
	margin-left: -186px;
	margin-right: -8px;
}


#divChoice
{
	font-size: 12px;
	color: #0059A0;
	height: 21px;
	padding-left: 10px;
	width: 100%;
}

.choiceImg
{
	background-image: url(../Images/defalutAdmin/ch.gif);
	height: 21px;
	border: 1px solid #fff;
}

.choiceImg_1
{
	background-image: url(../Images/choiveimg_1.gif);
	height: 28px;
}

.ddlchowColor
{
	width: 300px;
	font-size: 12px;
	color: #0059A0;
	height: 20px;
}
.fontDAtion
{
	cursor: pointer;
	text-decoration: underline;
}
.TabBd
{
	border: 1px solid #85AECD;
	border-bottom-style: none;
}
.TabBdTR
{
	border-bottom: solid 1px #85AECD;
	border-right: solid 1px #85AECD;
}
.TabBdTD
{
	border-bottom: solid 1px #85AECD;
}


.btnIssue
{
	background-image: url(../Images/btnIssue.gif);
	border: solid 1px #7a7a7a;
	width: 65px;
	height: 20px;
	font-size: 13px;
	color: #FF0000;
	padding-top: 2px;
	vertical-align: middle;
	float: left;
	margin-top: 15px;
	margin-left: 6px;
	cursor: hand;
}
.optionTab
{
	width: 57px;
	background-color: #FFF;
	border: solid 1px white;
}
.divFont
{
	float: left;
	width: 160px;
	height: 25px;
	color: #656565;
}

