﻿.btn_buy  /* 购物车样式*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/btn_bg_buy.gif);
	width: 68px;
	cursor: pointer;
	border-top-style: none;
	height: 24px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.btn_favorites     /* 收藏夹样式*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/btn_bg_favorites.gif);
	width: 68px;
	cursor: pointer;
	border-top-style: none;
	height: 24px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.btn_lack   /* 缺货样式*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/btn_bg_lack.gif);
	width: 68px;
	cursor: pointer;
	border-top-style: none;
	height: 24px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a.productName:link,a.productName:visited,a.productName:active  /* 产品名称字体样式*/
{
	color: #003366;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
a.productName:hover
{
	color: #f90;
	font-size: 12px;
	text-decoration: none;
}
a.productName_home:link,a.productName_home:visited,a.productName_home:active  /* 产品名称字体样式_首页的*/
{
	color: #003366;
	text-decoration: none;
	font-size: 12px;
}
a.productName_home:hover
{
	color: #f90;
	font-size: 12px;
	text-decoration: none;
}
.price  /* 产品价格字体样式*/
{
	text-decoration: line-through;
}
.priceYour  /* 会员产品价格字体样式*/
{
	color: #ff7100;
	font-weight:normal;
}
/*说明，图片的高或宽最大为145,table 的总长度包含了边框border,跟CSS 的盒模型不一样。按CSS 的盒模型 计算，,其中有两像素为鼠标经过各移动的变动片框 */
/*    5 + 2 + 145 + 2 + 5 = 159     */
table.ProductXSmallImage 
{
	width: 105px;
	height: 105px; /* 与背景图片的高度与宽度相同 */
	border: #f5f6f1 0px solid;
	background-color: #dfdfd7;
	background-position: center center;
	background-image: url(Product/ProductSmallPic_bg_105.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	margin:0 auto;
}
/*说明，图片的高或宽最大为145,table 的总长度包含了边框border,跟CSS 的盒模型不一样。按CSS 的盒模型 计算，,其中有两像素为鼠标经过各移动的变动片框 */
/*    5 + 2 + 145 + 2 + 5 = 159                */
table.ProductSmallImage
{
	width: 135px;
	height: 135px; /* 与背景图片的高度与宽度相同 */
	border: #f5f6f1 0px solid;
	background-color: #dfdfd7;
	background-position: center center;
	background-image: url(Product/ProductSmallPic_bg_135.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	margin:0 auto;
}

/* --------------------------------------- ProductViewAndOrderBy 开始 ---------------------------------------------------------------------------- */
.ProductViewAndOrderBy /*-----------指的是  预览 与  排序的位置-------------------------------*/
{
	position: absolute;
	right: 0px;
	top: 0px;
	line-height:30px;
}
.ProductViewAndOrderBy table tr td.ViewName   /*-----------"预览"两个字的修饰-------------------------------*/
{	

}
.ProductViewAndOrderBy table tr td.ViewSelect   /*----------- "选择框的修饰-------------------------------*/
{
		
}
.ProductViewAndOrderBy table tr td.ViewSelect a.One   /*----------- "选择框的修饰-------------------------------*/
{	
	display:block;
	background-image: url(Product/ProductViewAndOrderBy/1.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}
.ProductViewAndOrderBy table tr td.ViewSelect a.Two   /*----------- "选择框的修饰-------------------------------*/
{	
	display:block;
	background-image: url(Product/ProductViewAndOrderBy/2.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}
.ProductViewAndOrderBy table tr td.ViewSelect a.Four   /*----------- "选择框的修饰-------------------------------*/
{	
	display:block;
	background-image: url(Product/ProductViewAndOrderBy/4.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}
.ProductViewAndOrderBy table tr td.ViewSelect a.Report   /*----------- "选择框的修饰-------------------------------*/
{
	display:block;
	background-image: url(Product/ProductViewAndOrderBy/3.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}
.ProductViewAndOrderBy table tr td.OrderByName /*----------- "排序"两个字的修饰-------------------------------*/
{
	padding-left: 10px;
	
}
.ProductViewAndOrderBy table tr td.OrderBySelect /*----------- "选择框-------------------------------*/
{
	padding-left: 0px; padding-right: 10px;  padding-top:5px; 
}

.ProductViewAndOrderBy table tr td.OrderBySelect select /*----------- "选择框的修饰-------------------------------*/
{
	
}
/* --------------------------------------- ProductViewAndOrderBy 结束 ---------------------------------------------------------------------------- */

/* （一）==================================================================.content_product1In1产品列表开始 产品列表开始================================================================*/
.content_product1In1 table.out
{
	width: 100%;
	border-bottom: #cccccc 1px dashed; /*  中间的相隔线  */
}
.content_product1In1 table.out tr td.one /* 里面放的是产品小图片 */
{
	width: 170px; /* 放图片， --------是背景图片的宽度 --------------*/
	padding-top: 18px; /* 控制行距的距离 */ /* 与 .content_product1In1 table.out tr td.two 相同 */
	padding-bottom: 18px; /* 控制行距的距离 */
}
.content_product1In1 table.out tr td.two /* 里面放的是产品说明 */
{
	padding-top: 12px; /* 与图片在上部对齐 */ /* 与 .content_product1In1 table.out tr td.one 相同 */
	text-align: left;
	padding-left: 0px;
	padding-left: 12px;
}
.content_product1In1 table.out tr td.two table tr td.Left /* 里面放的是产品名称，型号，产品简短描述 */
{
	width: 370px;
}
.content_product1In1 table.out tr td.two table tr td.Left ul /* 里面放的是产品简短描述 */
{
	 color:#777777;
}
.content_product1In1 table.out tr td.two table tr td.Right /* 里面放的是价格 */
{
	padding-left: 10px;
	text-align:center;
	 padding-top:25px;
}
.content_product1In1 table.out tr td.two table tr td.Right  .priceYour
{
	
	color:#c00;font-size:16px;font-family:Arial;
	 font-weight:normal;
}
.content_product1In1 span.SubTitle /* 里面放的是产品说明 */
{
	/* font-weight: bold; */
}
.content_product1In1 span.SubDescription /* 里面放的是产品说明 */
{
}
.content_product1In1 span.SubTitle1 /* 里面放的是产品说明 */
{
	/* color:Red; */
}
.content_product1In1 span.SubDescription /* 里面放的是产品说明 */
{
	/* color:Red; */
}

/* （二）==================================================================.content_product2In1产品列表开始 产品列表开始================================================================*/
.content_product2In1 table.out
{
	width: 100%;
	border-bottom: #cccccc 0px dashed; /*  中间的相隔线  */
}
.content_product2In1 table.out tr td.one
{
	padding-top: 10px; /* 控制行距的距离 */ /* 与 .content_product1In1 table.out tr td.two 相同 */
	padding-bottom: 20px; /* 控制行距的距离 */
	width:140px;
}
.content_product2In1 table.out tr td.two
{
	padding-top: 10px; /* 与图片在上部对齐 */ /* 与 .content_product1In1 table.out tr td.one 相同 */
	text-align: left;
	padding-left: 8px;	
}
.content_product2In1 table.out tr td.two .ProductDescription
{
	width:190px;
}
.content_product2In1 table.out tr td.two .ProductDescription ul
{
	color:#777777;
}

/* （三）==================================================================.content_productReport产品列表开始 产品列表开始================================================================*/
.content_productReport table.out
{
	background-color: #93BEE2;
}
.content_productReport table.out tr.Head
{
	color: White; background-color: #337FB2; line-height:30px; font-size:13px; 
}
.content_productReport table.out tr.Item
{
	color: Black; background-color: White;
}
.content_productReport table.out tr.Alternating
{
	color: Black; background-color: #E8F4FF;
}

/* （四）==================================================================.content_product4In1产品列表开始 产品列表开始================================================================*/
.content_product4In1 table.out
{
	width: 100%;
	border-bottom: #cccccc 0px dashed; /*  中间的相隔线  */
}
.content_product4In1 table.out tr td.one
{
	padding-top: 10px; /* 控制行距的距离 */
	text-align:center;
}
.content_product4In1 table.out tr td.two
{
	padding-top: 5px; /* 控制图片与文字的距离 */
	text-align:center;
	padding-bottom: 20px; /* 控制行距的距离 */
}
.content_product4In1 table.out tr td.two .ProductDescription
{
  text-align: center; 
}

/* =============================================单个产品页 productbyid.aspx 开始================================================================================================== */

.btn_buy_big    /*----购买按钮----*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/productbyid/btn_bg_buy_big.gif);
	width: 104px;
	cursor: pointer;
	border-top-style: none;
	height: 30px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.btn_lack_big   /*----缺货按钮----*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/productbyid/btn_bg_lack_big.gif);
	width: 104px;
	cursor: pointer;
	border-top-style: none;
	height: 30px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.btn_ask_big  /*----咨询按钮----*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/productbyid/btn_bg_ask.gif);
	width: 112px;
	cursor: pointer;
	border-top-style: none;
	height: 30px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.btn_favorites_big  /*----收藏夹按钮----*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/productbyid/btn_bg_favorites.gif);
	width: 91px;
	cursor: pointer;
	border-top-style: none;
	height: 21px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.NameModel /*----产品名称 ----*/
{
 color: #333333; font-weight: bold; font-size: 15px; 	
}

.LookTime  /*----浏览次数 ----*/
{
 	
}

.productbyid
{
	padding-top:20px; padding-bottom:20px;	
}

/* -------------------------------------------------------------------------------图片区- 开始 -----------------------------------------------------------------------------*/
.productbyid .ProductImage  table.BigPictureBox  /* ---- 单个大图片的边框 ---- */
{
	 border: solid 1px #cdd8de;	
}
.productbyid .ProductImage  table.SmallPictureBox  /* ---- 小图片的边框 ---- */
{
	background-color: #cccccc;
}
.productbyid .ProductImage .MorePicMessage  /*  -- 更多图片的位置 ---*/
{
}
.productbyid .ProductImage .MorePicMessage span.number  /*  -- 更多图片的位置 ---*/
{
  font-weight: bold; color: #ff7100;
}
.productbyid .ProductImage .MorePicMessage .btn_more_pic /*  -- 更多图片的按钮 ---*/
{
	font-size: 11px;
	color: #000;
	padding-left: 22px;
	width: 110px;
	padding-top: 1px;
	background: url(Product/productbyid/btn_bg_more_pic.gif);
	cursor: pointer;
	border-style: none;
	height: 21px;
	display:inline-block;
}
/* --------------------------------------------------------------------------------图片区- 结束 ----------------------------------------------------------------------------*/
/*  ----------------------------------------------------.productbyid .BriefDescription 简要描述区 开始 ---------------------------------------------------------------------*/
.productbyid .BriefDescription
{
	padding: 2px;  border: solid 1px #cdd8de; 
}
.productbyid .BriefDescription  table
{
    background-color: #f4f9fe;
    border: solid 1px #e5eff8; 
    color:#666666;
}
.productbyid .BriefDescription  table ul /*字体颜色 */
{    
}
.productbyid .BriefDescription table ul li span.SubTitle /* 里面放的是产品说明 */
{
	color:#999999;
}
.productbyid .BriefDescription table ul li  span.SubDescription /* 里面放的是产品说明 */
{
	color:#333333;
}
.productbyid .BriefDescription table ul li  span.SubTitle1 /* 里面放的是产品说明 */
{
	/* color:Red; */
}
.BriefDescription table ul li  span.SubDescription /* 里面放的是产品说明 */
{
	/* color:Red; */
}
/*  ----------------------------------------------------.productbyid .BriefDescription 简要描述区 结束 -----------------------------------------------------------------------------*/
/*  ----------------------------------------------------.productbyid .MoreDescription  详细描述区 开始 -----------------------------------------------------------------------------*/
.productbyid .MoreDescription
{
  padding-top:20px;
  padding-bottom:20px;	
}
.productbyid .MoreDescription .Title
{
    background: url(Product/productbyid/MoreDescription/Line.gif) repeat-x left bottom;
}
.productbyid .MoreDescription .separator
{
    width: 3px;
}
.productbyid .MoreDescription .Title .Mouse_Out
{
    background: url(Product/productbyid/MoreDescription/Left.gif) no-repeat left top;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.productbyid .MoreDescription .Title .Mouse_Out a.title
{
    display: block;
    background: url(Product/productbyid/MoreDescription/Right.gif) no-repeat right top;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 ---------- */
    color: #555555;
    height: 27px;
    line-height: 27px;
}
.productbyid .MoreDescription .Title .Mouse_Over
{
    background: url(Product/productbyid/MoreDescription/Left.gif) no-repeat left bottom;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.productbyid .MoreDescription .Title .Mouse_Over a.title
{
    display: block;
    background: url(Product/productbyid/MoreDescription/Right.gif) no-repeat right bottom;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 ----------- */
    color: #555555;
    height: 27px;
    line-height: 27px;
}

.productbyid .MoreDescription .Content_Left 
{
  background: url(Product/productbyid/MoreDescription/Line.gif) repeat-y left top;
}
.productbyid .MoreDescription .Content_Right
{
  background: url(Product/productbyid/MoreDescription/Line.gif) repeat-y right top;
}
.productbyid .MoreDescription .Content
{
    background: url(Product/productbyid/MoreDescription/Line.gif) repeat-x left bottom;
    padding:20px;
    min-height: 200px;  
}

/*  ----------------------------------------------------.productbyid .MoreDescription  详细描述区 结束 -----------------------------------------------------------------------------*/

/* ============================================= 单个产品页 productbyid.aspx 结束=================================================================================================== */
/* ============================================= 首页控件 开始 ===================================================================================================================== */

/* -------------------------------------  ProductsSearch_H.ascx 开始 ----------------------------------------------------------------------- */
.ProductsSearch_H
{
	border: #a3bfe8 1px solid;  padding: 4px;
	/*
	background-image: url(Product/ProductsSearch_H/Center.gif);
	background-position: left top;
	background-repeat: repeat-x;
    */
}

.ProductsSearch_H  .ProductsSearch_H_Left
{
	/*
	background-image: url(Product/ProductsSearch_H/Left.gif);
	background-position: left top;
	background-repeat: no-repeat;
    */
}
.ProductsSearch_H  .ProductsSearch_H_Right
{
    /*
	background-image: url(Product/ProductsSearch_H/Right.gif);
	background-position: right top;
	background-repeat: no-repeat;
    height: 83px;
    */
}
.ProductsSearch_H table.out
{
  
}

.ProductsSearch_H table tr td
{
	padding-left: 5px;
}

.ProductsSearch_H table tr td .searchTitle
{
	 color:#676767; 
}

.ProductsSearch_H table tr td .keyWordsInput
{
border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 88px;
	height: 16px;
}
.ProductsSearch_H table tr td .searchType
{
		border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	font-size: 11px;
}
.ProductsSearch_H table tr td .button_search
{
	margin:0;
	padding:5px;

	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 62px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "宋体";
	font-size: 12px;
	cursor: hand;
	
	background: url(Product/ProductsSearch_H/btn_bg_search.gif);
}
.ProductsSearch_H table tr td .button_search_advanced
{
margin:0;
	padding:5px;
	background-image: url(<%=Page.ResolveUrl("~/Images/ProductsControl/ProductsSearch/btn_bg_serach_advanced.gif")%>);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	width: 62px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "宋体";
	font-size: 12px;
	cursor: hand;
	background: url(Product/ProductsSearch_H/btn_bg_search_advanced.gif);
}
/* -------------------------------------  ProductsSearch_H.ascx 结束 ----------------------------------------------------------------------- */
/*---------------------------- Product_Category_Many.ascx  开始----------------------------------------------------------------------------------- */
.Product_Category_Many  .Title
{ 
    background: url(Product/Product_Category_Many/Line.gif) repeat-x left bottom;
}
.Product_Category_Many  .Title  .separator
{
    width: 3px; 
}
.Product_Category_Many .Title .Mouse_Out
{
    background: url(Product/Product_Category_Many/Left.gif) no-repeat left top;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.Product_Category_Many .Title .Mouse_Out a.title
{
    display: block;
    background: url(Product/Product_Category_Many/Right.gif) no-repeat right top;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    color: #555555;
    height: 27px;
    line-height: 27px;
}
.Product_Category_Many .Title .Mouse_Over
{
    background: url(Product/Product_Category_Many/Left.gif) no-repeat left bottom;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.Product_Category_Many .Title .Mouse_Over a.title
{
    display: block;
    background: url(Product/Product_Category_Many/Right.gif) no-repeat right bottom;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    color: #555555;
    height: 27px;
    line-height: 27px;
}


.Product_Category_Many .Content_Left 
{
  background: url(Product/Product_Category_Many/Line.gif) repeat-y left top;
}
.Product_Category_Many .Content_Right
{
  background: url(Product/Product_Category_Many/Line.gif) repeat-y right top;
}
.Product_Category_Many .Content
{
    background: url(Product/Product_Category_Many/Line.gif) repeat-x left bottom;
    min-height: 500px;  
     padding-left:1px; padding-right:1px; padding-bottom:1px;
    padding-top:15px;
}


.Product_Category_Many  .Content table.out
{
  margin-top:10px;
  padding-bottom:0px;
}
.Product_Category_Many  .Content .ProductDescription
{
  
}
.Product_Category_Many .Content .more
{
text-align:right; padding-right:20px; font-size:12px; font-weight:bold;
}

/*--------------------------------.Product_Type_Three ---------------------------------------------------- */

.Product_Type_Three  .Title
{ 
    background: url(Product/Product_Type_Three/Line.gif) repeat-x left bottom;
}
.Product_Type_Three  .Title  .separator
{
    width: 3px; 
}
.Product_Type_Three .Title .Mouse_Out
{
    background: url(Product/Product_Type_Three/Left.gif) no-repeat left top;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.Product_Type_Three .Title .Mouse_Out a.title
{
    display: block;
    background: url(Product/Product_Type_Three/Right.gif) no-repeat right top;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    color: #555555;
    height: 27px;
    line-height: 27px;
}
.Product_Type_Three .Title .Mouse_Over
{
    background: url(Product/Product_Type_Three/Left.gif) no-repeat left bottom;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.Product_Type_Three .Title .Mouse_Over a.title
{
    display: block;
    background: url(Product/Product_Type_Three/Right.gif) no-repeat right bottom;
    padding: 0px 18px 0px 15px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    
    color: #555555;
    height: 27px;
    line-height: 27px;
}



.Product_Type_Three .Content_Left 
{
  background: url(Product/Product_Type_Three/Line.gif) repeat-y left top;
}
.Product_Type_Three .Content_Right
{
  background: url(Product/Product_Type_Three/Line.gif) repeat-y right top;
}
.Product_Type_Three .Content
{
    background: url(Product/Product_Type_Three/Line.gif) repeat-x left bottom;
    min-height: 500px;  
     padding-left:1px; padding-right:1px; padding-bottom:1px;
    padding-top:15px;
}

.Product_Type_Three  .Content table.out
{
  margin-top:10px;
  padding-bottom:0px;
}
.Product_Type_Three  .Content .ProductDescription
{
  
}


.Product_Type_Three .Content .more
{
text-align:right; padding-right:20px; font-size:12px; font-weight:bold;
}

/*--------------------------------.ProductByTop ---------------------------------------------------- */
.ProductByTop
{
}
.ProductByTop .Content_Title
{
    
}
.ProductByTop .Content_Title .separator
{
     width:20px; 
}
.ProductByTop .Content_Title .Mouse_Out
{
    background: url(Product/ProductByTop/Left.gif) no-repeat left top;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.ProductByTop .Content_Title .Mouse_Out a.title
{
    display: block;
    background: url(Product/ProductByTop/Right.gif) no-repeat right top;
    padding: 0px 3px 0px 0px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    color: #555555;
    height: 24px;
    line-height: 24px;
}

.ProductByTop .Content_Title .Mouse_Over
{
    background: url(Product/ProductByTop/Left.gif) no-repeat left bottom;
	padding: 0 0 0 3px; /* ----------8px 为 图片 Left.gif 的宽度--------------------------- */
}
.ProductByTop .Content_Title .Mouse_Over a.title
{
    display: block;
    background: url(Product/ProductByTop/Right.gif) no-repeat right bottom;
    padding: 0px 3px 0px 0px; /* --------15px = (18px - 图片 Left.gif 的宽度8px)  --很重要的设置 --------------------------- */
    
    color: #555555;
    height: 24px;
    line-height: 24px;
}

.ProductByTop .Content_Content
{
    padding-bottom: 8px;
}

.ProductByTop .Content_Content table tr td.one
{
	text-align:left;
	padding-left:4px;
	background: url(Product/ProductByTop/bg_ul_li.gif) repeat-x left bottom;
}
.ProductByTop .Content_Content table tr td.two
{
	background: url(Product/ProductByTop/bg_ul_li.gif) repeat-x left bottom;
	text-align:right;
	padding-right:4px;
	color:#adaaaa;
}
/* ==========首页控件 结束 ======================================================================================================================================================== */