/* 页面通用样式 */
@import url(main/common.css);
/* 页面顶部页样式 */
@import url(main/header.css);
/* 页面底部页样式 */
@import url(main/footer.css);
/* 首页中部页样式 */
@import url(main/index.css);
/* 列表页中部页样式 */
@import url(main/list.css);
/* 商品页中部页样式 */
@import url(main/product.css);
/* 购物车中部页样式 */
@import url(main/cart.css);

#btnBuy, #btnFavorite, #btnQuestion, #btnCommend{
  border: none;
}
#btnFavorite, #btnCommend{
  margin-left:15px;
}


/* 页面中部 */
#pagebody{
	margin-top:10px;
	width: 950px;
}

#mainbody{
	float:right;
	width: 750px;
}


/* 页面中部>>热销商品 */
#hot{
	border:1px solid #dddddd;
	border-top:4px solid #4a277f;
	width: 190px;
}
#hot th{
	background:#e2ddfb;
	color:#4a277f;
	height:30px;
	font-size:10pt;
	text-align:left;
	padding-left:10px;
}
#hot td{
	border-bottom:1px dotted #4a277f;
	padding: 2px 2px 2px 2px;
	text-align:left;
	vertical-align:top;
}
#hot img{
	border:1px solid #cccccc ;
	width: 70px;
	height: 80px;
}
#link { 
	width: 1px;
	height:1px; 
	line-height:1px;
	font-size:1px; 
	overflow:hidden; 
	text-align:right;}
#link a:link,
#link a:visited,
#link a:active{
	font-size:1px; 
	color: #ffffff;
	text-decoration: none;
}
#link a:hover {
	color: #ffffff;
	text-decoration:none;
}


/* 页面中部>>导航 */
#navi{
	text-align:left;
	margin-left:5px;
	padding-top:8px;
	padding-left:60px;
	width: 100%;
	height: 35px;
	color: #666666;
	background:url(../Image/navbg.gif);
}
#navi a:link, #navi a:visited {
	color: #666666;
}
#navi a:hover {
	color:#ff0000;
}


/* 页面中部>>左侧菜单 */
#sidebar {
	margin-left:0px;
	width:190px;
	height: 10px;
	border:2px solid #e2e2e2;
	text-align:left;
}
/* 页面中部>>左侧菜单>>li>>连接 */
#sidebar a:link, #sidebar a:visited{
	color:#000000;
}
#sidebar a:hover {
	color:#ff0000;
}
#sidebar li {
	width:100%;
	margin-left:10px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.li {
	border-bottom:1px solid #e5e5e5;
}

#ordertel{
	float:left;
}
