@CHARSET "UTF-8";
.bcal-container{
	background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	padding: 5px;
	border: solid 1px #ccc;
	box-shadow: 0 0 3px #C0C0C0;
}
.bcal-table{
	border-collapse: separate;
	border-spacing: 1px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
.bcal-table thead th{
	background-color: #fff;
	font-weight: bold;
	color: #212121;
	height: 20px;
	text-align: center;
}
.bcal-table tbody td{
	color: #212121;
	cursor: pointer;
	font-weight: normal;
	height: 25px;
	width: 25px;
	text-align: center;
}
.bcal-table .bcal-empty{
	background-color: #fff;
	cursor: default;
}
.bcal-table .bcal-date{
	background-color: #F1F1F1;
	border: solid 1px #D0C5C5;
}
.bcal-table .bcal-past{
	background-color: #FEFEFE;
	border: solid 1px #E6E1E1;
	color: #898989;
	cursor: default;
}
.bcal-table .bcal-today{
	background-color: #FFFF99;
}
.bcal-table .bcal-week{
	border: solid 1px #D0C5C5;
	background-color: #E4E4E4;
	cursor: default;
}
.bcal-table .bcal-selected{
	background-color: #FEFEFE;
	border: solid 1px #FFCC66;
	color: #CC6600;
}
.bcal-table .bcal-over,
.bcal-table .bcal-date:hover{
	background-color: #FFFFCC;
	border: solid 1px #FFC34C;
	color: #CC6600;
}
@CHARSET "UTF-8";
.pbContainer{
	color: #545b65;
	font: normal 12px Arial, Verdana, sans-serif;
	overflow: hidden;
	width: 795px;
}
.pbContainer p, .pbContainer ul{margin: 0; padding: 0}
.pbContainer a:link, .pbContainer a:visited, .pbContainer a:active{
	color: #3399CC;
	outline: none;
	text-decoration: none;
}
/* Breadcrumbs */
ul.pbBreadcrumbs{
	list-style: none;
	margin: 0 0 34px 0;
	overflow: hidden;
}
ul.pbBreadcrumbs li{
	display: inline;
}
.pbBreadcrumbs a:link, .pbBreadcrumbs a:visited, .pbBreadcrumbs a:active{
	background: url(app/web/img/frontend/breadcrumbs.png) 0 -47px no-repeat;
	color: #8b99a6;
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 12px;
	position: relative;
	height: 47px;
	text-indent: 9px;
	margin: 0 1px 0 0;
	width: 158px;
}
.pbBreadcrumbs a.focus{
	background-position: 0 0;
	color: #313a46;
}
.pbBreadcrumbs a.passed{
	background-position: 0 -94px;
	color: #fff;
}
.pbBreadcrumbs .pbBreadcrumbsStep{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}
.pbBreadcrumbs .pbBreadcrumbsText{
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
}
.pbBreadcrumbs a.focus .pbBreadcrumbsStep{
	color: #313a46;
}
.pbBreadcrumbs a.focus .pbBreadcrumbsText{
	color: #8c9aab;
}
/* Page */
.pbPage{
	overflow: hidden;
	width: 795px;
}
.pbPageTop{
	background: url(app/web/img/frontend/page_top.png) 0 0 no-repeat;
	height: 4px;
	overflow: hidden;
}
.pbPageMiddle{
	background: url(app/web/img/frontend/page_middle.png) 0 0 repeat-y;
	overflow: hidden;
	padding: 0 3px 0 1px;
}
.pbPageBottom{
	background: url(app/web/img/frontend/page_bottom.png) 0 0 no-repeat;
	height: 7px;
	overflow: hidden;
}
.pbPageHeading{
	background: url(app/web/img/frontend/page_heading.png) 0 0 repeat-x;
	color: #313a46;
	height: 56px;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 19px;
}
.pbPageTitle{
	background: #fff url(app/web/img/frontend/page_title.png) bottom center no-repeat;
	min-height: 71px;
	height: auto !important;
	height: 71px;
}
.pbPageShadow{
	background: url(app/web/img/frontend/page_shadow.png) top center no-repeat;
	height: 15px;
}
.pbPageH1{
	color: #313a46;
	font-weight: bold;
	font-size: 30px;
}
.pbPageH3{
	color: #a2a4a6;
	font-size: 14px;
}
/* Space */
.pbSpace{
	margin: 0 0 15px 0;
	overflow: hidden;
	width: 754px;
}
.pbSpaceTop{
	background: url(app/web/img/frontend/space_top.png) 0 0 no-repeat;
	color: #313a46;
	font-size: 26px;
	font-weight: bold;
	height: 60px;
	line-height: 49px;
	overflow: hidden;
	padding: 0 15px;
}
.pbSpaceMiddle{
	background: url(app/web/img/frontend/space_middle.png) 0 0 repeat-y;
	overflow: hidden;
	min-height: 88px;
	height: auto !important;
	height: 88px;
	/*padding: 0 3px 0 1px;*/
	position: relative;
}
.pbSpaceBottom{
	background: url(app/web/img/frontend/space_bottom.png) 0 0 no-repeat;
	height: 3px;
	overflow: hidden;
}
.pbSpaceLimit{
	background: url(app/web/img/frontend/space_limit.png) 0 0 no-repeat;
	height: 80px;
	left: 478px;
	position: absolute;
	top: 0;
	width: 1px;
}
.pbSpaceMiddle .pbBtnBookNow{
	position: absolute;
	top: 19px;
	right: 10px;
}
.pbSpaceDesc,
ul.pbSpaceList{
	line-height: 16px;
	margin: 0 0 5px 15px;
	overflow: hidden;
	width: 447px;
}
ul.pbSpaceList{
	padding: 0 0 0 18px;
}
ul.pbSpaceList li{
	list-style-image: url(app/web/img/frontend/bullet.png);
	list-style-position: outside;
	margin: 0 0 5px 0;
}
.pbSpacePriceLabel{
	font-size: 14px;
	position: absolute;
	left: 495px;
	top: 9px;
	width: 140px;
}
.pbSpacePrice{
	color: #313a46;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	left: 495px;
	top: 29px;
	width: 140px;
}
.pbSpaceNA{
	color: #313a46;
	font-weight: bold;
	position: absolute;
	left: 495px;
	top: 29px;
	width: 140px;
}
.pbSpaceSave{
	color: #75b868;
	overflow: hidden;
	position: absolute;
	left: 495px;
	top: 55px;
	width: 140px;
}
.pbExtra .pbExtraCount,
.pbExtra .pbExtraCnt,
.pbExtra .pbExtraNA{
	position: absolute;
	top: 19px;
	right: 30px;
	width: 100px;
}
.pbExtra .pbExtraCnt{
	right: 45px;
	top: 24px;
	font-weight: bold;
}
.pbExtra .pbExtraNA{
	color: #8C9AAB;
	font-size: 16px;
	top: 25px;
}
.pbExtra .pbSpacePrice{
	left: 505px;
	top: 14px;
}
.pbExtra .pbSpacePriceLabel{
	color: #8c9aab;
	left: 505px;
	top: 39px;
}
.pbExtra .pbBtnRemoveExtra{
	position: absolute;
	top: 19px;
	right: 30px;
	width: 82px;
}
.pbExtra .pbBtnAddExtra{
	padding-left: 11px;
	position: absolute;
	top: 19px;
	right: 30px;
	width: 62px;
}
/* Form */
.pbForm{
	margin: 0;
}
.pbText, .pbTextarea, .pbSelect{
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #dadfe2;
	-moz-box-shadow: inset 1px 1px 2px #dfe5ea;
	-webkit-box-shadow: inset 1px 1px 2px #dfe5ea;
	box-shadow: inset 1px 1px 2px #dfe5ea;
	padding: 5px 3px;	
}
.pbText{
	padding: 6px 4px;
}
.pbLabel{
	display: block;
	margin: 0 0 6px;
}
.pbValue{
	font-weight: bold;
}
.pbValueRight{
	float: left;
	margin: 5px 5px 0 0;	
}
.pbParagraph{
	padding: 0 5px 20px 5px;
	overflow: hidden;
}
.pbDatepickerIcon{
	background: url(app/web/img/frontend/calendar.png) 0 0 no-repeat;
	border: none;
	float: left;
	outline: none;
	display: block;
	height: 23px;
	margin: 3px 2px 0;
	width: 22px;
}
.pbError{
	background-color: #FFFBE0;
	border: solid 1px #E5D8A4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #DB3A3A;
	margin: 0 0 0 0;
	padding: 5px;
}
.pbErrorTitle{
	background-color: #DD5150;
	border: solid 1px #B64847;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
}
.pbErrorDesc{
	margin: 5px 0 0 0;
	padding: 0 10px;
}
/* Buttons */
.pbBtn{
	display: block;
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.pbBtnGray,
a.pbBtnGray:link,
a.pbBtnGray:visited,
a.pbBtnGray:active{
	background: url(app/web/img/frontend/button_gray.png) top right no-repeat;
	color: #848e98;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	line-height: 36px;
	text-indent: 15px;
	text-decoration: none;
}
a.pbBtnGray:hover{background: url(app/web/img/frontend/button_gray_hover.png) top right no-repeat; color: #fff}
.pbBtnBlue,
a.pbBtnBlue:link,
a.pbBtnBlue:visited,
a.pbBtnBlue:active{
	background: url(app/web/img/frontend/button_blue.png) top right no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	text-decoration: none;
	text-indent: 12px;
	text-shadow: 1px 1px 1px #2a7893;
}
a.pbBtnBlue:hover{background: url(app/web/img/frontend/button_blue_hover.png) top right no-repeat;}
.pbBtnSky,
a.pbBtnSky:link,
a.pbBtnSky:visited,
a.pbBtnSky:active{
	background: url(app/web/img/frontend/button_sky.png) top right no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	text-indent: 12px;
	text-shadow: 1px 1px 1px #2a7893;
}
a.pbBtnSky:hover{background: url(app/web/img/frontend/button_sky_hover.png) top right no-repeat;}
.pbBtnProceed{width: 188px}
.pbBtnBack{width: 100px}
.pbBtnChangeDates{width: 160px}
.pbBtnChooseSpace{width: 250px}
.pbBtnBookNow{width: 104px}
.pbBtnConfirm{width: 230px}
.pbBtnReview{width: 232px}
.pbBtnAddPromo{width: 135px}
.pbBtnGrayLeft{
	background: #fff url(app/web/img/frontend/button_gray.png) 0 -38px no-repeat;
	display: block;
	height: 38px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
.pbBtnGray:hover .pbBtnGrayLeft{background: #fff url(app/web/img/frontend/button_gray_hover.png) 0 -38px no-repeat}
.pbBtnBlueLeft{
	background: #fff url(app/web/img/frontend/button_blue.png) 0 -46px no-repeat;
	display: block;
	height: 46px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
.pbBtnBlue:hover .pbBtnBlueLeft{
	background: #fff url(app/web/img/frontend/button_blue_hover.png) 0 -46px no-repeat;
}
.pbBtnSkyLeft{
	background: #fff url(app/web/img/frontend/button_sky.png) 0 -36px no-repeat;
	display: block;
	height: 36px;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}
.pbBtnSky:hover .pbBtnSkyLeft{background: #fff url(app/web/img/frontend/button_sky_hover.png) 0 -36px no-repeat;}
.pbBtnGrayLeftArr{
	display: block;
	background: url(app/web/img/frontend/button_gray.png) -5px -38px no-repeat;
	float: left;
	height: 23px;
	margin: 7px 0 0 8px;
	width: 23px;
}
.pbBtnGray:hover .pbBtnGrayLeftArr{background: url(app/web/img/frontend/button_gray_hover.png) -5px -38px no-repeat;}
.pbBtnBlueRightArr{
	display: block;
	background: url(app/web/img/frontend/button_blue.png) -5px -46px no-repeat;
	float: right;
	height: 23px;
	margin: 14px 11px 0 5px;
	width: 23px;
}
.pbBtnBlue:hover .pbBtnBlueRightArr{background: url(app/web/img/frontend/button_blue_hover.png) -5px -46px no-repeat}
.pbBtnSkyRightArr{
	display: block;
	background: url(app/web/img/frontend/button_sky.png) -5px -36px no-repeat;
	float: right;
	height: 24px;
	margin: 7px 7px 0 5px;
	width: 24px;
}
.pbBtnSky:hover .pbBtnSkyRightArr{background: url(app/web/img/frontend/button_sky_hover.png) -5px -36px no-repeat;}
/* General */
.pbPointer{cursor: pointer}
.pbBlock{display: block}
.pbInline{display: inline}
.pbFloatLeft{float: left}
.pbFloatRight{float: right}
.pbFloatNone{float: none}
.pbClearLeft{clear: left}
.pbClearRight{clear: right}
.pbClearBoth{clear: both}
.pbOverflow{overflow: hidden}
.pbAlignRight{text-align: right}
.pbStrike{text-decoration: line-through}
.pbW50{width: 50px !important}.pbW60{width: 60px !important}.pbW70{width: 70px !important}.pbW80{width: 80px !important}.pbW90{width: 90px !important}
.pbW100{width: 100px !important}.pbW150{width: 150px !important}.pbW200{width: 200px !important}.pbW250{width: 250px !important}
.pbW300{width: 300px !important}.pbW350{width: 350px !important}.pbW400{width: 400px !important}.pbW450{width: 450px !important}
.pbW500{width: 500px !important}.pbW550{width: 550px !important}
.pbPt5{padding-top: 5px !important}.pbPt10{padding-top: 10px !important}.pbPt15{padding-top: 15px !important}.pbPt20{padding-top: 20px !important}.pbPt30{padding-top: 30px !important}.pbPt40{padding-top: 40px !important}.pbPt50{padding-top: 50px !important}
.pbPb5{padding-bottom: 5px !important}.pbPb10{padding-bottom: 10px !important}.pbPb15{padding-bottom: 15px !important}.pbPb20{padding-bottom: 20px !important}.pbPb30{padding-bottom: 30px !important}.pbPb40{padding-bottom: 40px !important}.pbPb50{padding-bottom: 50px !important}
.pbPl5{padding-left: 5px !important}.pbPl10{padding-left: 10px !important}.pbPl15{padding-left: 15px !important}.pbPl20{padding-left: 20px !important}.pbPl30{padding-left: 30px !important}.pbPl40{padding-left: 40px !important}.pbPl50{padding-left: 50px !important}
.pbPr5{padding-right: 5px !important}.pbPr10{padding-right: 10px !important}.pbPr15{padding-right: 15px !important}.pbPr20{padding-right: 20px !important}.pbPr30{padding-right: 30px !important}.pbPr40{padding-right: 40px !important}.pbPr50{padding-right: 50px !important}
.pbP5{padding: 5px !important}.pbP10{padding: 10px !important}.pbP15{padding: 15px !important}.pbP20{padding: 20px !important}.pbP30{padding: 30px !important}.pbP40{padding: 40px !important}.pbP50{padding: 50px !important}
.pbMt5{margin-top: 5px !important}.pbMt10{margin-top: 10px !important}.pbMt15{margin-top: 15px !important}.pbMt20{margin-top: 20px !important}
.pbMb5{margin-bottom: 5px !important}.pbMb10{margin-bottom: 10px !important}.pbMb15{margin-bottom: 15px !important}.pbMb20{margin-bottom: 20px !important}
.pbMl5{margin-left: 5px !important}.pbMl10{margin-left: 10px !important}.pbMl15{margin-left: 15px !important}.pbMl20{margin-left: 20px !important}
.pbMr5{margin-right: 5px !important}.pbMr10{margin-right: 10px !important}.pbMr15{margin-right: 15px !important}.pbMr20{margin-right: 20px !important}
.pbM5{margin: 5px !important}.pbM10{margin: 10px !important}.pbM15{margin: 15px !important}.pbM20{margin: 20px !important}
.pbLh14{line-height: 14px !important}.pbLh16{line-height: 16px !important}.pbLh18{line-height: 18px !important}
