@charset "utf-8";
/* CSS Document */
body{margin:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333; line-height:18px; background-color:#fff;}

h1,h2,h3,h4,h5,h6,form{margin:0;padding:0; font-size:100%; font-weight:normal;}

ul,li,dl,dt,dd{ padding:0; margin:0; list-style:none; }

p{ margin:0; padding:0; line-height:140%;text-align:left; }

img{border:none;}

a{color: #333; text-decoration:none;}
a:hover {color: #333; text-decoration:underline;}

#container{
	width:1000px;
	background-color:#01084c;
	margin:0 auto;
}
	/* ----------------------------------- header ----------------------------------- */
#top{
	width:960px;
	margin:0 auto;
	background:url(images/headbg.gif) 260px 12px no-repeat;
}
#logo{
	float:left;
	height:88px;
}
#logo a{
	width:205px;
	height:78px;
	background:url(images/logo.gif) no-repeat;
	display:block;
	text-indent:-9999px;
}
#top h1{
	color:#fff;
	font-size:18px;
	float:left;
	width:465px;
	margin:45px 0 0 55px;
	display:inline;
	line-height:24px;
}
#top h1 a{
	color:#fff;
	text-decoration:none;
}
#top h1 a:hover{
	color:#fff;
	text-decoration:underline;
}
.sethome{
	float:right;
	color:#fff;
	width:185px;
	font-size:11px;
	padding:10px 0 0 0;
}
.sethome a{
	color:#fff;
	margin:0 10px;
	text-decoration:none;
}
.sethome a:hover{
	color:#36d5f2;
	text-decoration:underline;
}
.sethome a.set{
	padding:0 0 0 15px;
	background:url(images/home.gif) no-repeat;
}
#top form{
	float:right;
	width:219px;
	padding:20px 0 0 0;
}
.input01{
	width:146px;
	height:26px;
	background:url(images/inputbg.gif) no-repeat;
	border:none;
	line-height:26px;
	font-size:11px;
	color:#999;
	padding:0 0 0 8px;
	float:left;
}
.submit01{
	float:left;
	width:28px;
	height:27px;
	background:url(images/btn01.gif) no-repeat;
	color:#fff;
	border:none;
	font-size:11px;
	text-align:center;
	margin:0 0 0 5px;
}
.mainnav{
	width:950px;
	height:40px;
	background-color:#9c8b53;
	clear:both;
	padding:0 0 0 10px;
}
.mainnav li{
	float:left;
	font-size:14px;
	line-height:40px;
}
.mainnav li.linked a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 17px;
	background-color:#868686;
}
.mainnav a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 17px;
}
.mainnav li a:hover{
	background-color:#c5bb9a;
	display:block;
	padding:0 17px;
	text-decoration:none;
}
.banner{
	clear:both;
	width:960px;
	height:210px;
	background:url(images/bannerbg.gif) no-repeat;
	background-color:#0e0f23;
	color:#fff;
	overflow:hidden;
}
.banner p{
	width:530px;
	line-height:20px;
	margin:20px 0 0 405px;
	font-size:11px;
}
.banner p b{
	text-decoration:underline;
	font-weight:normal;
}
.banner ul{
	width:370px;
	float:left;
	line-height:20px;
	margin:20px 0 0 405px;
	display:inline;
}
.banner ul li{
	float:left;
	width:100px;
	height:60px;
	margin:0 8px 0 0;
	display:inline;
	border:#666 1px solid;
}
.banner ul li img{
	display:block;
}
.cart{
	height:31px;
	border:#42413f 1px solid;
	background:url(images/cart_ico.gif) no-repeat;
	padding:0 0 0 37px;
	width:130px;
	float:left;
	line-height:30px;
	margin:45px 0 0 0;
	font-size:11px;
	color:#fae5ec;
}
.cart span.red01{
	color:#000;
}
.cart span.red01 a,.cart span.red01 a:hover{
	color:#fff;
}

/*body.css*/
#body{
	width:950px;
	background-color:#fff;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 10px 10px;
}
#body_top{
	width:950px;
	overflow:hidden;
}
#leftbar{
	width:200px;
	float:left;
}
.leftbar01{
	width:200px;
	float:left;
	border-bottom:#e6e6e6 1px solid;
}
#leftbar h2{
	width:183px;
	height:30px;
	line-height:30px;
	color:#fff;
	padding:0 0 0 17px;
	background:url(images/lefttitbg.gif) repeat-x;
}
#leftbar h2 a{
	color:#fff;
	text-decoration:none;
}
#leftbar h2 a:hover{
	color:#fff;
	text-decoration:none;
}
#leftbar ul.nav01{
	width:183px;
	background:url(images/leftbarbg.gif) repeat-y;
	padding:5px 0 10px 17px;
}
#leftbar ul.nav01 li a{
	width:165px;
	padding:0 0 0 10px;
	line-height:20px;
	height:20px;
	font-size:11px;
	overflow:hidden;
	background:url(images/navbg.gif) left center no-repeat;
}
#leftbar ul.nav01 li a:hover{
	background:url(images/navlinkbg.gif) left center no-repeat;
	color:#197d90;
}

#leftbar ul.nav01 li.small a{
	width:155px;
	padding:0 0 0 10px;
	line-height:20px;
	height:20px;
	margin:0 0 0 10px;
	font-size:11px;
	overflow:hidden;
	background:url(images/small_navbg.gif) left center no-repeat;
}
#leftbar ul.nav01 li.small a:hover{
	background:url(images/small_navlinkbg.gif) left center no-repeat;
	color:#197d90;
}

#pay{
	width:200px;
	padding:10px 0 0 0;
	clear:both;
	overflow:hidden;
}
#pay ul li{
	float:left;
	margin:5px 10px 0 0;
	display:inline;
}
#pay ul li.long{
	width:170px;
}
#pay ul li.long01{
	width:140px;
	text-align:center;
}
#rightbar{
	width:718px;
	float:right;
	border:#c0c0c0 1px solid;
	border-top:none;
	margin:0 10px 0 0;
	display:inline;
}
#rightbar h2{
	width:692px;
	height:30px;
	line-height:30px;
	color:#333;
	padding:0 0 0 26px;
	margin:0;
	background:url(images/h2_bg.gif) repeat-x;
}
#rightbar h2 span.ico{
	padding:0 0 0 26px;
	height:30px;
	width:680px;
	margin:0;
	background:url(images/h2_ico.gif) no-repeat;
}
#rightbar h2 a{
	color:#333;
	text-decoration:none;
}
#rightbar h2 a:hover{
	color:#333;
	text-decoration:underline;
}
.first{
	width:698px;
	padding:20px 0 20px 10px;
	font-size:11px;
}
.first img{
	float:right;
	padding:0 20px 10px 15px;
}
.first a{
	color:#cc0000;
	text-decoration:underline;
}
.first a:hover{
	color:#cc0000;
	text-decoration:none;
}
.small_list{
	width:718px;
	clear:both;
	overflow:hidden;
}
.small_list ul{
	width:717px;
	padding:20px 0 0 1px;
}
.small_list li{
	float:left;
	margin:0 5px;
	display:inline;
	height:185px;
}
.watchlist{
	width:695px;
	clear:both;
	overflow:hidden;
	padding:0 0 30px 23px;
}
.watchlist li{
	width:163px;
	height:237px;
	float:left;
	text-align:center;
	padding:8px 0 0 0;
	margin:25px 7px 0 0;
	display:inline;
	background:url(images/libg.gif) no-repeat;
}
.pic01{
	width:161px;
	height:150px;
	margin:0 auto;
	overflow:hidden;
}
.watchlist li h3{
	height:32px;
	width:157px;
	font-size:11px;
	line-height:16px;
	padding:5px 0 0 0;
	overflow:hidden;
	margin:0 auto;
}
.watchlist li h3 a:hover{
	color:#666;
}
.watchlist li span.price{
	width:150px;
	margin:0 auto;
	font-size:11px;
	color:#cc0000;
	height:22px;
	display:block;
}
.detail{
	width:100px;
	height:21px;
	display:block;
	font-size:11px;
	color:#fff;
	line-height:21px;
	margin:0 auto;
	background:url(images/btn02.gif) no-repeat;
}
.detail a{
	color:#333;
	text-decoration:none;
}
.detail a:hover{
	color:#cc0000;
	text-decoration:none;
}
.handbaglist{
	width:718px;
	overflow:hidden;
	background:url(images/hangbagbg.gif) center repeat;
}
.baglist{
	float:left;
	width:349px;
	height:130px;
	padding:15px 0 0 10px;
}
.pic02{
	width:140px;
	overflow:hidden;
	float:left;
	text-align:center;
	margin:0 10px 0 0;
	display:inline;
}
.baglist h3{
	width:170px;
	float:left;
	margin:10px 0 0 0;
}
.baglist h3 a{
	color:#b77603;
	text-decoration:underline;
}
.baglist h3 a:hover{
	color:#b77603;
	text-decoration:none;
}
.baglist p{
	font-size:11px;
	line-height:16px;
	padding:5px 0 0 0;
	float:left;
	height:32px;
	overflow:hidden;
	width:170px;
}
.baglist span{
	float:left;
	width:170px;
	padding:8px 0 0 0;
}
.baglist span a{
	margin:0 5px 0 0;
}
.glasses{
	width:718px;
	overflow:hidden;
}
.glasseslist{
	float:left;
	width:338px;
	overflow:hidden;
	padding:20px 0 20px 20px;
}
.pic03{
	width:140px;
	overflow:hidden;
	float:left;
	text-align:center;
	margin:0 20px 0 0;
	display:inline;
}
.glasseslist h3{
	width:170px;
	float:left;
	margin:10px 0 0 0;
}
.glasseslist h3 a{
	color:#b77603;
	text-decoration:underline;
}
.glasseslist h3 a:hover{
	color:#b77603;
	text-decoration:none;
}
.glasseslist p{
	font-size:11px;
	line-height:16px;
	padding:5px 0 0 0;
	float:left;
	height:32px;
	overflow:hidden;
	width:170px;
}
.glasseslist span{
	float:left;
	width:170px;
	padding:8px 0 0 0;
}
.glasseslist span a{
	margin:0 5px 0 0;
}
.about{
	width:688px;
	overflow:hidden;
	padding:0 15px 25px 15px;
	font-size:11px;
	border-top:none;
}
.about h3{
	font-size:18px;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
	color:#cc0000;
	font-weight:bold;
}
.about a{
	color:#cc0000;
	text-decoration:underline;
}
.about a:hover{
	color:#cc0000;
	text-decoration:none;
}
.about p{
	padding:15px 0 0 0;
}
.friendlink{
	clear:both;
	width:938px;
	margin:10px 0 0 0;
	overflow:hidden;
	border:#e5e5e5 1px solid;
}
.friendlink ul{
	padding:14px 0 0 16px;
}
.friendlink li{
	float:left;
	margin:0 16px 0 0;
	display:inline;
}
#footer{
	width:960px;
	height:110px;
	background:url(images/footerbg.gif) repeat-x;
	background-color:#525252;
	margin:0 auto;
}
#footer p{
	text-align:center;
	color:#fff;
	padding:10px 0 0 0;
	line-height:20px;
}
#footer p a{
	color:#fff;
	margin:0 8px;
	text-decoration:none;
}
#footer p a:hover{
	color:#fff;
	text-decoration:underline;
}

/*list.css*/
.position{
	width:670px;
	padding:15px;
	font-size:11px;
	overflow:hidden;
}
.brand{
	border:#e5e5e5 1px solid;
	overflow:hidden;
	float:left;
	margin:0 15px 0 0;
}
.pro_list{
	width:700px;
	padding:10px 0;
	overflow:hidden;
}

.page{
display:block;
clear:both;
padding:0 0 0 30px;
font-size:12px;
height:40px;
text-align:center;
}
.page a{
color:#333;
margin:0 5px;
text-decoration:none;
}
.page a:hover{
color:#a63c29;
text-decoration:underline;
}

.zoon{
	width:688px;
	overflow:hidden;
	padding:0 15px 25px 15px;
	font-size:11px;
	border-top:none;
}
.zoon a{
	color:#cc0000;
	text-decoration:underline;
}
.zoon a:hover{
	color:#333;
	text-decoration:none;
}
.zoon p{
	padding:15px 0 0 0;
}
.recommend{
	width:668px;
	float:left;
	text-align:center;
	padding:40px 0 20px 0;
}
.recommend img{
	float:left;
	margin:0 20px 0 90px;
}
.zoon div.recommend p{
	padding:0;
	float:left;
}
.red{
	color:#cc0000;
}
.recommend p img{
	margin:10px 0 0 0;
}

.news{
	width:688px;
	overflow:hidden;
	padding:10px 15px 25px 15px;
	font-size:11px;
	border-top:none;
}
.news h3{
	font-size:12px;
	display:block;
	padding:10px 0 0 0;
	color:#cc0000;
	font-weight:bold;
}
.news h3 a{
	color:#990000;
	text-decoration:none;
}
.news h3 a:hover{
	color:#990000;
	text-decoration:underline;
}
.newslist a{
	color:#990000;
	text-decoration:underline;
}
.newslist a:hover{
	color:#990000;
	text-decoration:none;
}
.news p{
	padding:10px 0 0 0;
}
.newslist{
	padding:0 0 15px 0;
	border-bottom:#e5e5e5 1px dashed;
}
.content{
	width:700px;
	padding:20px 0 0 0;
	overflow:hidden;
}
.pic04{
	width:268px;
	text-align:center;
	float:left;
}
.pic04_bag{
	width:298px;
	text-align:center;
	float:left;
}
.canshu{
	width:400px;
	float:left;
}
.canshu p{
	width:400px;
	clear:both;
	height:30px;
	line-height:30px;
}
.canshu p.buy{
	padding:8px 0 0 0;
}
.canshu p select{
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.canshu p b{
	float:left;
	width:120px;
}
.canshu p span{
	float:left;
}
.miaoshu{
	padding:20px 0 0 18px;
	width:700px;
	clear:both;
	font-size:11px;
}
.miaoshu p{
	padding:0;
	margin:0;
}
.bigpic{
	display:block;
	text-align:center;
	padding:20px 0;
}

.list_hangbag{
	padding:20px 0 20px 10px;
	overflow:hidden;
	width:708px;
}
.pic_bag{
	width:150px;
	height:150px;
	overflow:hidden;
}
.pic_shoes{
	width:120px;
	height:91px;
	overflow:hidden;
}
.list_hangbag li{
	width:150px;
	margin:0 12px 15px 12px;
	float:left;
	display:inline;
	text-align:center;
	font-size:11px;
}
.list_hangbag li p{
	width:150px;
	height:28px;
	text-align:center;
	padding:3px 0 0 0;
	line-height:14px;
	overflow:hidden;
}
.list_hangbag li span.price01{
	width:120px;
	margin:0 auto;
	font-size:11px;
	color:#cc0000;
	height:22px;
	display:block;
}
.cemiantu{
	padding:0 0 0 18px;
	width:700px;
}
.cemiantu li{
	float:left;
	margin:0 10px 0 0;
	display:inline;
	
}
.link_list{
	width:680px;
	line-height:30px;
}
.link_list li{
	border-bottom:#e5e5e5 1px dashed;
}


