﻿
/*首页上的产品样式 ---------------------------------------开始 */
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_home  /* 产品价格字体样式*/
{
	text-decoration: line-through;
}
.priceYour_home  /* 会员产品价格字体样式*/
{
	color: #ff7100;
	font-weight:normal;
}
/*首页上的产品样式 --------------------------------------结束 */

.btn_buy  /* 购物车样式*/
{
	font-size: 12px;
	color: #669900;
	
	padding-left: 21px;
	padding-top: 1px;
	width: 68px;
	height: 24px;
	
	background: url(Product/btn_bg_buy.gif);
	cursor: pointer;
	border-top-style: none;
	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;
	width: 68px;
	height: 24px;
		
	background: url(Product/btn_bg_favorites.gif);
	cursor: pointer;
	border-top-style: none;
	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;
	width: 68px;
	height: 24px;
	
	background: url(Product/btn_bg_lack.gif);
	cursor: pointer;
	border-top-style: none;
	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;
}


.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: #cccccc 1px solid;
	background-color: #ffffff;
	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: #cccccc 1px solid;
	background-color: #ffffff;
	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 结束 ---------------------------------------------------------------------------- */



/* =============================================单个产品页 productbyid.aspx 开始================================================================================================== */

.btn_buy_big    /*----购买按钮----*/
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	width: 104px;
	height: 30px;
			
	cursor: pointer;
	background: url(Product/productbyid/btn_bg_buy_big.gif);
	border-top-style: none;
	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;
	width: 104px;
	height: 30px;
	
	cursor: pointer;
	background: url(Product/productbyid/btn_bg_lack_big.gif);
	border-top-style: none;
	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;
	width: 112px;
	height: 30px;
	
	cursor: pointer;
	background: url(Product/productbyid/btn_bg_ask.gif);
	border-top-style: none;
	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;
	width: 91px;
	height: 21px;
	
	cursor: pointer;
	background: url(Product/productbyid/btn_bg_favorites.gif);
	border-top-style: none;
	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 .Content
{
    padding:20px;
    min-height: 200px;  
}

/*  ----------------------------------------------------.productbyid .MoreDescription  详细描述区 结束 -----------------------------------------------------------------------------*/

/* ============================================= 单个产品页 productbyid.aspx 结束=================================================================================================== */
/* ============================================= 首页控件 开始 ===================================================================================================================== */

/* -------------------------------------  ProductsSearch_H.ascx 开始 ----------------------------------------------------------------------- */
.ProductsSearch_H
{
	border: #a3bfe8 1px solid; margin-top: 10px; 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
{
  margin:0px 25px 0px auto;
}

.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: 148px;
	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
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #676767;
	width: 55px;
	height: 20px;
	background: url(Product/ProductsSearch_H/btn_bg_search.gif);
}
.ProductsSearch_H table tr td .button_search_advanced
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	color: #676767;
	width: 101px;
	height: 20px;
	background: url(Product/ProductsSearch_H/btn_bg_search_advanced.gif);
}
/* -------------------------------------  ProductsSearch_H.ascx 结束 ----------------------------------------------------------------------- */

.ProductByTypeIdByMId_Title
{
	
}

.ProductByTypeIdByMId_Title .Content  Table tr td
{
	padding-left: 25px;
	background: url(Product/ProductByTypeIdByMId_Title/Icon.gif) no-repeat 5px center;
	line-height:25px;
}




/*--------------------------------.ProductByTop ---------------------------------------------------- */
.ProductByTop
{
	
}

.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;
}



.ProductByTop .Content_Content table tr td.one a.Icon
{
	display:block;
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon.gif) no-repeat 5px center;
	line-height:25px;
}

.ProductByTop .Content_Content table tr td.one a.Icon1
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon1.gif) no-repeat 5px center;
}

.ProductByTop .Content_Content table tr td.one a.Icon2
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon2.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon3
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon3.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon4
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon4.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon5
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon5.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon6
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon6.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon7
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon7.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon8
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon8.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon9
{
	padding-left: 25px;
	background: url(Product/ProductByTop/Icon9.gif) no-repeat 5px center;
}
.ProductByTop .Content_Content table tr td.one a.Icon10
{
	padding-left: 30px;
	background: url(Product/ProductByTop/Icon10.gif) no-repeat 5px center;
}

/* ==========首页控件 结束 ======================================================================================================================================================== */
