﻿/***
 * Happy Home global stylesheet
***/


/*** Global styles to override defaults ***/

* {
  margin:0; padding:0;
}

body 
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 76.5%;
}
 
p {
  font-size: 100%;
}

a {
  font-size: 11px;
}

  a:hover {
    text-decoration:none;
  }
  
h1 {
  font-size: 12px;
  font-weight: bold;  
}

h2, h3, h4 {
  font-size: 110%;
  font-weight: bold;
}

th, td {
  vertical-align: top;
  line-height: 120%;
}

hr {
  display: none;
}

img {
  border: none;
}

.hidden {
  display: none !important;
}

.globalClear
{
  display:block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.header-blue
{
  margin-bottom:10px; padding-left:25px; 
  height:30px;
  line-height:30px;
  font-size:16px;
  font-weight:normal;
  border-bottom:1px solid; 
}

.header-white
{
  margin-bottom:10px; padding-left:25px; 
  height:30px;
  line-height:30px;
  font-size:16px;
  font-weight:normal;
  color:#FFF; 
  background:url("../img/itemHeaderImageWhite.gif") no-repeat 0 7px;
  border-bottom:1px solid #FFF; 
}

.header-blue-noImage
{
  margin-bottom:10px; padding-left:15px; 
  height:30px;
  line-height:30px;
  font-size:16px;
  font-weight:normal;
  border-bottom:1px solid; 
}


/*** Page ***/
#document 
{
  position: relative;
  margin: auto; padding:0 10px;
  width: 970px; height:100%;
  background:#FFF;
}

/*
.ie6 #document
{
  background:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/mainBackground.png' );  
}*/

/*** Banner ***/
#banner 
{
  position:relative;
  width:970px; height:145px;
  clear:left;
}

#banner .logoLink
{
  display:block;
  margin:35px 0 0 20px;
  width:360px; height:92px;
  float:left;
}

#banner .photoBox
{
  position:absolute;
}

#banner .photoBox .noteBox
{
  position:absolute;
  top:0; right:-23px;
  width:169px;
  z-index: 42000;
}

#banner .photoBox .noteBox .seal
{
  position:absolute;
  top:88px; left:-20px;
  width:62px; height:62px;
}

#banner .linkBox 
{
  position:absolute; z-index:4242;
  top:0; left:20px; /*expression(document.scrollTop - document.scrollTop + "px")*/
  width:360px;  
  border:1px solid;
  border-top:none;
}

#banner .home
{
  margin-left:11px;  
}

#banner ul
{
  position:absolute;
  top:0; right:11px; 
  height:21px; 
}

#banner li 
{
  display: inline;
  padding:0;
}

#banner .home a,
#banner li a 
{
  text-decoration:none;
  text-transform: uppercase;
  font-size:10px;
  line-height:21px; 
}
  
#banner li .spacer 
{
  margin:0 5px;  
  font-size:10px;
}

#banner .home a:hover,
#banner .home.selected a,
#banner li a:hover, 
#banner li.selected a {
  text-decoration: underline;
} 

/*** Error page ***/
#errorPage #errorContent
{
	text-align: left;
	margin-left: 136px;	
}

#errorPage #happyHomeLogo
{
	text-align: left;
	margin-left: 136px;	
}

#errorPage #banner
{
	background: url(/images/bg_banner.jpg) top center no-repeat;
  height: 60px;
  margin: 0 0 1px 8px;
}
#errorPage .error
{
	width:100%;
	color:Red;
	font-size:16px;
	display:block;
	text-align:center;
	padding:24px 0;
}

/*** activity confirmation ***/
#confirmation p 
{
  padding:6px; margin: 4px 0 15px 0;
  border: solid 1px;
  font-size:11px;
}

* html #confirmation p {
  height: 1em;
}

/*** Main navigation ***/
#menu-box 
{
  padding:0;
  height: 46px;
  list-style: none;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
}

#menu
{
  float:right;  
}

#menu li 
{

  position: relative;
  display: inline;
  padding:0;
  height: 46px;
}

#menu li a 
{
  color: #FFFFFF;
  font-weight:bold;
  text-decoration:none;
  text-transform: uppercase;
  line-height:46px;
  padding: 16px 15px 16px;
  text-transform: capitalize;
}
  
#menu li .spacer 
{
  margin:0 8px;  
  color:#FFF;
  display: none;
}

#skip_menu {
  display:none;
}

#menu-box .lime-action
{
  margin-top:30px;
}

/*** UTILITY BAR ***/
#utility_bar 
{
  position: absolute;
  top: 193px; left: 10px;
  width: 970px;
}


/*searchbox*/
#searchbox {
  position: relative;
  padding:6px 20px 7px 14px;
  width: 651px; height:70px;
  font-size: 11px;
  float:left;
  background: #D0D0D0;
}

#searchbox fieldset {
  border: none;
}

#searchbox legend {
  display: none;
}

#dropdowns {
  margin: 0;
}

#toprow, 
#bottomrow {
  white-space: nowrap;
}

#dropdowns select
{
  width: 213px;
  margin: 0 0 4px 5px;
  /*padding:2px 0 2px 11px;
  background-color: #E9E9E9;*/
  border: 1px solid #8B8D8C;
  font-size: 11px;
  /*color:#6B6B6B;
  vertical-align:middle;*/
  font-family: Verdana !important;
}

#dropdowns select option.month
{
	font-weight:bold;
}

#dropdowns select.selected, 
#dropdowns select option.selected {
  /*background-color: #E9E9E9;
  color:#000;*/
  /*border: solid 2px #ff6;*/
  border: solid 2px;
}

#dropdowns option.hidden {
  display: none;
  color: #aaa;
}

#dropdowns #priceDropDowns {
  display: inline;
}

#priceDropDowns .priceDropDown {
  display: none;
}

#priceDropDowns .priceDropDown.show {
  display: inline;
}

#dropdowns #dateOfArrival option {
  text-transform: capitalize;
}

#dropdowns #dateOfArrival .month {
  font-weight: bold;
}

#checkboxen {
  margin: 9px 0 0 5px;
  width: 657px; 
}

.safari #checkboxen
{
  margin: 7px 0 0 5px;
}

#checkboxen input {
  margin: 0 6px 0 0;
}

#checkboxen label {
  margin: 0 5px 0 0;
  cursor: pointer;
}

#checkboxen .disabled {
  background-color: #999;
  color: #aaa;
  cursor: default;
  display:none;
}

#checkboxen #search_button
{
  position: absolute;
  margin:0; padding:0 5px 0 5px;
  width:154px; height:23px;
  bottom: 7px; right:9px;
  cursor: pointer;
  line-height:23px;
  border:none;
}

/*searchboxLeft*/
#searchboxLeft
{
  width:285px;
  overflow:hidden;
  float:left;
}

#searchboxLeft .searchWithCard
{
  padding-left:12px;
  width:281px; height:24px;
  background:#E6E6E6;
  border-left:2px solid #FFF;
  border-bottom:2px solid #FFF;
  float:left;
}

#searchboxLeft .searchWithCard a
{
  display:block;
  line-height:24px; 
  color:#000;
  text-decoration:underline;
  font-size:11px;
  background: url(../img/map.png) left center no-repeat;
  padding-left: 20px;
}

#searchboxLeft .searchWithKeyword
{
  padding-left:12px;
  width:281px; height:57px;
  background:#E6E6E6;
  border-left:2px solid #FFF;
  float:left;
}

#searchByCode
{
  padding: 0;
}

#searchboxLeft .searchWithKeyword .searchPseudoForm
{
  padding: 0;
  margin-top: 8px;
}

#searchboxLeft .searchWithKeyword .searchPseudoForm fieldset 
{      
  border: none;
}
 
#searchboxLeft .searchWithKeyword .searchPseudoForm fieldset legend 
{
  margin: 4px 0 4px -6px; padding:0;
  text-align: left;
  font-size: 11px;
  color: #000;
}

.safari #searchboxLeft .searchWithKeyword .searchPseudoForm fieldset legend 
{
  margin: 4px 0 4px 0; padding:0 0 8px 0;   
}
    
#searchboxLeft .searchWithKeyword .searchPseudoForm fieldset #searchCode
{
  padding: 2px 3px 0 3px;
  width: 170px; height:15px;
  font-size: 11px;
  color: #6B6B6B;
  border:1px solid #FFF;
  border-top: 1px solid #746B73;
  border-right: 1px solid #746B73;
  float:left;
}

#searchboxLeft .searchWithKeyword .searchPseudoForm fieldset #submitCode
{
  padding:3px 8px 3px 8px;
  height: 13px;
  cursor: pointer;
  background:#FFF;
  float:left;
  font-size:11px;
  color:#000;
}

/*YourHouses usercontrol*/
#YourHouses
{
  height: 110px;
  background:#FFF;
  float: left;
}

#YourHouses .boxhead
{
  display:block;
  padding-left:25px; 
  height:30px;
  line-height:30px;
  font-size:16px;
  border-bottom:1px solid;
}
    
#YourHouses ul 
{
  list-style: none;
}

#YourHouses li
{
  font-size:11px;
  font-family:verdana;
  font-weight:bold;
  clear:left;
}

#YourHouses li a
{
  display:block;
  position:relative;
  margin-top:7px; padding-left:8px;
  width: 225px; height:25px;
  line-height:25px;
  text-decoration:none;
  float:left;
}

#YourHouses li a:hover
{
  text-decoration:underline;  
}

#YourHouses li a span
{
  position:absolute;
  top:0; right:8px;  
  line-height:25px;
  text-decoration:underline;
}

#YourHouses li img
{
  margin-top:7px;
  float:left  
}



  
/*** Body (encapsulates all columns below the search box) ***/  

#body {
  position: relative;
  margin:  85px 0 0 0;
  width:970px;
  overflow:hidden;
}

.bookingPage #body 
{
  margin:2px 0 0 0; 
}


/*bread crumbs*/
#body #canvas .breadcrumbs-hidden
{
  display:none;  
}

#body #canvas #breadcrumbs
{
  min-height:30px;
  line-height:30px;
  font-size:11px;  
  color:#000; 
  margin-bottom: 23px;
}

#body #canvas #breadcrumbs a
{
  line-height:30px;
  font-size:11px;  
  color:#000;  
}
/*end bread crumbs*/

/*** Secondary content (left column) ***/
#secondary_content {
  width: 260px;
  float: left;
  margin-left: 34px;
   margin-top: 23px;
}
  
  .country-description-collapsed #country-description 
  {
	  height:16.3em;
	  overflow:hidden;
  }
  
  .country-description-collapsed .collapsetext,
  .country-description-expanded .expandtext 
  {
    display:none;
  }
 
  .refinementOptional-collapsed, 
  .refinement-collapsed .refinementOptional
  {		
		height: 1px;
		overflow: hidden;
  }
  
  .refinement-collapsed .more .collapsetext, 
  .refinement-expanded .more .expandtext 
  {
    display: none;
  }
  
  #refinement H4
  {
		font-size: 100%;
  }
  
  .refinementOptional-collapsed .more .collapsetext,
  .refinementOptional-expanded .more .expandtext 
  {
    display: none;
  }
  
  a.more expandcollapser 
  {
		text-align: right;
  }
		
  

/*** Canvas (encapsulates the content area: optional content + subsubmenu + content) ***/
#canvas
{
  position: relative;
  padding-left:20px;
  width: 656px;
  float: left;
  
}
  
/*** Content (centre column) ***/
#content {
  position: relative;
  width: 100%;
  clear:left;
}

  .with-optional #content {
    float: left;
    width: 500px;
  }
  
  #content img.image-align-left {
    float: left;
    margin: 0 1em 1em 0;
  }
  
  #content img.image-align-right {
    float: right;
    margin: 0 0 1em 1em;
  }
  
  span.customerRating {
    height: 9px;
    border: solid 1px;
    width: 100px;
    display: block;
  }
  
    span.customerRating img {
      height: 9px;
      vertical-align: top;
    }

/*** Article (actual content from Lime) ***/
#article 
{
  margin-top:15px;
  font-size:11px;
  line-height:16px;
}

  .with-submenu #article 
  {
    padding-left: 10px;
    width:490px;
    float: left;
    border-left: solid 1px #dadada;
    
  }
    
  #article h1 
  {
    margin:0 0 10px 0; padding-left:25px; 
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:normal;
  }
  
  
  * html #article img {
    padding: 0 2em 0 0;
  }
  
    * html #article table img {
      padding: 0;
    }
  
  #article ul, 
  #article ol {
    margin: 1em 0;
  }
  
  #article li {
    margin: 0 0 0 2em;
  }
  
  #article p {
    margin: 1em 0;
  }
  

/*** Optional content (right column) ***/
#content #optionalContent {
  float: right;
  width: 230px;
  display: none;
}

  .with-optional #optionalContent
  {
    display: block !important;
  }
  
  .with-optional #article {
    float: left;
    width: 500px;
  }
  
  #optionalContent .content {
    margin: .3em 0;
    border: solid 1px;
  }
  
    #optionalContent .content h1 {
      font-size: 1.2em;
      margin: 0;
    }
  
    #optionalContent .more {
      text-align: right;
    }
    
   
  
  #optionalContent #links {
    margin: 0;
  }
  
    #optionalContent #links ul {
      margin: .5em;
      list-style: none;
    }
    
    #optionalContent #links h1 {
      font-size: 1em;
      color: White;
      padding: .3em;
    }
  

/*** Secondary navigation (tab/buttons) ***/
/* Navlist == submenu */

#navlist
{
  position: relative;
  height:25px;
  list-style: none;
  clear:left;
  border-bottom:1px solid;  
  /*padding-left: 9px;*/
}

#navlist li
{
  font-size: 16px;
  list-style: none;
  line-height:16px;
  float: left;
  cursor:pointer;
}

#navlist li.first
{
  margin-left:0px; 
}


#navlist .tabBox
{
  display:block;
  margin-right:2px;
  font-size: 12px;
  color:#AAA;
  text-decoration:none;
  clear:left;
  cursor:pointer;
}

#navlist .selected .tabBox 
{
  color:#FFF; /*needed for the color of the underline*/  
}

#navlist .tabBox:hover
{
  text-decoration:underline;
}

#navlist .tabBox .left
{
  display:block;
  width:9px; height:25px;
  float:left;
}

#navlist .tabBox:hover .left
{
  text-decoration:none !important; 
}

#navlist .tabBox .middle
{
  display:block;
  padding:0 0px;
  height:25px;
  line-height:25px;
  color:#666;
  float:left;
}

#navlist .tabBox .right
{
  display:block;
  width:9px; height:25px;
  float:left;
}

#navlist .selected .tabBox .middle    
{ color:#FFF; }

#navlist .print
{
  position:absolute;
  top:-33px; right:0;  
  padding-right:25px;
  color:#6B6B6B;
  font-size:11px;
  line-height:16px;
  background:transparent url(../img/print.gif) no-repeat scroll 100%;
}  
  
      
/*** Subsubmenu ***/
#subsubmenu {
  float: left;
  width: 145px;
  padding: 10px 5px 0 0;
  font-size: .9em;
  list-style: none;
  overflow:hidden;
}

  #subsubmenu li {
    margin-bottom: .2em;
    margin-left: 0;
  }
  
    #subsubmenu li a {
      color: Black;
      text-decoration: none;
    }
    
    #subsubmenu li a:hover, 
    #subsubmenu li.selected a {
      text-decoration:underline;
    }


/*** Footer ***/
#footer 
{
  position: relative;
  margin:auto; padding:0 10px;
  width: 970px;
  background: #FFF;
  font-size:9px;
  font-family:Arial;
  overflow:hidden;
}

#footer .footerInformation
{
  position:relative;
  width:970px; height:43px;
  background:#E2E2E2;
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #E7E7E7;
  color:#6B6B6B;
  clear:left;
}


.footerInformation a,
.footerInformation a:hover,
.footerInformation a:visited
{
  color:#6B6B6B;
  
}

#footer .copyright 
{
  padding-left: 30px;
  line-height:43px;
  color: #6B6B6B;
  float: left;
}
  
.footerInformation ul 
{
  list-style: none;
  float:left;
}
  
.footerInformation li 
{
  display: inline;
  padding-left:15px;
  line-height:43px;
  text-transform:capitalize;
  float:left;
}

.footerInformation li .questions
{
  text-decoration:none;
  font-weight:bold;
  text-transform:none;
}

.footerInformation img 
{
  margin: 0 1em 0 0;
}
  
#footerImages 
{
  position:absolute;
  top:0; right:0;
  margin-right:40px;
  width:343px; height:43px;
  overflow:hidden;
  text-align:right;
  float: right;
}

#footerImages .logo-unigarant   { width:70px; }
#footerImages .logo-sgr         { width:35px; }
#footerImages .logo-garantie    { width:31px; }
#footerImages .logo-ddma        { width:75px; }

#footer .footerImg
{
  position:relative;
  width:970px; height:62px;  
  text-align:left;
}

#footer .footerImg img
{
  position:absolute;
  left:30px; 
}

#footerBackground
{
  position: relative;
  margin: auto;
  width: 990px; height:35px; 
}

/* Aanbiedingen kolom */  
p.area {
  white-space: nowrap;
  overflow: hidden;
}
p.numPeopleStars {
  white-space: nowrap;
  overflow: hidden;
}
p.price {
  white-space: nowrap;
  overflow: hidden;
}
p.highlight {
  font-weight: bold;
  margin-top: 10px;
  color: Red;
  clear: both;
}


/*question*/
#question
{
  display:block;
  margin-bottom:15px;
  cursor:pointer;
}

#question img
{
  width:254px; height:89px;   
}

/*idealBanner*/
#idealBanner
{
  display:block;
  margin-bottom:15px;
  text-align: center;
}

#idealBanner img
{
  width:234px; height:100px;   
}

/*almostVacation*/
#almostVacation
{
	position:relative;
	border:2px solid;
	clear:left;
	margin:10px 0 25px;
	padding-bottom:0;
	width:250px;
}

#almostVacation .head
{
	border:1px solid;
	font-size:18px;
	line-height:40px;
	margin-bottom:8px;
	text-align:center;
}

#almostVacation ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#almostVacation ul li
{
	color:#000000;
	float:left;
	font-size:11px;
	line-height:20px;
	padding:0;
}

/*404*/
#errorHeader
{
  border:none;
}

.errorContent
{
  margin:40px 0 0 0;
  font-size:11px;
  line-height:16px;
}

/*homepageHouseLinks*/
#houseLinks
{
  margin-bottom:20px;
  width:652px;
  border:none;    
}

#houseLinks .head
{
  border-bottom:#00B5D6;  
}

#houseLinks ul
{
  list-style: none;
  clear:left; 
}

#houseLinks li
{
  padding:0 8px 0 25px;
  width:214px;
  float:left
}

.editMode #houseLinks li
{
  float:none;
}

#houseLinks li a
{
  font-size:11px;
  line-height:16px;
  color:#000;
  text-decoration:none;  
}

#houseLinks li a:hover
{
  text-decoration:underline;   
}
/*end of homepageHouseLinks*/


/*specials*/
#promotionsBox #specials
{
  border:none;
}

#promotionsBox #specials h1
{
  border:none;  
}

#promotionsBox #specials ul 
{
  list-style: none;
}
  
#promotionsBox #specials p.special 
{
  color: red;
  font-weight: bold;
  clear: both;
}

#promotionsBox #specials li 
{
  padding:8px;
  border-top: solid 1px;
  font-size:11px;
  line-height:16px;
  cursor: pointer;
  clear:both;
}

#promotionsBox #specials li .title
{
  position:relative;  
}

#promotionsBox #specials li .title a
{
  font-size:14px;
  line-height:16px;
}

#promotionsBox #specials li .stars
{
  margin:4px 0;
  width:49px; height:9px;
  text-indent:-1000em;
}

#promotionsBox #specials li .star-1  { width:10px; }
#promotionsBox #specials li .star-2  { width:20px; }
#promotionsBox #specials li .star-3  { width:30px; }
#promotionsBox #specials li .star-4  { width:40px; }
#promotionsBox #specials li .star-5  { width:49px; }

#promotionsBox #specials img.photo 
{
  float:left;
  margin: 2px 8px 8px 0px;
}

#promotionsBox #specials .promotion
{
  margin:0 -8px -8px -8px;
  padding:4px;
}

#promotionsBox #specials .promotion .from,
#promotionsBox #specials .promotion .for
{
  font-size:12px;
  font-weight:bold;
}

#promotionsBox #specials #allspecials 
{
  padding: 8px;
  font-weight: bold;
  border-top: solid 1px;
}

#promotionsBox #specials a 
{
  display: block;
  color: #000;
  text-decoration: none;
}

#promotionsBox #specials a.more 
{
  text-decoration: underline;
}


/*lime page*/
#limePage
{
  margin-top:10px;
}


/* last viewed houses */

#lastViewedHouses
{
  width:900px;
  margin:15px 0px 15px 0px;
  background: #cfcfcf;
  padding: 12px 35px 0px 35px;
  position: relative;
  font-family: Verdana, Arial, Sans-Serif;
}

#lastViewedHouses h2
{
  font-size: 16px;
  padding-left: 25px;
  padding-bottom: 6px;
  border-bottom: solid 1px white;
  margin-bottom: 2px;
  font-weight:normal;
}

#lastViewedHousesUtils
{
  position: absolute;
  top: 14px; right: 50px;
}

.gecko #lastViewedHousesUtils
{
  right:41px; 
}

#lastViewedHousesUtils a
{
  color: Black;
  font-size: 12px;
}

#lastViewedHousesUtils a.delete
{
  padding-right: 15px;
  margin-left: 30px;
}

#lastViewedHouses ul
{
  margin: 0; padding: 0;
  list-style: none;
  clear:left;
}

#lastViewedHouses ul li
{
  float: left;
  line-height: 12px;
  font-size: 10px;
  color: Black;
  font-weight: normal;
  width: 102px; height: 150px;
  margin: 0 8px 2px 0;
  padding: 8px 0;
  overflow: hidden;
  background-color: #cfcfcf;
}

#lastViewedHouses ul li.hover
{
  background:#E4E4E4;
  color: #FFF;
}

#lastViewedHouses ul li.hover img
{
  border-color: #ffc;
}

#lastViewedHouses ul li img
{
  display:block;
  width:84px; height:64px;
  border: solid 3px white;
  margin: 0 0 3px 0;
}

#lastViewedHouses ul li a
{
  display:block;
  width: 102px;
  text-decoration: none;
  color: black;
  overflow:hidden;
  padding: 0 0 0 5px;
  height: 100%;
}

#lastViewedHouses ul li span.name
{
  font-weight: bold;
}

/* Offers Page */

.offers .offerMain
{
	position:relative;
}
.offers .header-blue
{
	margin-top:16px;
	border-bottom:none; 
}
.offers .sub-text
{
	padding-left:27px;
	font-family:Arial, Sans-Serif;
	width:625px;
	display:block;
	float:left;
}
.offers .banner
{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:266px;
	height:115px;
	background: url(../img/offers-banner-bg.png) no-repeat;
}
.offers .banner span
{
	font-family:Arial, Sans-Serif;
	font-size:15px;
	font-style:italic;
	width:154px;
	text-align:right;
	display:block;
	margin-top:20px;
	float:left;
}
.offers .banner img
{
	float:left;
}
.offers .offer
{
	width:483px;
	height:163px;
	display:block;
	float:left;
	background:url(../img/offers-item-bg.png) no-repeat;
	position:relative;
	cursor:pointer;
}
.offers ul.offer-list
{
	position:relative;
	left:-4px;
	width:978px;
	list-style:none;
	padding:0;
	margin:28px 0 0 0;
}
.offers .right
{
	margin-left:12px;
}
.offers ul.offer-list img
{
	padding:3px 0 0 4px;
	float:left;
}
.offers ul.offer-list .offer-detail
{
	padding:12px 0 0 170px;
}
.offers ul.offer-list h2
{
	font-family:Arial, Sans-Serif;
	font-size:25px;
}
.offers ul.offer-list span.acco-number
{
	color:#666666;
	font-family:Arial, Sans-Serif;
	font-size:15px;
	width:300px;
	display:block;
}
.offers ul.offer-list span.description
{
	width:300px;
	display:block;
	font-size:12px;
	font-family:Arial, Sans-Serif;
	margin-top:16px;
	line-height:16px;
}
.offers ul.offer-list div.price-detail
{
	width:300px;
	display:block;
	color:#ffffff;
	font-family:Arial, Sans-Serif;
	position:absolute;
	top:124px;
	left:170px;
}
.offers ul.offer-list div.price-detail span
{
	float:left;
}
.offers ul.offer-list div.price-detail span.from
{
	display:block;
	font-size:11px;
	padding:9px 0 0 0;
}
.offers ul.offer-list div.price-detail span.price
{
	padding:3px 0 0 5px;
	font-size:18px;
	font-weight:bold;
	display:block;
}
.offers ul.offer-list span.link-accommodation
{
	display:block;
	position:absolute;
	right:0px;
	top:142px;
	background:url(../img/offers-item-show-accommodation.png) no-repeat;
	padding:0 8px 0 18px;
}
.offers ul.offer-list span.link-accommodation a
{
	text-transform:uppercase;
	color:#ffffff;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#offer-bar div ul
{
	margin-top:16px;
	
}
#offer-bar div ul li
{
	margin-left:16px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
}

#seo
{
    font-size: 11px;
}

.grayedOut
{
    color: #808080;
}