/*layout*/
#container{
	width:960px;
	margin:0 auto;
}
#header{
	width:100%;
	height:150px;
}
#topbar{
	width:100%;
	padding:2px 0;
	height:20px;
	background:url(../images/bg_topbar.gif) repeat-x;
	font-family:SimSun;
	line-height:20px;
}
#topbar div.menu-common{
	width:auto;
	float:left;
	padding-left:10px;
}
#topbar div.menu-common span.welcome{
	margin-right:5px;
	font-weight:bold;
}
#topbar a{
	display:inline-block;
	padding:0 5px;
}
#topbar a.webim{
	padding:0 5px 0 20px;
	background:url(../images/ico_all.gif) no-repeat 2px 0px;
}
#topbar a.shopcart{
	padding:0 5px 0 20px;
	background:url(../images/ico_all.gif) no-repeat 0 -20px;
}
#topbar a.my100{
	padding:0 20px 0 4px;
	background:url(../images/ico_all.gif) no-repeat right -40px;
}
#topbar div.menu-personal{
	width:auto;
	float:right;
	padding-right:2px;
}
#topbar div.menu-drop{
	width:150px;
	float:right;
	position:relative;
	z-index:10;
}
#topbar div.dropbox{
	width:72px;
	cursor:pointer;
}
#topbar div.dropline{
	width:6px;
	text-align:center;
	position:absolute;
	left:72px;
}
.ie #topbar div.dropline{
	margin-top:-2px;
}
#topbar ul.dropmenu{
	width:72px;
}
#topbar ul.absolute{
	background-color:#f1f1f1;
	border:1px solid #ccc;
	padding:1px 0;
	top:-2px;
	left:-1px;
	z-index:100;
}
#topbar ul.absolute li{
	border-bottom:1px dotted #fff;
}
#top{
	width:100%;
	height:90px;
	margin-top:6px;
}
#logo{
	float:left;
	padding:10px 0 0 15px;
}
#logo img{
	float:left;
}
#logo span.slogan{
	display:block;
	height:24px;
	float:left;
	margin-top:20px;
	padding-left:10px;
	border-left:2px solid #ac1211;
	line-height:24px;
}
#searchbar{
	width:520px;
	height:34px;
	float:right;
	margin-top:35px;
	background-color:#b41210;
	color:#fff;
	line-height:22px;
}
#searchbar p.search-menu{
	width:500px;
	height:22px;
	padding:2px 10px;
}
#searchbar input,#searchbar select,#searchbar a{
	float:left;
	margin-right:8px;
	font-size:14px;
}
#searchbar select.search-sort{
	width:80px;
	height:22px;
	line-height:22px;
	border:1px solid #b3b3b3;
}
#searchbar input.search-text{
	width:200px;
	height:18px;
	border:1px solid #b3b3b3;
	padding:1px;
	line-height:18px;
}
#searchbar input.search-btn{
	width:50px;
	height:22px;
	background:url(../images/bg_button.gif) no-repeat 0 -1px;
	border:0 none;
	color:#333;
	font-weight:bold;
	text-align:center;
	line-height:24px;
	cursor:pointer;
}
#searchbar input.hov{
	background:url(../images/bg_button.gif) no-repeat 0 -25px;
}
#searchbar a.search-advanced{
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}
#searchbar a.goods-all{
	margin-right:0;
	color:#fff499;
	font-size:12px;
	text-decoration:underline;
}
#nav{
	width:100%;
	height:30px;
	background:url(../images/bg_nav.gif) repeat-x 0 0;
}
#sortAll{
	display:inline;
	width:165px;
	height:24px;
	margin:3px 5px;
	float:left;
	background-image:url(../images/bg_allsort.gif);
	position:relative;
	z-index:100;
}
.sort-cur{
	background-position:0 -24px;
}
#sortBox{
	display:none;
	width:676px;
	height:375px;
	padding:10px;
	background-color:#fff;
	border:2px solid #bc1210;
	border-top:0;
	position:absolute;
	top:27px;
	left:-5px;
	filter:alpha(opacity=95); /*IE*/
	opacity:0.95; /*FF*/
	z-index:101;
}
#sortBox div.ad{
	width:190px;
	float:left;
}
#sortBox div.ad ol{
	margin-top:10px;
}
#sortBox div.ad ol li{
	list-style-position:inside;
	color:#a41211;
	font-weight:bold;
	line-height:20px;
}
#sortBox div.ad ol li a{
	color:#a41211;
}
#sortBox div.sort-tree{
	display:inline;
	width:220px;
	float:left;
	margin-left:10px;
	line-height:18px;
}
#sortBox div.sort-tree p{
	height:18px;
	padding-left:12px;
	background:url(../images/bg_tree.gif) no-repeat 0 0;
	white-space:nowrap;
	overflow:hidden;
}
#sortBox div.sort-tree p.treesingle{
	background:url(../images/bg_tree.gif) no-repeat 0 -54px;
	margin:5px 0;
}
#sortBox div.sort-tree p.treeheader{
	background:url(../images/bg_tree.gif) no-repeat 0 -18px;
	margin-top:5px;
}
#sortBox div.sort-tree p.treefooter{
	background:url(../images/bg_tree.gif) no-repeat 0 -36px;
	margin-bottom:5px;
}
#sortBox div.close{
	width:46px;
	height:22px;
	background:url(../images/bg_btn_close.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
}
#navlist{
	width:780px;
	height:30px;
	float:left;
}
#navlist li{
	width:auto;
	height:30px;
	float:left;
	padding-right:2px;
	background:url(../images/bg_nav.gif) no-repeat right -60px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#navlist li a{
	display:block;
	height:24px;
	float:left;
	padding:4px 15px 2px 15px;
	background:none;
	color:#fff;
	text-decoration:none;
	line-height:24px;
}
#navlist li.current a{
	background:url(../images/bg_nav.gif) repeat-x 0 -30px;
}
img#area_new{
	position:absolute;
	right:-16px;
	top:-16px;
}

#main{
	width:100%;
	margin-top:10px;
}

#footer{
	width:100%;
	height:120px;
	margin-top:10px;
	padding-top:10px;
}
#footer p.link{
	width:100%;
	height:20px;
	font-family:SimSun;
	line-height:20px;
	text-align:center;
}
#footer p.link a{
	display:inline-block;
	padding:0 5px;
}
#footer p.friendlink{
	width:100%;
	margin-top:10px;
	line-height:20px;
	text-align:center;
}
#footer p.friendlink a{
	margin-left:10px;
}
#footer p.copyright{
	position:relative;
	width:100%;
	color:#666;
	line-height:20px;
	text-align:center;
}
#footer img#huiz{
	position:absolute;
	top:5px;
	right:15%;
}
#footer img#xiny{
	position:absolute;
	top:5px;
	left:15%;
}

/*common*/
.ftl{
	float:left;
}
.ftr{
	float:right;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.cursor{
	cursor:pointer;
}
.red{
	color:#cc0000;
}
.ali-c{
	text-align:center;
}

/*breadcrumb*/
div.breadcrumb{
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
	text-indent:5px;
}
div.breadcrumb a{
	color:#af0200;
}

/*corner*/
span.r1,span.r1a,span.r2,span.r2a{
	position:relative;
	display:block;
	overflow:hidden;
}
span.r1a,span.r2a{
	float:left;
}
#top span.r1{
	height:4px;
	background:url(../images/bg_corner.gif) no-repeat right -5px;
}
#top span.r1a{
	width:4px;
	height:4px;
	background:url(../images/bg_corner.gif) no-repeat 0 0;
}
#top span.r2{
	height:4px;
	background:url(../images/bg_corner.gif) no-repeat right -15px;
}
#top span.r2a{
	width:4px;
	height:4px;
	background:url(../images/bg_corner.gif) no-repeat 0 -10px;
}
.market #top span.r1{
	background:url(../images/bg_corner.gif) no-repeat right -45px;
}
.market #top span.r1a{
	background:url(../images/bg_corner.gif) no-repeat 0 -40px;
}
.market #top span.r2{
	background:url(../images/bg_corner.gif) no-repeat right -55px;
}
.market #top span.r2a{
	background:url(../images/bg_corner.gif) no-repeat 0 -50px;
}
#promo_text span.r1,#category span.r1{
	height:5px;
	margin:-1px -1px 0 -1px;
	background:url(../images/bg_corner.gif) no-repeat right -25px;
}
#promo_text span.r1a,#category span.r1a{
	width:5px;
	height:5px;
	margin-left:-1px;
	background:url(../images/bg_corner.gif) no-repeat 0 -20px;
}
#promo_text span.r2{
	height:5px;
	margin:0 -1px -1px -1px;
	background:url(../images/bg_corner.gif) no-repeat right -35px;
}
#promo_text span.r2a{
	width:5px;
	height:5px;
	margin-left:-1px;
	background:url(../images/bg_corner.gif) no-repeat 0 -30px;
}
