body{
	width:300px;
	height:250px;
	max-width:300px;
	max-height:250px;
}
#logo-container{
	width:100%;
	height:20%;
	float:left;
}
#alloffers-container{
	width:100%;
	height:80%;
	float:left;
}
.offer-img-container{
	height:73%;
	width:100%;
}
.offer-price-container,
.offer-oldprice-container{
	position:absolute;
	font-size:11px;
	height:16px;
	left:0px;
	top:73%;
	width:100%;
}
.offer-button-wrapper{
	display:block;
	z-index:10;
	bottom:4px;
}
.offer-button-wrapper{
	width:80px;
	height:24px;
}
.offer-oldprice-container span{
	text-decoration:line-through;
}
.offer-name-container{
	height:100%;
}
#alloffers-container.bottom .offer-container{
	margin-bottom:0px;
}
#alloffers-container.top .offer-container{
	margin-top:0px;
}
#alloffers-container.bottom #alloffers-container-relative{
	padding-bottom:0;
}
#alloffers-container.top #alloffers-container-relative{
	padding-top:0;
}
#offer-enlarger{
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.offer-enlarger-image{
	width:100%;
	height:100%;
	float:left;
}
.offer-enlarger-infobar{
	height:50px;
}
.offer-enlarger-name,
.offer-enlarger-price-wrapper,
.offer-enlarger-button-wrapper{
	position:absolute;
}
.offer-enlarger-name{
	width:53%;
	height:50%;
	left:2px;
	top:2px;
}
.offer-enlarger-price-wrapper{
	bottom:0px;
	left:2px;
	height:50%;
}
.offer-enlarger-button-wrapper{
	bottom:0px;
	height:100%;
	right:0;
}
.offer-enlarger-button{
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.offer-enlarger-name > p span{
	font-size:12px;
}
.offer-enlarger-price > p{
	font-size:13px;
}
.offer-enlarger-oldprice > p{
	font-size:13px;
	text-decoration:line-through;
}
.offer-enlarger-ribbon-container{
	left:32%;
}
.offer-enlarger-ribbon{
	top:20px;
	left:9px;
}