.r-star,
.r-star-shape,
.r-star-border {
	position:relative;
	overflow:hidden;
	width: 100%;
}

.r-star .cn,
.r-star-shape .cn,
.r-star-border .cn {
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
	background:url('../img/r-star/r-star.png');
}

* html
.r-star .cn,
.r-star-shape .cn,
.r-star-border .cn {
	width:20px;
	height:20px;
	background : none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.pilotrade.ru/img/r-star/r-star.png',sizingMethod=scale);

}

.r-star-border .cn{
	background:url('../img/r-star/r-star-border.png');
}


.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br,
.r-star-border .cn.tr, .r-star-border .cn.br {
	left:100%;
	margin-left: -10px;
}

* html
.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br,
.r-star-border .cn.tr, .r-star-border .cn.br {
	left:100%;
	margin-left: -9px;
}


.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br,
.r-star-border .cn.bl, .r-star-border .cn.br {
	top:100%;
	margin-top: -14px;
}



.r-star-shape .cn{
	background:url('../img/r-star/r-star2.png');
}

.cn.gray{
	background:url('../img/r-star/r-star-gray.png');
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl {
	width:100%;
}


div.wrp-goods-full div.wrp-table .r-star-border .cn.bl, .r-star-border .cn.br {top:100%; margin-top: -10px;}
div.wrp-goods-full .r-star-border .tr,
div.wrp-goods-full .r-star-border .br {margin-left: -10px;}

