@charset "UTF-8";
/* CSS Document */

/* detail */
#detail .categoryname {
	font-size: 14px;
	color: #999900;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
}
#detail .articlename {
	font-size: 12px;
	font-weight: bold;
	color: #777;
	line-height: 28px;
	margin-bottom: 15px;
}
#detail .detailimg {
	margin-bottom: 10px;
}
#detail .detailimg img {
	border: 1px solid #CCCCCC;
	width: 480px;
}
#detail .price {
	float: left;
	width: 360px;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 15px;
	height: 20px;
}
#detail .btn_expansion {
	float: left;
}
#detail .detailtext {
	line-height: 20px;
	color: #666666;
	margin-bottom: 30px;
}

/* list */
#list {margin:0 20px;}
#list .listbox {
	height: 170px;
	width: 140px;
	float: left;
	margin-right: 35px;
}
#list .categoryname {
	font-size: 14px;
	color: #999900;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 20px;
}
#list .articlename {
	font-size: 12px;
	color: #2E5B89;
	line-height: 14px;
}
#list .articlename a {
	color: #2E5B89;
	text-decoration: none;
}
#list .articlename a:hover {
	color: #2E5B89;
	text-decoration: none;
}
#list .detailimg {
	margin-bottom: 5px;
}
#list .detailimg img {
	border: 1px solid #CCCCCC;
	width: 138px;
}
#list .price {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
