.priceDiv {
	margin-top:5px;
	width: 100%;
}
.priceImage {
	background: url('../image/star.png') no-repeat; 
	width: 95px;
	height: 95px;
	float:left;
}
.priceText  {
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
	text-align:center;
}

.titleStoreName {
	margin-left:97px;
	text-align:left;
	padding-top:28px;
	padding-left:10px;
}

.titleStoreName a{
color: #333333;
}

.titleStoreName a:hover{
color: #000000;
}

.priceTitle {
	font-size:25px;
	font-weight:bold;
	/*font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	color:#0066CC;*/
}

.storeName {
	font-size:15px;
	line-height:30px;
	/*font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	color:#0066CC;*/
}

.priceClear {
	clear:both;
}