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

.ProductName {
	font-size:20px;
	font-weight:bold;
	font-family:Verdana;
	padding:3px 0;
}

.SalePrice {
	color:red;
	font-weight:bold;
}

.OldPrice {
	text-decoration:line-through;
}

.PopUpPicture {
	border: solid 5px #AA0000;
	position:absolute;
	z-index:300;
	top:25px;
	left:50px;
	padding:5px;
	text-align:center;
	display:none;
	width:auto;
	background-color:white;
}
