/**
 * sv.wct.css defines styles for the booking widget
 */

.bkng-widget {
	background: transparent url(../images/widgets/booking-bg-main.jpg) no-repeat 0 15px;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 10px 0;
	position: relative;
}

.bkng-widget .bkng-header {
	background: transparent url(../images/widgets/booking-bg-top-bot.gif) no-repeat 0 -15px;
	padding: 10px 0 0;
	margin: 0;
	height: 50px;
	overflow: hidden;
}

.bkng-widget .bkng-header h2 {
	color: #FAF5DC;
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}
.bkng-widget fieldset {
	background: transparent url(../images/widgets/booking-bg-top-bot.gif) no-repeat 0 175px;
	height: 181px;
	padding: 8px 0 0;
	margin: 0;
}

.bkng-widget input {
	border: 0 none;
	background: transparent none;
}
.bkng-widget .bkng-input {
	margin: 6px 17px;
	padding: 0;
	width: 266px;
	background: transparent url(../images/widgets/booking-input.gif) no-repeat 0 0;
	height: 35px;
	position: relative;
}
.bkng-widget .bkng-input.first {
	background-image: url(../images/widgets/booking-input-first.gif);
}

.bkng-date-field {
	display:block;
	height: 17px;
	width: 204px;
	padding: 10px 7px 8px 14px;
	line-height:17px;
	color: #460000;
	font-size: 12px;
}

.bkng-date-label {
	height: 27px;
	width:27px;
	display:block;
	overflow:hidden;
	position: absolute;
	right: 14px;
	top: 4px;
	cursor:pointer;
}

.bkng-date-label span {
	height: 27px;
	width: 27px;
	display:block;
	background: transparent url(../images/widgets/booking-cal.gif) no-repeat 0 0;
}

.bkng-widget #bkng-submit {
	float: right;
	margin: 12px 17px;
}

/* sexy combo */
div.bkng-sexy {
	width: 266px;
	height: 35px;
}

div.bkng-sexy input {
	height: 17px;
	width: 204px;
	padding: 10px 7px 8px 14px;
	line-height:17px;
	color: #460000;
	font-size: 12px;	margin: 0;
}

div.bkng-sexy div.icon {
    width:18px;
    height:8px;
    border: 0;
    background: url(../images/widgets/booking-arrow.gif) no-repeat center center;
    cursor:pointer;
    right : 18px;
    top   : 14px;
}

div.bkng-sexy div.list-wrapper {
	left: 0;
	top: 27px;
	background: transparent url(../images/widgets/booking-input.gif) no-repeat 0 bottom;
	padding: 0 0 7px;
	margin: 0;
	width: 266px;
	bottom: auto;
	z-index:2;
}

div.bkng-sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.bkng-sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.bkng-sexy  li {
	padding: 2px 14px;
	font-size : 12px;
	color: #460000;
	height: auto;
	cursor: pointer;
	margin: 0;
	list-style-type: none !important;
	list-style-position : outside !important;
	background: transparent url(../images/widgets/booking-input-tile.gif) repeat-y 0 0;
}

div.bkng-sexy li.active {
	background-image: url(../images/widgets/booking-input-tile-red.gif);
}

div.bkng-sexy input.empty {
	color: gray;
}

