@charset "utf-8";
/* CSS Document */

.newstore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
	float: left;
	width: 150px;
	height: 90px;
	margin-right: 8px;
	margin-left: 8px;
}
.newstore a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #501168;
	background-color: #E1E1E1;
	text-align: left;
	padding-left:5px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.newstore a:hover {
	color: #F36;
}
.spanv {
	color: #F00;
	padding-right: 8px;
}
.both {
	clear: both;
	
}
