/****************** Elements de prsentation spcifiques aux pages type animation (avec une colonne de menu fixe  droite). Elle ne doit tre appele que sur ces pages  ******************/

/** STRUCTURE **/

/*  Partie de gauche dans le "corps" de la page  */
#lcmCenter #lcmContent div#lcmLeft{
	width:1000px;	
	float:left;
	min-height:477px;
	background:#fff;
	position:relative;
	z-index:1;
}
#lcmContent #lcmLeft #lcmNav{
	width:750px;
	position:relative;
	z-index:5;
}
#lcmCenter #lcmContent #lcmLeft div#lcmCentralContent{
	width:250px;
	float:left;
	background-color:#fff;
}
/*  Partie de droite dans le "corps" de la page  */
#lcmContent #lcmContent div#lcmRight{
	width:750px;
	z-index:2;
	background-color:#fff;
	min-height:458px;
	float:right;
}
/*#lcmContent{
	background:url(/img/_zh/_cn/bg_repeat-line.gif) white repeat-y;
}*/

#lcmRight{
	background:url(/img/_zh/_cn/bg_repeat-line1.gif) white repeat-y;
	float:right;
}

#legend{
z-index:1;
}

#countstock{
	/** position:absolute;
	top:110px;
	left:420px;
	_left:40px; **/
	display: none;
	height:20px;
	color:#000000;
}

HTML>BODY #lcmCenter #lcmCentralContent #lcmZoneDroite ul.decalage{
	margin:10px 0 0 0;
}

/* add by zhengyu.li for recommend product */
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
#recommendPro {
	clear:both;
	margin: 10px 0 0 0;
	width: 1000px;
}
#recommendPro dl {
	width: 250px;
	float: left;
}
#recommendPro dl dt {
	margin: 5px 10px;
	border-bottom: 1px solid #565656;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding-bottom: 10px;
}
#recommendPro dl dd {
	margin: 20px 0;
	overflow: hidden;
}
#recommendPro a {
	float: left;
	display: block;
	width: 100px;
}
#recommendPro ul {
	float: right;
	width: 150px;
}
#recommendPro .proName {
	font-weight: bold;
	height: 30px;
}
#recommendPro  .proDescription {
	height: 30px;
}
