
	
<style>
	.sale_banner_orange {
		background:#f25b00;
		background: -moz-linear-gradient(top, #f49300 0%, #f25b00 100%);
		background: -webkit-linear-gradient(top, #f49300 0%,#f25b00 100%);
		background: linear-gradient(to bottom, #f49300 0%,#f25b00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49300', endColorstr='#f25b00',GradientType=0 );
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		color: #c8c8c8;
		text-align: center;
		font: bold 16px/36px sans-serif;
		height: 36px;
	}

	.sale_banner_orange a {
		display: block;
		color:#fff;
		text-decoration: none;
	}
</style>

