.list-of-restaurants .hotelName {
	padding-bottom:0;
}

.list-of-restaurants .floatingBox {
	margin-top:0;
}

.list-of-restaurants .floatingBox .imgBox .title{
	color:#000;
	padding-bottom:0;
}
.list-of-restaurants .floatingBox .imgBox .book{
	display:block;
	padding:5px 0 10px;
	text-align:center;
}





/** table reservations **/
.table-reservations {
	overflow:visible;
}
.table-reservations h6{
	margin:0;
}
.table-reservations .h6{
	font-size:12px;
}
.table-reservations td{
	vertical-align:middle;
}
.table-reservations td input[type=text]{
	border: 1px solid #CCC;
	background: #FAFAFA;
	width:210px;
	padding:3px 5px;
}
.table-reservations .remarksTable td{
	vertical-align:top;
}
.table-reservations td textarea{
	border: 1px solid #CCC;
	background: #FAFAFA;
	padding:3px 5px;
	width:500px; height:150px;
	resize:none;
}
.table-reservations .selectricWrapper{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width:222px;
	margin-bottom:0px;
}
.table-reservations .bookingInfo .hour {
	width:60px;
}
.table-reservations .bookingInfo .min {
	width:60px;
}
.table-reservations .bookingInfo .dotdot{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin:0 5px;
}
.table-reservations .bookingInfo{
	float:left;
}
.table-reservations .bookingInfo .date{
	border-radius: 0;
	border: 1px solid #CCC;
	background: #FAFAFA;
	padding: 3px 5px;
	font-size: 11px;
	background: #FAFAFA url(../images/common/calendar.png) right center no-repeat;
}
.table-reservations .contactInfo{
	float:right;
}
.table-reservations label{
	cursor:pointer;
}
.table-reservations label input{
	float:left;
	margin:3px 10px 0 0;
}
/*.table-reservations label p{
	margin:0;
	float:left;
}*/
.table-reservations .goldBtn{
	margin-top:20px;
}

.responsive1000 .table-reservations .pageLayout .leftContent{
	overflow:visible;
}
.responsive1000 .table-reservations .selectricItems {
	max-height:200px;
}

.responsive0 .table-reservations table{
	width:100% !important;
	float:none;
}
.responsive0 .table-reservations table td{
	display:block;
	width:100% !important;
}
.responsive0 .table-reservations input{
	float:none;
}
.responsive0 .table-reservations label.inputTextLabel{
	display:block;
	margin-right:12px;
}
.responsive0 .table-reservations input[type=text]{
	width:100%;
}
.responsive0 .table-reservations textarea{
	width:100%;
}
.responsive0 .table-reservations .selectricWrapper{
	width:100%;
}
.responsive0 .table-reservations .hourLabel {
	display:inline-block;
	vertical-align:middle;
	width:45%;
}
.responsive0 .table-reservations .dotdot {
	vertical-align:middle;
	width:10%;
	margin:0;
	text-align:center;
}
.responsive0 .table-reservations .minLabel {
	display:inline-block;
	vertical-align:middle;
	width:45%;
}
.responsive0 .table-reservations .lastName{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	margin:0;
	padding-right:22px;
}
.responsive0 .table-reservations .lastName input {
	width:100% !important;
	margin:0;
}
.responsive0 .table-reservations .firstName{
	display:inline-block;
	vertical-align:top;
	width:50%;
	box-sizing:border-box;
	margin:0;
	padding-left:22px;
}
.responsive0 .table-reservations .firstName input {
	width:100% !important;
	margin:0;
}