@charset "utf-8";
/*
Title:         Search results styles for Virgin Holidays + Hip Hotels
Author:        www.zolv.com
Notes:         Selectors are grouped by layout area. Attributes for each selector are listed alphabetically. 
*/

/* Headers --------------------------------- */
h1 {
	clear: both;
	margin-left: 15px;
	margin-top: 0;
}

/* Layout ---------------------------------- */
#MainCol {
	float: right;
	width: 710px;
}
#InfoCol {
	margin-top: 20px;
	width: 195px;
}

/* Content ---------------------------------- */
#MainCol h2 {
	margin-left: 15px;
}
#MainCol p {
	margin-left: 15px;
}
#FilterLink {
	background: transparent url(/_assets/images/bg_FilterLink.png) no-repeat top left;
	display: block;
	float: left;
	height: 23px;
	margin-left: -15px;
	_margin-left: 0;
	padding: 4px 2px 2px 30px;
	width: 241px;
}
#FilterLink a {
	color: #333;
	cursor: default;
	text-decoration: none;
}

#DetailContainer #DetailControl {
	margin-bottom: 6px;
}

#DetailContainer ul {
	list-style-type: none;
	height: 32px;
	margin-top: 5px;
}

#DetailControl {
	border: 1px solid #ccc;
	padding: 5px 10px 10px;
	width: 248px;
	float:right;
}

#DetailFilters {
	float:left;
	width:440px;
}

#DetailFilters li {
	display: block;
	float: left;
	margin:0px 4px 4px 4px ;
}

#DetailFilters li span { /* hide text */
	display: block;
}

#DetailFilters select {
	width:190px;
}

.inspirationMap {
	text-align:center;
	background-color:#eee;
	margin-bottom:10px;
}
.totalHotels {
	font-size:1.3em;
}

/* Sort controls ---------------------------- */
#SortControls {
	clear: both;
	float: left;
	padding: 10px 15px 20px;
}
#SortControls select {
	width: 140px;
}
#btnSort {
	background: transparent url(/_assets/images/btn_go.png) no-repeat top left;
	border: none;
	color: #fff;
	height: 20px;
	margin-left: 3px;
	width: 37px;
}
#btnSort:hover {
	background-position: 0 -20px;
	cursor: pointer;
}


/* Detail controls -------------------------- */

#DetailControl li {
	display: block;
	float: left;
	margin-right: 15px;
	_margin-right: 10px;
}
#DetailControl li a {
	display: block;
	height: 54px;
	width: 107px;
}
#DetailControl li a span { /* hide text */
	display: block;
	text-indent: -9999px;
}
#btnDetailLess {
	background: transparent url(/_assets/images/bg_DetailLess.gif) no-repeat top left;
}
#btnDetailMore {
	background: transparent url(/_assets/images/bg_DetailMore.gif) no-repeat top left;
}
#btnDetailLess.Selected, #btnDetailMore.Selected {
	background-position: 0 -54px;
	cursor: default;
}

/* ------------------------------------------ */
/* -----------  RESULT ITEMS  --------------- */
/* ------------------------------------------ */
#TheResults {
	clear: both;
	list-style-type: none;
	margin-left: 15px;
}
.ResultItem {
	margin-bottom: 30px;
}
.ResultItem p {
	margin-left: 0 !important;
}
.ResultItem .Location, .ResultItem .Prices {
	color: #666;
	margin-bottom: 0.5em;
	width:280px;
}
.ResultItem h4.Prices {
	margin-bottom: 0.3em;
}
.ResultItem .Prices b {
	font-size: 1.3em;
	font-weight: bold;
}
.ResultItem .HotelLink {
	text-align: right;
}

/* Detailed results -------------------------- */
.MoreDetail .ResultItem {
	_height: 279px;
	min-height: 279px;
	padding-left: 286px;
	position: relative;
}
.MoreDetail .ResultItem .ShortInfo {
	display: none !important;
}
.MoreDetail .ResultItem .LongInfo {
	display: block !important;
}
.MoreDetail .ResultImages {
	list-style-type: none;
	left: 0;
	position: absolute;
	top: 0;
}
.MoreDetail .ResultImages .MainImageLarge {
	display: block;
}
.MoreDetail .ResultImages .MainImageLarge img {
	background-color: #ccc;
	height: 186px;
	left: 0;
	position: absolute;
	top: 0;
	width: 276px;
}
.MoreDetail .ResultImages .MainImageSmall {
	display: none;
}
.MoreDetail .ResultImages .Thumb1 img, 
.MoreDetail .ResultImages .Thumb2 img, 
.MoreDetail .ResultImages .Thumb3 img {
	background-color: #ccc;
	height: 90px;
	position: absolute;
	width: 90px;
}
.MoreDetail .ResultImages .Thumb1 img {
	left: 0;
	top: 189px;
}
.MoreDetail .ResultImages .Thumb2 img {
	left: 93px;
	top: 189px;
}
.MoreDetail .ResultImages .Thumb3 img {
	left: 186px;
	top: 189px;
}

/* Simple results -------------------------- */
.LessDetail .ResultItem {
	_height: 131px;
	min-height: 131px;
	padding-left: 163px;
	position: relative;
}
.LessDetail .ResultItem .ShortInfo {
	display: block !important;
}

.ShortInfo  {
	clear:both;
}

.LessDetail .ResultItem .LongInfo {
	display: none !important;
}
.LessDetail .ResultImages {
	list-style-type: none;
	left: 0;
	position: absolute;
	top: 0;
}
.LessDetail .ResultImages .MainImageLarge {
	display: none;
}
.LessDetail .ResultImages .MainImageSmall {
	display: block;
}
.LessDetail .ResultImages .MainImageSmall img {
	background-color: #ccc;
	height: 131px;
	left: 0;
	position: absolute;
	top: 0;
	width: 153px;
}
.LessDetail .ResultImages .Thumb1 img, 
.LessDetail .ResultImages .Thumb2 img, 
.LessDetail .ResultImages .Thumb3 img {
	display: none;
}
.LessDetail .ResultItem .HotelLink {
	float: right;
	margin-top: -1.8em;
}

/* Filter controls -------------------------- */
#FilterPanel {
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding: 6px 10px 10px;
}
#FilterPanel br {
	clear: left;
}
#FilterPanel select {
	width: 172px;
}
#FilterPanel input {
	margin-top: 5px;
}
#FilterPanel label {
	margin-left: 5px;
}
#FilterPanel span label, #FilterPanel span input { /* when they're disabled */
	color: #999;
}
