body {
	background-color: white;
}
.banner { 
	background: url(/Common/Grpx/BgSite.jpg) #333;
	overflow: hidden; 
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.items ul {

}
.items li {
	float: left;
	position: relative;
}
.items li a {
	display: block;
	text-decoration: none;
	color: black;
	background-color: white;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	border-radius: 5px;
	cursor: pointer;
}
.items li a:hover {
	border-color: #d93;
}
.title,
.brand,
.price {
	display: block;
	overflow: hidden;
}
.brand {
	margin-top: 20px;
	font-size: 90%;
	color: #999;
}
.title {
	font-weight: bold;
}
.info {
	color: #999;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.info strong {
	color: #d93;
}
.price {
	color: #a30b30;
	font-weight: bold;
	white-space: nowrap;
}
.rec {
	font-size: 90%;
	color: #999;
	display: none;
	white-space: nowrap;
}
.logo {
	position: absolute;
	z-index: 1;
}