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

#bookingWidget {
	position: absolute;
	text-align: left;
	display: none;
	z-index: 10000;
}

.bw_wrapper {
	border: 1px solid #ccc;
	background-color: #fff;
	width: 282px;
	padding: 3px;
	text-align: left;
}

.bw_container {
	border: 0px;
	padding: 10px;
}

.bw_close {
	padding-right: 17px;
	float: right;
	cursor: pointer;
	font-size: 11px;
	text-decoration: underline;
	color: #753C52;
	height: 15px;
	line-height: 15px;
	background-image: url('assets/no-index/bw_close.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

.bw_title {
	font-size: 15px;
	font-weight: bold;
	color: #753C52;
	height: 28px;
}

.bw_field {
	float: left;
	color: #514120;
	font-size: 10px;
	width: 96px;
}
.bookingWidgetStrip .bw_field {
    font-weight:bold;
    font-size:9px;
}
.button-left {
	width:8px;
	height:21px;
}
.button-right{
    width:20px;
    height:21px;
}
.button-left {
  background:url("assets/no-index/button_left.gif") no-repeat transparent;
}
.button-right {
  background:url("assets/no-index/button_right.gif") no-repeat transparent;
}

.bw_field.auto_size {
	width: auto;
}

.bw_field input, .bw_field select {
	font-size: 11px;
	color: #483822;
}

.bw_field input {
	width: 85px;
}

.bw_field input {
    border: 1px solid #D2D2D2;
    color: #7F7F7F;
    padding: 2px;
}

.bw_calendar {
	float: left;
	padding: 0px 5px;
	margin-top: 12px;
}

.bw_calendar img {
	cursor: pointer;
}

.bw_button {
	float: right;
	margin-top: 6px;
}

.bw_button button, .bn_button button {
	background-image: url('assets/no-index/button_bg.gif');
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px;
    margin: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
    text-transform:uppercase;
    *padding-top:0;
}

.bookingWidgetBar {
	text-align: left;
	float: right;
}

.bookingWidgetBar .bw_field {
	width: auto;
	padding: 6px 0px;
	float: left;
	margin-right: 15px;
}

.bookingWidgetStrip {
	padding: 10px;
	background-color: #fff;
	width: 150px;
    padding-left:30px;
}

.bookingWidgetStrip .bw_field {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

.bookingWidgetStrip .bw_button {
	float: none;
	text-align: right;
}

.bookingWidgetStrip2 {
    background-image:url('assets/gfxPromoCal.jpg');
    background-repeat:no-repeat;
	background-color: #fff;
	width: 190px;
    padding-left: 126px;
    height:166px;
}

.bookingWidgetStrip2 .bw_field {
	float: none;
	width: auto;
	margin-bottom: 10px;
}

.bookingWidgetStrip2 .bw_button {
	float: none;
	text-align: right;
}

.bw_dt {
    float:left;
}

.bw_cal_icon {
    float:left;
    margin:5px 10px 0 5px;
}

.bw_room {
    float: left;
    width: 20px;
}

.bw_per_room {
    float: left;
    width: 24px;
}