﻿body
{
    margin: 0px;
    font-size:9pt;
}
input
{
    border: solid 1px #003C74;
    font-size: 12px;
    background-image: url(../Images/input_bg.jpg);
    background-repeat: repeat-x;
    padding: 2px 5px 0 5px;
    margin: 2px 4px;
}
select
{
    border:solid 1px #d5d5d5;
    font-size:9pt;
}
.clear
{
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	
}
/*----------------------------------------------------TabControl Begin-----------------------------------------------------*/
/* Tab全局Div */
.tc
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 490px;
}
/* Tab标题Div */
.tc_Title
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 27px;
    float: left;
    clear: both;
    background-image: url(../Images/info_class_bg.png);
    background-position:0 0;
    background-repeat: repeat-x;
    border-left:solid 1px #d5d5d5;
    border-top:solid 1px #d5d5d5;
    border-right:solid 1px #d5d5d5;
    margin-top:2px;
}
/* TabPage标题UI */
.tc_Ul
{
	margin: 0;
	padding: 0;
	display: block;
	height: 23px;
	clear: both;
	margin-left: 10px;
}
/* 当前TabPage标题Li */
.tc_Li_Atd
{
	float: left;
	list-style-type: none;
	height: 20px;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	margin-top: 4px;
	font-size: 12px;
	color: #000000;
}
/* TabPage标题Li */
.tc_Li
{
	float: left;
	list-style-type: none;
	height: 20px;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	margin-top: 4px;
	font-size: 12px;
	color: #000000;
}
/* 当前TabPage标题文字左Span */
.tc_Span1_Atd
{
    background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:0 0;
	width: 10px;
	display: inline-block;
	float: left;
	height: 23px;
}
/* TabPage标题文字左Span */
.tc_Span1
{
    background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:0 -23px;
	width: 10px;
	display: inline-block;
	float: left;
	height: 24px;
}
/* 当前TabPage标题文字Label */
.tc_Label_Atd
{
    background-image: url(../Images/tab_btn_bg.png);
    background-position: 0 -46px;
    background-repeat: repeat-x;
    display: inline-block;
    line-height: 20px;
    padding: 3px 5px 0 5px;
    color:#ffffff;
    float: left;
}
/* TabPage标题文字Label */
.tc_Label
{
    background-image: url(../Images/tab_btn_bg.png);
    background-position: 0 -69px;
    background-repeat: repeat-x;
	display: inline-block;
	line-height: 20px;
	padding: 3px 5px 0 5px;
	float: left;
}
/* 当前TabPage标题文字右Span */
.tc_Span2_Atd
{
    background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:right -92px;
	width: 10px;
	display: inline-block;
	float: left;
	height: 24px;
}
/* TabPage标题文字右Span */
.tc_Span2
{
    background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:right -115px;
	width: 10px;
	display: inline-block;
	float: left;
	height: 24px;
}
/* 鼠标Over TabPage标题Li */
.tc_Li_Nml
{
	float: left;
	list-style-type: none;
	height: 20px;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	margin-top: 4px;
	font-size: 12px;
	color: #000000;
	
}
/* TabPage标题文字左Span */
.tc_Span1_Nml
{
    background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:0 0;
	width: 10px;
	display: inline-block;
	float: left;
	height: 24px;
	color: #004592;
}
/* 鼠标Over TabPage标题文字Label */
.tc_Label_Nml
{
    background-image: url(../Images/tab_btn_bg.png);
    background-position: 0px -46px;
    background-repeat: repeat-x;
    display: inline-block;
    line-height: 20px;
    padding: 3px 5px 0 5px;
    float: left;
    color: #ffff00;
}
/* 鼠标Over TabPage标题文字右Span */
.tc_Span2_Nml
{
	background-image:url(../Images/tab_btn_bg.png);
    background-repeat:no-repeat;
    background-position:right -92px;
	width: 10px;
	display: inline-block;
	float: left;
	height: 24px;
	color: #004592;
}
/* Tab内容Div */
.tc_Content
{    
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left:5px;
    padding: 0;
    clear: left;
    border: solid 1px #d5d5d5;
    width: 100%;
    overflow: hidden;
}
/*----------------------------------------------------TabControl End-----------------------------------------------------*/

/*---------------------------------------------------DataList Begin------------------------------------------------------*/

/*整体TABLE*/
.lc_Table
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
/*数据区域行TR*/
.lc_C
{
    background-image:url(../Images/info_class_bg.png);
	background-repeat:repeat-x;
	background-position:0 -27px;
}
/*数据区域TABLE*/
.lc_C_Table
{
	width: 100%;
	border-bottom: solid 1px #d5d5d5;
}

/*------------------标准列表样式  Begin--------------------*/
/*数据标题中THEAD*/
.lc_C_Table thead
{
	font-weight:bold;
}
/*数据标题-序号*/
.lc_C_RowNumberTitle
{
	cursor: default;
}
/*数据标题-选择项*/
.lc_C_SelectAll
{
	cursor: default;
}
/*数据标题-排序标识*/
.lc_C_Sort
{
	color: #ff0000;
	width: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 宋体,Arial,Serif;
}
/*数据标题-操作*/
.lc_C_Action
{
	cursor: default;
	color: #f00;
}
/*数据内容奇数行TR*/
.lc_C_Row0
{
	background-color: #ffffff;
}
/*数据内容偶数行TR*/
.lc_C_Row1
{
	background-color: #f6f6f6;
}
/*数据内容激活行TR*/
.lc_C_RowActived
{
	background-color: #B1C0C7;
	color:#ffffff
}
/*数据内容中序号TD*/
.lc_C_RowNumber
{
	width: 40px;
	color: #000;
	text-align: center;
	height:18px;
}
/*数据行-选择列*/
.lc_C_Select
{
}
/*数据内容中操作*/
.lc_C_Action0,.lc_C_Action1, .lc_C_Action2, .lc_C_Action3, .lc_C_Action4, .lc_C_Action5 , .lc_C_Data_Action
{
    color: #002060;
    text-decoration: underline;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
/*------------------标准列表样式  End----------------------*/

/*------------------新闻列表样式  Begin--------------------*/

/*新闻内容标题行TR*/
.nc_C_Row_Title
{
}
/*新闻内容文本行TR*/
.nc_C_Row_Text
{
}
/*新闻标题列*/
.nc_C_Data0
{
}
/*新闻日期列*/
.nc_C_Data1
{
}
/*新闻概述列*/
.nc_C_Data2
{
}
/*新闻标题SPAN*/
.nc_C_Title_Span
{
	font-weight: bold;
	color: #000000;
	cursor: default;
}
/*新闻标题SPAN-鼠标覆盖*/
.nc_C_Title_Span_Actived
{
	font-weight: bold;
	color: #FF0000;
	cursor: pointer;
}
/*------------------新闻列表样式  End----------------------*/

/*------------------合作伙伴列表样式  Begin----------------*/

/*数据内容行TR*/
.tc_C_Row
{
}
/*数据内容行列*/
.tc_C_Cell
{
}
/*数据内容行信息列图片Div*/
.tc_C_Cell_Img_Div
{
}
/*数据内容行信息列图片*/
.tc_C_Cell_Img
{
}
/*数据内容行信息列图片-鼠标覆盖*/
.tc_C_Cell_Img_Act
{
}
/*数据内容行信息列名称Div*/
.tc_C_Cell_Name
{
}
/*数据内容行信息列名称Div-鼠标覆盖*/
.tc_C_Title_Span_Actived
{
}

/*------------------合作伙伴列表样式  End------------------*/

/*------------------下载列表样式  Begin--------------------*/

/*数据内容标题行TR*/
.fc_C_Row_Title
{
}
/*数据内容文本行TR*/
.fc_C_Row_Text
{
}
/*文件标题列*/
.fc_C_Data0
{
}
/*文件日期列*/
.fc_C_Data1
{
}
/*文件大小列*/
.fc_C_Data2
{
}
/*下载次数列*/
.fc_C_Data3
{
}
/*下载按钮列*/
.fc_C_Data4
{
}
/*文件说明列*/
.fc_C_Data5
{
}
/*标题SPAN*/
.fc_C_Title_Span
{
	font-weight: bold;
	color: #000000;
	cursor: default;
}
/*日期SPAN*/
.fc_C_Date_Span
{
	font-weight: bold;
	color: #000000;
	cursor: default;
}
/*大小SPAN*/
.fc_C_Size_Span
{
	font-weight: bold;
	color: #000000;
	cursor: default;
}
/*下载次数SPAN*/
.fc_C_Down_Span
{
	font-weight: bold;
	color: #000000;
	cursor: default;
}
/*下载链接*/
.fc_C_Down_Button
{
	color: #0000FF;
	font-weight: normal;
}
/*下载链接-鼠标覆盖*/
.fc_C_Down_Button_Actived
{
	color: #FF0000;
	font-weight: bold;
}
/*概要说明SPAN*/
.fc_C_Summary_Span
{
}

/*------------------下载列表样式  End----------------------*/

/*------------------多列产品列表样式  Begin----------------*/

/*数据内容行TR*/
.pc_C_Row
{
}
/*数据内容行列*/
.pc_C_Cell
{
}
/*数据内容行产品列图片Div*/
.pc_C_Cell_Img_Div
{
}
/*数据内容行产品列图片*/
.pc_C_Cell_Img
{
}
/*数据内容行产品列图片-鼠标覆盖*/
.pc_C_Cell_Img_Act
{
}
/*数据内容行产品列名称Div*/
.pc_C_Cell_Name
{
}
/*数据内容行产品列名称Div-鼠标覆盖*/
.pc_C_Title_Span_Actived
{
}
/*数据内容行产品列价格Div*/
.pc_C_Cell_Price
{
}
/*数据内容行产品列价格Span*/
.pc_C_Cell_Price_Span
{
}
/*数据内容行产品列价格单位*/
.pc_C_Cell_Price_Unit
{
}
/*数据内容行产品列订购按钮Div*/
.pc_C_Cell_Button_Div
{
}
/*数据内容行产品列订购按钮*/
.pc_C_Cell_Button
{
}
/*数据内容行产品列订购按钮-鼠标覆盖*/
.pc_C_Cell_Button_Actived
{
}

/*------------------多列产品列表样式  End------------------*/

/*------------------单列产品列表样式  Begin----------------*/

/*数据内容行TR*/
.cc_C_Row
{
}
/*数据内容第一列*/
.cc_C_Data0
{
}
/*数据内容第二列*/
.cc_C_Data1
{
}
/*数据内容行信息列图片Div*/
.cc_C_Cell_Img_Div
{
}
/*数据内容行信息列图片*/
.cc_C_Cell_Img
{
}
/*数据内容行信息列图片-鼠标覆盖*/
.cc_C_Cell_Img_Act
{
}
/*标题Span*/
.cc_C_Title_Span
{
}
/*标题Span-鼠标覆盖*/
.cc_C_Title_Span_Actived
{
}
/*日期Span*/
.cc_C_Date_Span
{
}
/*概要信息*/
.cc_C_Cell_Sum_Div
{
}

/*------------------单列产品列表样式  End------------------*/

/*底部页码行TR*/
.lc_B
{
	display: block;
	text-align: left;
	clear:both;
}
/*底部页码行TD*/
.lc_B td
{
	border-bottom: solid 1px #d5d5d5;
	height: 23px;
	line-height: 23px;
}
/*统计数据区域*/
.lc_P_PageCount
{
	color: #000;
	cursor: default;
	float: left;
	margin-left: 10px;
}
/*记录总数*/
.lc_P_PageCount_Record
{
    font-weight: bold;
    color: Blue;
}
/*总页数*/
.lc_P_PageCount_Page
{
    font-weight: bold;
    color: Red;
}
/*页码区域*/
.lc_P_Page_Area
{
    width: 60%;
    float: right;
    padding-right: 10px;
    text-align: right;
}
/*上一页*/
.lc_P_Page_Pre
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-right: 2px;
}
/*上一页鼠标覆盖*/
.lc_P_Page_PreActived
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-right: 2px;
}
/*上一页无效状态*/
.lc_P_Page_Pre_No
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #CCC;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-right: 2px;
}
/*个位页码*/
.lc_P_Page_Num1
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*个位页码鼠标覆盖*/
.lc_P_Page_Num_Act1
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*个位当前页码*/
.lc_P_Page_Num_Cur1
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: default;
    float: left;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
/*十位页码*/
.lc_P_Page_Num2
{
    width: 26px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*十位页码鼠标覆盖*/
.lc_P_Page_Num_Act2
{
    width: 26px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*十位当前页码*/
.lc_P_Page_Num_Cur2
{
    width: 26px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: default;
    float: left;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
/*百位页码*/
.lc_P_Page_Num3
{
    width: 33px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*百位页码鼠标覆盖*/
.lc_P_Page_Num_Act3
{
    width: 33px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*百位当前页码*/
.lc_P_Page_Num_Cur3
{
    width: 33px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: default;
    float: left;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
/*千位页码*/
.lc_P_Page_Num4
{
    width: 40px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*千位页码鼠标覆盖*/
.lc_P_Page_Num_Act4
{
    width: 40px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*千位当前页码*/
.lc_P_Page_Num_Cur4
{
    width: 40px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: default;
    float: left;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}
/*页码间隔符*/
.lc_P_Page_Num_Dot
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #CCC;
    cursor: default;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
/*下一页*/
.lc_P_Page_Next
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: Blue;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*下一页鼠标覆盖*/
.lc_P_Page_NextActived
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #FF8040;
    cursor: pointer;
    text-decoration: underline;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*下一页无效状态*/
.lc_P_Page_Next_No
{
    width: 19px;
    height: 19px;
    margin-top: 1px;
    text-align: center;
    line-height: 19px;
    color: #CCC;
    cursor: default;
    border: solid 1px #CCC;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
}
/*页面输入框前文字*/
.lc_P_Page_To
{
    width: 29px;
    height: 19px;
    margin-top: 1px;
    text-align: right;
    line-height: 23px;
    cursor: default;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 2px;
    color: #808080;
}
/*页码输入框区域Div*/
.lc_P_PageChange
{
    width: 38px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    float: left;
}
/*页码输入框*/
.lc_P_PageNumber
{
    width: 20px;
    height: 15px;
    text-align: center;
    font-size: 9pt;
}
/*页面输入框后文字*/
.lc_P_Page_End
{
    width: 20px;
    height: 19px;
    margin-top: 1px;
    text-align: left;
    line-height: 23px;
    cursor: default;
    float: left;
    font-weight: normal;
    margin-left: 2px;
    margin-right: 2px;
    color: #808080;
}
/*页码确认按钮Div*/
.lc_P_PageOk
{
    width: 50px;
    height: 19px;
    text-align: left;
    line-height: 19px;
    float: left;
    
}
/*页码确认按钮*/
.lc_P_PageButton
{
    font-size: 9pt;
    width: 57px;
    background-image:url(../Images/inputbtn_bg.png);
    background-repeat:no-repeat;
    border:none;
    color:#ffffff;
}
/*数据中TD*/
.lc_C_Table td
{
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	border-left: solid 1px #ffffff;
	white-space: nowrap;
	padding-top:2px;
}
/*数据标题中TD*/
.lc_C_Table thead tr td 
{
	height: 16px;
	text-align: center;
	cursor: default;
	color: #333;
	font-weight:bold;
}
/*数据内容TD*/
.lc_C_Table tbody tr td
{
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

/*---------------------------------------------------DataList End--------------------------------------------------------*/

/*---------------------------------------------------DataList Begin------------------------------------------------------*/

/*整体Div*/
.dV_All
{
}
/*标题Div*/
.dV_Title
{
}
/*日期Div*/
.dV_Date
{
}
/*概要信息Div*/
.dV_Summary
{
}
/*详细信息描述区域Div*/
.dV_Describe
{
}

/*----------------产品DataView样式  Begin----------------*/

/*主信息Div*/
.dV_P_Table_Div
{
}
/*主信息Table*/
.dV_P_Table
{
}
/*主信息行1*/
.dV_P_Tr0
{
}
/*主信息行2*/
.dV_P_Tr1
{
}
dV_P_Td0
/*主信息列*/
.dV_P_Td0
{
}
/*主信息列2*/
.dV_P_Td1
{
}
/*概要信息Div*/
.dV_P_Summary
{
}
/*图片Div*/
.dV_P_Img_Div
{
}
/*图片Div*/
.dV_P_Img
{
}
/*文字Span*/
.dV_P_Span_Title
{
}
/*文字Span*/
.dV_P_Span_Text
{
}
/*单价Span*/
.dV_P_Span_Money
{
}
/*输入框*/
.dV_P_Input
{
}
/*订购按钮*/
.dV_P_Btn0
{
}
/*收藏按钮*/
.dV_P_Btn1
{
}
/*详细信息Div*/
.dV_P_Tip_Div
{
}
/*----------------产品DataView样式  End------------------*/

/*---------------------------------------------------DataList End------------------------------------------------------*/
