﻿@import url("htmls.css");
@import url("border.css");
@import url("widget.css");
@import url("goodscat.css");
@import url("goods.css");

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #5C2946;
	line-height: 20px;
	margin:0 auto;
	text-align:left;
	background:#7A4363 url(body_b.gif) repeat-x top;
	
}
/*=首页布局
===================================================================*/
.main{
	width:940px; 
	margin:0 auto;
	overflow:hidden;
}
.main1{
        float:left;
	width:200px;
        margin-right:20px;
	overflow:hidden;

}
.main2{
        float:left;
	width:720px;
	overflow:hidden;
}
.main2 .main2_left{
        float:left;
	width:500px;
        margin-right:20px;
	overflow:hidden;
}
.main2 .main2_right{
        float:left;
	width:200px;
	overflow:hidden;
}
.main2 .main2_all{
	width:720px;
        padding:5px;
	overflow:hidden;
}
.main2 .main3_all{
	width:720px;
	overflow:hidden;
}
.main2 .main_all{
	width:700px;
        margin:10px 0;
	overflow:hidden;
        border:10px solid #8F5F7E;
	background:#FFF;
}
.main3{
	width:920px; 
	margin:0 auto;
        border:10px solid #8F5F7E;
	background:#FFF;
	overflow:hidden;
}
/*=底部样式
===================================================================*/
#foot{
        width:940px;
	height:110px;
	margin:10px auto;
	background:url(foot_b.gif) no-repeat;
	overflow:hidden;
}
#foot .footmenu{
        height:28px;
	text-align:center;
        padding-left:220px;
        margin-top:5px;
        line-height:28px;
        border-bottom:1px solid #AA6F92;
}
#foot .footmenu .TreeList{
        float:left;
        width:80px;
}
#foot .footmenu a{
       color:#D8A9C7;
}
#foot .footmenu a:hover{
       color:#FFF;
}
#foot .footbar{
        margin:2px auto;
}
#foot .footbar .footlogo{
	width:230px;
        float:left;
}
#foot .footbar .footmasg{
	color: #FFF;
	width:620px;
        float:left;
        padding:5px;
}
/*=头部样式
=============================================================================================*/
#top{
	position:relative;
        width:1003px;
	height:110px;
        text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.logo{
	position:absolute;
	top:0;
	left:25px;
        width:250px;
        height:100px;
        padding-top:30px;
        z-index:100;
	overflow:hidden;
        text-align:center;
	background:url(body_b.gif) repeat-x top;
}
.car2search{
        width:580px;
        margin-left:400px;
}
.toplogin{
	position:relative;
        float:left;
	width:250px;
	text-align:right;
	color:#D8A9C7;
        margin-top:20px;
}
.toplogin a{
	color:#FFF;
}
.topcar{
	position:relative;
        float:left;
	width:140px;
	color:#D8A9C7;
	text-align:center;
        margin-top:20px;
}
.topcar a{
	color:#FFF;
}
/*=搜索栏－精简
=============================================================================================*/
.topsearch{
        float:left;
	width:185px;
	text-align:left;
        overflow:hidden;
}
.topsearch .inputstyle,.SearchBar .inputstyle{
        height:12px;
	border: 1px solid #EEDDE7;
	background-color: #AA6F92;
}
/*=搜索栏－横
=============================================================================================*/
.SearchBar{
        width:710px;
	margin-top:10px;
        line-height:30px;
        padding-left:80px;
	background:url(search_bg.gif) no-repeat; 
}
.btn_search{
	background:url(searchbutton.gif) no-repeat;
	border:none;
	display:block;
	width:46px;
	height:18px;
	text-indent:-9999px;
	cursor:pointer;
}
.btn_advsearch{
        text-decoration:underline;
}

/*=banner
=============================================================================================*/
.pb{
        padding-left:5px;
}
.pb .banners{
        float:left;
        background:#EEDDE7;
        padding:10px;
}
.pb .banners li{
        width:448px;
        height:368px;
        overflow:hidden;
        display:none;
}
.pb .banners li.current{
        display:block;
}
.pb .switcher{
        float:left;
        height:250px;
        width:25px;
        position:relative;
}
.pb .points{
       width:25px;
       margin:0; 
       font-size:12px; 
       padding:0;
}
.pb .points li{
       width:20px;
       height:75px;
       line-height:75px;
       text-align:center;
       margin:0 0 3px 0;
       color:#fff;
       cursor:pointer;
       background:transparent url(pic2.gif) no-repeat top left;
       overflow:hidden;
}
.pb .points li.current{
       width:25px;
       height:75px;
       line-height:75px;
       background-position:-25px 0;
       margin-left:0; 
       text-align:center; 
       overflow:hidden;
}