.ui-tooltip{
	z-index:1000001;
	font-size:12px;	
}


.wayPoint{
	/*display:none;*/
	display: block;
	float:left;
	clear:both;
}
/*
.wayPoint:last-of-type{
	display:block;
	clear:left;
	margin-top:40px;
	float:left;
	visibility:hidden;
}*/
#offerContainer{
	padding-bottom:40px;
}


#offerPrototype{
	display:none;
}


.offer{
	float:left;
	display:inline-block;
	width:185px;
	height:225px;
	/*overflow:hidden;*/
	clear:none;
	/*margin-right:20px;
	margin-bottom:25px;*/

	
	/*border-radius:2px;*/
	/*position:relative;*/
	/*opacity:0.7;*/
	text-align:center;
	
	/*margin-bottom:10px;*/
	overflow:hidden;
	z-index:999;
	font-family:"Open Sans",sans-serif;
	border-bottom:1px solid #ececec;
	margin-top:-1px;
}
.offer:nth-of-type(5n+0){
	border-right:1px solid #ececec !important;
}

.offer:hover{
	text-decoration:none;
	opacity:1.0;
	overflow:visible;
	z-index:1001;
}

.offerLoading{
	display:inline-block;
	float:left;
	margin-left:auto;
	margin-right:auto;
	width:185px;
	height:225px;
	/*border-left:1px solid #ececec;*/
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url('/_v2/images/loading/mainImage-spinner.gif');
}

.offerContainer{
	position:relative;
	display:block;
	overflow:hidden;
	width:165px;
	padding-left:10px;
	padding-right:10px;
	height:225px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border:1px solid #ececec;
	border-right:0;
	border-bottom:0;

}
.mouse.offer .offerContainer:hover{
	height:320px;
	width:205px;
	z-index:1002;
	/*border-bottom:1px solid #ececec;*/
	-webkit-box-shadow: 4px 4px 5px 0px rgba(191,191,191,0.42);
	-moz-box-shadow: 4px 4px 5px 0px rgba(191,191,191,0.42);
	box-shadow: 4px 4px 5px 0px rgba(191,191,191,0.42);	
}

.offerImage{
	display:block;
	margin-top:10px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position-x:center;
	background-position-y:center;
	min-width:105px;
	min-height:90px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
	z-index:1001;
}
.offerImage:hover{
	/*width:125px;
	background-size:cover;
	opacity:1;
	min-height:100px;*/
}
.offerTitle{
	font-size:15px;
	font-weight:normal;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	color:gray;
	height:50px;
	max-height:50px;
	line-height:25px;
	overflow:hidden;
	color:#0e53a5;
	color:#015b80;
	font-weight:bold;
	display:block;
	width:155px;
	margin-left:auto;
	margin-right:auto;
}
.offerTitle:hover{
	overflow:hidden !important;
	color:#59b210;
	cursor:pointer;
	text-decoration:none;
}

.offerPriceContainer{
	margin-top:10px;
	padding-top:10px;
	border-top: 1px solid #ececec;
	width:100%;	
	padding-bottom:10px;
	/*border-bottom: 1px solid #ececec;*/
	margin-bottom:10px;
	float:left;
	clear:both;
}

.offerBeforePrice{
	font-size:90%;
	float:left;
	clear:left;
	text-decoration:line-through;
	color:gray;
	padding-left:5px;
}

.offerPrice{
	float:right;
	font-size:120%;
	color:gray;
	color:black;
	padding-right:10px;
}

.offerAbsDiscountFigure{
	position:absolute;
	top:-15px;
	left:105px;
	z-index:1000;			
}

.offerAbsDiscountBorder{
	position:absolute !important;
	top:-16px;
	left:104px;
	z-index:999;			
}

.offerAbsDiscount{
	/*width:140px;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c0c0c0;
	color:white;
	margin-bottom:0px;*/
	position:absolute;
	top:-9px;
	left:107px;	
	font-size:10px;
	z-index:1001;
	line-height:1;
	/*text-align:center;*/
	vertical-align:middle;
	color:gray;
	max-width:60px;
}
.offerMerchant{
	margin-top:10px;
	width:140px;
	padding:10px;
	padding-top:2px;
	padding-bottom:0px;
	color:#c0c0c0;
	left:0;
	bottom:0;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;	
}

.offerButton{
	color: white;
	background-color: #59b210;
	border-radius: 4px;
    font-weight: bold;
    display:inline-block;
    padding: 13px 31px;
}
.offerButton:hover{
	background-color: #60c011;
	text-decoration:none;
}

.offerBottomIconHolder{
	clear:both;
	margin-top:20px;
	width:100%;
	float:left;
}

.offerIcon{
	position:absolute;
	height: 28px;
    width: 28px;
    border: 1px solid #c0c0c0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    background-color: #f7f7f7;  
    display: inline-block;
    float: right;
    border-radius: 3px;
    margin-left: 5px;
    opacity:0.3;
    z-index:1002;
}

.offerIcon:hover{
	opacity:0.8;
	cursor:pointer;
}

/*.offerIconMagnify{*/
.offerIconHeart{
	top:10px;
	left:5px;
    background-image: url(/_v2/images/icons/heart-128.png);
}

.offerIconX{
	top:10px;
	right:5px;
    background-image: url(/_v2/images/icons/x-48.png);	
}

.offerIconThumbsdown{
	position:relative;
	clear:right;
	float:right;
    background-image: url(/_v2/images/icons/thumbdown-128.png)
}
.offerIconThumbsup{
	float:left;
	clear:left;
	position:relative;
    background-image: url(/_v2/images/icons/thumbup-128.png)
}

#categoryContainer,
#storeContainer
#productContainer,
#offerNewContainer{
	width:100%;
	clear:both;
	max-width: 924px;
}

.storeContainerTitle,
.offerNewContainerTitle,
.categoryContainerTitle,
.productContainerTitle{
	font-weight:bold;
	font-style:italic;
	display:inline-block;
	padding-bottom:5px;
	padding-right:10px;	
}

.offerNewContainer a{
	font-style: italic;
}

.productContainerItem{
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}
.productContainerItem.hidden{
	display:none !important;
}
