/* PRODUCT LIST STYLE
--------------------------------------------------------*/
a {
	cursor:pointer;
	outline:none;
}
.DetailItemName {
	margin: 0 0 16px 0;
	padding: 0 24px;
	background: #000000;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}
.LetterSpace04 {
	padding: 0 4px;
}