@charset "UTF-8";

/*--GLOBAL-------------------------------------------------*/


/*--LAYOUT-------------------------------------------------*/

html {
	background: #dedede;
}

body {
	width: 100%;
	background: #fff;
}

.page {
	width: 962px;
	margin: 0 auto;
	position: relative;
	padding: 157px 0 0 0;
}

.content {
	width: 962px;
	padding: 0 0 10px 0;
	position: relative;
}

.content.withFilter {
	padding: 380px 0 10px 0;
}

.content.withFilter.open {
	padding: 580px 0 10px 0;
}

/*.content.withFilter.open {
	padding: 300px 0 10px 0;
} */

.content.withSearchFilter.openForm {
	padding: 380px 0 10px 0;
}

.content.withSearchFilter.open {
	padding: 295px 0 10px 0;
}

.content.withSearchFilter.closed {
	padding: 134px 0 10px 0;
}

.content.hotelDetail {
	padding: 30px 0 10px 0;
}

.content .leftCol {
	width: 685px;
	float: left;
}

.content .rightCol {
	width: 258px;
	float: right;
}

.breadcrumbs {
	position: absolute;
	left: 0;
	top: -8px;
	font-size: 14px;
	font-weight: bold;
	color: #3e3b37;
}

.breadcrumbs a {
	color: #8e877d;
	font-weight: normal;
}

.breadcrumbs a:hover {
	color: #8b6734;
}

/*--TEXT-PAGE-----------------------------------------------*/

.textPage {
	width: 961px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.textPage .top {
	width: 931px;
	height: 44px;
	padding: 0 15px;
	background: url("../../images/design/layout/textpage_top.png") 0 0 no-repeat;
}

.textPage .middle {
	width: 929px;
	padding: 10px 15px;
	border-left: 1px #d6d6d6 solid;
	border-right: 1px #d6d6d6 solid;
}

.textPage .bottom {
	width: 961px;
	height: 5px;
	overflow: hidden;
	background: url("../../images/design/layout/textpage_bottom.png") 0 0 no-repeat;
}

/*--HEADER--------------------------------------------------*/

.header {
	width: 962px;
	height: 157px;
	position: absolute;
	left: 0;
	top: 0;
	
}

.header .logo {
	width: 202px;
	height: 55px;
	position: absolute;
	left: 1px;
	top: 10px;
}

.header .cartBox {
	width: 120px;
	height: 33px;
	padding: 5px 0 0 58px;
	position: absolute;
	right: 0;
	top: 21px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	background: url("../../images/design/layout/cart.png") 0 0 no-repeat;
}

.header .search .text {
	width: 210px;
	height: 20px;
	border: none;
	background: transparent;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	position: absolute;
	right: 39px;
	top: 92px;
	*top: 94px;
}

.header .search .button {
	width: 17px;
	height: 19px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 94px;
}

/*--MENU------------------------------------------------------*/

.menu {
	width: 962px;
	height: 51px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 78px;
	background: url("../../images/design/menu/menu.png") 0 0 no-repeat;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.menu li a {
	display: block;
	height: 51px;
	padding: 0 18px 0 18px;
	line-height: 51px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #b2b2b2 0 2px 2px;
	background: url("../../images/design/menu/menu_separator.png") right 0 no-repeat;
}

.menu li.active, .menu li:hover {
	background: url("../../images/design/menu/menu_item_active.png") 0 0 no-repeat;
}

.menu li.active a, .menu li:hover a {
	color: #fff;
	text-decoration: none;
	text-shadow: #7e4702 0 1px 1px;
	background: url("../../images/design/menu/menu_separator.png") right -51px no-repeat;
}

.menu li.first.active, .menu li.first:hover {
	background: url("../../images/design/menu/menu_item_active.png") 0 -51px no-repeat;
}

/*--FOOTER-------------------------------------------------------*/

.footerHolder {
	border-bottom: 1px #d7d7d7 solid;
	background: #dedede url("../../images/design/layout/footer.png") 0 0 repeat-x;
}

.footerHolder .footer {
	width: 962px;
	min-height: 110px;
	margin: 0 auto;
	padding: 14px 0;
	position: relative;
}

.footerHolder .footer .list {
	width: 600px;
	margin: 0;
	padding: 0;
}

.footerHolder .footer .list li {
	margin: 0;
	padding: 2px 0 2px 16px;
	list-style: none;
	font-size: 11px;
	color: #333333;
	text-shadow: #b6b6b6 0 1px 0;
	background: url("../../images/design/layout/footer_arrow.gif") 0 8px no-repeat;
}

.footerHolder .footer .list li a {
	text-decoration: none;
	color: #333333;
}

.footerHolder .footer .list li a:hover {
	text-decoration: underline;
}

.footerHolder .footer .logo {
	//width: 307px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 18px;
}

.footerHolder .footer .copyright {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 18px;
	text-shadow: #b6b6b6 0 1px 0;
}

.footerHolder .footer .copyright small {
	color: #8b8b8b;
	font-size: 11px;
}