﻿
/* 高级搜索没有找到相关产品的字体样式*/
.noSearchText
{
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
	color: #1e43a6;
	font-weight: bold;
}

/* 高级搜索没有找到相关产品提交相关资料的按钮样式*/
.noSearchBotton
{
	border-right: #0099ff 1px solid;
	border-top: #0099ff 1px solid;
	font-size: 100%;
	background-image: url(Product/noSearchBotton.jpg);
	border-left: #0099ff 1px solid;
	color: #ffffff;
	padding-top: 4px;
	border-bottom: #0099ff 1px solid;
	font-family: Verdana;
}

/* 购物车样式*/
.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;
}


/* 产品价格字体样式*/
.price
{
	text-decoration: line-through;
}

/* 会员产品价格字体样式*/
.priceYour
{
	color: #ff7100;
	font-weight: bold;
}

/* 产品名称字体样式*/
a.productName
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.productName:hover
{
	color: #f90;
	font-size: 12px;
	text-decoration: none;
}

/* 产品型号字体样式*/
a.productModel
{
	color: #003366;
	text-decoration: none;
}
a.productModel:hover
{
	color: #f90;
	text-decoration: none;
}


/*说明，图片的高或宽最大为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;
}


/*说明，图片的高或宽最大为145,table 的总长度包含了边框border,跟CSS 的盒模型不一样。按CSS 的盒模型 计算，,其中有两像素为鼠标经过各移动的变动片框 */
/*    5 + 2 + 145 + 2 + 5 = 159                */
table.ProductSmallImage
{
	width: 150px;
	height: 150px; /* 与背景图片的高度与宽度相同 */
	border: #f5f6f1 0px solid;
	background-color: #dfdfd7;
	background-position: center center;
	background-image: url(Product/ProductSmallPic_bg_150.gif); /* bg 后面的数字代表背景图片的高度与宽度 */
	background-repeat: no-repeat;
}


.ProductViewAndOrderBy /*-----------指的是  预览 与  排序的位置-------------------------------*/
{
	position: absolute;
	right: 0px;
	top: 6px;
}


.ProductViewAndOrderBy table tr td.ViewName
{
	/*-----------"预览"两个字的修饰-------------------------------*/
}

.ProductViewAndOrderBy table tr td.ViewSelect select
{
	/*----------- "选择框的修饰-------------------------------*/
}


.ProductViewAndOrderBy table tr td.OrderByName
{
	padding-left: 4px;
	font-size: 12px;
	font-weight: normal; /*----------- "排序"两个字的修饰-------------------------------*/
}

.ProductViewAndOrderBy table tr td.OrderBySelect select
{
	/*----------- "选择框的修饰-------------------------------*/
}




/* （一）==================================================================.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:170px;

}
.content_product2In1 table.out tr td.two .ProductDescription ul
{
	
	color:#777777;
}


/* （三）==================================================================.content_product3In1产品列表开始 产品列表开始================================================================*/


.content_product3In1 table.out
{
	width: 100%;
	border-bottom: #cccccc 0px dashed; /*  中间的相隔线  */
}

.content_product3In1 table.out tr td.one
{
	padding-top: 10px; /* 控制行距的距离 */
	text-align: center;
}

.content_product3In1 table.out tr td.two
{
	padding-top: 5px; /* 控制图片与文字的距离 */
	text-align: center;
	padding-bottom: 20px; /* 控制行距的距离 */
}
.content_product3In1 table.out tr td.two .ProductDescription
{

}

/* （四）==================================================================.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
{

}


/*--------------------ProductByItemId---------------------------------------------------------------------  */


.btn_buy_big
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/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/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
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/btn_bg_ask.gif);
	width: 133px;
	cursor: pointer;
	border-top-style: none;
	height: 30px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.btn_ask1
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/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;
}
a.favorites 
{
	text-decoration: underline; color: #000099;
}
a.favorites:hover
{
}

.btn_more_pic
{
	font-size: 12px;
	color: #669900;
	padding-left: 21px;
	padding-top: 1px;
	background: url(Product/btn_bg_more_pic.gif);
	width: 132px;
	cursor: pointer;
	border-top-style: none;
	height: 21px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


a.DescriptionTitle_Selected_Yes
{
    display: block;
    
    background: url(Product/Selected_Yes.gif) no-repeat center center;
    cursor: hand;
    color: #003c65;
    width: 84px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}
a.DescriptionTitle_Selected_No
{
    display: block;
    background: url(Product/Selected_No.gif) no-repeat center center;
    cursor: hand;
    color: #555555;
    width: 84px;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
}
.DescriptionBox
{
	 border: solid 1px #cdd8de;
}

.DescriptionBox #Description_H0
{
	 padding-top:15px; padding-bottom:18px; padding-left:30px; padding-right:30px; font-size:14px; color:#000000;
}

.DescriptionBox #Description_H1
{
	 padding-top:15px; padding-bottom:18px; padding-left:30px; padding-right:30px; font-size:14px; color:#000000;
}

.DescriptionBox #Description_H2
{
	 padding-top:15px; padding-bottom:18px; padding-left:30px; padding-right:30px; 
}


.BigPictureBox
{
  border: solid 1px #cdd8de;
}

.NameModel
{
 color: #333333; font-weight: bold; font-size: 16px; 	
}

.LookTime
{
 	
}

.MorePicMessage
{
 
}
.MorePicMessage span
{
	font-weight: bold; color: #ff7100;
}

Table.SmallPictureBox
{
	background-color: #cccccc;
}

.ProductByIdDescription
{
	padding: 2px;  border: solid 1px #cdd8de; 
}

.ProductByIdDescription  table
{
    background-color: #f4f9fe;
    border: solid 1px #e5eff8; 
     color:#666666;
}
.ProductByIdDescription  table ul /*字体颜色 */
{
     color:#666666;
}

.ProductByIdDescription table ul li span.SubTitle /* 里面放的是产品说明 */
{
	font-weight: bold;
}
.ProductByIdDescription table ul li  span.SubDescription /* 里面放的是产品说明 */
{
}

.ProductByIdDescription table ul li  span.SubTitle1 /* 里面放的是产品说明 */
{
	/* color:Red; */
}
.ProductByIdDescription table ul li  span.SubDescription /* 里面放的是产品说明 */
{
	/* color:Red; */
}





/*--------------------ProductPhotoMore---------------------------------------------------------------------  */