﻿/*
页面总体样式 BEGIN
*/
/**************************************************************************************/

BODY
{
	padding: 0px;
	margin: 0px;
	color:#000000;
	font-size: 12px;
	font-family: "宋体","Tahoma","Verdana","Arial","MS Mincho","VNI-Times"; 
	background-image:url("");
	background-position:left center;
	background-color:Transparent;	
}


P
{
	line-height:180%;
}

DIV
{
	line-height:180%;	
}

SELECT
{
	WIDTH:100%;
}


TEXTAREA   
{
	width:100%;
	height:100%;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;
}


/*
全局表格背景色为透明
*/	
TABLE
{
	background-color:Transparent;
}

/*
全局表格TH校式
*/	
TH
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 	
	COLOR: Red; 
	BACKGROUND-COLOR:Transparent;
	height:30px;
}
/*
全局表格TD样式
*/
TD 
{ 
	FONT-SIZE: 12px;
	background-color:Transparent;
}


/*
带边框的表格样式(表格)
*/
TABLE.BorderTable
{
	border-bottom-style:none;
	BACKGROUND-COLOR: #dee4f2 ;
}
TABLE.BorderTable TD
{
	border-bottom-style:none;
	BACKGROUND-COLOR: #FFFFFF ;
}


/*
无条件换行单元格样式(不扩大单元格)
*/
TD.BreakAll
{
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}


/*
无条件换行单元格样式(对付连续不间断字符)
*/
TABLE.FixedTable 
{
    width:100%;
	TABLE-LAYOUT:fixed;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;
	padding-bottom:3px;
	padding-top:3px;
	background-color:Transparent;
}
.FixedTable TABLE
{	
    width:100%;
	TABLE-LAYOUT:fixed;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;
	padding-bottom:3px;
	padding-top:3px;
	background-color:Transparent;
}
.FixedTable
{
	width:100%;
}



/*
链接样式
*/
A:link { COLOR: #333333; TEXT-DECORATION: none ;}
A:visited { COLOR: #333333; TEXT-DECORATION: none ;}
A:hover { COLOR: #1387B7;TEXT-DECORATION: none;	}
A:focus { COLOR: #1387B7; TEXT-DECORATION: none ;}


/*
分页导航(ASPNETPAGER)样式 
*/
.AllAspNetPager
{
	text-align:center;
}
.AllAspNetPager Table
{
	text-align:center;
}
.AllAspNetPager TD
{
	text-align:center;
}


/*
按钮样式
*/
 .Button
{
	BORDER:#cccccc 1px solid;
	BACKGROUND: #EEEEEE; 	
	vertical-align:middle;
	height:24px;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}

button
{
	BORDER:#cccccc 1px solid;
	BACKGROUND: #EEEEEE; 	
	vertical-align:middle;
	height:24px;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}


input TYPE="reset"
{
	BORDER:#cccccc 1px solid;
	BACKGROUND: #EEEEEE; 	
	vertical-align:middle;
	height:24px;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}
/**************************************************************************************/
/*
页面总体样式 END
*/





/*
页眉样式 开始
*/
/**************************************************************************************/
.PageHeadTable
{
	width:990px;
	background-color:#ffffff;
	text-align:left;
}

 /*LOGO样式*/
.PageHeadLogo
{
        height:80px;
	background-image:URL("Images/HeadBG.JPG");
	background-position:left top;
	background-repeat:repeat-x;	
	vertical-align:middle;
	text-align:left;
	padding-bottom:0px;
	padding-left:50px;
}

 /*语言栏样式*/
.PageHeadLang
{
        height:80px;
	background-image:URL("Images/HeadBG.JPG");
	background-position:left top;
	background-repeat:repeat-x;	
	text-align:right;
	vertical-align:top;
	padding-top:20px;
}
.PageHeadLangTD
{
	padding-right:20px;
}



 /*菜单样式*/
.PageHeadMenu
{
	background-image:URL("Images/MenuItemBG.JPG");
	background-position:right center;
	background-repeat:no-repeat;
	height:32px;	
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.PageHeadMenu A:link { COLOR: #ffffff; TEXT-DECORATION: none ;}
.PageHeadMenu A:visited { COLOR: #ffffff; TEXT-DECORATION: none ;}
.PageHeadMenu A:hover { COLOR: #ff0000;TEXT-DECORATION: none;	}
.PageHeadMenu A:focus { COLOR: #ffffff; TEXT-DECORATION: none ;}


 /*页头分隔线样式*/
.PageHeadLine
{
	background-image:URL("Images/HEAD-LINE.jpg");
	background-position:left center;
	background-repeat:repeat-x;	
	height:32px;
}

 /*页头动画样式*/
.PageHeadMain
{
	background-image:URL("");
	background-position:left center;
	background-repeat:repeat-x;
	text-align:center;
}
/**************************************************************************************/
/*
页眉样式 结束
*/





/*
页脚样式 开始
*/
/**************************************************************************************/
Table.PageFootTable
{
	width:990px;
	height:auto;
	
	color:#000000;
	text-align:left;
	
	background-image:URL("Images/FootBG.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#ffffff;

}
Table.PageFootTable A:link { COLOR: #000000; TEXT-DECORATION: none ;}
Table.PageFootTable A:visited { COLOR: #000000; TEXT-DECORATION: none ;}
Table.PageFootTable A:hover { COLOR: #ff0000;TEXT-DECORATION: none;	}
Table.PageFootTable A:focus { COLOR: #000000; TEXT-DECORATION: none ;}



 /*页脚菜单样式*/
.PageFootMenu
{
	background-image:URL("");
	background-position:left center;
	background-repeat:repeat-x;
	height:0px;	
	display:none;
	
}


 /*页脚内容样式*/
.PageFootMain
{
	padding:5px;
	color:#000000;
	text-align:center;
}

 /*页脚分隔线样式*/
.PageFootLine
{
	height:0px;
	background-image:URL("");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
/**************************************************************************************/
/*
页脚样式 结束
*/



/*
页面主体样式 开始
*/
/**************************************************************************************/
.PageBodyTable
{
	width:990px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
	background-color:#ffffff;
	text-align:right;
}


 /*A栏样式*/
.PageBodyHead-A
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-A
{
        width:0px;	
	background-color:#ffffff;
	padding-left:0px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;    
}
.PageBodyFoot-A
{
    	height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}


 /*B栏样式*/
.PageBodyHead-B
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-B
{
	width:221px;
	height:auto;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
	vertical-align:top;
	text-align:center
}
.PageBodyMain-B TABLE
{
	background-color:#ffffff;
	text-align:center;
}
.PageBodyMain-B TD
{
	background-color:#ffffff;
	text-align:left;
}
.PageBodyFoot-B
{
    	height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}



 /*C栏样式*/
.PageBodyHead-C
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-C
{
	width:0px;	
	background-color:#ffffff;
	padding-left:14px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
}
.PageBodyFoot-C
{
    height:1px;
    background-color:#ffffff;
	padding-top:1px;
}



 /*D栏样式*/
.PageBodyHead-D
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}

.PageBodyMain-D
{
	width:755px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
	vertical-align:top;	
}


.PageBodyMain-D-Contant
{	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;	
	vertical-align:top;
	text-align:left;

	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
}


.PageBodyFoot-D
{
    	height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}


 /*E栏样式*/
.PageBodyHead-E
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-E
{
	width:0px;	
	background-color:#ffffff;
	padding-left:0px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
}
.PageBodyFoot-E
{
   	 height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}


 /*F栏样式*/
.PageBodyHead-F
{	
    height:1px;
    background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-F
{	
	width:0px;
	height:400px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top;	
	display:none;
}
.PageBodyMain-F TABLE
{
	background-color:#FFFFFF;
}
.PageBodyMain-F TD
{
	background-color:#FFFFFF;
}
.PageBodyFoot-F
{
    	height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}


 /*G栏样式*/
.PageBodyHead-G
{
    	height:1px;
    	background-color:#ffffff;
	padding-bottom:1px;
}
.PageBodyMain-G
{
	width:0px;	
	background-color:#ffffff;
	padding-left:0px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
}
.PageBodyFoot-G
{
    	height:1px;
    	background-color:#ffffff;
	padding-top:1px;
}
/**************************************************************************************/
/*
页面主体样式 结束
*/





/*
顶部菜单样式 BEGIN
*/
/**************************************************************************************/
.HeadMenuTableStyle
{
	width:100%;
	height:32px;	
	vertical-align:middle;	
	text-align:left;	
	background-image:url(Images/MenuItemBG.jpg);
	background-position:left center;
	background-repeat:repeat-x;


}

/*菜单开始*/
.HeadMenuStarStyle
{
	height:32px;
	width:38px;
	background-image:url("");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:Transparent;	
}

/*菜单主体*/
.HeadMenuBodyStyle
{
	text-align:left;	
	height:32px;
	background-image:url("");
	background-position:center center;
	background-repeat:repeat-x;
	background-color:Transparent;	
}

/*菜单项表格*/
.HeadMenuItemTableStyle
{
	height:32px;
	background-image:url(Images/"");
	background-position:center center;
	background-repeat:repeat-x;
	background-color:Transparent;
}
.HeadMenuItemTableStyle A:link { COLOR: #ffffff; TEXT-DECORATION: none ;}
.HeadMenuItemTableStyle A:visited { COLOR: #ffffff; TEXT-DECORATION: none ;}
.HeadMenuItemTableStyle A:hover { COLOR: #CCCCCC; TEXT-DECORATION: none;	}
.HeadMenuItemTableStyle A:focus { COLOR: #ffffff; TEXT-DECORATION: none ;}

/*菜单项左边*/
.HeadMenuItemLeftStyle
{
	height:32px;
	width:0px;
	display:none;
}

/*菜单项热点*/
.HeadMenuItemMouseOutStyle
{
	height:32px;
	padding-left:18px;
	padding-right:18px;	
	background-image:url("");
	background-position:center center;
	background-repeat:repeat-x;
	background-color:Transparent;		
}

/*菜单项非热点*/
.HeadMenuItemMouseOverStyle
{
	height:32px;
	padding-left:18px;
	padding-right:18px;	
	background-image:url("");
	background-position:center center;
	background-repeat:repeat-x;
	background-color:Transparent;	
}

/*菜单项右边*/
.HeadMenuItemRightStyle
{
	height:32px;
	width:0px;
	display:none;	
}

/*菜单项分隔线*/
.HeadMenuItemSplitStyle
{
	height:32px;	
	width:8px;
	background-image:url(Images/MenuSpliter.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:Transparent;
}

/*菜单结束*/
.HeadMenuEndStyle
{
	height:32px;
	width:8px;
	background-image:url("");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:Transparent;	
}

/**************************************************************************************/
/*
顶部菜单样式 END
*/



/*
用户登陆框 BEGIN
*/
/**************************************************************************************/

/*表格*/
.LoginMenuTable
{
    width:221px;   
     
}

/*顶部*/
.LoginMenuTop
{
        height:0px;
	width:100%;
	background-image:url(Images/LoginMenuBG-Top.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;    
}

/*标题*/
.LoginMenuTitle
{
        height:32px;
	width:100%;
	background-image:url(Images/LoginMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;   
        padding-Left:35px; 
	font-weight:bold;
	color:#ffffff;
}

/*主体*/
.LoginMenuBody
{
        height:auto;
	width:100%;
	background-image:url(Images/LoginMenuBG-Body.jpg);
	background-position:center bottom;
	background-repeat:repeat-y;
	background-color:Transparent;  	
}
.LoginMenuBody Table
{
	background-color:Transparent;  	
}
.LoginMenuBody TD
{
	background-color:Transparent;  	
}

/*底部*/
.LoginMenuBottom
{
        height:15px;
	width:100%;
	background-image:url(Images/LoginMenuBG-Bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;    
}
/**************************************************************************************/
/*
用户登陆框 END
*/


/*
快速导航框 BEGIN
*/
/**************************************************************************************/

/*表格*/
.QuickMenuTable
{
    width:221px;
    height:195px; 
}

/*顶部*/
.QuickMenuTop
{
        height:8px;
	width:100%;
	background-image:url(Images/QuickMenuBG-Top.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;    
}


/*主体*/
.QuickMenuBody
{
        height:auto;
	width:100%;
	background-image:url(Images/QuickMenuBG-Body.jpg);
	background-position:center bottom;
	background-repeat:repeat-y;
	background-color:Transparent;
	padding-bottom:5px;
	padding-top:5px;  
}
.QuickMenuBody Table
{
	background-color:Transparent;    
}
.QuickMenuBody TD
{
	background-color:Transparent;    
}


/*底部*/
.QuickMenuBottom
{
        height:15px;
	width:100%;
	background-image:url(Images/QuickMenuBG-Bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;    
}
/**************************************************************************************/
/*
快速导航框 END
*/





/*
通用框 END
*/
/**************************************************************************************/

/*表格*/
.OtherMenuTable
{
    width:221px;    
}

/*顶部*/
.OtherMenuTop
{
    	height:0px;
	width:100%;
	background-image:url(Images/OtherMenuBG-Top.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;    
}

/*通用标题*/
.OtherMenuTitle
{
        height:31px;
	width:100%;
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:Transparent;
        padding-Left:35px; 
	font-weight:bold; 
	color:#ffffff;
}

/*简介标题*/
.InfoMenuTitle
{
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;	
	text-align:left;

}

/*产品标题*/
.ProdMenuTitle
{
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;	
	text-align:left;
}

/*新闻标题*/
.NewsMenuTitle
{
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;	
}

/*下载标题*/
.DownMenuTitle
{
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

/*招聘标题*/
.HrDemandMenuTitle
{
	background-image:url(Images/OtherMenuBG-Title.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:32px;
	padding-left:35px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}


/*主体标题*/
.OtherMenuBody
{
        height:auto;
	width:100%;
	background-image:url(Images/OtherMenuBG-Body.jpg);
	background-position:center bottom;
	background-repeat:repeat-y;
	background-color:Transparent;
	padding-bottom:10px;    
	padding-top:10px;
	line-height:130%;
}
.OtherMenuBody Table
{
    background-color:Transparent;
    line-height:130%;
}

.OtherMenuBody Td
{
    background-color:Transparent;
    line-height:130%;
}


/*底部*/
.OtherMenuBottom
{
    	height:18px;
	width:100%;
	background-image:url(Images/OtherMenuBG-Bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:Transparent;    
}
/*************************************************************************************/
/*
通用框 END
*/







/*
左边下拉式菜单样式 BEGIN
*/
/*************************************************************************************/

.WebPanelBar
{	
	width:180px;
	text-align:center;
	background-color:Transparent;
	margin-left:auto;
	margin-right:auto;

}
.WebPanelBar Table
{	
	width:180px;
	margin-top:10px;
	text-align:center;
	background-color:Transparent;
}
.WebPanelBar TD
{	
	background-color:Transparent;
}



.GroupHeader
{
	height:28px;
	vertical-align:middle;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}
.GroupHeader td
{
	color:#000000;
}



.GroupHeaderExpand
{
	text-align:left;
	color: #000000; 
	cursor: hand;
	height:28px;	
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}
.GroupHeaderExpand td
{
	color:#000000;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}


.GroupHeaderClosed 
{
	text-align:left;	
	color: balck; 
	cursor: hand;
	height:28px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}
.GroupHeaderClosed td
{
	color:#000000;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}



.GroupHeaderLeft
{
	padding-left:2px
}


.GroupHeaderICO
{
	width:9px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}

.GroupHeaderCaption
{
	padding-left:3px;
	width:160px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}



.GroupHeaderDropICO
{
	width:9px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}


.ItemsBody
{
	margin-top:1px;
	margin-bottom:0px;
	border-color:#dee4f2;
	border-width:0px;
	border-style:solid;
	width:178px;	
}


.ItemTable
{ 
	text-align:left;	
	background-repeat:no-repeat;
	height:28px;
	width:178px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;		
}


.ItemLeft
{
	width:9px;
}



.ItemICO
{
	width:9px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}

.ItemCaption
{
	padding-left:3px;
	width:160px;
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}

/*************************************************************************************/
/*
左边下拉式菜单样式 END
*/



/*简介内容标题*/
.InfoShowTitle
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;	
	text-align:left;
}


/*产品列表标题*/
.ProdListTitle 
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	text-align:left;		
}

/*产品展示标题*/
.ProdShowTitle
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	text-align:left;		
}

/*新闻列表标题*/
.NewsListTitle
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	text-align:left;		
}

/*新闻展示标题*/
.NewsShowTitle
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	text-align:left;		
}

/*其他展示标题*/
.OtherShowTitle
{
	background-image:URL("Images/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:30px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	text-align:left;	
}







/*
产品列表样式
*/
/*************************************************************************************/
.ProdListTable
{
	width:90%;	
	vertical-align:top;
}

/*产品列表照片*/
.ProdListPhotos
{
	vertical-align:top;    
}

/*产品列表属性*/
.ProdListDetail
{    
    vertical-align:top;  
}

/*产品列表购物车*/
.ProdListCart
{
    vertical-align:top;
	text-align:center;        
}

/*产品列表照片表格*/
.ProdListPhotosTable
{
	background-color:red;
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle; 
}

/*产品列表照片*/
.ProdListPhotosImage
{
	background-color:#ffffff;
}

/*产品列表属性表格*/
.ProdListDetailTable
{
    width:90%;
    line-height:130%;    
}

/*产品列表属性标题*/
.ProdListDetailTitle
{
 	width:20%;   
    text-align:right;
	vertical-align:top;
	white-space:nowrap;
	background-color:#ffffff;
}

/*产品列表属性内容*/
.ProdListDetailContent
{
    text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:80%;    
}


/*产品列表简介*/
.ProdListDetailSummarize
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:middle;
	text-align:left;	
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}
/*************************************************************************************/
/*
产品列表样式
*/






/*
产品详情样式
*/
/*************************************************************************************/

.ProdViewTable
{
	width:100%;	
	vertical-align:top;
}


/*产品展示照片*/
.ProdViewPhotos
{
	vertical-align:top;    
}

/*产品展示明细*/
.ProdViewDetail
{    
    vertical-align:top;  
}

/*产品展示购物车*/
.ProdViewCart
{
    vertical-align:top;
	text-align:center;        
}

/*产品展示照片表格*/
.ProdViewPhotosTable
{
	background-color:red;
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle; 
	width:200px;
	height:180px;  
}

/*产品展示照片背景*/
.ProdViewPhotosImage
{
	background-color:#ffffff;
}


/*产品展示明细表格*/
.ProdViewDetailTable
{
    width:100%;
    line-height:130%;    
}

/*产品展示属性标题*/
.ProdViewDetailTitle
{
    text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:20%;   
	background-color:#ffffff;
}

/*产品展示属性内容*/
.ProdViewDetailContent
{
    text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:80%;    
}


/*产品展示简介*/
.ProdViewDetailSummarize
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:middle;
	text-align:left;	
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}

/*产品展示详情*/

.ProdViewDetailParticular
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:middle;
	text-align:left;	
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}
/*************************************************************************************/
/*
产品详情样式
*/





/*
购物车样式 开始
*/
/*************************************************************************************/
Table.ProdCartTable
{
	background-color:#cccccc;	
}


Table.ProdCartTable TD
{
	background-color:#ffffff;
}


.ProdCartProdImage
{
	padding:3px;
}

.ProdCartCaption
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;    
	BACKGROUND-IMAGE: url(Images/ProdGridBg.jpg);    
	BACKGROUND-REPEAT: repeat-x
}

.ProdCartSumTotal
{
	height:30px;
	background-color:#cccccc;
	color:Red;	
	padding-left:10px;
}
/*************************************************************************************/
/*
购物车样式 结束
*/





/*
列表表格样式 开始
*/
/*************************************************************************************/
TABLE.GridListTable 
{
	background-color:#cccccc;	
}


TABLE.GridListTable TD
{
	background-color:#ffffff;
	height:29px;
}

.GridListTableCaption
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;    
	BACKGROUND-IMAGE: url(Images/ProdGridBg.jpg);    
	BACKGROUND-REPEAT: repeat-x
}

.GridListTableItem
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;
	word-wrap:break-word;
	word-break:break-all;
}
/*************************************************************************************/
/*
列表表格样式 结束
*/




/*
新闻列表样式 开始
*/
/*************************************************************************************/
.NewsListTable
{
	width:100%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	
}

.NewsListItemTR
{
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	height:30px;
}

.NewsListIcoTD
{
	width:20px;
	background-image:url(Images/NewsListICO.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.NewsListDateTD
{
	width:80px;	
	text-align:center;
}

.NewsListTitleTD
{
	text-align:left;
	WIDTH: 450px;
}

.NewsListTitleDIV
{
	OVERFLOW: hidden; WIDTH: 450px; TEXT-OVERFLOW: ellipsis; text-align:left;	
}
/*************************************************************************************/
/*
新闻列表样式 结束
*/




/*
新闻浏览样式 开始
*/
/*************************************************************************************/
.NewsViewTitle
{
	height:30px;
	text-align:center
}

.NewsViewLine
{
	background-image:url(Images/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	height:2px;
}


.NewsViewAuthor
{
	height:30px;
	text-align:center
}


.NewsViewBody
{
	vertical-align:top;
	line-height:130%;
	padding:10px;	
}


.NewsViewPager
{
	height:40px;
	text-align:center;
}
/*************************************************************************************/
/*
新闻浏览样式 结束
*/




/*
下载列表  BEGIN
*/
/*************************************************************************************/
.DownListTable
{
	width:100%;
	background-color:#cccccc;

}

.DownListTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.DownListCaptionTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.DownListTextTD
{
	width:40%;
}

.DownListContentTD
{
	width:90%;
}
/*************************************************************************************/
/*
下载列表  END
*/




/*
留言时  BEGIN
*/
/*************************************************************************************/
.GuestLeaveTable
{
	width:80%;
	background-color:#ffffff;
}

.GuestLeaveTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.GuestLeaveCaption
{
	width:10%;
	text-align:right;
	white-space:nowrap;
	background-color:#ffffff;
	padding-right:5px;
}

.GuestLeaveNameAndOther
{
	width:40%;
	background-color:#ffffff;
}


.GuestLeaveTitleAndContent
{
	width:90%;
	background-color:#ffffff;
}
/*************************************************************************************/
/*
留言时  END
*/





/*
留言列表时  BEGIN
*/
/*************************************************************************************/
.GuestViewTable
{
	width:80%;
	background-color:#cccccc;

}


.GuestViewTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.GuestViewTD
{
	width:50%;
	text-align:left;
	background-color:#ffffff;
	padding:5px;
}


.GuestViewContentTD
{
	width:100%;
	text-align:left;
	background-color:#ffffff;
	padding:5px;
}


.GuestViewLine
{
	width:98%;
	height:1px;
	background-image:url(Images/bg_dian.gif);
	background-position:left center;
	background-repeat:repeat-x;	
}
/*************************************************************************************/
/*
留言时  END
*/




/*
人才招聘列表  BEGIN
*/
/*************************************************************************************/
.HrListTable
{
	width:100%;
	background-color:#cccccc;

}

.HrListTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.HrListTitleTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.HrListHrNameTD
{
	width:40%;
}

.HrListHrAddressTD
{
	width:40%;
}

.HrListHrIntroTD
{
	width:90%;
}

.HrListHrDetailTD
{
	width:90%;
}
/*************************************************************************************/
/*
人才招聘列表  END
*/




/*
职位应聘表格  BEGIN
*/
/*************************************************************************************/
.HrAcceptTable
{
	width:100%;
	background-color:#cccccc;
}

.HrAcceptTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.HrAcceptTitleTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.HrAcceptContentTD
{
	width:90%;
	text-align:center;
	white-space:nowrap;
}
/*************************************************************************************/
/*
人才招聘列表  END
*/