body {
    background-image: url('../../gfx/Clear-Blue-Sea.jpg');
}

/* BEGIN - Issue NBTCF-311: Travelling from */
.page-header .country-navigation {
    width: auto;
}

.page-header .country-navigation .info {
	float: left;
	cursor: text;

}

.page-header .country-navigation h6 {
	float: left;
    color: #57B1E3;
    float: left;
    font-size: 11px;
    line-height: 20px;
	cursor: pointer;
	text-align: left;
	background: url('http://www.nbtcniporesearch.nl/static/design/168EE876-70D2-4A63-9A17-D3C2884A146E/gfx/icon-arrow-down.png') no-repeat scroll right 8px transparent;
	padding-right: 15px;
	width: auto;
}

/* END - Issue: NBTCF-311: Travelling from */

/* BEGIN - Issue NBTCF-xxx: Marges */    
.carousel {
	margin-bottom: 20px;
}

.advertisement {
	margin-bottom: 20px;
}
/* END - Issue: NBTCF-xxx: Marges */

/* BEGIN - Issue NBTCF-xxx: vertical text lijnt niet meer onder afbeelding uit */    
.list p {
	margin-left: 90px;
}
/* END - Issue: NBTCF-xxx: vertical text lijnt niet meer onder afbeelding uit */

/* BEGIN - Issue NBTCF-xxx: navigatie dropdown menu mooier opgemaakt */    
.main-navigation ul li a {
	padding: 4px 8px;
}
/* END - Issue: NBTCF-xxx: navigatie dropdown menu mooier opgemaakt */

/* BEGIN - Issue NBTCF-xxx: google maps-menu-container postionering + left top corner*/    
#map-menu-container /* this lays over the map */ {
	width: 215px;
	height: 320px;
	padding: 10px 0;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 1px 1px 1px #aaa;
	-moz-box-shadow: 1px 1px 1px #aaa;
	box-shadow: 1px 1px 1px #aaa;
	background: rgba(255,255,255,0.85);
	position: absolute;
	top: 14px;
	left: 20px;
}
/* END - Issue: NBTCF-xxx: google maps-menu-container postionering + left top corner */

/* BEGIN : Hotelscombined searchbox border */
/* removed : .split-grid .sidebar-content */
.hotelscombined-search {
    border: 1px solid #DCDCDC !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    padding: 10px;
	background: url(http://www.nbtcniporesearch.nl/static/design/168EE876-70D2-4A63-9A17-D3C2884A146E/gfx/bg-gradient.gif) bottom repeat-x;
}

.hotelscombined-search .checkin, .hotelscombined-search .checkout {
	width: 47%;
}
/* END : Hotelscombined searchbox border */

/* BEGIN : Campaignbox
	- fixed gray border ( must be shown at all times ).
	- removed default underline on a tag. */
	
	/*removed : .main-content before .campaign-box */
	.campaign-box {
		border: 1px solid #dcdcdc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		background: url(http://www.nbtcniporesearch.nl/static/design/168EE876-70D2-4A63-9A17-D3C2884A146E/gfx/bg-gradient.gif) bottom repeat-x;
		margin-bottom: 20px;
		padding: 15px;
		overflow: hidden;
	}

	/* removed : .split-grid .home.sidebar-content */ 
	.campaign-box  {
		border: 1px solid gainsboro !important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		padding: 10px;
		background: url(http://www.nbtcniporesearch.nl/static/design/168EE876-70D2-4A63-9A17-D3C2884A146E/gfx/bg-gradient.gif) bottom repeat-x transparent;
	}

	/* added : text-decoration: none; */
	.campaign-box h3,
	.campaign-box h3 a,
	.campaign-box .h3,
	.campaign-box .h3 a {
		color: #ed822a;
		font-size: 19px;
		font-family: Georgia, 'Times New Roman', Times,serif;
		text-decoration: none;
	}

	.campagin-box  .h3 a:hover {
		text-decoration: underline;
	}
/* END : Campaignbox */

/* BEGIN : lines in side-navigation */
	.side-navigation ul li {
		border-bottom: 1px solid #E5E5E5;
	}

	.side-navigation ul li ul li{
		border-bottom: 0px;
	}
/* END : lines in side-navigation */

/* BEGIN : Margin-bottom flash objects */
	object {
		margin-bottom: 20px;
	}
/* END : Margin-bottom flash objects */

/* BEGIN : last-image to big. hot fix > temporary */
	.ttd ul li div.ttd-content{
		margin: 0 0px 20px 10px;
	}
	.ttd ul li div.ttd-content.last-item {
		margin: 0 0px 20px 10px;
	}

	.ttd ul{
		margin-left : -10px
	}
/* END : last image to big. hot fix > temporary */

.news {
	border-top : 1px dotted #D5D5D5;
}

.list li{
	border-top: 0 solid #E4E4E4;
}

.links-list {
	border-width : 0px;
}

.picture-carousel{
	margin-bottom: 10px;
}

.addthis {
	margin-bottom: 5px;
}

.general-box img {
	border-width : 0px;
}

.tagcloud {
	margin : 0 0 20px 0px;
}

.general-box img {
	border-width: 0px;
}

.general-box a {
    text-decoration: none;
}

.general-box a:hover {
    text-decoration: underline;
}