/**
 * CSS Reset
 */
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
    font: 12px/1.5 tahoma, arial, simsun, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #bd0a01; }

sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/**
 * Global
 */ 
a img {
	border: 0;
}

body {
	background-image:url(img/wood_bg.jpg);
	background-repeat: repeat; 
	text-align:center;
	overflow:auto; 
	height: 100%;
}

h2 {
	color: rgb(51, 51, 51);
	font-size:14px; 
	font-weight:150%; 
	margin:10px 0px; 
}

h3 { 
	font-size:16px; 
	border-bottom:1px dotted #ccc; 
	font-weight:150%; 
	margin:10px 5px; 
}

label {
	color:#7E7E7E;
	display:block;
	font-variant:small-caps;
	text-transform:lowercase;
	vertical-align: middle;
	padding:3px;
}

hr {
	border:0px transparent solid;
	border-top:1px #fdfdfd solid;
	border-bottom:1px #ddd solid;
	margin:20px 0 30px 0;
}

.textinput {
	vertical-align: middle;
	width: 145px;
	border: 2px solid rgb(204,204,204);
	padding: 1px 0;
	/* background-color: transparent; */
}

/*
.textinput:focus{
	border: 2px solid orange;
}
*/

.buttoninput {
	vertical-align: middle;	
}

.simpleinput { 
	border: 1px solid #ccc; 
	padding: 4px; 
	color: #555; 
	width: 160px;
}

.badtextinput { 
	background: #fdd url(/static/images/topfadered.gif) repeat-x top;
	color: black !important; 
}

.selinput {
	border: 1px solid #aaa; color: #555;
}

.widesel {
	width: 170px; 
}

:focus { 
	outline: none; 
}

/**
 * Header
 */
#notice {
	width:100%-2px;
	background:#FFFBD6 none repeat scroll 0 0;
	border:1px solid #C5B270;
	font-size:14px;
	height:72px;
}

#notice .close {
	background:transparent url(img/close.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	right:10px;
	right:25px\9;
	top:10px;
}

#wrapper { 
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
	text-align:center;
}

#masthead {
	background-color:#FFFFFF;
	border-bottom:5px solid #333333;
	height:0px;
	left:0;
	padding:0;
	top:0;
	width:100%;
	margin:0px;
}

/*start for page peel*/
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; 
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; 
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(img/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
/*end page peel*/

#flashRoof {
	margin-bottom:-3px\9;
	padding:0px;
}

.mainhead {
	background-color:rgb(244,240,232);
	display:block;
	width:840px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

.mainhead .lefthead {
	display:inline;
	width:420px;
	height:100px;
	float:left;
}

.mainhead .righthead {
	padding-right:10px;
	display:inline;
	width:410px;
	*width:420px;
	height:100px;
	float:right;
	text-align:right;
}

.mainhead .righthead .welcome{
	display:block;
	height:55px;
	*height:65px;
	text-align:right;
}

.mainhead .righthead .welcome a{
	color: #bd0a01;
}

#menu {
	height:30px;
	position:relative;
	z-index:5;
	margin-left:0;
	vertical-align:text-bottom;
}	

#menu ul li{
	float:left;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:2px;
}

#menu ul li a{
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	height:35px;
	width:85px;
}

#menu ul li.menu_lady a{
	background-image:url(img/woman-0.gif);
}

#menu ul li.menu_lady a:hover, #menu ul li.menu_lady a.active{
	background-image:url(img/woman-1.gif);
}
	
#menu ul li.menu_man a{
	background-image:url(img/man-0.gif);
}

#menu ul li.menu_man a:hover, #menu ul li.menu_man a.active{
	background-image:url(img/man-1.gif);
}

.mainbody {
	margin-top:0px;
	background-color:rgb(244,240,232);
	left:0;
	padding:5px;
	top:0;
	width:830px;
	*width:840px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.sidebar {
	background-color:rgb(244,240,232);
	float:left;
	margin-top:15px;
	margin-left:15px;
	_margin-left:10px;
	margin-bottom:20px;
	width:205px;
}

.mainpage {
	background-color:rgb(244,240,232);
	float:right;
	width:605px;
	margin-top:15px;
}

.category {
	margin-bottom:30px;
}

.category .nav-list{
	margin-bottom:4px;
}

.pickup {
	
}

.pickup_top {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.bisley.jp/perfect/img//navi_pickup_line_t.gif) repeat scroll 0 0;
	height:10px;
	width:185px;
}

.pickup_box {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.bisley.jp/perfect/img//navi_pickup_line_lr.gif) repeat scroll 0 0;
	padding-bottom:0;
	padding-top:8px;
	text-align:left;
	padding-left:10px;
	width:175px;
	width:185px\9;
}

.pickup_bottom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.bisley.jp/perfect/img//navi_pickup_line_b.gif) no-repeat scroll 0 0;
	height:10px;
	width:185px;
}

/*start for product lsit*/
.pdtlist {
	width:605px;
	clear:both;
	display: block;
	margin-top: 25px;
}

.list_box {
	display:inline;
	float: left;
	padding-bottom: 30px;
	padding-right: 30px;
	width: 160px;
	position:relative;
}

.pic_box {
	background: url(img/list_bg.gif) no-repeat;
	background-repeat: no-repeat;
	height: 150px;
	padding: 3px;
	width: 160px;
	text-align: center;
	vertical-align:middle;
	position:relative;
  	display:table-cell;
  	*display: block;
    *font-size: 130px;
    *font-family:Arial;
}

.pic_box img {
	vertical-align:middle;
} 

.list_txt {
	width: 160px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: url(img/list_line.gif) no-repeat;
	background-position-x: 50%;
	background-position-y: 100%;
	background-repeat: no-repeat;
	color: #565553;
}

.list_txt .view_detail {
	color: #565553;
}

.list_txt .view_detail:hover {
	color: #bd0a01;
}

.list_txt2 {
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 160px;
}

.dtl_price {
	color:#970009;
	font-size:16px;
	font-weight: bold;
}

.price {
	font-size:16px;
}
/*end for product lsit*/

/*start for product slide show*/
.Slider {
	position:relative;
}
.Slider ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.Slider ul li {
	position:absolute;
	display:none;
}
.Slider ul li.selected {
	display:block;
}
.Slider dl {
	position:absolute;
	bottom:4px;
	right:4px;
	z-index:11;
}
.Slider dl dd{
	float:left;
	margin:0 0 0 2px;
	width:15px;
	height:15px;
	cursor:pointer;
	font:Arial;
	background-color:#FFFFFF;
	color:#9F9F9F;
	font-size:12px;
	text-align:center;
	line-height:15px;
	border:1px solid #DCDCDC;
}
.Slider dl dd.selected {
	background-color:#C00100;
	border:1px solid #A00100;
	color:white;
	font-size:13px;
	font-weight:bold;
}
.Slider ul img {border:0;}
/*end for product slide show*/

/*start for new slider show*/
#slider1 {
    width: 580px; /* important to be same as image width */
    height: 290px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 580px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear_slide {
	clear: both;
}
.slider1Image span {
    font-size: 12px;
}
.slider1Image span strong {
    font-size: 14px;
}
.left_intro {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
	_height: 290px;
}
.right_intro {
	right: 0;
	bottom: 0;
	width: 110px !important;
	height: 274px;
	_height: 292px;
}
/* ul { list-style-type: none;} */
/*end for new slide show*/

/*start for product detail*/
.dtl_sidebar {
	background-color:rgb(244,240,232);
	float:right;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:20px;
	width:345px;
	display:inline;
	/*height:420px;*/
}

.dtl_sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}

.dtl_mainpage {
	background-color:rgb(244,240,232);
	float:left;
	width:405px;
	margin-top:15px;
	margin-left:20px;
	display:inline;
}

.dtl_more {
	clear:both;
	width: 788px;
	margin-left:20px;
}

.dtl_main_set {
	display:block;
	float:left;
}

.dtl_main_pic {
	background: url(img/detail_mainbg.jpg) no-repeat;
	background-repeat: no-repeat;
	height: 355px;
	*height: 425px;
	margin-bottom: 15px;
	padding:40px 3px 30px 3px;
	width: 425px;
	text-align:center;
	vertical-align:middle;
	position:relative;
  	display:table-cell;
	float:left;
	*display: block;
    *font-size: 280px;
    *font-family:Arial;
}

.dtl_main_pic img {
	vertical-align:middle;
}

.dtl_sub_text {
	float:right;
	margin-left: 5px;
	width: 100px;
}

.dtl_price_swf {
	margin-top: 6px;
	margin-bottom: 20px;
}

.p_info {
	height:auto;
	min-height:85px;
	padding-bottom:5px;
}

.dtl_thin_list {
	margin-left: 15px;
}

.dtl_thin_box {
	float: left;
	border: 1px solid gray;
	margin: 5px 0px 0px 5px;
	padding: 7px 8px 1px 8px;
	*padding: 7px 8px 5px 8px;
	height: 20px;
	cursor: pointer;
}

.dtl_thin_box_over {
	border: 1px solid #bd0a01;
}

.p_info_dtl_head {
	background: url(img/detail_bg.gif);
	height: 20px;
	margin-bottom: 0;
	width: 340px;
	padding: 5px 0 5px 5px;
}

.p_info_dtl_head div {
	background: url(http://assets.taobaocdn.com/app/tc/img/buy_v2.png) no-repeat;
	display: inline-block;
	float: left;
	height: 16px;
	overflow: hidden;
	vertical-align: text-bottom;
	width: 16px;
	margin-right:5px;
}

.p_info_dtl_head div.svc-xb {
	background-position: 0px -20px;
}

.p_info_dtl_head div.svc-credit {
	background-position: -262px -20px;
}

.p_info_dtl_head div.svc-donate {
	background-position: -16px -20px;
}

.p_info_dtl_head div.svc-alipay {
	background-position: -48px -20px;
}

.p_info_dtl_body {
	background: white;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 343px;
	*width: 340px;
	height: 60px;
}

.p_info_dtl_body dl {
	display: none;
	padding-left: 5px;
	padding-top: 5px;
}

.p_info_dtl_body dl dt {
	
}

.p_info_dtl_body dl dt span {
	background: url(http://assets.taobaocdn.com/app/tc/img/buy_v2.png) no-repeat;
	float: left;
	height: 24px;
	overflow: hidden;
	vertical-align: text-bottom;
	width: 24px;
	margin-right: 5px;
	margin-top: 15px;
}

.p_info_dtl_body dl dd {
	line-height: 17px;
}

.p_info_dtl_body dl dt span.svc-xb-d {
	background-position: -0px -40px;
}

.p_info_dtl_body dl dt span.svc-credit-d {
	background-position: -255px -40px;
}

.p_info_dtl_body dl dt span.svc-donate-d {
	background-position: -24px -40px;
}

.p_info_dtl_body dl dt span.svc-alipay-d {
	background-position: -72px -40px;
}

.spbh {
	color:#999;
	clear:both;
	padding-top: 10px;
	*padding-top: 6px;
}

.spbh p{
	margin-bottom: 5px;
}

.spjg {
	
}
/*end for product detail*/

.main_visual {
	margin-bottom:20px;	
}	

.mainfoot {
	background-color:rgb(244,240,232);
	display:block;
	width:840px;
/*
	height:25px;
	*height: 45px;
*/
	padding: 10px 0;
	margin-left:auto;
	margin-right:auto;
}

/**
 * Footer
 */
.footer { 
	text-align:center; 
	color:#999999;
	clear:both;
}

.left { 
	float:left; 
	width:49% 
}

.right { 
	float:right; 
	width:48% 
}

.clearit { 
	clear:both; 
	font-size:1px; 
	line-height:1px; 
	overflow:hidden; 
}

.header { }

.header ul { 
	float:right; 
	margin-top:20px; 
	list-style:none; 
	list-style-type:none; 
	padding:0 ;
}

.header ul li { 
	float:left; 
	padding:5px 10px; 
	margin:5px; 
}
 
.msg { 
	border: 1px solid rgb(204, 204, 204); 
	padding: 3px; 
	margin: 4px;
	background-color: rgb(255, 255, 221);
}

.error { 
	color:#FF0000;
}

.blockContainer {
	padding:30px 30px;
	margin:30px 30px 30px 30px;				
	background:#fff;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-webkit-box-shadow:1px 0px 5px #666;
	-khtml-box-sizing:content-box;
	box-sizing:content-box;
}

/*++++ start for notice ++++*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*++++ end for notice ++++*/

/*++++ start for home page ++++*/
.home_wrapper {
	width: 900px;
	background-color: #rgb(244,240,232);
	margin-top: 60px;
	float: right;
}	

#home-head {
	
}

.home-head-border-top, .home-head-border-bottom {
	height: 10px;
} 

.home-head-border-left, .home-head-border-right {
	height: 120px;
	*height: 128px;
} 

.home-body-border-left, .home-body-border-right {
	height: 100%;
} 

.hori-border-top, .hori-border-bottom {
	clear: both;
	background: url(img/ft_line_t.gif) 0 0 repeat-x;
}

.vert-border-left {
	float: left;
	width: 10px;
	height: 100%;
	background: url(img/vert-border-left.gif) 0 0 repeat-y;
}

.vert-border-right {
	float: right;
	width: 10px;
	height: 100%;
	background: url(img/vert-border-left.gif) 0 0 repeat-y;
}

.home-head-main {
	float: left;
	width: 880px;
}

.home-logo {
	float: left;
	width: 420px;
}	
.home-info {
	float: right;
	width: 460px;
	height: 100px;
}

#home-body {
	clear:both;
}

.home-body-main {
	float: left;
	width: 880px;
	height: 800px;
}	






