@charset "utf-8";
/* CSS Document */

@import url("global.css");
#ad_content img{
	border: none;
}
#product_list{
	width: 948px;
	margin: 20px auto auto auto;
	padding: 0px;
	clear: both;
	float: none;	
	border: 1px solid #CCC;
	background-color: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	-moz-box-shadow:0px 2px 5px #999;
	-webkit-box-shadow:0px 5px 5px #999; 
	box-shadow:0px 2px 5px #999;

	/*overflow: hidden;*/
}
#product_list:after {
	content:".";
	color:#faf7e6;
	height:0; 
	visibility:hidden; 
	display:block; 
	clear:both; 
}
#product_list header{
	display:none;
}

#brandLogo {
	width: 150px;
	height: 200px;
	float: left;
	display:block;
	padding: 0px;
	margin: 0px;
}
#brandLogo figcaption{
	display: none;
	float: none;
	margin: 0px;
}
#brandLogo a{
	
}

#brandLogo img{
	border:none;
	-moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

#bandContent{
	display: none;
	position:absolute;
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity:0.9;
	margin: 5px 5px 5px 155px;	
	border: 1px solid #CCC;
	width: 767px;
	height: 168px;
	padding: 10px;
	overflow: auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background: #EFEFEF;
	line-height: 25px;
}

.pList{
	display:block;
	float:left;
	width: 798px;
	
}
#recommendProduct{
	width: 680px;	
	display:block;
	margin-top: 5px;
	border: 0px solid #CCC;
	height: 190px;
	float: left;
	overflow:hidden;
}
#recommendProduct table{
	display: inline;
}

.err{
	line-height:190px;
	color: red;
	text-align:center;
}
#recommendProduct table a{
	width:160px;
	height:190px;
	margin: 5px;
	display: table-cell;
	display: block;
	vertical-align:middle;
	text-align:center;
	/*
	*display: block;
	*font-size: 160px;
	*font-family:Arial;
	*/
	text-align:center;
	background:#fff;
	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#recommendProduct table a img{
	width: 160px;
	height: 160px;
	vertical-align:middle;
	display:block;
	margin:auto;
	border: none;
	

}
#recommendProduct table a span{
	clear:both;
	margin-top: 5px;
	line-height: 25px;
	font-size:12px;
}
#btn_Previous,
#btn_Next{
	width:50px;
	height:190px;
	margin: 5px 4px 5px 5px !important;
	margin: 5px 3px 5px 3px;
	border: none;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
#btn_Previous{
	background-image: url(../images/left.gif);
}
#btn_Next{
	background-image: url(../images/right.gif);
}
#btn_Previous *,
#btn_Next *{
	display: none;	
}


.cList{
	clear:both;
	float:none;
	color: #999;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #DCDCDC;
	background-image: url(../images/bg_t.jpg);
	background-repeat: repeat-x;
	background-position: center -20px;
	-moz-border-radius: 0px 0px 9px 9px;
    -webkit-border-radius: 0px 0px 9px 9px;
    border-radius: 0px 0px 9px 9px;
}
.cList ul,
.cList li,
.pList ul,
.pList li{
	display: block;
	margin: 0px;
	padding: 0px;
}
.cList ul{
	margin: 0px auto 0px 200px;
}
.pList li,
.cList li{
	list-style: none;
	float: left;
}

.cList li a{
	display:block;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/c_icon.gif);
	background-repeat: no-repeat;
	background-position: center -20px;
}
.cList li a:hover{
	
}
.cList li.act a{
	background-position: center 0px;
	-webkit-transition: all 0.3s linear;
}



