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

/* OFFERS PAGE */

div#offerDetailsHolder {
	position:relative;
	display: block;
}

#offerDetailsImg {
	position:absolute;
	left: -100px;
	top:-45px;
	margin: 0;
}

div#offerDetailsRight{
	position: relative;
	float:right;
	width:358px;
	margin: 0;
	padding: 0;
}

	div#offerDetailsRight p#offerDetailsRightp1{
		font-size:17px;
		color:#FFF;
		font-weight:100;
		line-height:21px;
	}
		.offerDetailsRightp1{
		font-size:17px;
		color:#FFF;
		font-weight:100;
		line-height:21px;
	}
	
		div#offerDetailsRight p#offerDetailsRightp1 strong{
			font-weight:400;
		}
		
		div#offerDetailsRight ul {
			list-style-position: inside;
			list-style-type: disc;
		}
		
			div#offerDetailsRight ul li {
				font-size:14px;
				font-weight:400;
				text-transform:uppercase;
				padding-bottom:12px;
			}
			
	div#offerDetailsRight p#offerDetailsRightp2{
		font-size:10px;
		color:#b3b3b3;
		margin-top:12px;
	}
	
	.getInvButton, .getInv {
		cursor: pointer;	
	}