@charset "utf-8";
/* CSS Document */
.product_main {
    float: right;
    position: relative;
    right: 10px;
    top: 10px;
    width: 739px;
	overflow: auto;
}
.product_title img{
	float: left;
}
.product_maincon,.product_maincon ul{
	width: 100%;
	float: left;
}
.product_maincon ul {
	position: relative;
	left: -20px;
}
.product_maincon ul li {
	width: 200px;
	float: left;
	border: 1px solid #CCC;
	margin-left: 40px;
	margin-top: 20px;
	display: inline;
}
.product_maincon ul li img {
	width: 200px;
	height: 150px;
	float: left;
}
.product_maincon ul li span {
	width: 100%;
	float: left;
	clear: both;
	color: #333;
	text-align: center;
	padding-bottom: 5px;
}
