/* CSS Document */

		BODY { BACKGROUND-IMAGE: none; BACKGROUND-COLOR: #ffffff; margin: 10px; }
		.ystar{
			background-image: url(../images/skin/ystar.gif);
			background-repeat: no-repeat;
			padding-left: 24px;
			padding-top: 24px;
			height: 64px;
			color: red;
		}
		.catName{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: bold;
			color: #666666;
			padding-top: 4px;
		}
		.catText{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: red;
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.discountName{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 20px;
			font-weight: bold;
			color: red;
			padding-top: 4px;
		}
		.productName{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			color: #666666;
			padding-top: 10px;
		}
		.discountSummary{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: red;
			padding-top: 6px;
			padding-bottom: 6px;
		}
		.discountExpires{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #666666;
		}
		.star{
			width: 72px;
			background-image:url(../images/skin/rstar.gif);
			background-repeat:no-repeat;
			color: white;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			padding-top: 24px;
			padding-bottom: 14px;
		}
		.condition{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
			padding-bottom: 8px;
		}
		.button{
			padding-top: 8px;
			padding-bottom: 6px;
		}
		.bar{
			background-color: #9cdf5a;
			height: 4px;
		}