/* @group body */

body {
	background: #f0f0f0 url(../gfx/bg/body.png) no-repeat fixed center top
}

/* @end */

/* @group company logo */

.company_logo {
	position: relative;
	width: 175px;
	height: 40px;
	background: transparent url(../gfx/logos/w_logo.png) no-repeat 0 0;
	margin: 0 0 10px 0;
	display: block;
	text-indent: -9999em;
}

.guiblock {
	clear:both;
	display:block;
	overflow-x:hidden;
	overflow-y:hidden;
	position:relative;
}

dl {
	clear:both;
	display:block;
	line-height:1.6em;
	margin-bottom:1em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	position:relative;
}

/* @end */

/* @group header */

.header{
	left: 50%;
	margin: 0 0 50px -190px;
	background: transparent url(../gfx/bg/header.png) no-repeat left bottom;
	padding-left: 20px;
	width: 380px;
	height: 50px;
}

.header ul.inline {
	overflow: hidden;
	width: auto;
	background: transparent url(../gfx/bg/header.png) no-repeat right top;
}

.header ul.inline li {
	margin: 0;
	height: auto;
	background: transparent url(../gfx/bg/header_divider.png) no-repeat right 11px;
}

.header ul.inline li.last-child, .header ul.inline li:last-child {
	background: transparent;
}

.header ul.inline li a {
	float: left;
	font-weight: bold;
	font-size: 1.05em;
	height: 50px;
	color: #FFF;
	padding: 10px;
	line-height: normal;
	background: transparent;
}

.header ul.inline li a:hover {
	color: #000;
	text-shadow: none;
}

.header ul.inline li.active a {
	background: transparent url(../gfx/bg/header_navigation.png) repeat-x center top;
	cursor: default;
}

/* @end */

/* @group panels */

.panel {
	background: transparent;
}

.panel .top, .panel .content, .panel .bottom {
	background-color: transparent;
	background-repeat: no-repeat
}

/* construction */

.panel .top {
	height: 25px;
	background-position: top left
}

.panel .content {
	padding: 0 25px 0 25px;
	background-position: center left;
}

.panel .bottom {
	height: 50px;
	background-position: bottom left;
}

.panel.wide .top {
	background-position: top right;
}

.panel.wide .content {
	padding-left: 15px;
	background-position: center right;
}

.panel.wide .bottom {
	background-position: bottom right
}

/* inner */

.panel .content .header {
	left: 0;
	margin: 0;
	height: auto;
	float: left;
	width: 580px;
	overflow: visible;
	background: transparent url(../gfx/bg/divider.png) repeat-x bottom;
	padding: 0 0 10px 0;
}

.panel .content .header h2, .panel .content .header h3 {
	width: 425px;
	margin: 0;
	line-height: normal;
}

.panel .content .header .companylogo {
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.panel .content .header .context {
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 0.9em;
	text-shadow: none;
}

.panel .content .header .rightside {
	position: absolute;
	right: 0;
	top: 0
}

/* misc panel */

.panel.narrow .top, .panel.narrow .content, .panel.narrow .bottom {
	background-image: url(../gfx/bg/shape_narrow.png)
}

.panel.wide .top {
	background-image: url(../gfx/bg/shape_wide_top.png);
}

.panel.wide .content {
	background-image: url(../gfx/bg/shape_wide.png);
	background-repeat: repeat-y;
}

.panel.wide .bottom {
	background-image: url(../gfx/bg/shape_wide_bottom.png);
}

/* @end */

/* @group socials */

.socials {
	position: absolute;
	top: 100px;
	left: 0;
	width: 65px;
	height: 250px;
	overflow: hidden;
	background: transparent url(../gfx/bg/shape_social.png) no-repeat 0 0;
}

.socials ul {
	position: relative;
	float: left;
	list-style: none;
	margin: 25px 0 25px 10px;
	padding: 0;
	overflow: hidden;
}

.socials ul li {
	clear: both;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
}

/* facebook like */

#facebook_like_button_holder {
	position: relative;
	width: 32px;
	height: 32px;
	color: #fff;
	background: black;
}

#facebook_like_button_holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px !important;
}

#fake_facebook_button {
	pointer-events: none;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	background: #FFF url(../gfx/socials/facebooklike.png) no-repeat 0 0;
}

/* @end */

/* @group terms and conditions */

.termsandconditions{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -200px;
	background: transparent url(../gfx/bg/termsandconditions.png) no-repeat right bottom;
	width: 400px;
	height: 40px;	
}

@-moz-document url-prefix() {
  .termsandconditions {
		width: 420px;
  }
}

.termsandconditions ul.inline {
	overflow: hidden;
	width: auto;
	padding-left: 30px;
	margin-right: 20px;
	background: transparent url(../gfx/bg/termsandconditions.png) no-repeat left top;
}

.termsandconditions ul.inline li {
	color: #FFF;
	padding-top: 15px;
	height: 25px;
}

.termsandconditions ul.inline li a {
	color: #FFF;
	text-decoration: underline;
}

/*
.termsandconditions {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -225px;
	width: 450px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	background: #69A840;
}

.termsandconditions p {
	color: #FFF;
	line-height: 30px;
}

.termsandconditions p a {
	color: #FFF;
	text-decoration: underline;
}

*/

/* @end */

/* @group introduction panel  */

.w-introduction{
	padding: 10px 0 5px 0;
}

.w-introduction h1 {
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}

.w-introduction h1 strong {
	font-weight: normal;
}

/* @end */

/* @group impressions */

ul.inline.impressions {
	overflow: hidden;
	padding: 0;
	margin-left: 5px;
}

ul.inline.impressions li a {
	margin: 0 8px 8px 0;
	border: 1px solid #d6e6d8;
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: relative;
}

/* @end */

/* @group counter button */

/* results counter */

.resultcounter {
	display: none;
	position: absolute;
	left: 650px;
	top: 175px;
	float: left;
}

.resultcounter .results {
	margin: 2px 10px 0 0
}

/* results icon */

.results {
	position: relative;
	float: left;
	display: block;
	width: 34px;
	height: 62px;
	background: transparent url(../gfx/buttons/results.png) no-repeat 0 0;
	overflow: hidden;
}

.results a {
	background: transparent;
	position: relative;
	text-align: center;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 0 8px 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 1.188em;
	line-height: normal;
	color: #FFFFFF;
	width: 32px
}

.results a:hover {
	color: #FFFFFF
}

/* results button */

.resultsbutton {
	position: relative;
	font-size: 0.9em;
	line-height: normal;
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	width: 130px;
	height: 35px;
	background: transparent url(../gfx/buttons/resultsbutton.png) no-repeat 0 0
}

.resultsbutton p {
	padding: 0;
	color: #000000;
	line-height: normal
}

/* @end */

/* @group facilities */

ul.facilitylist {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
}

ul.facilitylist li {
	clear: none;
	margin: 0 2px 2px 0;
	padding: 0;
}

ul.facilitylist li label {
	clear: none;
	float: left;
	line-height: normal;
	display: inline;
}

ul.facilitylist li img.togglefacilityoff {
	position: relative;
	float: left;
	margin: 0;
	opacity: 0.35;
	-ms-filter: "alpha(opacity=35)";
}

ul.facilitylist li img.togglefacilityoff:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

ul.facilitylist li img.togglefacilityon {
	position: relative;
	float: left;
	margin: 0;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

/* @end */

/* @group content panel */

.contentoutput {
	width: 580px;
	padding: 10px 0 0 0;
}

/* @end */

/* @group result panel  */

.resultsoutput {
	width: 580px;
	padding: 10px 0 0 0;
}

/* result item */

.resultsoutput .resultitem {
	position: relative;
	float: left;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
	clear: none;
	padding: 10px;
	width: 260px;
	height: 45px;
	margin: 0 10px 10px 0;
	background: transparent url(../gfx/bg/resultitem.png) no-repeat top left;
}

.resultsoutput .resultitem .resultprice {
	position: absolute;
	width: 38px;
	height: 56px;
	top: 0;
	right: 10px;
	z-index: 2;
	background: transparent url(../gfx/bg/resultprice.png) no-repeat top left;
}

.resultsoutput .resultitem .resultprice a {
	position: relative;
	display: block;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #FFFFFF;
	width: 38px;
	font-weight: normal;
	font-size: 0.95em
}

.resultsoutput .resultitem h5 {
	position: relative;
	color: #323232;
	z-index: 2;
	width: 210px;
	line-height: 1.4em
}

.resultsoutput .resultitem a.moreinfo {
	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 2
}

/* result item hover */

.resultsoutput .resultitem.hover {
	cursor: pointer;
	background-position: left bottom
}

.resultsoutput .resultitem.hover .resultprice {
	background: transparent url(../gfx/bg/resultprice_hover.png) no-repeat 0 0;
	text-shadow: none;
}

.resultsoutput .resultitem.hover h5, .resultsoutput .resultitem.hover a.moreinfo {
	color: #FFFFFF
}

.resultsoutput .resultitem.hover .resultprice a {
	color: #000000
}

/* @end */

/* @group detail panel  */

.detailoutput {
	width: 580px;
	padding: 10px 0 0 0;
	overflow: hidden;
}

.detailoutput .detailleftcolumn {
	clear: none;
	float: left;
	width: 400px;
}

.detailoutput .detailrightcolumn {
	clear: none;
	float: left;
	padding-left: 20px;
	width: 160px;
}

.locationmapsoutput {
	width: 400px;
	height: 300px;
	background: transparent url(../gfx/bg/w_loading_large.jpg) no-repeat center
}

.listthumbnailimages {
	width: 160px;
	overflow: hidden;
}

.listthumbnailimages ul.inline {
	width: 170px;
}

.listthumbnailimages ul.inline li {
	position: relative;
	width: 75px;
	height: 50px;
	margin: 0 10px 10px 0
}

.listthumbnailimages ul.inline li a img {
	-ms-filter: "alpha(opacity=35)";
	opacity: 0.35;
}

.listthumbnailimages ul.inline li a:hover img {
	-ms-filter: "alpha(opacity=100)";
	opacity: 1.0;
}

.listthumbnailimages ul.inline li a span.mask {
	background: transparent url(../gfx/bg/detail_thumbnail_mask.png) no-repeat left top;
	position: absolute;
	float: left;
	display: block;
	top: 0;
	right: 0;
	width: 75px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
}

.listthumbnailimages ul.inline li a img {
	width: 75px;
	height: 50px;
	position: relative;
	z-index: 1;
}

/* @end */

/* @group booking panel */

.bookingoutput {
	width: 580px;
	padding: 5px 0 0 0;
	overflow: hidden;
}

.highlightblock {
	background: #e3f4d9;
	border: 1px solid #b0eb89;
	border-left: none;
	border-right: none;
	padding: 5px;
}

.highlightblock select {
	width: 120px;
}

.highlightblock input.text {
	width: 120px;
}

.highlightblock input.text.timepicker{
	width: 40px;
}

.highlightblock input.text.datepicker{
	width: 120px;
}

.userdatablock {
	float: left;
	clear: none;
	width: 340px;	
}

.userdatablock {
	float: left;
	clear: none;
	width: 340px;	
}

.userdatablock ul.horizontalforms ul.inline {
	float: left;
	width: 165px;
	overflow: hidden;
}

.userdatablock ul.horizontalforms ul.inline li {
	clear: none;
	float: left;
}

.userdatablock ul.horizontalforms ul.inline li img {
	padding: 3px;
	margin-right: 5px;
	float: left;	
}

.termsblock {
	float: left;
	clear: none;
	width: 240px;
}

.termsblock h4 {
	color: #999;
}

.termsblock .terms {
	overflow: auto;
	padding: 0 10px 5px 0;
	height: 280px
}

/* @end */

/* @group co2 calculator */

.co2calculator .ui-dialog-content {
	padding: 0
}

.dialog.co2calculator.ui-dialog-content {
	color: #000;
	padding: 0 10px 0 10px;
	background: transparent url(../gfx/bg/co2calculator.jpg) no-repeat 0 0;
	overflow: hidden;
}

.co2calculator .calculation, .co2calculator .comparison {
	float: left;
	background: transparent;
	position: relative;
	width: 290px;
	margin-top: 90px;
	margin-right: 0;
}

.co2calculator .calculation {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
}

.co2calculator .calculation ul.verticalforms input.text {
	width: 270px;
}

.co2calculator .calculation ul.verticalforms select {
	width: 272px;
	border: none;
	background: transparent;
}

.co2calculator .comparison {
	width: 305px;
}

.co2calculator p {
	line-height: 1.8em;
}

.co2calculator p strong {
	color: #000
}

.co2calculator .highlight {
	background: #000;
	color: #FFF;
	padding: 5px
}


/* routeplanner dialog */

.routeplannerinput dl {
	clear:both;
	overflow-x:hidden;
	overflow-y:hidden;
}

.routeplannerinput dl dt, .routeplannerinput dl dd {
	clear:none;
	float:left;
	line-height:normal;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.routeplannerinput dl label {
	line-height:1.4em;
	margin-right:10px;
}

.routeplannerinput dl input {
	margin-right:5px;
}

/* graphs */

.comparisongraphcontainer {
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	height: 26px;
	margin-bottom: 5px;
	background: transparent url(../gfx/bg/graph_bg.png) no-repeat 0 0
}

.comparisongraphcontainer .comparisongraph {
	height: 26px;
	width: auto;
	background-color: transparent;
	background-position: right top;
	background-repeat: no-repeat;
}

.comparisongraphcontainer .comparisongraph.train {
	background-image: url(../gfx/bg/graph_icon_train.png)
}

.comparisongraphcontainer .comparisongraph.car {
	background-image: url(../gfx/bg/graph_icon_car.png)
}

/* @end */

/* @group misc buttons */

a.calculateco2 {
	position: relative;
	clear: both;
	display: block;
	font-weight: bold;
	padding: 8px 10px 8px 38px;
	background: #FFF url(../gfx/icons/calculateco2.png) no-repeat 6px center
}

a.routebutton {
	position: relative;
	clear: both;
	display: block;
	font-weight: bold;
	padding: 8px 10px 8px 38px;
	background: #FFF url(../gfx/icons/routeplanner.png) no-repeat 6px center;
}

a.calculateco2:hover, a.routebutton:hover {
	text-decoration: underline;
	color: #69A840;
	background-color: #e3f4d9;
}

.calculateBtn {
	float: right;
	margin: 5px 10px 5px 0;
	font-weight: bold;
	font-size: 1.1em;
}

/* @end */

/* @group pagination */

.pagination {
	background: transparent url(../gfx/bg/divider.png) repeat-x top;
	padding: 10px 0 0 0;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.pagination ul li a {
	text-decoration: none;
	float: left;
	line-height: normal;
	padding: 8px 0 8px 0
}

.pagination ul li label {
	line-height: 2.4em;
	font-weight: normal;
	color: #646464
}

.pagination ul li.pagecount, .pagination ul li.totalresults {
	margin: 0 0.5em 0 0;
	float: left;
}

.pagination ul li span.disabled {
	float: left;
	color: #d0d0d0;
	line-height: normal;
}

.pagination ul li.next a, .pagination ul li.next span.disabled {
	padding: 8px 20px 8px 10px;
	background: transparent url(../gfx/buttons/pagination_prevnext.png) no-repeat right center
}

.pagination ul li.prevnextdivider {
	width: 3px;
	overflow: hidden;
	padding: 5px 0 8px 0;
	background: transparent url(../gfx/buttons/pagination_divider.png) no-repeat center
}

.pagination ul li.prev a, .pagination ul li.prev span.disabled {
	padding: 8px 10px 8px 20px;
	background: transparent url(../gfx/buttons/pagination_prevnext.png) no-repeat left center
}

.pagination ul li.next a.greenbutton, .pagination ul li.next a.greenbutton {
	padding: 10px 35px 8px 15px;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	background: transparent url(../gfx/buttons/greenbutton.png) no-repeat 0 0
}

.pagination ul li.next a.greenbutton:hover, .pagination ul li.next a.greenbutton:hover {
	background-position: 0 -50px;
	color: #FFFFFF
}

/* placement */

.pagination ul li.prev, .pagination ul li.prevnextdivider, .pagination ul li.next, .pagination ul li.pagecount {
	float: right;
}

/* @end */

/* @group content related */

.workinamsterdam {
	display: block;
	position: relative;
	padding: 2px 0 2px 20px;
	margin: 0 0 10px 0;
	background: transparent url(../gfx/icons/workinamsterdam.png) no-repeat left center
}

.workinamsterdam a {
	clear: both;
	display: block
}

.aboutw {
	font-weight: normal;
	font-size: 0.925em;
	float: right;
	position: absolute;
	top: 15px;
	right: 25px;
}

.aboutw a {
	text-decoration: none;
}

/* @end */

/* @group misc */

.asterisk {
	color: #FF0000;
	font-weight: bold
}

.divider {
	clear: both;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	display: block;
	background: transparent;
	border-top: 1px solid #d6e6d8;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}

/* @end */

/* @group fixes */

.gmnoprint div p a {
	position: relative;
	z-index: 100000;
}

/* @end */
