﻿/**************************************
* 文件类型：css
* 制 造 者：窦西河
* 制造日期：2007年7月10日
* 内容概要:控件的css是单独的一部分,与页面的css没有直接的隶属关系,css名称是以控件名称来定义。
**************************************/
/* 页面顶部导航*/
#Navigationbar {
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/headerbg.gif);
	background-repeat: repeat-x;
	width: 778px;
	clear: both;
}
#Navigationbar .logo {
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 63px;
	width: 163px;
	background-position: bottom;
	margin-left: 8px;
	margin-top: 8px;
}
#Navigationbar .headerright {
	float: right;
	width: 595px;
	height: 63px;
	margin-top: 10px;
}
#Navigationbar .Navlogin ul {
	display: block;
}
#Navigationbar .Navlogin ul li.Navlogin {
	text-align:left;
	color: #40608E;
	margin-right: 70px;
	display: inline;
	list-style-type: none;
}
#Navigationbar .Navlogin ul li.NavCart {
	text-align:right;
	color: #40608E;
	margin-left: 30px;
	display: inline;
	list-style-type: none;
}
#Navigationbar .Navmenu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	FLOAT: right;
	LINE-HEIGHT: normal;
	width: 585px;
	margin-left: 10px;
}
#Navigationbar .Navmenu UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 21px;
	LIST-STYLE-TYPE: none;
}
#Navigationbar .Navmenu LI {
	DISPLAY: inline;
}
#Navigationbar .Navmenu A {
	FLOAT: left;
	TEXT-DECORATION: none;
	background-image: url(../../images/Navmenubg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 80px;
	margin-left: 2px;
}
#Navigationbar .Navmenu SPAN {
	DISPLAY: block;
	color: #4A6FA6;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 7px;
}
#Navigationbar .Navmenu A:hover SPAN {
	color: #4A6FA6;
}
#Navigationbar .Navmenu A:hover {
	background-image: url(../../images/Navmenubg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#Navigationbar .Navmenu #current A {
	background-image: url(../../images/Navmenubg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#Navigationbar .Navmenu #current A SPAN {
	COLOR: #fff;
	text-align: center;
}
#Navigationbar .Navsearch {
	background-image: url(../../images/searchbg.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 778px;
	padding-top: 3px;
	color: #FFFFFF;
	clear: both;
}
.Navigationbar .PStext{
	vertical-align: 25%;
}

/* 页面顶部导结束 */
/* 广告banner开始*/
.ADbanner{
	height: 80px;
	border: 1px solid #2593C8;
	background-color: #FF0000;
	background-image: url(../../images/adbanner.gif);
	background-repeat: no-repeat;
}
/* 广告banner结束*/

/* 公用文字导航开始*/
.NavText{
	height: 20px;
	clear: both;
	width: 768px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 10px;
	text-align: left;
	padding-top: 5px;
}
/* 公用文字导航结束*/

/* 网站底部copyright信息开始*/
.footer{
	clear: both;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	height: 88px;
	background-color: #E5ECF4;
	border-top:1px solid #8AB6DB;
	padding-top: 5px;
	margin-top: 5px;
	background-image: url(../../images/footer_bg.gif);
}
.footer .link{
	text-align: center;
	clear: both;
	line-height: 18px;
	color: #666666;
}
.footer .copyright{
	text-align: center;
	clear: both;
	color: #666666;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.footer .copyright img{
	float: left;
}
.footer .copyright ul{
	float: left;
}
.footer .copyright ul li{
	line-height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}
/* 网站底部copyright信息结束*/

/*--------------------- 商品展示css开始---------------------- */
/* 商品分类开始*/
.ProductPartLine
{
	clear:both;
}

.ProductSmallImageArea
{
	overflow:hidden;
	border:1px solid #cccccc;
	text-align:center;
}

.ProductSmallImageArea img
{
	vertical-align:middle ;
	border:0px;
}
	
.ProductBigImageArea
{
	overflow:hidden;
	border:1px solid #cccccc;
	text-align:center;
}

.ProductPartLineLeft
{
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
}

/*ProductGridView样式*/

.ProductGridViewSplitLine
{
	width: 100%;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	
}

.ProductGridViewDisplayMode0Item
{
	clear:both;
}

.ProductGridViewDisplayMode0Item .Pic
{
	float:left;
	margin-right:10px;
}

.ProductGridViewDisplayMode0Item .Info
{
	float:left;
	width:65%
}

.ProductGridViewDisplayMode0Item .Info ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.ProductGridViewDisplayMode0Item .Action
{
	float:right;
}

/*DisplayMode=1*/
.ProductGridViewDisplayMode1Item
{
	float:left;
	width:33%
}

.ProductGridViewDisplayMode1Item .Pic
{
	text-align:center;
	margin-right:10px;
}

.ProductGridViewDisplayMode1Item .Info
{
	text-align:center;
}

.ProductGridViewDisplayMode1Item .Info ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:100%;
}

.ProductGridViewDisplayMode1Item .Info ul li
{
	text-align:center;
	width:100%;	
}

/*DisplayMode=2*/
.ProductGridViewDisplayMode2Item
{
	line-height:25px;
}

.ProductGridViewDisplayMode2Item .Info
{
	float:left;
	text-align:left;
	width:60%;
	
}

.ProductGridViewDisplayMode2Item .PriceAndAction
{
	float:right;
	text-align:right;
	width:40%;
}

/*ProductGridView样式结束*/

/* 热卖商品开始*/
.Li_SelectedTab
{
	display:block;
}
.Li_DefaultTab
{
    display:none;
}

.AttachmentCategoryProductPartStyle2 div{
	text-align:center;
	line-height: 18px;
}
.AttachmentCategoryProductPartStyle2 div.HSinco{
	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	word-wrap:break-word;
	
}
.AttachmentCategoryProductPartStyle2 .Smallli
{
	text-align:left;
	padding-left:20px;
	width:100%;
	height:18px;
	overflow:hidden;
	
}
 .HSline{
	height: 170px;
	width: 1px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	float: left;
	margin-top: 8px;
}
.AttachmentCategoryProductPartContainer2
{
	width:390px;
}
.AttachmentCategoryProductPartStyle2
{
	text-align:center;
	width:128px;
	float: left;
	margin:auto;
}
.AttachmentCategoryProductPartTab
{
background-image: url(../../images/navbg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
	
.AttachmentCategoryProductPartTab .SelectedItem
{
	font-size: 12px;
	padding-left: 40px;
	color: #FF6600;
	text-align: left;
	float: left;
	width: 80px;
	margin-top: 8px;
	font-weight: bold;
}
.AttachmentCategoryProductPartTab .Item
{
	float: right;
	margin-right: 12px;
    margin-top:6px;

}
.AttachmentCategoryProductPartTab .Item span
{

    margin-left:20px;
	color:#fff;
	cursor:pointer;
	
}
/* 热卖商品结束*/

/* 推荐商品开始*/
.AttachmentCategoryProductPartContainer1
{
	width:390;
	margin:auto;
}
.AttachmentCategoryProductPartStyle1 {
	width:129px;
	float:left;
	margin-top:10px;
}
.AttachmentCategoryProductPartStyle1 Div {
	line-height: 18px;
}
.AttachmentCategoryProductPartStyle1 img {
	

}

.AttachmentCategoryProductPartStyle1 ul{
	list-style-type: none;
	height: 110px;
	width: 120px;
	margin-left:5px;
	margin-top:10px;
	
	}
.AttachmentCategoryProductPartStyle1 ul li{
	text-align:center;
	line-height: 18px;
}

.AttachmentCategoryProductPartStyle1 .Smallli
{
	width:100%;
	word-wrap:break-word;
	
}

/* 推荐商品结束*/

/* 浏览过的商品 */
.history  ul{
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}
.history  ul li{
	line-height: 21px;
	list-style-type: none;
}
.history  ul li a{
	color: #000000;
	}
	
.history ul.DisplayMode1
{
	clear:both;
	padding-left: 0px;
	margin:0px;
}

.history ul.DisplayMode1 li
{
	float:left;
	padding-left:5px;
}

.history .LineLeft
{
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
}

.history_DisplayMode2{
	padding:0px;
	list-style-type:none;
}
.history_DisplayMode2 li
{
	float:left;
	text-align:center;
}
.history_DisplayMode2 a{
	display:block;
	background-color:#F6F6F6;
	color:#000;
	text-align: center;
}

/* 浏览过的商品结束*/

/* 商品分类开始*/
.ProductCategories ul{
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	padding-top: 5px;
}
.ProductCategories ul li{
	list-style-type: none;
	line-height: 25px;
}
.ProductCategories ul li a{
	color: #000000;	
}
/* 商品分类结束*/

/* 商品分类列表开始*/
.ProductCategoriesList ul{
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	padding-top: 5px;
}
.ProductCategoriesList ul li{
	list-style-type: none;
	line-height: 25px;
}
.ProductCategoriesList ul li a{
	color: #000000;	
}
/* 商品分类列表结束*/

/* 商品详细分类开始*/
.ProductDetailCategories {
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	padding-left: 8px;
	background-color: #E1EFFE;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ProductDetailCategories ul{
	font-size: 12px;
	text-align: left;
	clear: both;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}
.ProductDetailCategories ul li{
	list-style-type: none;
	line-height: 25px;
}
.ProductDetailCategories ul li a{
	color: #000000;	
}
/* 商品详细分类结束*/

/* 浏览更多同类商品 */
.SameProduct  ul{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.SameProduct  ul li{
	line-height: 21px;
	list-style-type: none;
}
.SameProduct  ul li a{
	color: #000000;
	}
/* 浏览更多同类商品结束*/

/* 优惠信息开始 */
.discount ul{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.discount ul li{
	line-height: 21px;
	list-style-type: none;
}
.discount ul li a{
	color: #000000;
	}
/* 优惠信息结束*/


/* 销售排行榜 */
.SaleSort ul.DisplayMode0
{
	clear:both;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin:0px;
}
.SaleSort ul.DisplayMode0 li
{
	float:left;
	line-height: 21px;
	list-style-type: none;
}
.SaleSort ul.DisplayMode0 li.Sn
{
	width:20px;
	text-align:right;
	margin-right:3px;
}
.SaleSort ul li a{
	color: #000000;
	}
	
	
.SaleSort .ProductLine
{
	clear:both;
}

.SaleSort ul.DisplayMode1
{
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin:0px;
}
.SaleSort ul.DisplayMode1 li
{
	line-height: 21px;
	list-style-type: none;
}

/* 销售排行榜结束 */

/* 商品分类*/
.ProductCategories ul{
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	padding-top: 5px;
}


.ProductCategories ul li{
	list-style-type: none;
	line-height: 25px;
	margin-left:4px;
}

.ProductCategories ul li.FloatLeft
{
	float:left;
	list-style-type: none;
	line-height: 25px;
	margin-left:4px;
}

.ProductCategories a{
	color: #000000;	
}

.ProductCategories .CategoryName
{
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 25px;
}

.ProductCategories .SubCategory{
	text-align: left;
	margin-right: 5px;
	margin-left: 10px;
	line-height: 20px;
}

.ProductCategories .SubCategorySpace
{
	margin-left:10px;
}


/* 商品分类结束*/

/* 购买该商品的顾客还买过 */
.ProductAlsoBuy {
	text-align:left;
}

.ProductAlsoBuy .ProductLine
{
	clear:both;
	margin-bottom:5px;
}

.ProductAlsoBuy ul{
	list-style-type: none;
	}
.ProductAlsoBuy ul li{
	line-height: 21px;
	text-align: left;
}
/* 购买该商品的顾客还买过结束*/

/* 浏览更多同类商品开始 */
.SameProduct
{
	text-align:left;
}
.SameProduct  ul{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.SameProduct  ul li{
	line-height: 21px;
	list-style-type: none;
}
.SameProduct  ul li a{
	color: #000000;
	}
/* 浏览更多同类商品结束*/


/* 商品栏目信息*/
.ProductInfoList {
	margin-right: auto;
	margin-left: auto;	
}
.ProductInfoList ul{
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	}
.ProductInfoList ul li{
	list-style-type: none;
	line-height: 25px;
	text-align: left;
	background-image: url(../../images/pic4.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: left center;
	}
.ProductInfoList ul li a{
	color: #000000;
	}	
.ProductInfoList .timeR{
	float:right;
	width:60px;
}
.ProductInfoList .NLpage{
	width: 98%;
	text-align: right;
	clear: both;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ProductInfoTitle{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	clear: both;
	margin-bottom: -10px;
	width: 100%;
}
.ProductInfoH2title{
	font-size: 12px;
	clear: both;
	width: 90%;
	margin-top: 10px;
	text-align: center;
}


.ProductInfoH2title ul.text li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:10px;
	width:135px;
	text-align: center;
}
.ProductInfoH2title ul.text li.time{
	width:165px;
	text-align: center;
	}
.ProductInfoH2title ul.text li.timeN{
	width:100px;
	text-align: center;
	}
.ProductInfoDetailContent {
	text-align: left;
	width: 91%;
	font-size: 12px;
	line-height: 21px;
}
.ProductInfoDetailContent {
	text-align: left;
	width: 91%;
	font-size: 12px;
	line-height: 21px;
}

/* 商品栏目信息*/


.ProductContentDetail 
{
	width:587px;
	float:left;
	margin-right:6px;
	overflow:hidden;
}

/* 商品详细信息 */
.ProductDetail {
	height:95%;
	margin-right: 1px;
}
.ProductDetail .PDIimg
{	
	margin-left:20px;
	float: left;
	margin-top: 8px;	
}

.RightContent
{
	text-align: left;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	line-height: 5px;
	width: 400px;	
}
.ProductDetail .PDItitle
{
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}

.ProductDetailCategory
{
	float:left;
	line-height: 25px;
	list-style-type: none;
	width: 195px;
}
.ProductDetailAttributeCol
{
	float:left;
	line-height: 15px;
	list-style-type: none;
	width: 195px;	
}
.ProductDetail .PDIbuy
{
	float:left;
	width: 400px;
	margin-top: 8px;
}
.PDAttributeline
{
	width: 300px;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}

.ProductDetail .Thumbnail{
	margin-left:20px;
	margin-right:20px;
	text-align: center;
	height: 75px;
	background-color: #F0F0F0;
}
.ProductDetail .Thumbnailimg{
	float: left;

}
.ProductDetail .LRinco{
	vertical-align: middle;
	width: 14px;
	padding-bottom: 29px;
	padding-top: 30px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.PDIintroduction {
	width: 530px;
	text-align: left;
	line-height: 25px;
}
.PDIintroduction span{
	font-size: 14px;
	font-weight: bold;	
}
.PDIcommentstitle {
	background-image: url(../../images/Comments.gif);
	background-repeat: repeat-x;
	height: 35px;
	
	text-align:left;
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}
.PDIusercomments {
	
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.PDIusercomments .CommentsContent {

	text-align: left;

	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 21px;
}
.PDIusercomments .CContentleft 
{
	width:200px;
	text-align: left;
	float: left;
}
.PDIusercomments .CContentright
{
	
	text-align: right;
	float: right;
}
.PDIusercomments .CContentcenter
{
	width:100px;
	text-align: center;
	float:left;	
}
.PDIusercomments .CContentall {
	width: 520px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}
.PDIcomments {
	width: 530px;
	text-align: left;
	line-height: 25px;
	height: 95%;
}
.PDIcomments .PDICleft{
	width: 518px;
	text-align: left;
	line-height: 25px;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PDIcomments .PDICcenter{
	text-align: center;
}

.PDIusercomments .Reply {
	margin:auto;
	width:95%;
	background-color:#fefefe;
	padding:3px;
}
/* 商品详细信息结束*/
.ProdocuListLine{
	width: 95%;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 2px;
}
.PLAttributeline
{
	width: 95%;
	clear: both;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
.bian
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2593C8;
	border-bottom-color: #2593C8;
	border-left-color: #2593C8;
	width:80%;
	margin-top:10px;
	}
.ProductListContent li
{
	list-style-type: none;
}
.ProductListContentA
{
	width:95%;
	
	margin-top:10px;
}

.ProductListContentB
{
	text-align:center;
	margin-left:10px;
	margin-top:10px;
	width:45%;
	float:left;
	padding-left:5px;
}
.ProductList 
{
	height: 95%;
	margin-right: auto;
	margin-left: auto;
}
.ProductList .pLimg
{	
	float: left;
	height: 90px;
	width: 70px;
	margin-top: 8px;
	margin-left: 5px;
}
.ProductList .pLheader
{
	
	background-image: url(../../images/ProductListbg.gif);
	background-repeat: repeat-x;
	height: 24px;
	border: 1px solid #5C9BBE;
	clear: both;
	width: 560px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}
.ProductList .pLleft
{
	vertical-align: 50%;
	float: left;
	padding-top: 4px;
}
.productListpage
{
	width: 560px;
	text-align: right;
	clear: both;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ProductList ul
{
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	
}
.ProductList ul li
{
	line-height: 22px;
	list-style-type: none;
}
.ProductList ul li a{
	color: #000000;
	}

/**/
.DivCenterImg {
    
    border:1px solid #ccc;
    overflow:hidden;
    position:relative;
    text-align:center;
    /* for firefox */
	vertical-align:middle;
	display:table-cell;
    }
.DivCenterImg span {
    position:static;
    +position:absolute;
    top:50%;
    vertical-align:middle
    }
.DivCenterImg img {
    position:static;
    +position:relative;
    top:-50%;left:-50%;

    vertical-align:middle
    }


/* 商品列表结束 */
/*--------------------- 商品展示css结束---------------------- */

