@charset "utf-8";

/* CSS Document */

body,table,div {
	margin:0 0 0 0;
	font-size:12px;
	color:#333333;
}

h1,h2,h3,h4{margin:0;padding:0;}
img{border:0;}
p{margin:0;padding:0;}

.clear{clear:both;}


.photo_right{
	margin:0 0 15px 15px;
	float:right;
	}
.photo_left{
	margin:0 15px 15px 0;
	float:left;
	}

.font_navy{color:#006699;}
.font_darkred{color:#990000;}
.font_red{color:#FF0000;}
.font_green{color:#669900;}
.font_pink{color:#FF6699;}
.font_lightgray{color:#666;}

.font_nomalbold{font-weight:normal;}
.font_bold{font-weight:bold;}
.font_small{font-size:70%;}

.line_center{text-align:center;}
.line_right{text-align:right;}

a{color:#0072c4;}

#atte{
	color:#FF0000;
	margin-bottom:10px;
	}
.margin_b5px{margin-bottom:5px;}
.margin_b10px{margin-bottom:10px;}
.margin_b20px{margin-bottom:20px;}

.imeoff{ime-mode: disabled;}

/*product*/
.product_container{
	background:#fff;
	width:650px;
	font-size:12px;
	height: 450px; overflow:scroll;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
	padding:10px 0 0 10px;
	}
.product_titlewrapper{
	margin-bottom:15px;
	}
.product_subtitle{
	font-weight:bold;
	font-size:78%;
	color:#999999;
	padding:0;
	margin:0;
	}
.product_titlewrapper img{
	margin:2px 0 0 0;
	}
.prodcut_box1,.prodcut_box2,.prodcut_box3{
	margin:0 0 20px 0;
	overflow:hidden;
	}
.prodcut_photo{
	width:400px;
	float:left;
	}
.prodcut_explanation{
	width:190px;
	float:right;
	}
/*详情弹出位置*/
.lbOverlay{display:none;position:fixed;left:0;top:0;width:100%; zoom:1; background:url(../images/detail/base/shade_bg.png) repeat; z-index:999;
*z-index:999 !important;/*ie7*/}/*遮罩层*/
.mainList_lr .show_btn{ cursor:pointer;}
.mainList_lr .pro_rt_new,.mainList_lr .pro_rt_sale{ position:relative; *position:relative !important;}
.mainList_lr .pro_rt_new{ *z-index:9999 !important;/*ie7*/}
.mainList_lr .pro_rt_sale{ *z-index:999 !important;/*ie7*/}
.hidden_pro{ 
display:none; position:absolute; top:0; left:0; z-index:9999999;
}
.lbCenter{ background:#000; padding:6px; text-align:left; width:662px;}
.lbBottom {
	display:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #000;
	width:660px;/*662-7*/
	border-top-style: none;
	background:#000;
	cursor:pointer;
}
.lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 45px;
	background: transparent url(../images/detail/base/1_close.png) no-repeat center;
	margin: 0px;
}
.lbCaption {
	margin-right: 14px; font-weight:bold;
}
/*end 详情弹出位置