@import url("border.css");/* 包括布局的样式*/
@import url("widget.css");/* 包括所有挂件的样式*/

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align:center;
	background-color:#1A1A1A;
	margin-left:auto; 
	margin-right:auto;
	margin-top:0px;
	
}
/*=布局 
=============================================================================================*/
#AllWrap{
	width:1000px; 
	margin:0 auto;
	overflow:hidden;
}
#LeftColumn{overflow:hidden;}
#Main{ width:998px; margin-top:10px;  border:1px solid #363636;}
#Main1{ width:748px; float:left;  border:1px solid #363636;}
#Main2{ width:748px; float:left;  border:1px solid #363636;}

/*=头部和菜单
=============================================================================================*/
#Top{
	border-top:1px solid #CCCCCC;
}
#TopMenu{
	float:right;
	padding:10px 10px 0 0;
}
#TopMenu li{
	display:inline;
}
#Logo{
	float:left;
	margin:15px 0 0 10px;
}
#Menu{
	color:#fff;
	background:#3260ba;
	padding:2px;
	clear:both;
	text-align:center;
}
#Menu li{
	display:inline;
}
#Menu a{
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 15px;
}
/*=购物车
=============================================================================================*/
.CartInfoWrap{
	color:#636363;
	text-align:right;
	margin:10px 10px 0 0;
}
.CartInfoItems{
	display:inline;
	text-decoration:underline;
}
.CartInfoItemsOver{
	display:inline;
	position:relative;
	padding:0;
	margin:0;
}
.CartInfoItems .CartInfoContent{
	display:none;
}
.CartInfoItemsOver .CartInfoContent{
	display:block;
	position:absolute;
	text-align:left;
	border:1px solid #999;
	background:#fff;
	width:200px;
	top:0;
	left:0;
	filter:alpha(opacity=90);
	opacity:0.90;
	min-height:10px;
	z-index:99;
}
.CartInfoItemsOver .CartInfoContent a{
	display:block;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	border-left:3px solid #FF6600;
	border-bottom:1px dotted #ccc;
	margin:0 0 2px 0;
	padding-left:5px;
}
.CartInfoItemsOver .CartInfoContent a:hover{
	background:#FF9900;
	color:#fff;
}
.CartInfoWrap .total{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	border-left:1px solid #666666;
}
.CartInfoWrap .gocart{
	display:block;
}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#FootMenu{
	margin:20px 0 0 0;
	border-collapse:collapse;
	border-top:3px solid #FF9900;
	border-bottom:2px solid #999999;
}
#FootMenu td{
	border:1px solid #c9c9c9;
}
#Foot{
	clear:both;
}
#Foot .bottominfo {
	border-bottom:2px solid #999999;
	text-align:center;
	background-color:#C9C9C9;
}
#Foot .bottominfo th{
	background-color:#333333;
	border:1px solid #666666;
	color:#FFFFFF;
	padding:2px 0;
}
#Foot .bottominfo td{
	background:#FFFFFF;
	padding:10px;
}
#Foot .bottominfo li{
	line-height:20px;
}
#Foot .bottom{
	text-align:center;
}
/*=特定挂件css
=============================================================================================*/
#hotgoods .GoodsList h6{
	font-weight:normal;
	background:url(arrs.gif) no-repeat 0 -40px;
	margin-left:5px;
	padding:0 0 0 5px;
	text-align:left;
}
#hotgoods .GoodsList ul{
	text-align:right;
	padding-right:10px;
	color:#FF9900;
}
#hotgoods .price1{
	color:#F90;
}
#promotenews {
	 width:470px; 
	 height:23px;
	 overflow:hidden;
}
#promotenews a{
	color:#f7620e;
	background:url(arrow8.gif) no-repeat 0 0;
	letter-spacing:1px;
	padding:0 0 0 15px;
	margin:0 30px;
	width:200px;
	line-height:23px;
}
#newgoods .GoodsListWrap{
	margin-top:5px;
}
#newgoods .GoodsListWrap .item{
	padding:10px 0;
	border-right:1px dotted #ccc;
	border-bottom:3px solid #eee;
}
#specialgoods .GoodsListWrap{
	padding:3px 5px;
}
#specialgoods h6 a{
	font-weight:normal;
	display:block;
	width:135px;
	background:url(arrs.gif) no-repeat 0 -40px;
	padding-left:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}



/*字体颜色--------------------------------------------------------------------------------------*/
.p9black {
	color: #000;
	font-weight:700;
}
.p9v {
	color: #ccc;
}
.p9gray {
	color: #666;
	
}
.p9navyblue {
	color: #369;
}
.p9navygreen {
	color: #090;
}
.p9orange {
	color: #f63;
}
.inputstyle {
	border: 1px solid #ccc;
	background-color: #fff;
}
.buttonstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #fff;
	font-size:12px;
	background:url(buttonbg.gif);
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.p9orangeb {
	color: #f50;
	font-weight:700;
	padding-left:6px;
}
.p14redb {
	color:#f60;
	font-size:14px;
	font-weight:700;
}

/*链接字体颜色--------------------------------------------------------------------------------------*/
a:link {
    font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #3C8BC3;
	text-decoration: none;
	}
	
a.yellow:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFEE01;
	text-decoration: none;
}
a.yellow:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #FFEE01;
	text-decoration: none;
}
a.yellow:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #3C8BC3;
	text-decoration: none;
	}
a.white:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
a.white:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
a.white:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	}	
a.gray:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
a.gray:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
a.gray:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}
a.black:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.black:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.black:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	}
/*-------------------------------------------------------------------------------------------*/
.rongqi{ width:1000px; background: repeat url(beijing.jpg); margin-bottom:0px; margin-top:0px;}
/*ͷ-------------------------------------------------------------------------------------------*/
.toubu{ width:1000px; height:40px; margin-top:40px;}
.logo{ width:180px; height:40px; margin-left:5px; float:left;}
.gouwuche{ margin-right:5px; float:right; padding-top:20px; color:#FFFFFF; font-size:12px;}
.colorhang{ color:#FF9900; font-weight:bold;}

/*-------------------------------------------------------------------------------------------*/
.daohang{ width:1000px; height:40px; margin-top:20px; background-image: url(daohangbeijing.gif);}
.daohangfont{ font-family: ""; font-size: 14px; color: #FFFFFF;}
.daohang ul{ list-style-type: none; margin:0px;}
.daohang ul li{ margin:0px 10px; float:left; line-height:40px;}
.shuxian{ width:2px; height:40px;}
/*-------------------------------------------------------------------------------------------*/
.neirong{ width:1000px;  margin-top:8px;}
.ArtListWrap{ width:998px; border: 1px double #363636; background-image: url(libeijing.jpg);  margin-top:4px;}
.ArtListWrap ul { width:968px; background-color: #363636; padding:5px; text-align:left;}
.ArtListWrap ul li{ background:transparent url(newicon.gif) no-repeat scroll 0 8px;
border-bottom:1px dashed #777777;
color:#666666;
display:block;
line-height:23px;
padding-left:15px;}
/*ⲿ---------------------------------------------------------------------------------------*/
.zhuti{ width:750px;  float: left;}
.guanggao{ width:745px; height:382px; margin-bottom:5px; border: 1px double #363636; float:left;}
.cp{ width:750px; float:left; height:auto; }
.cpdh{ width:745px; }
.xiaobiao{ width:9px; height:15px; margin-top:9px; margin-left:8px; float:left}
.zuozhi{ font-size: 13px; color: #CECECE; margin-top:11px; margin-left:6px; float:left}
.youzhi{ font-size: 13px; color: #CECECE; margin-top:11px; margin-right:5px; float:right}
.cz1{ width:750px; margin-top:4px;}
.cz2{ width:750px; height:260px; margin-top:7px;}

.cpzs{ width:742px; border: 1px double #363636; background-image: url(/libeijing.jpg);  padding-left:3px; padding-bottom:8px;}
.cplb{ width:180px; height:170px; margin-top:8px; margin-right:1px;}
/*.goodspic{ width:100px; height:100px; margin-bottom:5px;}
.goodsname{ width:120px; color:#fff; font-weight:bold; text-align:left; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}*/
.cptu{ width:180px; height:170px; background-color: #363636; font-weight: bold; text-align: center; line-height: 40px;}
.cpjiage{ width:180px; height:66px; margin-top:3px;}
.jiage{ text-align:left; width:160px; height:58px; background-color: #363636; font-family: ""; font-size: 13px; color: #FFF; line-height: 20px; padding-left:20px; padding-top:10px;}

.p_box{ float:left; margin-left:2px;}
.selectcurrency{ width:224px; float:left; text-align:left; padding:10px;}
/*-----------------------------------------------------------------------------------------*/
.cebian{ width:246px;  float:right; margin-top:0px; margin-left:}
.tu{ width:244px; margin-top:6px; border: 1px double #363636;}
.cedh{ width:244px; height:33px; margin-top:5px; border: 1px solid #363636;}
.spfl{ width:244px; margin-top:1px;}
.spf2{ width:244px; }
.fl1{ width:244px; margin-bottom:1px; background-color: #333333; padding-top:1px; padding-bottom:1px;}
.fl2{ width:244px; height:89px; background-color: #333333;}
.flml{ width:235px;  text-align:left; margin-top:10px; margin-left:9px; font-family: ""; font-size: 12px; font-weight: bold; color: #FFFFFF;}
.flmc{ width:235px;  margin-top:6px; padding-bottom:10px; font-family: ""; font-size: 12px; color:#cccccc;  text-align:left; margin-left:9px;}
.fgf{ width:1px; height:6px; background-color:#CCCCCC;}
.tu2{ width:244px; height:157px; margin-top:7px; border: 1px double #363636;}
.tu3{ width:244px; height:103px; margin-top:7px; border: 1px double #363636; margin-top:4px;}
.rmsp{ width:244px; margin-top:3px;}
.rmsp2{ width:244px;}
.rmfl{ width:244px;  margin-top:4px; padding-bottom:4px; padding-top:4px; background-color: #333333; text-align:left;}
.rmfl1{ width:232px; padding:6px;}
.lmmc{ width:200px; margin-top:8px; margin-bottom:8px; text-align:left; margin-left:8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; color: #FFF000;}
.lmjg{ width:236px; height:15px; margin-top:8px; text-align:left; margin-left:8px; padding-bottom:10px; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 13px; color: #ccc; font-weight: bold;}
.yqlj{ width:236px; margin-top:4px; background-color: #333; padding:4px;}
.moreyqlj{ width:234px; padding:5px; text-align:right; background-color: #333;}
.ljtu{ width:203px; height:170px; margin-top:20px; margin-left:25px;}
/*Ա-------------------------------------------------------------------------------------------*/
.hysousuo{ width:243px;}
.hyborder{ width:243px; border:1px double #363636; background:url(libeijing.jpg); padding-bottom:5px;}
.hyborder1{ width:243px; border:1px double #363636; background:url(libeijing.jpg); height:140px; margin-top:10px; margin-bottom:8px;}
.hytu{ width:243px; margin-top: 0px;}
.sousuo{ width:243px;height:110px; margin-top:3px; border: 1px double #363636; background-image: url(/libeijing.jpg);}
.dengru{ width:237px; margin-top:3px; border: 1px double #363636; background-image: url(/libeijing.jpg);}
.biaodan{ width:243px; height:80px;}
.gjz{ width:233px; height:25px; margin-top:10px; }
.z{ width:46px; height:14px; margin-top:6px; margin-left:6px; font-family: ""; font-size: 13px; color: #cccccc; float:left;}
.dan{ width:170px; height:21px; text-align:left; float:left;  }
.dan2{ width:80px; height:21px;float:left; text-align:left;}
.anniu{ width:44px; height:20px;float:right; margin-top:2px; margin-right:6px;}
.input1{ width:142px; height:19px; border: 1px solid #4F4F4F; background-color: #373737; font-family: ""; font-size: 13px; color: #cccccc;}
.input2{ width:120px; height:19px; border: 1px solid #4F4F4F; background-color: #373737; font-family: ""; font-size: 13px; color: #cccccc; float:left; }
.login_font{ width:243px; margin-top:10px;}
.logincontentin{ width:243px;}
/*ײ*/
.hg{
	vertical-align: bottom;
	font-family: "";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	background-color: CCCCCC;
	line-height: 20px;
	border: 1px solid #333333;
	white-space: nowrap;
}

.bottombgline{ background:url(bottombg.gif) repeat-x; width:100%; height:2px; margin-top:10px; margin-bottom:10px;}
.bottommenubox{ color:#C0C0C0; padding-bottom:10px;}
/*htmlcss
=============================================================================================*/
.clear{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
   line-height:0;
   font-size:0;
   height:0;
   height:1%;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
	display: inline-table;
}
ul{	margin:0;padding:0;list-style:none;font-weight:normal;}
h1{padding:0;margin:0;}
h2,h3,h4,h5,h6{	padding:0;margin:8px 0 0 0;}
h2{	text-align:left;font-size:14px;	font-weight:bold; background: url(items.gif) no-repeat; padding-left:20px; color:#ff9900}
h3{text-align:left;	font-size:14px;	font-weight:bold;}
td {font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;color: #666666;}
dl,ul,dd,li{margin:0;padding:0;list-style:none;font-weight:normal;}
dt{ font-weight: bold;}
dl,ul{line-height:24px;}
form{margin:0;padding:0;}


.ArticleDetailsWrap{ background:#363636; border:solid #464646 1px; text-align:center; width:748px; margin-top:5px; float:left;}

.ArticleListWrap{ background:#363636; padding:5px 0px;}
.ArticleList{ text-align:left; margin:0 5px; }
.ArticleList li, .ArticleList td {
background: #363636;
border-bottom:1px dashed #777777;
display:block;
overflow:hidden;
padding:4px 0;
white-space:nowrap;
}

.PassportWrap{ width:918px; height: auto; color:#111; text-align:left; clear:both;}
.PassportWrap1{ width:958px; padding:10px; margin:10px; height: auto; background:#fff; color:#111; text-align:left; clear:both;}
.table, td, th {
vertical-align:top;
text-align:left;
}
.table, td, th a{
color:#666;
}
.MemberCenter{ width:958px; padding:10px; margin:10px; height: auto; background:#fff; color:#111; text-align:left; clear:both;}
.GoodsSearchWrap{ width:93%; padding:15px; margin:10px; height: auto; background:#fff; color:#111; text-align:left; clear:both;}
.BrandWrap{ width:958px; padding:10px; margin:10px; height: auto; background:#363636; color:#111; text-align: center; }
.GoodsInfoWrap{ width:95%; padding:10px; margin:10px; height: auto; background:#fff; color:#111; text-align: center;}
.PackageGoodsWrap{width:958px; text-align:left; }
.PackageGoodsWrap .items{ width:900px;}
.PackageGoodsWrap .items h3 {
width:95%;
background:#F2F2F2 url(packageinfobg.gif) no-repeat scroll 0 0;
border:1px solid #CCCCCC;
line-height:25px;
margin-bottom:15px;
}
.division {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #E1E1E1;
margin-bottom:7px;
padding:7px;
}
ul.list li {
width:80%;
border-bottom: none;
color:#666666;
display:block;
line-height:23px;
padding-left:15px;
}

.Comments{ width:958px; text-align:left; color:#666;}
.CartWrap {
background:#fff;
margin:10px 10px;
padding:5px;
width:968px;
}
.CartNav {
border-bottom:2px dotted #CCCCCC;
background:#fff;
width:100%;
}
.RegisterWrap{
background:#fff;
margin:10px 10px;
color:#666;
padding:5px;
width:98%px;}
.FormWrap{
background:#fff;
margin:10px 10px;
padding:5px;
width:97%;
}
