body{ margin: 0; padding: 0 }
.textebande {
		position: absolute;
		top: 30px;
		color: #151515;
		left: -13px;
		width: 100px;
		text-align: center;
		font-weight:normal;
		-webkit-transform: rotate(-45deg)!important;
		-moz-transform: rotate(-45deg)!important;
		transform: rotate(-45deg)!important;
	}
	
.bandeabs {
	  position: absolute !important;
	  top: -4px !important;
	  left: -4px;
	  z-index:9999;
}	
.promotion {
	margin-top:3px;
	padding-bottom:2px;
}

.promotion .title { 
	text-transform:capitalize;
	font-size:15px;
    position: absolute;
    margin-top: 195px;
    color: #EFD2A8;
    background: #151515 url("../images/sheet.png");
    padding: 10px;
    right: 20px;
    font-weight: normal;
    z-index: 9999;	
}

.promotion #price {
	font-size:14px;
	text-transform:capitalize;
    position: absolute;
    margin-top: 160px;
    color: #151515;
    background: #DA5C10 url("../images/sidebar.png");
	border-bottom:2px solid #151515;
    padding: 6px;
    right: 20px;
    font-weight: normal;
    z-index: 9999;
 }