* {
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
}

html {
    background: url(./../images/park2/background.png) #272727 repeat-x;
    height: 100%;
}

body {
    width: 850px;
    margin: 0 auto;
    height: 100%;
    background: #FFFFFF;
}


#header {
    height: 230px;
    background: #FFFFFF url(./../images/park2/header.png) no-repeat 50% 100px;
    position: relative;
}

#header span {
    display: none;
}

#header h1 a {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 314px;
    height: 64px;
    background: url(./../images/park2/header-h1.png) no-repeat;
}

#header .contact {
    position: absolute;
    top: 35px;
    left: 380px;
    height: 38px;
    width: 200px;
    border-left: 1px #858585 solid;
    padding-left: 25px;
}

#header .contact p {
    font-size: 9px;
    color: #9f9f9f;
    font-family: Verdana, Tahoma, Sans-Serif;
}

#header .lang {
    position: absolute;
    width: 39px;
    height: 11px;
    right: 92px;
    top: 35px;
}

#header .lang a {
    display: block;
    width: 17px;
    height: 11px;
    float: left;
}

#header .lang .nl {
    background: url(./../images/flags/nl.png) no-repeat;
    margin-right: 5px;
}

#header .lang .en {
    background: url(./../images/flags/gb.png) no-repeat;
}

#header .image {
	padding-top: 100px;
}



#menu {
    margin: 10px 0;
}

#menu ul {
    margin-left: 40px;
}

#menu ul li {
    display: inline;
    border-left: 1px solid #757575;
    margin-left: 10px;
    padding-left: 10px;
}

#menu ul li.first {
    border: none;
    margin-left: 0;
}

#menu ul li a {
    color: #757575;
    text-decoration: none;
    font-size: 1em;
    font-family: Verdana, Tahoma, Sans-Serif;
}

.en #menu ul li a {
	font-size: 14px;
}

#content {
    background: #FFFFFF;
    margin-top: 30px;
}

#content .shortcuts {
    width: 200px;
    float: left;
    margin-left: 50px;
    margin-top: 23px;
}

#content .shortcuts p {
    background: #eeeeee;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-radius-topright: 6px;
    -webkit-border-radius-bottomright: 6px;
    font-size: 0.9em;
    padding: 15px 0;
    position: relative;
    text-align: center;
    color: #7c8282;
    margin-bottom: 25px;
    font-style: italic;
}

#content .shortcuts p.partners {
    background: none;
    margin-top: 100px;
    font-size: 0.7em;
}

#content .shortcuts p.address {
    font-size: 0.6em;
    padding-left: 20px;
    text-align: left;
    line-height: 1.1em;
}

#content .shortcuts p.address a {
    color: #658b00;
}

#content .shortcuts p a {
    color: #7c8282;
    text-decoration: none;
}

#content .shortcuts p span {
    display: block;
    position: absolute;
    height: 100%;
    width: 11px;
/*    background-color: #a3c63e;*/
	background-color: #FF8822;
    top: 0;
    left: 0;
}

#content #sidebar-houses {
	text-align: left;
	font-size: 0.7em;
}

#content #sidebar-houses span {
	background-color: #a3c63e;
}

#sidebar-houses img {
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}

#content #sidebar-houses span.house-info, #content #sidebar-houses span.title {
	float: left;
	background: none;
	position: static;
	width: auto;
	width: 120px;
}

#content #sidebar-houses span.title {
	float: none;
	width: auto;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 4px;
}

#content #sidebar-houses span.house-info a {
	color: #658B00;
	text-decoration: underline;
}

#content .content {
    width: 480px;
    float: left;
    margin-left: 30px;
}

#content .content.full-width {
    margin-left: 50px;
    width: 710px;
}

#content h3 {
    color: #444444;
    font-size: 0.8em;
    margin: 8px 0;
    font-family: Verdana, Tahoma, Sans-Serif;
}

#content p, #content li {
    color: #5b5b5b;
    font: 10px/16px Verdana, Tahoma, Sans-Serif;
    margin: 8px 0;
    text-align: justify;
}

#content .page ul {
	margin: 8px 0px 8px 20px;
}

#content li {
	margin: 3px 0;
	list-style: square;
}

#lightbox-overlay-text-close {
    font-family: Verdana, Tahoma, Sans-Serif;
}
li a, p a {
    color: #658b00;
}

#content .column p {
    width: 100%;
}

#content .column {
    width: 48%;
}

#content .column.last {
    margin-left: 19px;
}

.clear {
    clear: both;
}












/* FORMS */
dl {
    width: 480px;
    margin: 0 auto;
}

.contact dl {
    width: 480px;
}

dt, dd {
    float: left;
    line-height: 28px;
    /*margin-top: 8px;*/
    /*height: 32px;*/
}

dt {
    clear: both;
    width: 25%;
}

dd {
    width: 75%;
}

.contact .zend_form dd {
    width: 80%;
}

label {
    color: #747474;
    font-size: 11px;
    text-transform: lowercase;
    cursor: pointer;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
}

input {
    color: #747474;
    font-size: 11px;
    height: 15px;
    width: 100%;
    border: 1px solid #747474;
    padding: 5px 0 0 3px;
    background: #FFFFFF;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
}

form dd .fieldmessage {
    display: block;
    font-size: 10px;
    margin: 2px 0 2px 0;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
    line-height: 12px;
    color: #5b5b5b;
    /*height: 12px;*/
    /*overflow: hidden;*/
}

.contact form dd .fieldmessage {
    /*display: none;*/
}

input.checkbox {
    width: 14px;
    float: left;
}

.fieldmessage.checkbox {
    float: left;
    margin: 5px 0 0 5px;
}

#properties-form {
    width: 100%;
    margin-top: 10px;
}

#properties-form input {
    width: 100%;
}



#properties-form input.selectbox, #search-specify input.selectbox, input.selectbox {
    width: 100%;
    background: #FFFFFF url(./../images/park/select.png) no-repeat 98% 6px;
    color: #747474;
    font-size: 11px;
}

#search-specify input.selectbox {
    width: 100%;
}

#search-specify .selectbox-wrapper {
    line-height: 20px;
    z-index: 100;
}

#rooms-slider {
    width: 100%;
}

#rooms-slider-holder div {
    width: 70%;
}

#properties-form .radioboxes input {
    width: 20px;
}

#properties-form .radioboxes label {
    width: 20px;
}

#properties-form .button {
    width: 100%;
}

#properties-form dd, #properties-form dt  {
    height: 32px;
    line-height: 16px;
}

#rooms-slider-holder {
    width: 343px;
    position: relative;
}

#rooms-slider-holder .fieldmessage {
    position: absolute;
    top: 5px;
    width: 115px;
    text-align: center;
    left: 75%;
    margin-left: 0;
    color: #747474;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
    font-size: 11px;
    margin: 0;
}


textarea {
    color: #747474;
    font-size: 11px;
    width: 99%;
    border: 1px solid #747474;
    padding: 3px;
    background: #FFFFFF;
    height: 50px;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
}

input.error, textarea.error {
    border: 1px solid red;
}

.fieldmessage {
    font-size: 10px;
}

.error {
    color: red;
}

.button {
    padding: 2px;
    width: 101%;
    height: 20px;
    background: #FFFFFF;
}


.search-specify-holder {
    width: 25%;
    float: left;
}

.search-results-holder {
    width: 72%;
    float: right;
}


#search-results {
    /*width: 710px;*/
    width: 100%;
    margin: 0 auto;
}

#search-results li {
    margin: 3px 0;
    font-size: 12px;
    height: 78px;
    font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
    line-height: 22px;
    border-bottom: 1px solid #747474;
    padding-top: 5px;
    color: #747474;
    list-style: none;
}

/*#search-results li a {
    font-size: 11px;
    text-decoration: none;
}

#search-results strong {
    font-weight: bold;
}
*/
#search-results div {
    width: 410px;
    float: left;
    margin-left: 5px;
}

.house-info {
    position: relative;
}

/*

#search-results div.little {
    width: 90px;
}

#search-results div a {
    color: #747474;
    text-decoration: underline;
}*/

#search-results div.image {
    height: 70px;
    width: 75px;
    clear: both;
    margin-left: 0;
    padding-left: 5px;
}

.house-info p {
    font-size: 11px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.house-info p.street {
    font-size: 14px !important;
    margin-top: 0px !important;
}

.house-info a {
    color: #658b00;
}

.house-info .price {
    position: absolute;
    width: 100px;
    height: 20px;
    right: 0;
    top: 0;
    font-weight: bold;
    text-align: right !important;
}

/*
#search-results div.key {
    width: 75px;
}
*/
#search-results img {
    width: 70px;
    height: 70px;
}

#search-specify {
    /*float: right;*/
    /*width: 130px;*/
    /*margin-right: 26px;*/
    width: 100%;
}

#search-specify form > div {
    /*padding: 0 5px;
    float: left;
    width: 31%;*/
}

#search-specify form > div.first {
    padding-top: 15px;
}

#search-specify p {
    width: 100%;
    margin: 3px 0;
}

#search-specify .checkbox {
    width: 14px;
}



#search-specify .submit {
    height: 21px;
    padding-top: 0px;
    margin-top: 15px;
}




/* slider */
#rooms-slider-holder .ui-corner-all, #search-specify .ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #747474;
}

#rooms-slider-holder .ui-widget-header, #search-specify .ui-widget-header {
    background: #A0A0A0;
}

#rooms-slider-holder .ui-slider-handle, #search-specify .ui-slider-handle {
    background: #747474;
    height: 100%;
    top: -1px;
    width: 10px;
    cursor: pointer;
    margin-left: -5px;
}

#rooms-slider-holder .ui-slider-horizontal, #search-specify .ui-slider-horizontal {
    height: 20px;
    overflow: hidden;
}

.w33 {
    float: left;
    width: 33%;
}





/* buttons */



#house .buttons {
    height: 40px;
    margin-top: 5px;
    float: left;
    margin-left: -2px;
}


#house .buttons a {
    background: url(./../images/park/button-center.png) repeat-x;
    height: 29px;
    float: left;
    display: block;
    margin-left: 6px;
    margin-right: 9px;
    position: relative;
    padding-left: 8px;
    padding-right: 5px;
    color: #737373;
    font-size: 12px;
    padding-top: 4px;
    text-decoration: none;
    font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
}

#house .buttons span {
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
}

#house .buttons span.right {
    background: url(./../images/park/button-right.png) no-repeat;
    width: 9px;
    right: -9px;
}

#house .buttons span.left {
    background: url(./../images/park/button-left.png) no-repeat;
    width: 6px;
    left: -6px;
}

#house .buttons a.previous {
    /*width: 55px;*/
    margin-left: 22px;
}

#house .buttons a.previous span.left {
    width: 22px;
    left: -22px;
    background: url(./../images/park/button.previous-left.png) no-repeat;
}


#house .buttons a.next {
    /*width: 35px;*/
    margin-right: 28px;
    padding-left: 3px;
    padding-right: 7px;
}

#house .buttons a.next span.right {
    width: 28px;
    right: -28px;
    background: url(./../images/park/button.next-right.png) no-repeat;
}

#house .buttons a.down {
    margin-right: 29px;
    display: none;
    padding-left: 3px;
    padding-right: 7px;
}

#house .buttons a.down span.right {
    background: url(./../images/park/button.down-right.png) no-repeat;
    width: 29px;
    right: -29px;
}


/* end buttons */



/* house info */

#house .house-info {
    border-bottom: 1px solid #747474;
    height: 40px;
    margin: 10px 0px;
    width: 100%;
    float: left;
}

#house .house-info p {
    margin: 0;
}

#house .maps-streetview {
    font-size: 0.9em;
    text-align: right;
    position: absolute;
    right: 0;
    top: 18px;
}

#house .maps-streetview a {
    color: #658b00;
    text-decoration: none;
    font-size: 10px;
}

#house #maps, #house #street-view, #house #main-image, #house #media-holder {
    width: 606px;
    /*float: left;*/
    height: 320px;
    position: relative;
    margin: 0;
}

#media-holder {
    position: relative;
    float: right;
    /*width: 500px;*/
}

#media-holder .links {
    position: absolute;
    /*right: -110px;*/
    left: 310px;
    /*bottom: 0;*/
    top: 208px;
    font-size: 11px;
    width: 100px;
}

#media-holder .links p {
    width: 100%;
}

#media-holder .links a {
    color: #658b00;
}

#house #main-image img {
    width: 606px;
    height: 320px;
}

#house #maps > p, #house #street-view > p {
    width: 350px;
    position: absolute;
    left: 50%;
    top: 44%;
    margin-left: -175px;
    font-size: 20px;
    text-align: center;
}

#house #description {
    /*width: 200px;*/
    margin-top: 10px;
    /*float: left;*/
    /*margin-left: 10px;*/
    position: relative;
    border-top: 1px solid #747474;
    padding-top: 10px;
}

#house .house-info span {
    display: block;
    float: left;
    width: 115px;
    font-size: 13px;
    margin-bottom: 3px;
}

#house .house-info .key {
    color: black;
    width: 80px;
}

#house .house-info .small {
    width: 55px;
}

.house-holder {
    width: 710px;
    margin: 0 auto;
}

.media-links {
    float: left;
    width: 100px;
    height: 320px;
}


#house .photos {
    position: relative;
    height: 320px;
    width: 115px;
    overflow: auto;
    /*margin-top: 10px;*/
}

#house .photos ul {
    display: block;
    width: 100px;
    list-style: none;
}

#house .photos ul li {
    display: block;
    margin: 3px 0px;
}

#house .photos li img {
    display: block;
    width: 100px;
    height: 100px;
}

#house .photos ul li.first {
    margin-top: 0;
}

#house .photos ul li.last {
    margin-bottom: 0;
}


/*
#house .photos, #house .jScrollPaneContainer {
    width: 110px;
    float: right;
    margin-top: -25px;
    height: 300px;
}

#house .jScrollPaneContainer .photos {
    margin-top: 0;
}

#house .photos a {
    margin-bottom: 10px;
    display: inline;
}

#house .photos a.last {
    margin-bottom: 0;
    margin-left: 0px;
}

#house .photos img {
    width: 90px;
    height: 90px;
    /*margin-left:10px;*
    cursor: pointer;
}

#house .photos img.first {
    margin-left: 1px;
}
*/

/* end house info */


#content p#footer {
    text-align: center;
    color: #c0c0c0;
    font-size: x-small;
    font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
    line-height: 16px;
    margin: 20px 0 0;
    padding-bottom: 20px;
}