@charset "utf-8";
/* CSS Document */
.CurrentPage {
	padding-right: 15px;
	padding-left: 15px;
}
.Picture {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
}
.Name {
	font-size: 13px;
	font-weight: bold;
}
.Price {
	color: #a20101;
	font-weight: bold;
}
.ButtonPic {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
}
#ProductGrid {
	position:relative;
	left:20px;
	z-index:4;
}

