ul.lineup2 {
	margin: 0;
	overflow: hidden;
	width: 900px;
}
ul.lineup2 .item_box {
	float: left;
	display: block;
	width: 205px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-align: center;
/*	display:inline-block;
	/display:inline;*/
	/zoom:1;
	overflow: hidden;
}
.product__order ul.order-btn-list {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
.product__order ul.order-btn-list li {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
ul.order-btn-list li input {
	margin: 0;
	padding: 0;
	border: none;
	color: #FFF;
}
.product__explain {
	border-bottom: #b3b3b3 dotted 1px;
	border-top: #b3b3b3 dotted 1px;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	overflow: hidden;
}
.section__block {
	margin-bottom: 40px;
	overflow: auto;
}
div.product_images div {
	margin-bottom: 10px;
}
.product__order {
}
.product__order button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: none;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
	background: #C00;
	background: #a04940 !important;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: .75em 0;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 100%;
}
.product__order button:hover {
	background: #F03;
	background: #c85554 !important;
}
.product__order ul.order-btn-list li input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: none;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
	background: #C00;
	background: #a04940 !important;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	padding: .75em 0;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width: 100%;
}
ul.related-list{
	clear: both;
	overflow: hidden;
}
ul.related-list li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: center;
}
ul.related-list li a {
	background: #333;
	color: #FFF;
	display: block;
	padding: .75em 0;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.related-list li a:hover {
	background: #666;
}
ul.thumbs{
	list-style: none;
}
ul.thumbs li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 9px 0 0;
	overflow: hidden;
	width: 114px;
	cursor: pointer;
}
.image__thumb{
	width: 100%;
	height: auto;
}