﻿.banner { margin:0 auto; position:relative; min-height:275px; padding:122px 0 0; text-align:right;}
.banner-img {position:absolute; top:-105px; left:-60px; z-index:1;}
.banner-sale {width:169px; height:169px; background:url(../i/banner.png) no-repeat; position:absolute; bottom:0; left:432px; z-index:2;}
.banner-text {background:url(../i/sale.png); width:460px; height:86px; text-indent:-9999px; margin:0 0 0 auto; z-index:2; position:relative;}
.banner-btn {display:inline-block; border:1px solid #ffaa22; border-radius:16px; font:bold 24px Tahoma, Geneva, sans-serif; color:#fff; text-decoration:none; position:relative; z-index:2; padding:10px 19px 13px; margin:35px 89px 0 0;
	background: #f9c905;
	background: -moz-linear-gradient(top, #f9c905 0%, #d48604 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c905), color-stop(100%,#d48604));
	background: -webkit-linear-gradient(top, #f9c905 0%,#d48604 100%);
	background: -o-linear-gradient(top, #f9c905 0%,#d48604 100%);
	background: -ms-linear-gradient(top, #f9c905 0%,#d48604 100%);
	background: linear-gradient(to bottom, #f9c905 0%,#d48604 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c905', endColorstr='#d48604',GradientType=0 );
}
.ie img.banner-img {top:-117px; left:-59px;}