@charset "UTF-8";
/* CSS Document */



.holder {
	width: 359px;
	height: 315px;
	background-image: url(../images/infoBG.gif);
	background-repeat: no-repeat;
    display: none;
    position: absolute;
    z-index: 999;
}

.holderDisplayByDefault {
	width: 320px;
	height: 320px;
	background-image: url(../images/popup.gif);
	background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
}

.closeButton {
    float: right;
    display:inline;
    padding-top:8px;
    padding-right: 6px;
}

.infoContent {
    padding-top:70px;
    padding-left:25px;
    padding-right:25px;
}

.infoContentPopup {
	padding-top:70px;
	padding-left:15px;
	padding-right:15px;
}

.infoOffer {
	float:left;
	display:inline;
	width:100px;
}
.infoOfferPopup {
    float:left;
    display:inline;
    width:100px;
    padding-top: 20px;
}


.offerDetails {
    padding-top:10px;
    padding-left:25px;
    padding-right:15px;
    width:300px;
    height:165px;
    overflow:auto;

}
.offerDetailsPopup {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	width:300px;
	height:165px;
	overflow:auto;

}
.offerItem{
padding-bottom:8px;

/*padding-left: 15px;
border: solid red;
padding-right: 5px;*/
}