@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
	text-decoration:none;
}
body {
	font-family: 微軟正黑體;
	font-size: 16px;
	line-height: 20pt;
}
/* brands-list */
.brands-list {
	width:215px;
	height:215px;
	overflow:hidden;
	margin:20px auto 0 auto;
}
.brands-list li {
	float:left;
	width:212px;
	margin:0 4px 7px 0;
	display:inline;
}
.brands-list li a {
	position:relative;
	height:215px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	width: 215px;
}
.brands-list li a .title {
	z-index:2;
	position:absolute;
	bottom:14px;
	left:-224px;
	width:212px;
	height:20px;
	color:#FFFFFF;
	line-height:16px;
	background:url(../images/img_caption_bg.png) no-repeat;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
.brands-list li a .shine {
	z-index:3;
	position:absolute;
	top:0px;
	left:0;
	width:214px;
	height:214px;
	background:url(../images/shine_brands.png) no-repeat -212px 0;
}
.brands-list li a .title {
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/img_caption_bg.png');
}
.brands-list li a .shine {
	_background:none;
}
