@charset "UTF-8";
.content {
	width: 830px;
}
.fa_title {
	height: 18px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AA5900;
	margin-bottom: 10px;
	overflow: hidden;
	width: 830px;
}
.fa_title h1 {
	float: left;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #AA5900;	
	font-size: 24px;
}
.fa_title .fa_shopLink {
	padding-top: 10px;
	float: right;
}
.fa_content {
	position: relative;
	text-align: justify;
	width: 600px;
	float: left;
	margin-right: 1em;
}
.fa_content>p {
	margin-top: 0;
}
.fa_content .fa_img1 img {
	float: left;
	border: 1px solid #B4C2C1;
	padding: 4px;
	margin-right: 10px;
}
ul.slideshow {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.slideshow li img{
	border: 1px solid #B4C2C1;
	padding: 4px;
}
.fa_bottom {
	margin-top: 10px;
	clear: both;
}
.fa_bottom h2.prev_title {
	font-size: 14px;
}
.fa_bottom .fa_thumbs .fa_thumbnail {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	border: 1px solid #B4C2C1;
	padding: 2px;
}
.fa_bottom .fa_thumbs .fa_thumbnail:last-child {
	margin-right: 0px;
}
.fa_bottom .fa_thumbs .fa_thumbnail img {
	height: 64px;
	width: 64px;
}
.fa_bottom .fa_thumbs .fa_thumbnail:hover {
	border: 1px solid #AA5900;
}
