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

.product-items {
	float:left;
	width:390px;
	margin-left:52px;
	margin-right:52px;
}

.product-ad-one {
	width:350px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

.product-ad-one .product-ad-pic {
	width:125px;
	height:125px;
	float:left;
	margin:10px;
	/*border:1px solid #000;*/
}

.product-ad-pic .front-page-items {
	margin-top:5px;
}

.product-ad-one .product-ad-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:185px;
	height:125px;
	/*border:1px solid #000;*/
	float:left;
	margin-top:20px;
	margin-left:-20px;

}

.product-ad-text .product-ad-title {
	font-size:18px;
	width:100%;
	display:block;
	font-weight:bolder;
	/*border-bottom:1px solid #000;*/
	color:#03C;
}

.product-ad-text .product-ad-spec {
	font-size:12px;
	width:100%;
	float:left;	
}

.product-ad-text .product-ad-spec span{
	display:block;
	margin-left:20px;
	font-weight:bold;
	color:#09F;
	width:100%;
}

.product-ad-text .product-ad-price {
	font-size:24px;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:5px;
	color:#F00;
}

.product-ad-text .product-price {
	border-top:1px solid #000;
}

.product-ad-text .product-ad-price img{
	width:32px;
	height:32px;
}

.front-page-items-top {
	width:150px;
	height:150px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	text-decoration:none;
	margin-left:24px;
	margin-right:24px;
}

.front-page-items-top img{
	width:120px;
	height:120px;
	border:none;
	margin-right:50px;
}



