@charset "utf-8";
/*-----------------------for both-----------------------*/
header h1 a {
	background-image: url(../images/header.jpg);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
#menu li ul li a {
	min-width: 200px;
}
/*看更多產品*/
.prodShow::before {
	content: "+ See All Products";
}
.prodHide::before {
	content: "Less Product";
}
.textLink dd a{ font-size:12px;	padding: 5px 10px 5px 30px;background-position: 10px center;
}
/******************廠商名錄 en***************************/
#compList { width:100%
}
#compList li {
	float:left;
	border-bottom:1px #999 dotted;
	font-size:15px;
	width:49%;
	display:block;

	margin:0 3px 5px 3px;
	line-height:24px;
	position:relative;
	color:#FFF;

	
}

#compList li.title {
	float:left;
	width:49%;
	text-indent:130px;
	display:block;
	
	margin:0 3px 5px 3px;
	background:#333;
	line-height:24px;
	position:relative;
	color:#FFF;
	padding:5px 0;
}
#compList li.title span {
	position:absolute;
	display:block;
	right:0;
	text-indent:0;
	top:5px;
	width:10%;

	line-height:24px;
	text-align:center;
}
#compList li a {
	width: 100%;
    display: inline-block;

    line-height: 24px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
	
  
	
	
}
#compList li a span {
	position:absolute;
	display:block;
	right:0;
	text-indent:0;
	top:5px;
	width:10%;

	line-height:24px;
	text-align:center;

	
	 
}


}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
	
	/******************廠商名錄 ch***************************/
#compList { width:100%
}
#compList li {
	float:left;
	border-bottom:1px #999 dotted;
	font-size:15px;
	width:100%;

	margin:0 3px 5px 3px;
	line-height:24px;
	position:relative;
	color:#FFF;

	
}

#compList li.title {
	float:left;
	width:100%;
	text-indent:20%;

	margin:0 3px 5px 3px;
	background:#333;
	line-height:24px;
	position:relative;
	color:#FFF;
	padding:5px 0;
}
#compList li.title span {
	position:absolute;
	right:0;
	text-indent:0;
	top:5px;
	width:15%;
	line-height:24px;
	text-align:center;
}
#compList li a {
	width: 100%;
    display: inline-block;
    line-height: 30px;
  
    word-wrap: break-word;
    word-break: break-all;
	
	
  
	
	
}
#compList li a span {
	display:block;
	right:0;
	text-indent:0;
	width:15%;
	line-height:30px;
	text-align:center;
	float:right

	
	 
}


	
}
