/* Styles used on the destinations (overview and location) pages. */

@import url(weather.css);

/* Star rating */
span.star-rating
{
	background: url(../images/stars-small-empty.gif) repeat-x 0 100%;
	text-indent: -9000px;
	width:40px;
	height:6px;
}

span.star-rating-0,
span.small-star-rating-0
{
	width: 0px;
}

span.star-rating-10,
span.small-star-rating-10
{
	width: 8px;
}

span.star-rating-15,
span.small-star-rating-15
{
	width: 12px;
}

span.star-rating-20,
span.small-star-rating-20
{
	width: 16px;
}

span.star-rating-25,
span.small-star-rating-25
{
	width: 20px;
}

span.star-rating-30,
span.small-star-rating-30
{
	width: 24px;
}

span.star-rating-35,
span.small-star-rating-35
{
	width: 28px;
}

span.star-rating-40,
span.small-star-rating-40
{
	width: 32px;
}

span.star-rating-45,
span.small-star-rating-45
{
	width: 36px;
}

span.star-rating-50,
span.small-star-rating-50
{
	width: 40px;
}
/* End star rating */

/* Star rating lister */
.items-form .heading span.star-rating
{
	background-position: 0 -8px;
	text-indent: -9000px;
}

.items-form .heading span.star-rating-0
{
	width: 0px;
}

.items-form .heading span.star-rating-10
{
	width: 11px;
}

.items-form .heading span.star-rating-15
{
	width: 16px;
}

.items-form .heading span.star-rating-20
{
	width: 22px;
}

.items-form .heading span.star-rating-25
{
	width: 27px;
}

.items-form .heading span.star-rating-30
{
	width: 33px;
}

.items-form .heading span.star-rating-35
{
	width: 38px;
}

.items-form .heading span.star-rating-40
{
	width: 44px;
}

.items-form .heading span.star-rating-45
{
	width: 49px;
}

.items-form .heading span.star-rating-50
{
	width: 55px;
}
/* End star rating lister */

/* Lister */
#result-list
{
	margin-left: 8px;
	background: none;
	border-top: solid 1px #cccccc;
	margin-top: 10px;
}
#result-list li
{
	cursor: pointer;
	overflow: inherit;
	background: none;
	border-bottom: solid 1px #cccccc;
}
#result-list li.hover
{
	background-color: #fffae5;
}

#result-list .info-box ul li
{
	background: url(../images/bullet01.gif) no-repeat 0 5px;
	border: none;
}
.items-form .img-holder
{
	margin-left: -10px;
}
.items-form
{
	clear: both;
}
.items-form .content-block
{
	padding-top: 8px;
	width: 325px;
}
.items-form .acco-name
{
	display: none;
}
.items-form .heading ul
{
	color: #555555;
}
#result-list li .heading li, .items-form .heading ul li
{
	border: none;
	background: url("../images/separator-04.gif") no-repeat 0 4px;
}
.info-block-col-1
{
	float: left;
}
.info-block-col-2 .price-box
{
	padding-top: 0px;
}
.rating-box span
{
	color: #333333;
	font-size: 12px;
	float: left;
	line-height: 18px;
}
.rating-box .mark
{
	color: #ff2200;
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-indent: 5px;
	line-height: 18px;
}
.departure-prices
{
	width: 155px;
	float: right;
	padding-top: 12px;
	font-size: 10px;
}
.departuredate
{
	color: #ff2200;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.vacation-length
{
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	display: block;
}
.departure-prices .all
{
	color: #ff2200;
	text-decoration: none;
}
.departure-prices .all span
{
	color: #1754B5;
}
.departure-prices .all:hover span
{
	text-decoration: underline;
}
/* End lister */

.items li a
{
	width: 100%;
}

.aside-list
{
	margin: 0px;
	position: relative;
	z-index: 10;
}
.aside-list li:hover
{
	cursor:pointer;
}
.aside-list li:hover a
{
	text-decoration: underline;
}
.aside-list .aside-price
{
	word-spacing: 0px;
}
div.more
{
	margin-bottom: 18px;
}
div.more a
{
	font-size: 10px;
}
.item-holder .region
{
	margin-bottom: 0px;
}

.white-box h1 {
	color:#FF2200;
	font:18px/27px Verdana,Arial,sans-serif;
	margin:0 0 4px;
}
.white-box ul
{
	padding: 0 0 5px;
}
.white-box ul li 
{
	background-position: 0 6px;
}
.map-holder
{
	padding-left: 0px;
}

/* Destinations overview */
.country-blocks-holder
{
	overflow: hidden;
	height: 1%;
}
.country-blocks-holder .last
{
	border-bottom: none;
}
.country-block
{
	float:left;
	width: 375px; 
	height: 136px; 
	border:solid 1px #dddddd; 
	border-width: 0 1px 1px 0;
	margin: 0 -1px 0 0;
}
.country-block .img-block
{
	height: auto;
	padding: 10px 10px 10px 0;
	float: left;
}
.even .img-block
{
	padding-left: 10px;
}
.country-block .img-block
{
	position: relative;
}
.country-block .img-block .price-box
{
	position: absolute;
	top: 5px;
	right: 30px;
}
.country-block .img-block .price-box .price
{
	background: transparent url("../images/bg-price-badge-small04.png") no-repeat 0 0;
	width: 55px;
	height: 55px;
	padding-top: 12px;
	font-size: 9px;
	font-weight: bold;
	cursor: pointer;
}
.country-block .img-block .price-box .price span
{
	font-size: 12px;
}
.country-block .img-holder
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #cdcdcd;
	width: 168px;
}
.country-block .img-holder a
{
	margin: 2px;
	display: block;
	position: relative;
	width: 164px;
	height: 109px;
	text-indent: -9000px;
}
.country-block .content-block
{
	float: left;
	padding-top: 10px;
	width: 175px;
}
.country-block .content-block h2
{
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 6px 0;
	font-weight: normal;
}
.country-block .content-block h2 a
{
	color: #ff2200;
}
.country-block .content-block ul {
	width: 175px;
	float: left;
	background: none;
	margin: 0;
	padding: 2px 0 0;
	list-style: none;
	font-size: 10px;
}
.country-block .content-block ul li {
	padding: 0 0 2px 7px;
	background: url(../images/bullet01.gif) no-repeat 0 5px;
}
/* End destinations overview */
#result-destination-popup .destinations
{
	padding: 5px;
	background: #FFF7CA;
}
#result-destination-popup ul
{
	list-style: none;
	margin: 0px;
	padding: 0 0 0 5px;
}
#result-destination-popup ul.cities
{
	padding-left: 15px;
}
#result-destination-popup a
{
	color: #555555;
}
.special-selected-holder
{
	overflow: hidden;
	height: 1%;
}
.special-selected-item
{
	border-top:1px solid #DDDDDD;
	float:left;
	margin:-1px 0 0;
	padding:10px 0;
}
.special-selected-item .header
{
	font-size: 12px;
	color: #ff2200;
	line-height: 18px;
}
.special-selected-item .heading span
{
	font-size: 10px;
}
#main .special-selected-item .info-list
{
	margin-left: 0px;
}
.map-overview-holder
{
	margin-top: 10px;
	position: relative;
	height:380px;
	width:750px;
}
#map 
{
	width:100%;
	height:100%;
	clear:both;
}
.map-overview-holder .white-box
{
	position: absolute;
	top: 6px;
	left: 10px;
	width: 220px;
	z-index:15;
}
.map-overview-holder .white-box h2
{
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 6px;
	border-bottom: solid 1px #dddddd;
}
.map-overview-holder .white-box ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.map-overview-holder .white-box li
{
	list-style: none;
	background: none;
	float: left;
	width: 100px;
	padding: 3px 0px;
	font-size: 11px;
}
.map-overview-holder .white-box .white-box-content 
{
	padding-right: 7px;
}
#sidebar h3
{
	margin:0 0 6px 1px;
}
/* Top destinations */
#sidebar .top10
{
	background: none;
	width: auto;
	float: none;
}
#sidebar .top10 .holder
{
	background: none;
}
#sidebar .top10 .frame
{
	background: none;
	padding: 0;
}
#sidebar .top10 h2
{
	color: #555555;
	border-bottom: solid 1px #dddddd;
}
#sidebar .top10 ul
{
	font-size: 10px;
}
#sidebar .top10 li span
{
	color: #555555;
}
#sidebar .top10 .info-list
{
	padding: 0px;
	margin: 0px;
}
/* End top destinations */

#breadcrumb
{
	margin-bottom: 10px;
}
#breadcrumb table td
{
	vertical-align:top;
}
#breadcrumb table td.label
{
	padding-right:10px;
}
.destination-intro 
{
	margin-bottom:10px;
}
.icos-box .price-box {
	width: 45px;
	float: right;
	text-align: center;
	font-size:9px;
	line-height:12px;
	padding: 0;
	cursor: pointer;
}
.icos-box .price-box .price {
	width: 45px;
	height: 38px;
	padding-top: 7px;
	display:block;
	color: #fff;
	background: url(../images/bg-price-badge-small.gif) no-repeat;
}
.icos-box .price-box .price span {
	font-size: 11px;
	line-height: 14px;
	display: block;
}
.icos-box .price-box .price span.lmonth
{
	display: none;
}
.info
{
	position: relative;
	z-index: 11;
}
#jHelperTipContainer
{
	background-color:#fff;
	border:solid 1px #ccc;
	z-index: 20;
}
.randombox ul
{
	margin:3px 0 0;
	padding: 0 0 0 2px;
	list-style: none;
	max-width: 250px;
}
.randombox ul li 
{
	padding: 0 0 2px 12px;
	background: url(../images/bullet-check02.gif) no-repeat 0 5px;
	max-width: 250px;
	font-size:10px;
}

.info-holder-extended
{
	margin-top:275px;
}

.map-holder-extended {
	left:1px;
	margin-bottom:10px;
	position:absolute;
	top:33px;
}
.hotel-holder .price-box
{
	left: 110px;
}
/* Styles included for css string truncation with ellipsis */
.special-selected-item .heading span.ellipsis
{
	width: 125px;
}
.aside-list .heading a.ellipsis
{
	width: 135px;
	display: block;
}
.special-selected-item .heading span.star-rating,
.aside-list .small-empty-star
{
	float: right;
}
.sorted-list-block ul a.ellipsis
{
	width: 165px;
	display: block;
}
/* End styles included for css string truncation with ellipsis */
/* Accommodation list on city level */
.sorted-list-block
{
	float: left;
	overflow: hidden;
}
.sorted-list-block ul {
	overflow:hidden;
	width:170px;
	margin:0;
	padding:0 2px 6px 0;
	list-style:none outside none;
}
.sorted-list-block ul li {
	font-size:10px;
	height:1%;
	line-height:15px;
	overflow:hidden;
	vertical-align:top;
	padding: 2px 0;
	border-top: 1px solid #EEEEEE;
	cursor: pointer;
}
.sorted-list-block ul li:first-child
{
	border-top: 0px;
}
.sorted-list-block ul li:hover a
{
	text-decoration: underline;
}
.sorted-list-block ul span
{
	color: #555555;
}
.sorted-list-block ul .color
{
	color: #ff2200;
}
.sorted-list-block ul .item
{
	width: 165px;
	display: block;
}
/* End accommodation list on city level */
div.acco-hover span.star-rating
{
	background:url("../images/stars-small.gif") repeat-x scroll 0 -6px transparent;
	height:6px;
	margin: 5px 0 0 5px;
}
