@CHARSET "UTF-8";
html, body{
	height: 100%;
}
.abWrapper{
	font: normal 12px/14px Verdana, Arial, sans-serif;
}
.abParagraph{
	overflow: hidden;
	margin: 10px 0 0;
	width: 100%;
}
.abParagraphInner{
	padding: 0 12px;
}
.abStretch{
	width: 97%;
}
.abCalendar{
	height: 100%;
	padding-bottom: 40px;
}
.abCalendarSelect .abImageWrap,
.abCalendarMark .abImageWrap{
	display: none;
}
.abMessage{
	color: #CC0000;
	margin: 10px 0 0;
}
.abTitle{
	color: #75797a;
	display: inline-block;
	float: left;
	padding: 5px 0 0;
	width: 35%;
	font: normal 16px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.abValue{
	color: #272b2c;
	font: normal 16px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	float: left;
	padding: 5px 0 0;
}
.abControl{
	display: block;
	float: left;
	width: 65%;
}
.abCaptcha{
	vertical-align: top;
	/*border: solid 1px #ccc;
	position: absolute;
	top: 0;
	left: 230px;*/
}
.abTerms{
	/*position: absolute;
	top: 0;
	left: 132px;*/
}
.abForm{
	border: solid 1px #DFDFDF;
	border-bottom: none;
}
.abBox{
	border-bottom: solid 1px #DFDFDF;
	overflow: hidden;
}
.abGray{
	background-color: #f8f7f5;
}
.abWhite{
	background-color: #fff;
}
.abHeading{
	color: #606566;
	font: normal 22px/22px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 10px 12px;
}
.abText, .abSelect, .abTextarea{
	background-color: #f7f7f7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e5e4e0;
	color: #444;
	margin: 0;
	padding: 10px 6px 9px;
	font-family: inherit;
	font-size: inherit;
}
.abTextarea{
	resize: none;
}
label.abError{
	color: #be3d21;
	display: block;
	margin: 0 0 0 35%;
	padding: 3px 0 0 0;
	clear: left;
}
input.abError,
select.abError,
textarea.abError{
	background-color: #FFB3B3;
	border: solid 1px #be3d21;
	color: #330000;
}
input.abValid,
select.abValid,
textarea.abValid{
	background-color: #b8daa9;
	border: solid 1px #6a9d48;
	color: #333300;
}
.abClear{clear: both}
.abClearLeft{clear: left}
.abBold{font-weight: bold}
.abW50{width: 50px}
.abW80{width: 80px}
.abW100{width: 100px}
.abW150{width: 150px}
.abW200{width: 200px}
.abWWide{width: 312px}

.abH50{height: 50px}
.abH60{height: 60px}
.abH70{height: 70px}
.abH80{height: 80px}
.abH90{height: 90px}
.abH100{height: 100px}

.abButton{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font: normal 17px/18px "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 8px 15px;
}
.abButtonDefault{
	background: #455259; /* Old browsers */
	background: -moz-linear-gradient(top,  #455259 0%, #6f797e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#455259), color-stop(100%,#6f797e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #455259 0%,#6f797e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #455259 0%,#6f797e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #455259 0%,#6f797e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #455259 0%,#6f797e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455259', endColorstr='#6f797e',GradientType=0 ); /* IE6-9 */

	border: solid 1px #2f383d;
	color: #fff;
	-moz-box-shadow: 0 1px 2px #C0C0C0;
	-webkit-box-shadow: 0 1px 2px #C0C0C0;
	box-shadow: 0 1px 2px #C0C0C0;
}
.abButtonDefaultHover{
	background: #455259; /* Old browsers */
	background: -moz-linear-gradient(top,  #455259 0%, #565d61 6%, #868e92 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#455259), color-stop(6%,#565d61), color-stop(100%,#868e92)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #455259 0%,#565d61 6%,#868e92 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #455259 0%,#565d61 6%,#868e92 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455259', endColorstr='#868e92',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #3c474d;
	color: #fff;
}
.abButtonCancel{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#e6e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e3e3',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #d0cdcd;
	color: #5f696e;
	-moz-box-shadow: 0 1px 2px #E7E7E7;
	-webkit-box-shadow: 0 1px 2px #E7E7E7;
	box-shadow: 0 1px 2px #E7E7E7;
}
.abButtonCancelHover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-9 */
	
	border: solid 1px #c1bcbc;
	color: #5f696e;
}
.abDialog{
	background-color: #fff;
	color: #333;
	font: normal 12px/15px Arial, sans-serif;
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    padding: 10px;
}
.abLocale{
	overflow: hidden;
}
.abLocaleMenu{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin: 0;
}
.abLocaleMenu li{
	float: left;
	margin: 0;
	width: 40px;
	height: 37px;
}
.abLocaleMenu li a{
	display: inline-block;
	width: 40px;
	height: 37px;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	text-decoration: none;
}
.abLocaleMenu li a img{
	border: none;
	position: absolute;
	top: 12px;
	left: 12px;
}
.abLocaleMenu li a:hover{
	background-position: -39px -37px;
}
.abLocaleMenu li a:active, .abLocaleMenu li a:focus, .abLocaleMenu li a.abLocaleFocus{
	background-position: -39px -74px;
}
/* First */
.abLocaleMenu li:first-child{
	width: 39px;
}
.abLocaleMenu li:first-child a{
	background-position: top left;
	width: 39px;
}
.abLocaleMenu li:first-child a:hover{
	background-position: 0 -37px;
}
.abLocaleMenu li:first-child a:active, .abLocaleMenu li:first-child a:focus, .abLocaleMenu li:first-child a.abLocaleFocus{
	background-position: 0 -74px;
}
/* Last */
.abLocaleMenu li:last-child{
	width: 39px;
}
.abLocaleMenu li:last-child a{
	background-position: top right;
	width: 39px;
}
.abLocaleMenu li:last-child a:hover{
	background-position: -79px -37px;
}
.abLocaleMenu li:last-child a:active, .abLocaleMenu li:last-child a:focus, .abLocaleMenu li:last-child a.abLocaleFocus{
	background-position: -79px -74px;
}
@CHARSET "UTF-8";
#abWrapper_1 {
	float: none;
	height: 100%;
}
#abWrapper_1 .abClear {
	clear: both;
}
#abWrapper_1 .abForm{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	margin: 10px 10px 10px 0;
}
#abWrapper_1 .abLayout{
	width: 100%;
	margin: 10px 10px 10px 0;
}
[calendarNav] {
	float: left;
	clear: both;
}
[calendarNav] .abCalendarLinkMonthPrev {
	float: left;
}
[calendarNav] .abCalendarLinkMonthNext {
	float: right;
}
#abWrapper_1 table.abCalendarTable, 
#abWrapper_1 table.abCalendarTablePrice{
	background-color: #EFEFEF;
	border: 1px solid #000000;
	border-collapse: collapse;
	table-layout: fixed;
	float: left;
	font-family: Verdana;
	height: 100%;
	margin: 10px 10px 10px 0;
	width: 100%;
}
#abWrapper_1 .abLocale{
	width: 100%;
}
#abWrapper_1 a{
	outline: none;
}
#abWrapper_1 td.abCalendarMonth{
	background-color: #696963;
	border-right: solid 1px #696963;
	border-bottom: solid 1px #696963;
	color: #f7f7f7;
	height: 12.50%;
	white-space: nowrap;
}
#abWrapper_1 .abCalendarMonthInner{
	overflow: hidden;
	position: relative; 
	width: 100%; 
	height: 100%; 
}
#abWrapper_1 td.abCalendarMonth,
#abWrapper_1 td.abCalendarMonth a:link,
#abWrapper_1 td.abCalendarMonth a:visited,
#abWrapper_1 td.abCalendarMonth a:hover{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarMonth a:link,
#abWrapper_1 td.abCalendarMonth a:visited{
	text-decoration: none;
}
#abWrapper_1 td.abCalendarMonthPrev,
#abWrapper_1 td.abCalendarMonthNext{
	background-color: #a2a391;
	width: 14.29%;
}
#abWrapper_1 td.abCalendarMonthPrev a:link,
#abWrapper_1 td.abCalendarMonthPrev a:visited,
#abWrapper_1 td.abCalendarMonthPrev a:active,
#abWrapper_1 td.abCalendarMonthNext a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
#abWrapper_1 a.abCalendarLinkMonth:link,
#abWrapper_1 a.abCalendarLinkMonth:visited,
#abWrapper_1 a.abCalendarLinkMonth:active,
#abWrapper_1 a.abCalendarLinkMonth:hover,
#abWrapper_1 a.abCalendarLinkMonth:focus{
	display: inline-block;
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
}
#abWrapper_1 td.abCalendarMonthPrev a{
	background: transparent url(http://www.bdsm-loft.com/script/app/web/img/cal_prev.png) center center no-repeat;
}
#abWrapper_1 td.abCalendarMonthNext a{
	background: transparent url(http://www.bdsm-loft.com/script/app/web/img/cal_next.png) center center no-repeat;
}
#abWrapper_1 td.abCalendarMonth a:hover{
	text-decoration: none;
}
#abWrapper_1 td.abCalendarWeekDay{
	background-color: #f5f5f5;
	color: #000000;
	font-size: 12px;
	/*padding: 2px 0;
	text-align: center;
	vertical-align: middle;*/
	font-weight: normal;
}
#abWrapper_1 td.abCalendarHeader{ 
	font-weight: bold; 
	color: #000; 
}
#abWrapper_1 td.abCalendarWeekDay,
#abWrapper_1 td.abCalendarWeekNum,
#abWrapper_1 td.abCalendarToday, 
#abWrapper_1 td.abCalendarReserved, 
#abWrapper_1 td.abCalendarPending, 
#abWrapper_1 td.abCalendarPast, 
#abWrapper_1 td.abCalendarEmpty, 
#abWrapper_1 td.abCalendarDate,
#abWrapper_1 td.abCalendarPendingNightsStart,
#abWrapper_1 td.abCalendarPendingNightsEnd,
#abWrapper_1 td.abCalendarReservedNightsStart,
#abWrapper_1 td.abCalendarReservedNightsEnd,
#abWrapper_1 td.abCalendarNightsReservedReserved,
#abWrapper_1 td.abCalendarNightsReservedPending,
#abWrapper_1 td.abCalendarNightsPendingReserved,
#abWrapper_1 td.abCalendarNightsPendingPending{
	border: 1px solid #000000;
	height: 12.50%;
	/*position: relative;*/
	text-align: center;
	vertical-align: middle;
	width: 14.29%;
}
#abWrapper_1 .abCalendarCellInner{
	height: 100%;
	/*overflow: hidden;*/
	position: relative; 
	width: 100%;
}
#abWrapper_1 td.abCalendarReserved{
	background-color: #c40b08;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarReservedNightsStart, 
#abWrapper_1 td.abCalendarReservedNightsEnd {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarReservedNightsStart {
	background-image: none;
}
#abWrapper_1 td.abCalendarReservedNightsEnd {
	background-image: none;
}
#abWrapper_1 td.abCalendarNightsPendingPending {
	background-image: none;
}
#abWrapper_1 td.abCalendarNightsReservedPending {
	background-image: none;
}
#abWrapper_1 td.abCalendarNightsPendingReserved {
	background-image: none;
}
#abWrapper_1 td.abCalendarNightsReservedReserved {
	background-image: none;
	color: #ffffff;
}
#abWrapper_1 td.abCalendarPending{
	background-color: #f57811;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarPendingNightsStart, 
#abWrapper_1 td.abCalendarPendingNightsEnd {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarPendingNightsStart {
	background-image: none;
}
#abWrapper_1 td.abCalendarPendingNightsEnd {
	background-image: none;
}
#abWrapper_1 td.abCalendarPast{
	background-color: #ffffff;
	color: #c5c6c7;
	font-size: 12px;
	font-weight: normal;
}
#abWrapper_1 td.abCalendarEmpty{
	background-color: #f8f6f0;
	font-size: 12px;
}
#abWrapper_1 td.abCalendarWeekNum{
	background-color: #f5f5f5;
	color: #000000;
	font-size: 12px;
}
#abWrapper_1 td.abCalendarDate, 
#abWrapper_1 td.abCalendarToday,
#abWrapper_1 td.abCalendarPendingNightsStart,
#abWrapper_1 td.abCalendarPendingNightsEnd,
#abWrapper_1 td.abCalendarReservedNightsStart,
#abWrapper_1 td.abCalendarReservedNightsEnd { 
	cursor: pointer;
	background-color: #419c17;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#abWrapper_1 td.abCalendarPartial{ 
	cursor: pointer !important;
}
#abWrapper_1 td.abCalendarSelect{
	background-image: none;
	background-color: #8de3e2;
}
#abWrapper_1 table.abCalendarLegend{
	clear: left; 
	border: none;
	width: 100%;
}
#abWrapper_1 td.abCalendarLabel{
	padding: 0 5px;
}
#abWrapper_1 td.abCalendarColor{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 20px;
}
#abWrapper_1 td.abCalendarColorAvailable{
	background-color: #419c17;
}
#abWrapper_1 td.abCalendarColorReserved{
	background-color: #c40b08;
}
#abWrapper_1 td.abCalendarColorPending{
	background-color: #f57811;
}
#abWrapper_1 td.abCalendarColorPast{
	background-color: #ffffff;
}
#abWrapper_1 .abCalendarLinkDate{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
	
	position: relative;
}
#abWrapper_1 .abCalendarLinkDateInner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#abWrapper_1 .abCalendarPrice{
	background-color: #ccc;
	border: solid 1px #000;
	color: #000;
	display: none;
	font-weight: normal;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	white-space: nowrap;
}
#abWrapper_1 .abCalendarPriceStatic{
	color: #000;
	white-space: nowrap;
	margin: 5px 0 0;
}
#abWrapper_1 table.abCalendarTablePrice tbody td{
	cursor: default !important;
}
#abWrapper_1 table.abCalendarTablePrice td.abCalendarMonth .abCalendarLinkMonth {
	cursor: pointer;
}
#abWrapper_1 .abCalendarLegend {
	font-family: Sans Serif;
	color: #676f71;	
	font-size: 12px; 
	font-weight: normal;
}
#abWrapper_1 .abLocaleMenu li a{
	background-image: url(http://www.bdsm-loft.com/script/app/web/img/locale.png);
}

#abWrapper_1 .abImageWrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
}
#abWrapper_1 .abImage{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.abWrapper13 .abNavi a{
	margin: 0 0 10px 0;
	width: auto !important;
	height: auto !important;
}
.abWrapper13 .abCalendarTable{
	margin: 0 .5% .5% 0 !important;
	width: 33% !important;
	height: 33% !important;
}
.abWrapper13 .abCalendarTable:nth-child(3n+1){
	margin-right: 0 !important;
}