div#container {
	width:956px;
}

div#header {
	width:940px;
	margin-left:8px;
}

div#nav {
	width:940px;
	margin-left:8px;
}

div#subnav {
	width:940px;
	margin-left:8px;
}

div#footer {
	width:940px;
	margin-left:8px;
}

div#subnav h1 {
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	padding:0 35px 2px 35px;
	margin:4px 0 0 171px;
	float:left;
	text-align:center;
	width:528px;
}

div#subnav p {
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:8px;
}

div#subnav p#list-view {
	width:87px;
}

div#subnav p#map-view {
	width:84px;
}

div#subnav p#list-view a {
	background:url(../../img/icon-list.png) no-repeat;
	padding-left:20px;
}

div#subnav p#map-view a {
	background:url(../../img/icon-compass.png) no-repeat;
	padding-left:18px;
}

div#subnav p#list-view a:hover,
div#subnav p#map-view a:hover,
div#subnav p#list-view a.selected,
div#subnav p#map-view a.selected {
	background-position:0 -25px;
	color:#333;
}

div#result-container {
	overflow:auto;
	clear:both;
}

div#breadcrumb-area {
	height:29px;
	padding-left:8px;
	width:240px;
	float:left;
}

div#breadcrumb {
	padding-left:0;
	height:41px;
	vertical-align:middle;
	display:table-cell;
}

div#breadcrumb p {
	color:#666;
}

div#page-title {
	min-height:33px;
	text-align:center;
	margin-top:8px;
	width:460px;
	float:left;
}

div#page-title h2 {
	font-size:17px;
	line-height:17px;
	padding-top:4px;
}

div#page-title h2 span {
	font-weight:normal;
}

div#search {
	width:220px;
	margin:0 0 20px 8px;
	-moz-box-shadow:0 5px 8px #aaa;
	-webkit-box-shadow:0 5px 8px #aaa;
	box-shadow:0 5px 8px #aaa;
}

div#search h1 {
	color:#FFF;
	font-size:18px;
	padding:3px 0 4px 12px;
	background:#44c143; /* old browsers */
	background:-moz-linear-gradient(top, #44c143 0%, #0e7531 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#44c143), color-stop(100%,#0e7531)); /* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#44c143', endColorstr='#0e7531',GradientType=0 ); /* ie */
	background:-ms-linear-gradient(top, #44c143 0%,#0e7531 100%); /* ie10 */
	background:-o-linear-gradient(top, #44c143 0%,#0e7531 100%); /* opera */
	line-height:21px;
}

div#search div#search-form {
	background:#8eff85;
	border:solid 1px #62a579;
	border-top:none;
	padding:3px 4px 7px 8px;
	position:relative;
}

div#search div#search-form div.search_row {
	overflow:auto;
	margin:9px 0 0 0;
}

div#search div#search-form div.search_row label {
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	width:57px;
	padding-top:2px;
}

div#search div#search-form div.search_row select {
	float:left;
	color:#000;
	margin:0 10px 0 0;
}

div#search div#search-form div.search_row input {
	float:left;
}

div#search div#search-form div.search_row input#city_search {
	width:120px;
}

div#search div#search-form div.search_row select.date1 {
	width:43px;
}

div#search div#search-form div.search_row select.date2 {
	width:70px;
	margin-right:5px;
}

div#search div#search-form div.search_row select.room {
	width:98px;
}

div#search div#search-form div#room_2,
div#search div#search-form div#room_3,
div#search div#search-form div#room_4,
div#search div#search-form div#room_5 {
	display:none;
}

div#search div#search-form div#kidsage_row label {
	width:92px;
}

div#search div#search-form div#kidsage_row input {
	width:92px;
}

div#search div#search-form div#kidsage_row p {
	clear:both;
	font-size:11px;
	color:#000;
	margin:5px 0 0 92px;
}

div#search div#search-form div#accommodates {
	border-bottom:1px solid #90ca7e;
	padding-bottom:7px;
	margin-right:5px;
	margin-bottom:5px;
	padding-top:9px;
}

div#search div#search-form div#accommodates p {
	font-size:12px;
}

a.date_pick {
	margin:0;
}

.search_button {
	position:relative;
	left:101px;
	bottom:0;
	text-indent:0;
}

div#content {
	margin-bottom:100px;
	font-size:13px;
}

div#content h3 {
	font-size:18px;
	line-height:19px;
	background:#dee6f5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px 8px 5px 8px;
	font-weight:normal;
}

div#destination-box {
	margin:0 8px 30px 8px;
	overflow:auto;
}

div#destination-box input#destination {
	width:160px;
	float:left;
	margin:17px 0 0 0;
}

div#search input#city_search:-webkit-input-placeholder,
div#destination-box input#destination:-webkit-input-placeholder {
	color:#666;
}
div#search input#city_search:-moz-placeholder,
div#destination-box input#destination:-moz-placeholder {
	color:#666;
}

div#destination-box label {
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	width:60px;
	margin:17px 0 0 0;
}

div.destination {
	margin:0 8px 15px 8px;
	border-top:1px solid #ccc;
}

div.destination.first {
	border-top:none;
}

div.destination h4 {
	font-size:16px;
    line-height:17px;
	margin:9px 0 1px 0;
}

div.destination p {
	font-size:12px;
	font-weight:bold;
	overflow:auto;
}

div.destination p a {
	display:block;
	float:left;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	border-right:1px solid #ccc;
}

div.destination p a:last-child {
	border-right:none;
}

div#locations {
}

div#locations h4 {
    border-bottom:1px solid #DDDDDD;
    color:#666666;
    font-size:16px;
    line-height:17px;
	font-weight:normal;
    padding-bottom:6px;
	margin-bottom:9px;
}

div#locations p {
    color:#666666;
    font-size:13px;
    line-height:15px;
	font-weight:normal;
	margin-bottom:14px;
}

div.popular {
	margin:0 0 25px 0;
}

div.popular p {
	margin:5px 0 0 0;
}

div.popular p a {
	color:#333;
}

div.popular p a img {
	display:inline;
}

.go_button {
	width:62px;
	height:30px;
	background:url(../../img/go.png) no-repeat;
	cursor:pointer;
	margin:12px 0 0 20px;
	padding:0;
	border:none;
	outline:none;
}

.go_button.over,
.go_button.gold.over,
.go_button.blue.over {
	background-position:0 -40px;
}

.go_button.gold {
	background-position:0 -80px;
}

.go_button.blue {
	background-position:0 -120px;
}