@import url(step1.css);
@import url(step2.css);
@import url(step3.css);
@import url(book.css);
@import url(selfservice.css);
@CHARSET "UTF-8";

html { height: 100%; }

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    width: 100%;
    height: 100%;
	background-color: #EAEAEA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
ul ,li ,p , h1, h2, h3, h4, h5, h6, b {
	margin:0px;
	padding:0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bolder;
	font-style:italic;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	color: #f7a12b;
	margin:0px;
	padding:0px;
	display:inline;
}
h5 {
	color: rgb(0, 0, 0);
	font-weight: bolder;
	font-size: 14px;
	display: block;
}
li {
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
	color:#169406;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
img {border:0px;}

.clear {
	clear:both;
	height:0px;
	width:100%;
}

.content{
	width: 906px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-top: 5px;
}
.mainContainer {
	width:991px;
	margin:0px auto;
	height:auto;
}
/*
 * main header styles
 * ---------------------------------------------------------------------
 */
.header {
	width:991px;
	height:63px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
}
.logo {
	float:left;
	margin-left:25px;
}
.search {
	height:17px;
	padding: 2px;
	margin-right: 30px;
	text-align:right;
}
.right_float {
	float:right;
	text-align:left;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
}
/*
 * Self service
 * -------------------------------------------------------------------------
 */
div.self_service_form {
	display:block;
	float:left;
	text-align:left;
	margin: 8px 0 0 0;
}
div.self_service_form td, div.self_service_form tr, div.self_service_form table, div.self_service_form tbody, div.self_service_form form {
	margin:0;
	padding:0;
}
div.self_service_form h3 {
	font-size:10px;
	font-weight:normal;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
div.self_service_form input {
	width: 95px;
	margin:0;
	padding:0;
	display:inline;
	font-style:italic;
	font-size:10px;
}
div.self_service_form input#self_button {
    background: #016726;
	color:#ffffff;
    margin: 0 0 0 0;
    border: 1px solid #ffffff;
    padding:0 0 0 0;
    font-weight: bold;
	width:45px;
	font-style:normal;
	font-size:10px;
}
div.self_service_form input#self_button:hover {
	background:#017C26;
	cursor:pointer;
}

div.selfservice_index {
	display:block;
	float:left;
	margin:auto 0 auto 0;
}
div.selfservice_index table.booking_list {
	margin:50px auto 0 50px;
	display:block;
	border-collapse:collapse;
	float:left;
}
table.booking_list td, table.booking_list th {
	text-align:left;
	border: 1px dotted #012B26;
	padding:3px 5px;
}
div.booking {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	float:left;
	width:600px;
	margin:10px 0 0 40px;
}

div.language {
	display:block;
	width:70px;
	float:right;
	margin:15px 30px 0 0;
	font-style:italic;
	font-size:10px;
}
div.language select {
	font-size:10px;
	float:right;
	margin: 2px 15px 0 0;
}
/*
 * menu styles
 * ---------------------------------------------------------------------
 */
.menu {
	background-image:url(../img/menu_bg.jpg);
}
.bg_menu {
	width:950px;
	height:26px;
	margin:0 21px;
    padding-top: 3px;
	background-image:url(../img/menu_bg1.jpg);
}
.end_menu {
	width: 50px; 
	background: url(../img/end_menu.jpg) no-repeat;
	height: 25px;
}
.navi {
	height:28px;
	width:650px;
    margin-top: 1px;
}
.navi ul {
	margin:0;
	padding:0;
}
.navi ul li {
 	float:left;
	list-style-type:none;
	display:inline;	
}
.navi ul li a {
	background-image:url(../img/menu_button.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color: #000000;
	height:21px;
	display:block;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:10px;
	padding-top:4px;
	padding-right:10px;
	float:left;
}
.navi ul li a:hover {
	background-image:url(../img/menu_button_hover.jpg);
	color: #ffffff;
	/*margin-top:3px;*/
	height:21px;
	padding-top:4px;
}

.navi ul li a.spacer {
	background-image:url(../img/menu_spacer.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	width:1px;
	height:24px;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:0;
}


/*
 * General content styles
 * -------------------------------------------------------------------------
 */
.bg_content {
	width:991px;
	height:auto;
	margin:0px auto;
	background-image: url(../img/content_bg.jpg);
}

/*
 * Footer styles
 * -------------------------------------------------------------------------
 */
.footer { 
	height:50px; 
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	margin:0px auto; 
	background-position:top right;
}
.footer ul {
	width:800px; 
	margin:0px auto;
	text-align:center;
}
.footer ul li.footer_links {
	width:650px; 
	padding-top:30px;
	margin:0px auto;
	text-align:center; 
}
.footer ul li.footer_links span {
	text-align:center;
	padding:0px 10px 0px 10px;
}
.footer ul li span a  {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#169406;
}
.footer_cards {
	width: 650px;
	margin: 0px auto;
	padding-top: 5px;
	clear: both;
}
.footer_cards span {
	padding: 10px;
}
.footer_cards img {
	margin-top: 10px; 
	border: 0px none;
}
.end_footer {
	text-align: center;
	padding-top: 10px;
	width: 600px;
	margin: 0px auto;
}
/*
 * Infopage
 * -------------------------------------------------------------------------
 */
div.info_page {
	color: #666666;
	text-align:justify;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 25px 25px 25px 5px;
	display:block;
}
div.info_page h1 {
	color: #02782C;
	font-size: 16px;
	margin:0;
	padding:0;
	display:inline;
}
div.info_page ul li {
	margin:25px 0;
}
div.info_page ul span {
	text-decoration:underline;
}
#optionDescription {
background:#FFFFFF none repeat scroll 0% 0%;
border:1px solid #CCC;
padding:5px;
display:none;
position:absolute;
width:250px;
}
div.sitemap h1 {
	color: #02782C;
	font-size: 16px;
	margin:0;
	padding:0;
	display:inline;
}
div.sitemap {
	
}

#matrix {display:block;}

/* -- aantal producten/kolommen x 80px + 5px moet de breedte van matrixscroll zijn. aantal kolommen is aan te passen productmatrix.xslt -- */
.matrix_upgrade_details {
	padding-left:3px;
	text-align:center;
	width:100px; 
	display:block;
	text-align:center; 
	color:#666666;
}
.matrixUpgradeRow .upgrade_image {display:block;width:130px;float:left;}
.matrixUpgradeRow { width:310px; padding:5px; border:1px solid #CCCCCC; margin-left:15px; margin-top:10px;margin-bottom:10px;color:#666666;}

/*clear fix*/
/*.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } *//* IE6 *//*
*:first-child+html .group { zoom: 1; } *//* IE7 */

/* float clearing for IE6 */
* html .group{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .group{
  min-height: 1%;
}

/* float clearing for everyone else */
.group:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.ui-autocomplete-loading {
    background: url("/img/indicator.gif") no-repeat scroll right center #FFFFFF;
}
.ui-autocomplete-term {
    font-weight: bold;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 400px;
}

/* Override jquery ui styles for autocomplete */
#autocomplete-result {
    background: none;
    background-color: #444;
    border-color: #3C3C3C;
    padding: 5px;
    box-shadow: #111 0 5px 22px;
}

#pickup_calendar, #dropoff_calendar {
    float:left;background:#fff url('/img/calendar.jpg') no-repeat right center;border:none;
}
