/**
 * Base Stylesheet Regardz
 * 
 * @author Martijn de. Valk, <martijn.de.valk@efocus.nl>
 * @since 1.0, 24 okt, 2011
 * @copyright eFocus
 */

@import url("../css/old-styles.css");

/* 
 * normalize
 */

* {
    margin: 0;
    padding: 0;
}

/* 
 * fonts
 */

@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/DroidSans-webfont.eot');
    src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/DroidSans-webfont.ttf') format('truetype'), 
		 url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
 * primary styles
 */

html {
    overflow-y: scroll
}

body {
    background: url(../img/bg-repeat.jpg) repeat-x #d8d0ed;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333;
}

.hidden {
    display: none;
}

::-moz-selection {
    background: #3E2C56;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3E2C56;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    color: #036;
}

a:visited {
    color: #036
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
    text-decoration: none;
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 14px
}

h3 {
    font-size: 12px
}

h4 {
    font-size: 12px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 12px
}

p {
    margin: 0 0 20px;
    font-size: 12px;
}

hr {
    margin: 10px 0;
    padding: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c0c0c2;
}

ul {
    list-style: square;
}

.rte-content ul li {
    background: url("../img/arrow-1.gif") no-repeat scroll 0 6px transparent;
    list-style: none outside none;
    padding: 0 12px;
}

ol {
    list-style: decimal;
}

.nav ul,
.nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.nav li {
    background:  none;
    padding: 0;
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset legend {
	display:block;
}

label {
    cursor: pointer;
    font: 12px/18px 'Tahoma';
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border: 1px solid #bdbcbd;
    font: 11px/18px 'Tahoma';
	color:#333;
}
input[type="text"],
input[type="password"]{
	padding:0 5px 0;
    height: 23px;
    line-height: 23px;
}

textarea{
	padding:5px;
}

select{
	padding:3px;
    height: 25px;
}

button,
input {
    line-height: normal
}

select:focus,
input:focus {
    color: #333;
    border-color: #999;
}
/* input error */
.error{
	background-color:#ffeaea !important;
	border: 1px solid #d82a47 !important;
	color:#d82a47 !important;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top
}

/* 
 * container
 */

#container {
    margin: 0 auto;
    padding-top: 36px;
    width: 980px;
    background-color: #eeeafa;
}

/* 
 * header
 */

#header .sub-header {
    margin: -36px 0 0 -34px;
    width: 980px;
    height: 36px;
    background: url(../img/bg-repeat.jpg) repeat-x #d8d0ed;
}

#header .sub-header .infobox-wrap {
    height: 36px;
    overflow: hidden;
}

#header .sub-header .infobox-wrap,
#header .sub-header .infobox-wrap .infobox {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    background: url(../img/bg-infobox.png) no-repeat 100% -30px;
    float: left;
}

#header .sub-header .infobox-wrap {
    padding-right: 10px
}

#header .sub-header .infobox-wrap .infobox {
    padding-left: 10px;
    background-position: 0 0;
}

#header .sub-header .infobox-wrap .infobox p {
    margin: 0;
	white-space: nowrap;
}

#header .sub-header .nav.meta {
    width: 400px;
    float: right;
    position: relative;
    top: 10px;
}

#header .sub-header .nav.meta ul {
    float: right
}

#header .sub-header .nav.meta ul li {
    float: left;
    list-style: none;
    font-size: 11px;
    color: #5d4281;
}

#header .sub-header .nav.meta ul li a {
    margin: 0 5px;
    color: #5d4281;
}

#header .follow {
    position: relative;
    top: 15px;
}

#header .follow .follow-text {
    float: right;
    font-size: 11px;
    color: #000;
}

#header .follow .follow-img {
    float: right
}

#header .follow .follow-img .icon {
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    background: url(../img/ico-follow.png) no-repeat 0 0;
}

#header .follow .follow-img .icon.twitter {
    background-position: 0 -32px
}

#header .follow .follow-img .icon.facebook {
    background-position: 0 -16px
}

#header .follow .follow-img .icon.linkedin {
    background-position: 0 0
}

#header .follow .follow-img .icon.twitter:hover {
    background-position: 0 -80px
}

#header .follow .follow-img .icon.facebook:hover {
    background-position: 0 -64px
}

#header .follow .follow-img .icon.linkedin:hover {
    background-position: 0 -48px
}

#header .logo {
    margin: 0 10px 10px 0;
    float: left;
    width: 92px;
    height: 99px;
}

#header .search {
    margin: 37px 0 0;
    float: right;
    position: relative;
}

#header .search input {
    padding: 0 30px 0 10px;
    width: 143px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
}

#header .search .submit {
    position: absolute;
    width: 18px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    background: url(../img/ico-magnifier.png) no-repeat 0 0;
    position: absolute;
    right: 5px;
    top: 5px;
}

#header .search .submit:hover {
    background-position: 0 -14px
}

#main_nav_cover {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:9000;
	background:#000;
}

#header .nav.main {
	position:relative;
	z-index:9001;
    margin: 55px 0 0;
    float: left;
    width: 600px;
    height: 20px;
}
#header .nav.main:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;	
}

#header .nav.main li {
	position:relative;
}

#header .nav.main li a {
	display:block;
}

#header .nav.main>ul>li {
    margin: -5px 6px 0 -5px;
    float: left;
}

#header .nav.main>ul>li.open {
	z-index:99;	
}

#header .nav.main>ul>li.open>a {
	position:relative;
	z-index:99;
	margin:0 0 0;
	background:url('../img/mainnav_tab.png') no-repeat;	
	color:#de3897;	
	text-decoration:none;
}

#header .nav.main>ul>li>a>span {
	display:block;
	margin:0 -11px 0 0;
	padding:13px 17px 8px 17px;
    font-size: 14px
}

#header .nav.main>ul>li.open>a>span {	
	background:url('../img/mainnav_tab.png') 100% -39px no-repeat;	
}

#header .nav.main>ul>li>.sub {
	width:227px;
	display:none;
	position:absolute;
	left:0;
	top:100%;
	padding:5px 0 0;
	background:url('../img/mainnav_sub.png') 0 0 repeat-y;
	font-size:12px;
}

#header .nav.main>ul>li.open>.sub {
	display:block; 
}

#header .nav.main .sub ul {
	margin:0 0 -8px;
	padding:0 5px 5px;
	background:url('../img/mainnav_sub_bottom.png') 0 100% no-repeat;
}

#header .nav.main .sub li {
	margin:0;
	border-top:1px solid #e5e5e5;
}

#header .nav.main .sub li:first-child {
	border:0;	
}

#header .nav.main .sub li a {
	padding:8px 12px 8px 23px;
	background:url('../img/mainnav_arrow.png') 12px 14px no-repeat;
	background-color: #fff;
}

#header .nav.main .sub .sub {
	top:0;
	left:100%;	
}

#header .language {
    position: absolute;
    right: 0;
    top: 0;
}

#header .breadcrumbs {
    margin: 0 -25px -25px;
    padding: 10px 25px 0;
    clear: both;
    width: 910px;
    height: 31px;
    background: url(../img/bg-breadcrumb.png) no-repeat;
}

#header .breadcrumbs p {
    margin: 0;
    font-size: 11px;
}

#header .breadcrumbs p a {
    text-decoration: underline
}

#header .breadcrumbs p a:hover {
    text-decoration: underline
}

/* 
 * main
 */

#main {

}

/* 
 * footer
 */

#footer {
    margin: 10px 0 50px;
    padding: 20px 0 0;
    border: solid #bebdbe;
    border-width: 1px 0;
    background: url(../img/bg-grad-footer.jpg) #fff bottom left repeat-x;
}

#footer .content h3 {
    color: #58585a;
    font-size: 16px;
}

#footer .content ul li {
    padding: 0 12px 0;
    list-style: none;
    background: url(../img/arrow-1.gif) no-repeat 0 10px;
}

#footer .content ul li a {
    font-size: 12px;
    color: #818285;
}

#footer .siteinfo {
    margin: -30px 0 0;
    padding-top: 14px;
    position: relative;
    bottom: -51px;
    height: 36px;
    clear: both;
}

#footer .siteinfo .btn-home,
#footer .siteinfo .btn-home span {
    height: 36px;
    line-height: 36px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/btn-home.png) no-repeat 100% -36px;
    float: left;
    text-decoration: none;
    white-space: nowrap;
}

#footer .siteinfo .btn-home {
    padding-right: 40px
}

#footer .siteinfo .btn-home span {
    padding-left: 40px;
    background-position: 0 0;
}

#footer .siteinfo .btn-home:hover {
    background-position: 100% -108px
}

#footer .siteinfo .btn-home:hover span {
    background-position: 0 -72px
}

#footer .siteinfo .sitemap {
    margin: 10px 0 0 20px;
    font-size: 12px;
    text-decoration: none;
    float: left;
}

#footer .siteinfo .sitemap:hover {
    text-decoration: underline
}

#footer .siteinfo p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 10px;
    line-height: normal;
    color: #58585A;
    float: right;
}

#footer div.splitted_lists {
    width: 100%;
}

#footer ul.list {
    width: 25%;
    float: left;
}

/*
 *  Directions
 */

#directions {
    position: relative;
    margin: 0 0 25px 10px;
}

#directions .room {
    display: none
}

#directions .requestform {
    background: url(../img/bg-requestform.png) no-repeat left top;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: -20px;
    z-index: 99;
    height: 272px;
    width: 258px;
    padding: 20px 21px;
}

#directions .requestform h2 {
    color: #676565;
    margin-bottom: 5px;
}

#directions .requestform .form-tabs {
    display: inline-block;
    margin: 0 0 -14px;
}

:root #directions .requestform .form-tabs {
    margin: 0 0 -13px;
}

#directions .requestform .form-tabs li {
    background: url(../img/bg-requestform-tabs.png) no-repeat left top;
    list-style: none;
    float: left;
    min-width: 40px;
    height: 13px;
    padding: 10px 15px;
    margin: 0 10px 0 0;
    font: 12px/18px 'Tahoma';
    cursor: pointer;
    position: relative;
    color: #666;
}

#directions .requestform .form-tabs li span {
    background: url(../img/bg-requestform-tabs.png) no-repeat right top;
    display: inline-block;
    width: 9px;
    height: 33px;
    position: absolute;
    top: 0;
    right: -9px;
}

#directions .requestform .form-tabs li.active,
#directions .requestform .form-tabs li:hover {
    background: url(../img/bg-requestform-tabs-active.png) no-repeat left top;
}

#directions .requestform .form-tabs li.active span,
#directions .requestform .form-tabs li:hover span {
    background: url(../img/bg-requestform-tabs-active.png) no-repeat right top;
}

#directions .requestform .form-tabs li a {
    color: #999;
}

#directions .requestform .form-tabs li a:hover {
    text-decoration: none
}

#directions .requestform .form-tabs li.active a {
    color: #333333
}

#directions .requestform .formcontent-container {
    background: #fff url(../img/shadow-requestform-content.png) repeat-x left top;
    width: 238px;
    height: 204px;
    padding: 20px 30px 15px 20px;
    margin: 0 -15px;
}

#directions .requestform fieldset legend {
	display: none;
}

#directions .requestform .formcontent {
    display: block;
    clear: both;
}

#directions .requestform .formcontent .row {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
}

#directions .requestform .formcontent .row input {
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    width: 228px;
    padding: 0 5px;
    color: #333;
}

#directions .requestform .formcontent .row label {
    display: block;
    color: #312343;
    margin: 0 0 4px;
}

#directions .requestform .formcontent .row .col {
	position: relative;
    float: left;
	width: 114px;
}

#directions .requestform .formcontent .row .col:first-child {
	margin: 0 10px 0 0;
}

#directions .requestform .formcontent .row .col input {
    width: 103px
}

#directions .requestform .formcontent .row.submit {
	margin-top: 10px;
}

/*
 * Directions pushbox
 */

#brandbox {
    position: relative;
    width: 960px!important;
    height: 274px!important;
    z-index: 9;
}

#brandbox .pushbox_teaser {
    background: url(../img/bg-pushbox-teaser.png) repeat left top;
    display: block;
    overflow: hidden;
    width: 196px;
    height: 203px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 74px 20px 0;
}

#brandbox .pushbox_teaser p {
    line-height: 21px
}

#brandbox .pushbox_nav ul {
	list-style: none;
    left: 15px;
    bottom: 15px;
    z-index: 999;
}

#brandbox .pushbox_nav li {
    background: url(../img/spr-pushbox-nav.png) no-repeat left top;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-right: -5px;
	float: left;
}

#brandbox .pushbox_nav li.active {
    background-position: left bottom
}

#brandbox .pushbox_nav li span {
    display: none
}

/* 
 * content
 */

.content {
    margin: 0 auto;
    width: 912px;
}

/* 
 * columns
 */

.col-wrap {
    margin: 10px -8px;
    overflow: hidden;
}

.column {
    margin: 0 8px;
    width: 216px;
    float: left;
}

.col-double {
    width: 448px;
}

.col-triple {
    width: 680px;
}

.box.sub .col-triple{
    padding-right: 20px;
    width: 620px;
    position: relative;	
}

#container .col-odd {
	margin:0;
	width:310px;
}

/* 
 * box
 */

.box {
    background: url(../img/corner-lt.png) no-repeat #fff left top
}

.box.sub {
    margin-bottom: 20px
}

.box-content {
    background: url(../img/corner-rt.png) no-repeat transparent right top;
    position: relative;
    overflow: hidden;
}

.box.sub .box-content {
    padding: 10px 20px
}

.box.sub h1 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: normal;
    float: left;
	width:75%;
}

.box.sub .social {
    margin: 10px 0 0;
    float: right;
	width:25%;
}
.box.sub .social .addthis_toolbox{
	float:right;
}
.box.sub .social .sharetext{
	margin-right:2px;
	font-size:11px;
	float:right;	
}


/* 
 * tabs
 */

.nav.tabs {
    margin: 10px 0 20px;
    border: solid #c0c0c2;
    border-width: 0 1px 1px 0;
    clear: both;
	overflow:hidden;
}

.nav.tabs li:first-child {
    border-right: 0;
}

.nav.tabs li {
    float: left;
    border: solid #c0c0c2;
    border-width: 0 0 1px 1px;
    position: relative;
    bottom: -1px;
}

.nav.tabs li a {
    padding: 0 5px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #999;
}

.nav.tabs li.active {
    border-bottom: 1px solid #fff
}

.nav.tabs li.active a {
    background: url(../img/bg-tab-active.jpg) repeat-x bottom left;
    color: #333;
}

/* 
 * teaser
 */

.teaser-wrap {
    margin: 0 -8px;
    overflow: hidden;
}

.teaser {
    margin: 0 8px 16px;
    float: left;
    background-color: #61438a;
}

.teaser .box-content {
    padding: 10px;
    width: 196px;
    height: 250px;
}

.teaser .box-content h2 {
    margin: 0;
    color: #fff;
    height: 30px;
    font-size: 18px;
    font-weight: normal;
}

.teaser .box-content p {
    margin: 0 0 10px;
    line-height: 18px;
}

.teaser .box-content img {
    margin: 0 -10px;
    display: block;
}

.teaser .box-content .text {
    margin: 0 -10px -10px;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.teaser .box-content a {
    font-size: 12px
}

.teaser .box-content dl {
    margin: 0 0 20px;
    font-size: 12px;
}

.teaser .box-content dl dt {
    padding: 0 0 0 15px;
    font-weight: bold;
    background: url(../img/arrow-2.gif) no-repeat 2px 5px;
}

.teaser .box-content dl dd {
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}

.teaser .box-content .rss {
    margin-right: 10px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/ico-rss.png) no-repeat 0 0;
    float: right;
}

.teaser .box-content .rss:hover {
    background-position: 0 -20px
}

.teaser .box-content ul li {
    list-style: none;
    float: left;
    font-size: 12px;
}

.teaser .box-content ul li.seperator {
    padding: 0 10px
}

/* teaser > news-headlines */

.teaser.news-headlines {
    margin-bottom: 0;
    background-color: #fff;
}

.col-double .teaser.news-headlines {
    margin-left: 0
}

.teaser.news-headlines .box-content {
    position: relative
}

.teaser.news-headlines .box-content .foot {
    width: 206px
}

.col-double .teaser.news-headlines .box-content {
    width: 428px
}

.col-double .teaser.news-headlines .box-content .foot {
    width: 438px
}

.teaser.news-headlines .box-content h2 {
    color: #333
}

.teaser.news-headlines .box-content .foot {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

/* teaser > locations */

.teaser.locations {
    margin: 0 0 16px;
    background-color: #fff;
}

.teaser.locations .box-content {
    width: auto
}

.teaser.locations .box-content h2 {
    color: #333
}

.teaser.locations .box-content .vcard {
    display: none
}

.vcard a.email {
	text-decoration: underline;
}

.teaser.locations .box-content .address {
    font-size: 12px;
    font-style: normal;
}

.teaser.locations .box-content .address address {
    font-style: normal
}

.teaser.locations .box-content .googlemaps {
    margin: 0 -10px
}

.teaser.locations .box-content .googlemaps img {
    margin: 0
}

div.googlemap-popup a span {
    color: #000;
    display: block;
    width: 250px;
    font-size: 11px;
}


/* teaser > visual */

.teaser.visual img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.teaser.visual h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 130px;
    text-align: left;
}

.teaser.visual .lt,
.teaser.visual .rt {
    width: 5px;
    height: 5px;
    display: block;
    top: 0;
    position: absolute;
}

.teaser.visual .lt {
    left: 0;
    background-image: url(../img/corner-lt.png);
}

.teaser.visual .rt {
    right: 0;
    background-image: url(../img/corner-rt.png);
}

/* 
 * locations
 */

.locations {
    margin: 0 0 16px
}

/* 
 * rte-content
 */

.rte-content {

}

.rte-content ul {
	margin:0 0 20px;
	font-size:12px;
}

.rte-content img {
    margin: 0 20px 10px 0;
    float: left;
}

.rte-content a {
    text-decoration: underline
}

.rte-content a:hover {
    text-decoration: none
}

/* more & less */

.less,
.more {
    padding-left: 8px;
    text-decoration: underline;
}

.less {
    background: url(../img/arrow-4.gif) no-repeat left center
}

.more {
    background: url(../img/arrow-3.gif) no-repeat left center
}

.less:hover,
.more:hover {
    text-decoration: none
}

/* zoover */

#zoover {
    padding: 5px 0;
    overflow: hidden !important;
    width: 135px;
    height: 120px !important;
    background-color: #f2f2f2;
    font-family: Tahoma, Geneva, sans-serif;
    color: #000;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    float: right;
    position: relative;
}

#zoover #avgScore,
#zoover #noOfTestimonials {
    font-size: 11px !important
}

#zoover #noOfTestimonials {
    margin: 10px 0 !important;
    display: block;
}

#zoover br {
    display: none
}

#zoover div {
    margin: 0 0 10px !important
}

#layerLitScore {
    color: #61438a;
    font-size: 42px !important;
    display: block !important;
}

#GadgetTitle {
    display: none!important
}

#zoover .zoover-img {
    display: block;
    height: 24px;
    width: 135px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../img/zoover.gif) no-repeat 0 0;
    text-indent: -9999px;
}

#zoover .zoover-img:hover {
    background-position: 0 -24px
}

/* clearfix */

.content:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    zoom: 1
}

/* 
 * slideshow
 */

.slideshow {
    margin: 0 20px 30px 0;
    padding: 0 0 10px;
    float: left;
    overflow: visible !important;
	width:360px !important;
	height:360px !important;
}

.slideshow .pushbox_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slideshow .pushbox_nav li {
    margin-right: 8px;
    float: left;
    list-style: none;
}

.slideshow .pushbox_nav li span {
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/slideshow-dots.png) no-repeat 0 0;
    text-indent: -9999px;
    cursor: pointer;
}

.slideshow .pushbox_nav li.active span {
    background-position: 0 -13px
}

/* 
 * facilities
 */

.facilities ul {
    margin: 0 -5px 20px;
    display: inline-block;
    width: 250px;
}

.facilities li {
    margin: 3px;
    padding: 1px;
    width: 22px;
    height: 22px;
    list-style: none;
    float: left;
    display: block;
    position: relative;
}

.facilities li img {
    z-index: 10;
    position: relative;
    display: block;
}

.tooltip-content {
	display:none;
	position: absolute;
	z-index: 9999;
	margin: 10px 0 0 15px;
    padding: 5px;
    background-color: #ffffcc;
    border: 1px solid #fdf1af;
    width: 190px;
    font-size: 11px;
    color: #999;
    display: none;
}

.tooltip-content strong {
    display: block;
    color: #333;
}
.tooltip-content p{
	margin:0;	
}
/* 
 * facilities extended
 */

.facilities.extended ul {
    margin: 0;
    display: block;
    width: auto;
    border: solid #c0c0c2;
    border-width: 1px 0 0;
}

.facilities.extended li {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    height: auto;
    list-style: none;
    display: block;
    position: relative;
    font-size: 12px;
    border: solid #c0c0c2;
    border-width: 0 0 1px;
}

.facilities.extended li img {
    margin: 0 10px 0 0;
    float: left;
}

.facilities.extended li div {
    float: right;
    width: 580px;
}

.facilities.extended li div strong {
    display: block
}

.facilities.extended li div p{
	margin:0;	
}

/* 
 * booking
 */

.booking {
    margin-left: -15px;
    padding: 0 0 20px;
    width: 237px;
    background: url(../img/bg-booking-foot.png) no-repeat bottom left;
}

.booking-head {
    background: url(../img/bg-booking-head.png) no-repeat 0 0;
    height: 44px;
}

.booking-head a {
    font-size: 12px;
	display:block;
	float:left;
}

.booking-head a:first-child{
    margin-right: 10px;	
}

.booking-head a.icon {
    height: 21px;
	line-height:21px;
    padding: 0 0 0 25px;
}

.booking-head div {
    padding: 15px 10px 0;
    margin: 0 auto;
    width: 205px;
}

.booking-head a.icon.photostack {
    background: url(../img/ico-photostack.png) no-repeat left center
}

.booking-head a.icon.map {
    background: url(../img/ico-map.png) no-repeat left center
}

.booking-content {
    padding: 15px 20px;
    overflow: hidden;
    background: url(../img/bg-booking-repeat.png) repeat-y 0 0;
}

.booking-content h3 {
    margin: 10px 0 0
}

.booking-content .vcard {
    margin: 0 0 10px;
    font-size: 11px;
}

.booking-content .vcard address {
    font-style: normal
}

.booking-content .vcard a {
    color: #333
}

.booking-content .vcard .org {
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.booking-content .vcard .country-name {
    display: none
}

.booking-content .row {
    margin: 0 0 10px;
    overflow: hidden;
}

.booking-content .col {
    margin: 0;
    float: left;
	overflow:hidden;
    position: relative;
}

.booking-content .col:first-child {
    margin-right: 5px;
}

.booking-content .row label {
    margin: 0 0 5px;
    display: block;
    color: #312343;
    font-size: 12px;
}

.booking-content .row input[type="text"] {
    width: 183px
}

.booking-content .col input[type="text"] {
    width: 83px
}

.booking-content .row select{
    width: 195px	
}

/* datepicker */

.ui-datepicker-trigger {
    position: absolute;
    bottom: 4px;
    right: 4px;
    cursor: pointer;
}

.ui-datepicker {
    width: 17em;
    padding: 5px;
    display: none;
    background-color: #eaeaea;
    font-family: 'DroidSansRegular', Helvetica, sans-serif;
    font-size: 11px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(2, 41, 56, 0.3);
    -moz-box-shadow: 0px 0px 22px 0px rgba(2, 41, 56, 0.3);
    box-shadow: 0px 0px 22px 0px rgba(2, 41, 56, 0.3);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background-color: #5e4382;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 7px;
    width: 7px;
    height: 11px;
    text-indent: -9999px;
    background: url(../img/arrow-5.png) no-repeat 0 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
    background-position: 0 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
    background-position: 0 -11px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    background-position: 0 -22px
}

.ui-datepicker .ui-datepicker-next-hover {
    background-position: 0 -33px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: 5px 2px 3px 2px;
    text-align: center;
    font-weight: normal;
    border: 0;
    color: #505f6e;
}

.ui-datepicker th:first-letter {
    text-transform: uppercase
}

.ui-datepicker td {
    border: 0;
    padding: 3px 2px;
    background-color: #fff;
    border: solid #eaeaea;
    border-width: 3px;
}

.ui-datepicker td:hover {
    background-color: #c4c1ce
}

.ui-datepicker td.ui-state-disabled:hover {
    background-color: #fff
}

.ui-datepicker .ui-datepicker-today {
    background-color: #5e4382
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #505f6e;
}

.ui-datepicker td:hover a,
.ui-datepicker .ui-datepicker-today a {
    color: #fff
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker .ui-state-disabled span {
	color: #ccc;
}

/* 
 * listview
 */

.listview {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border: solid #c0c0c2;
    border-width: 0 0 1px;
    overflow: hidden;
}

.listview img {
    margin: 0 20px 0 0;
    float: left;
}

.listview .text {
    float: right;
    width: 445px;
}

.listview .text h2,
.listview .text p {
    margin: 0
}

.listview .text a {
    font-size: 12px
}

/* 
 * paginator
 */

.paginator {
    float: left;
    left: 50%;
    position: relative;
}

.paginator li {
    padding: 0 8px;
    float: left;
    font-size: 12px;
    list-style: none;
    text-align: center;
    border: solid #999;
    border-width: 0 0 0 1px;
    left: -50%;
    position: relative;
}

.paginator li:first-child {
    border-left: 0
}

.paginator li.active a {
    color: #333;
    font-weight: bold;
}

.paginator li a {
    display: block
}

/* 
 * quote-request
 */
 
.quote-request{	 
	position:relative;
	float:left;
	width:100%;
}

.quote-request h2{
	padding:0 0 5px;
	border:solid #ccc;
	border-width:0 0 1px;	
}

.quote-request fieldset{
	margin:10px 0 0;
	padding:10px 0 0;
	border:solid #ccc;
	border-width:0 0 1px;
}
.quote-request fieldset legend{
	color:#999;
	font-size:12px;
	font-weight:bold;
}
.quote-request .required{
	color:#999;
	font-size:11px;
	position:absolute;
	right:0;
	top:0;	
}
.quote-request .row{
	margin-bottom:10px;
	overflow:hidden;
}
.quote-request .col{
	margin-right:10px;
	float:left;
	position:relative;
}
.quote-request .col.last{
	margin-right:0;
}

.quote-request .col .wrapped{
	display:inline-block;
	width:410px;
}

.quote-request .col input[type="text"]{
	width:88px;
	font-size:11px;	
}
.quote-request .col textarea{
	width:398px;
	height:100px;
		
}
.quote-request .col input[type="checkbox"]{
	margin:0 5px 0 0;
	position:relative;
	top:1px;
	border:none;
}
.quote-request .col select{
	padding:2px;
	font-size:12px;
    height: 25px;
	width:188px;
}
.quote-request .col label{
	margin-right:10px;
	float:left;
	width:115px;
}
.quote-request .col .inline{
	display:inline;
	width:auto;
	float:none;
}
.quote-request .space{
	margin-left:125px;
}
.quote-request .actions{
	margin:10px 0 0;	
}
.quote-request .col input[type="text"].large{
	width:163px;	
}


/* 
 * directions
 */
.directions .googlemaps{
	margin-right:20px;
	width:360px;
	height:360px;
	background:#ccc;
	float:left;
}

.directions .directions-form{
	float:left;
	width:220px;
}

.directions .directions-form .row{
	margin:0 0 10px;
}

.directions .directions-form  input[type="radio"]{
	margin:0 5px 0 0;
	border:none;	
}

.directions .directions-form .row .col{
	position:relative;	
}

.directions .directions-form label{
	width:75px;
	float:left;	
}

.directions .directions-form input[type="text"] {
	width:133px;
}

.directions .directions-form label.inline{
	margin-right:5px;
	float:none;
	width:none;	
}

.directions .directions-form .colon{
	padding:0 5px;
	font-size:11px;
}

.directions .directions-form .space{
	margin-left:75px;	
}
.directions .directions-form .space .row{
	margin:0;	
}

.directions .directions-form .space .btn{
	margin:10px 0 0;	
}

.directions .directions-form #zip_numbers{
	margin-right:5px;
}
.directions .directions-form input[type="text"].small-input{
	width:25px;	
}
.directions .directions-form input[type="text"].medium-input{
	width:35px;	
}

.directions .directions-links{
	margin:20px 0 0;
	float:left;
}

.directions .directions-links ul{
	margin:0;
		
}
.directions .directions-links ul li{
	margin:0 0 5px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(../img/arrow-1.gif) no-repeat 0 5px;
}
.directions .directions-links ul li a{
	font-size:12px;
	display:block;	
}


/* button */

.btn,
.btn span,
.btn button {
    height: 28px;
    line-height: 28px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/btn-default.png) no-repeat 100% -28px;
    float: left;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
	border:none;
}

.btn {
    padding-right: 15px
}

.btn span,
.btn button {
    padding-left: 15px;
    background-position: 0 0;
}

.btn:hover {
    background-position: 100% -84px;
    text-decoration: none;
}

.btn:hover span,
.btn:hover button {
    background-position: 0 -56px
}


/* 
 * print styles
 */

@media print { 
	* {
	    background: transparent !important;
	    color: black !important;
	    text-shadow: none !important;
	}

	a,
	a:visited {
	    text-decoration: underline
	}

	a[href]:after {
	    content: " (" attr(href) ")"
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	    content: ""
	}

	thead {
	    display: table-header-group
	}

	tr,
	img {
	    page-break-inside: avoid
	}

	img {
	    max-width: 100% !important
	}
}

/*
 * photo album navigation
 */
.album_nav {
	margin:0 0 10px;
	font-size:12px;	
}

/*
 * Coverflow + Carousel
 */
.coverflow{
	margin:0 auto;
	width:520px;
	visibility:hidden;	
}
ul.cf_canvas {
	position: relative;
	width: 520px;
	height: 380px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: scroll;
}

ul.cf_canvas li {
	z-index: 10;
	margin: 0;
	padding: 0;
}

ul.cf_canvas li img {
	width: 100%;
	height: 100%;
	display: block;	
}

.thumbs li {
	background: none;
	float: left;
	list-style: none;
}

.thumbs li{
	border: 1px solid #f2f2f2;
	overflow: hidden;
}

.thumbs li.active{
	border: 1px solid #2e2e2e;
}

.thumbs li img{
	margin: -1px;	
}

div.carousel {
	margin:10px auto 20px;
	position: relative;
	width: 539px;
	height:68px;
	background:url(../img/bg-carousel.png) no-repeat 0 0;
}

div#carousel-thumbs {
    margin-top: -35px;
	visibility:hidden;
}

div.carousel div.viewport {
	height: 50px;
	overflow: auto;
	position: absolute;
	top: 13px;
	left:56px;
	width: 428px; 
}

div.carousel div.viewport ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
} 

div.carousel div.viewport ul li {
	display: block;
	float: left;
	width: 59px;
	height: 39px;
}

div.carousel a.back,
div.carousel a.forward{
	width:14px;
	height:16px;
	display:block;
	top: 27px;
	text-indent:-9999px;
	outline:none;
}

div.carousel a.back {
	left: 20px;
	position: absolute;
	background:url(../img/carousel-prev.png) no-repeat 0 0;
}

div.carousel a.forward {
	position: absolute;
	right: 20px;
	background:url(../img/carousel-next.png) no-repeat 0 0;
}

div.carousel a.back:hover,
div.carousel a.forward:hover{
	background-position:0 -16px;
}

/* shadowbox */

#sb-body {
	background: #ffffff;
}

#sb-title {
	display: none;
}

body.lightbox {
	background: #ffffff;
	padding: 12px 24px;
}

body.lightbox div h3 {
	background: url(../siteimg/bg_headline.png) repeat-x bottom;
	margin: 0 0 0.5em;
	padding: 0 0 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0a0a0a;
}

body.lightbox div p.buttons {
	width: 528px;
	height: 48px;
	margin: 0;
	padding: 12px;
	background: url(../siteimg/bg_paginator.png) no-repeat;
}

div.lb_inloggen fieldset label {
	width: 70px;
	margin-right: 38px;
	text-align: left;
}

div.lb_inloggen fieldset input {
	width: 180px;
	margin-left: 4px;
	margin-right: 0;
}

div.lb_inloggen div.input_collection input {
	margin: 0 6px 0 0;
}

div.lb_inloggen div.input_collection label {
	width: auto;
}

div.lb_inloggen ul {
	clear: both;
}

div.lb_inloggen a.submit {
	float: right;
	clear: both;
	margin: 3px 5px 0 0;
}

div.f17_lb_doorsturen p {
	clear: both;
}

div.f17_lb_doorsturen fieldset {
	background: #e6e6e7;
	width: 528px;
	padding: 12px;
	border: none;
}

div.f17_lb_doorsturen fieldset label {
	float: left;
	width: 150px;
	margin: 0 24px 6px 0;
}

div.f17_lb_doorsturen fieldset input,
div.f17_lb_doorsturen fieldset textarea {
	width: 310px;
	margin: 0 0 6px;
}

div.f17_lb_doorsturen fieldset a.submit {
	float: right;
	clear: both;
	margin-right: 43px;
}

div.f48_lb_doorsturen fieldset input {
	width: 240px;
}

div.f48_lb_doorsturen fieldset {
	width: 528px;
	height: 30px; /* 60px */
	margin: 0;
	padding: 18px 12px 12px;
	background: url(../siteimg/bg_paginator.png) no-repeat;
}

div.f48_lb_doorsturen fieldset a.submit {
	margin-right: 0;
}

fieldset select
{
    height: 100%;}
