.sale {
	float:left;
	display:inline;
	width:150px;
	padding:10px;
	background:#ffa616;
	color:#FFFFFF;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
}
.sale h3 {
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-size:13px;
}
.sale div {
	float:left;
	display:inline;
	width:150px;
	margin:30px 0 0 0;
}
.sale span {
	float:left;
	display:inline;
	width:150px;
	margin:-13px 0 0 0;
	line-height:13px;
}
.sale a {
	float:right;
	display:inline;
	color:#000000;
	text-decoration:none;
	background:transparent url(../../images/backs/arrow_black.gif) top right no-repeat;
	padding-right:12px;
	font-weight:bold;
	font-size:12px !important;
}
.sale a:hover {
	color:#FFFFFF;
	background:transparent url(../../images/backs/arrow_white.gif) top right no-repeat;
}
