#billing-frame {
	display: none;
	width:1280px;

}

#billing-container {
	position: absolute;
	top:00px;
	padding-top:20px;
	width:1280px;
	height:700px!important;
	font-family: 'Montserrat'!important;
	background:#fff /*url(../images/backgrounds/billing.png) no-repeat center top!important*/;

}

#billing {
	position: relative;
	top: 0px;
	/*left: 150px;*/
	width: 1100px;
	height: 350px!important;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0px 0px 0px;
	color:#000;	
	margin: 0 auto 10px auto;
	font-family: 'Montserrat'!important;

}

#billing-title {
	/*position: absolute;*/
	/*top: 20px;
	left:100px;*/
	margin:0 auto;
	width: 1100px;
	height: 80px;
	line-height:90px;
	overflow: hidden;
	font-size: 36px;
	color: #000;	
	border-bottom:2px solid #E85D42;
	font-family: 'Montserrat'!important;
}


#billing-room {
	/*position: absolute;*/
	margin-top: -40px;
	margin-right:100px;	
	height: 50px;
	font-size: 14px;
	color: #000;
	text-align: right;
	font-family: 'Montserrat'!important;
text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;}

#billing-room  b{
	font-size: 35px;
	font-weight: bold;	
}

#billing-title span.underline{
	/*position:absolute;*/
	bottom:0;
	left:100px;
	width:950px;
	border-top:1px solid white;
	font-family: 'Montserrat'!important;

}
.billing-description{
position: absolute;
  top: 600px;
  left: 143px;
  font-family: 'Montserrat' !important;
  color: #E85D42;
  font-weight: bold;
  font-size: 20px;
  width: 1000px;
  height: 100px;
  text-align: center;
}
.billing-row {
	padding-left: 10px;
	padding-top: 10px;
	width: 950px;
	height: auto;
	font-size:28px;
	margin:0 auto;	
		font-family: 'Montserrat'!important;

}

.billing-date {
	float: left;
	width: 170px;
		font-family: 'Montserrat'!important;

}
.billing-desc {
	float: left;	
	width: 400px;
		font-family: 'Montserrat'!important;

}

.billing-price {
	float: right;	
	width: 200px;
	margin-right:0px;
	text-align: right;
	padding-right: 10px;
	font-family: 'Montserrat'!important;
	color:#000;
		

}

#billing-total {
	/*position:absolute;*/
	margin: 0 auto;
	width: 1100px;
	top:500px;
	left:100px;
	border-top:2px solid #E85D42;
	font-size: 20pt;
    font-weight: normal;
	color: #000;
	text-align: right;
	line-height: 50px;
  font-family: 'Montserrat' !important;

}

#billing-note {
	position: absolute;
    top: 510px;
    left: 90px;
    font-size: 14pt;
    line-height: 1.5em;
    color: #ad1a1a;
}


#checkout {
	display: none;
	position: absolute; 
	top: 520px;
	left: 600px;
	width: 600px;
}

#checkout div {
	float: left;
	width: 250px;
	padding:20px 0;
	text-align: center;
	margin-right: 10px;
	background: #D9D9D6dce;
	color: #888787;	
	-webkit-border-radius:10px;
	opacity:0.6;
}

#checkout div.selected {
	background:#5d7e95;
	color:#fff;
	opacity:1;

}