﻿@import url("border.css");
@import url("widget.css");
a{
  color:#4B4B4B;
  text-decoration:none;
}
a:hover{
	color:#cc0000;
	text-decoration:underline;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #484848;
	line-height: 180%;
	margin:0;
}
#AllWrap{padding-buttom:10px;
	width:960px; 
	margin:0 auto;
}

#Top{
	width:100%;
	margin:0 auto;
	background-image: url(topbg.jpg);
	background-repeat: repeat-x;
	height: 140px;
}
#Top #table1{
   width:960px;
   height:140px;
   margin:0 auto;
}
.dot{
	background-image: url(dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#TopLinks{}
div .span-19{width:760px;}	
.padd-7-15{margin:0 7px;}							
/*=主菜单
=============================================================================================*/
#Menu{
	height:26px;
    background:#000;
    line-height:26px;
    padding:0 5px;
    *overflow:hidden;
}
#Menu ul{
     margin-left:-28px;
	*overflow:hidden;
}
#Menu li{
	height:22px;
	display:inline;
    padding:2px 28px;
    margin-left:-1px;
    border-right:1px dashed #f4f1ee;
}
#Menu li a{
	color:#FFFFFF;
}
#Menu li a:hover{
	color:#cc0000;
}
/*=子商品的规则文字不出现下划线
=============================================================================================*/
.spec-item li a:hover{
	text-decoration: none;
}
.defaultbg{
	background-color: #CCCCCC;
}
/*=首页大图区域
=============================================================================================*/
#defaultimage{
    background-color:#C2C1C1;
	width: 100%;
}
#defaultimage .big{
	border: 10px solid #FFF;
}
#defaultimage li{
	list-style-type: none;
         list-style-position: inside;
}
#defaultimage img{
	border: 2px solid #FFF;
}
.ArticleList LI{	
   list-style-type: none;
   padding-left:18px;}
/*=显示底部区域
=============================================================================================*/
#Foot{
	width:700px;
	margin:0 auto;
	margin-top:10px;
    padding:0 90px;
    border-top:1px solid #ccc;
}
#FootLinks{
   padding:10px 0 20px;
}
#FootLinks .TreeList{
	float:left;
    width:20%;
}
#FootLinks .TreeList .cat1{
	font-weight:bold;
    color:#656565;
    padding:5px 0 10px;
}
#FootLinks .TreeList .cat2{
	background:url(arrs.gif) no-repeat 0 -22px;
    margin-left:10px;
}

#FootMenu{
   margin:5px 0;
}
#FootMenu .menu a{
   color:#828282;
}
#FootMenu .TreeList{
	overflow:hidden;
    text-align:center;
}
#FootMenu .TreeList div{
	font-weight:normal;
	display:inline;
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}
#Copyright *{
	text-align:center;
}
.cut{
	overflow:hidden;
}
.BrandDetailWrap .intro img{
    float:left;
    margin-right:20px;}