@charset "utf-8";
/* CSS Document */
#category{
}
#category #item{
	clear:both;
	padding-left:10px;
	background:url(../images/icon.gif) no-repeat left 5px;
	border-bottom:solid 1px #CCC;
}
#category #items{
	clear:both;
	padding-left:10px;
	line-height:20px;
	background:url(../images/icon.gif) no-repeat left 7px;
}
#category #empty{
	text-align:center;
	line-height:50px;
}
#category #node{
	width:228px;
	float:left;
}
#category #node #name{
	padding-left:10px;
	background:url(../images/icon.gif) no-repeat left 5px;
}
#category #node ul{
	list-style:none;
	margin:0;
	padding:0;
}
#category #node ul li{
	padding-left:20px;
	background:url(../images/line1.gif) no-repeat;
}
#category #node ul li#end{
	background:url(../images/line2.gif) no-repeat;
}

#categoryitem{
	width:150px;
	float:left;
	padding:10px 14px;
}
#categoryitem #name{
	background:url(../images/icon.gif) no-repeat left 5px;
	padding-left:10px;
}
#categoryitem #img{
	height:100px;
}

#product{
	width:150px;
	line-height:20px;
	float:left;
	padding:10px 14px;
}
#product #img{
	width:150px;
	height:100px;
	text-align:center;
}
#product #model{
}
#product #brand{
}

#productContent{
	padding-top:10px;
}
#productContent #img{
	width:300px;
	float:left;
}
#productContent #model{
	width:400px;
	float:right;
}
#productContent #brand{
	width:400px;
	float:right;
}
#productContent #name{
	width:400px;
	float:right;
}
#productContent #remark{
	width:400px;
	float:right;
}

#searchtitle{
	text-align:center;
	color:#F00;
	padding:10px 0;
}


#title #text span ul{
	display:none;
	border:solid 2px #EBEBEB;
	margin:0;
	padding:1px 0;
	list-style:none;
	position:absolute;
	left:0;
	top:16px;
	background-color:#FFF;
}
#title #text span ul li{
	display:block;
	padding:1px 2px;
}
#title #text span ul li a{
	display:block;
	padding:0 5px;
	font-size:12px;
	white-space:nowrap;
	background-color:#EBEBEB;
}