/*
 * author: e7studio.com
 * file name: hotels.css
 */

#hotelInformation {
	width: 280px;
	text-align: center;
	float: left;
}

#hotelInformation h3 {
	color: #7f7f7f;
	background-color: #dfdfdf;
	text-align: left;
	padding: 5px;
}

ul.listInfo {
	list-style-type: none;
	text-align: left;
	margin: 0px;
}

ul.listInfo li {
	padding: 5px;
	border-bottom: 1px solid #dfdfdf;
}

a.btnReserve {
	width: 265px;
	height: 35px;
	display: block;
	background: transparent url('/data/images/reserveHotel.jpg') no-repeat;
	color: #7f7f7f;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	padding: 20px 8px 0px 0px;
}

a.btnReserve:hover {
	background: transparent url('/data/images/reserveHotel_hover.jpg') no-repeat;
	color: #7e920e;
}

h3.titleHotel {
	color: #7f7f7f;
	background-color: #dfdfdf;
	text-align: left;
	padding: 5px;
	margin: 20px 0px 5px 0px;
}
h3.titleHotel span {
	float: right;
}

div.infoHotel {
	padding: 5px;
	clear: both;
}


#hotel-comments-title {
	height: 22px;
	background: #eee url('/data/images/icons/32/edit.png') no-repeat bottom left;
	color: #7f7f7f;
	font-size: 14px;
	font-style: italic;
	border-bottom: 2px solid #dfdfdf;
	margin-top: 30px;
	padding: 10px 0px 0px 40px;
}

#hotel-comments {
	padding: 10px 0px;
}

#hotel-comments form textarea {
	width: 98%;
	height: 100px;
	border: 1px solid #dfdfdf;
	padding: 4px;
	color: #7f7f7f;
	margin-bottom: 5px;
}

#hotel-comments form label {
	margin-right: 10px;
}

.hotel-comment-avatar {
	width: 75px;
	height: 75px;
	overflow: hidden;	
	margin: 10px 0px;
	float: left;
}

.hotel-comment-item {
	width: 630px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	padding: 10px;
	margin: 10px 0px;
	float: right;
}

.hotel-comment-reply {
	border: 1px solid #dfdfdf;
	margin: 10px;	
	padding: 10px;
}

.hotel-comment-reply h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;	
}

.hotel-price-mini {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


form#reservation label,
form#reservation input,
form#reservation textarea {
	width: 90%;
	display: block;
}

form#reservation input,
form#reservation textarea {
	border: 1px solid #dfdfdf;
	font-size: 12px;
	font-family: Georgia;
	padding: 3px;	
	margin: 5px 0px;
}

#hotels-list {
	list-style-type: none;
	margin: 0px;
}

#hotels-list li {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin: 5px 0px;
	clear: both;
}

#hotels-list li img.hImage {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin-right: 10px;
	float: left;
}

#hotels-list li h3 {
	margin: 5px 0px;
}

#hotels-list li p {
	display: block;
	background-color: #eee;
	margin: 3px 0px;
}

#delete-hotel-box {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ff0000;
}

#delete-hotel-box h3 {
	color: #ff0000;
}

#delete-hotel-box select {
	width: 570px;
	border: 1px solid #aaa;
	padding: 5px 2px;
}

.hotels-table {
	width: 100%;
}

.hotels-table td {
	padding: 5px;
}

.hotels-table tr.row1 {
	background-color: #fff;
}

.hotels-table tr:hover {
	background-color: #ffffcc;
}