/*  ==================== 全局通用部分 ====================  */
* { margin:0; padding:0; list-style:none;}
img { border:none; }
img,input,select { vertical-align:middle; }
body,td,th { font-size:12px; }
body { text-align:center; color:#333;}
/*  == 清除浮动 ==  */
.clear { clear:both; display:block; }
a { color:#333; text-decoration:underline;}
a:hover { color:#f60; text-decoration:none;}
.textleft { text-align:left; }
.textright { text-align:right; }
.banner { margin:10px 0 0 0; }
/*  ==================== 页面头部样式 ====================  */
/*  == NETtaobao ==  */
#NETtaobao {
	width:100%;
	margin:0 auto; padding:0;
	background-image:url(../images/NETtaobao_url_bg.gif)
}
	#NETtaobao .url {
		width:950px;
		margin:0 auto;
		padding-top:4px;
		height:40px;
		line-height:20px;
		text-align:left;
	}
		#NETtaobao .url .left{
			width:840px;
			text-align:left;
			float:left;
		}
		#NETtaobao .url .right{
			width:110px;
			text-align:right;
			float:left;
		}
/*  == top ==  */
#top {
	width:950px;
	margin:0 auto;
	padding:0;
}
	/*  == top_logo_banner ==  */
	#top .top_logo_banner {
		height:70px;
	}
		#top .top_logo_banner .logo{
			margin-top:4px;
			width:240px;
			height:64px;
			float:left;
		}
		/*  == top_banner ==  */
		#top .top_logo_banner .top_banner{
			margin-top:3px;
			width:658px;
			height:60px;
			float:right
		}
	/*  == 菜单 ==  */
	#top .top_menu ul li {
		list-style:none;
		float:left;
		height:26px; 
		width:94px;
		line-height:26px; 
		text-align:center;
		border-right:1px #f60 solid;
		border-bottom:1px #f60 solid;
	}
	#top .top_menu ul li a {
		color:#fff; 
		width:94px;
		display:block;
		background:#333;
	}
	#top .top_menu ul li a:hover {
		 background:#000; 
	 }
		/*  == 当前菜单样式 ==  */
		#top .top_menu ul li.selectedpage a {
			color:#fff; 
			width:94px;
			font-weight:bold;
			text-decoration:none;
			display:block;
			background:#f60;
		}
	/*  == 横幅通栏广告位 ==  */
	#top .banner {
		margin:4px 0 0 0;
		width:950px;
	}
	/*  == 商品类别 ==  */
	#top .top_class {
		margin:4px 0 0 0px;
		padding:0px 2px 0px 4px;
		text-align:left; 
		border:1px #f60 solid;
		background-color:#ffe;
	}
	#top .top_class span{
		line-height:20px;
	}
/*  ==================== 全局主内容框架 ====================  */
#main {
	width:950px;
	text-align:center;
	margin:0 auto;
}
	/*  == 淘宝橱窗推广 ==  */
	#main .taobao_shwin {
		margin:4px 0 0 0;
		width:950px;
	}
	/*  == 左浮动框架 ==  */
	#main .main_left {
		float:left;
		width:586px; 
		text-align:center
	}
		/*  == pid跳转推广 ==  */
		#main .main_left .left_fp_id {
			margin:4px 0 0 0;
			width:586px;
			text-align:left;
			height:26px;
			background-color:#fff
		}
		/*  == 左侧广告位 ==  */
		#main .main_left .left_banner {
			margin:4px 0 0 0;
			width:586px;
			text-align:left;
			background-color:#fff
		}
	/*  == 右浮动框架 ==  */
	#main .main_right {
		float:right;	
		width:360px;
	}
		/*  == 幻灯广告位 ==  */
		#main .main_right .magic_banner {
			margin:4px 0 0 0;
			width:360px;
			text-align:right;
			background-color:#fff
		}
		/*  == 右侧广告位 ==  */
		#main .main_right .right_banner {
			margin:4px 0 0 0;
			width:360px;
			text-align:right;
			background-color:#fff
		}
/*  ==================== 页面底部 ====================  */
#foot {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left; 
}
	#foot .piclink {
		margin:4px 0 0 0px;
		text-align:left; 
	}
	#foot .txtlink {
		margin:4px 0 0 0px;
		padding:0px 2px 0px 4px;
		text-align:left; 
		border:1px solid #f60 solid;
		background-color:#ffe;
	}
	#foot .txtlink span{
		line-height:20px;
	}
	#foot .si_infor{
		margin:4px 0 0 0px;
		text-align: center;
	}
	
