#nbl_search_box_top img {
	border-style: none;
	vertical-align: middle;
}

#nbl_search_box_top a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#nbl_search_box_top a:active, a:hover {
	color: #5597B8;
	text-decoration: none;
}

/* Top */
div#top {
	background-color: #F2F2F2;
	/*height: 62px;*/
	border-bottom: 1px solid #A0A0A0;
	text-align: center;
	/*min-width: 1006px;*/
	position: relative;
}
div#top img.logo {
	height: 62px;
	padding: 6px;
}
.cultures {
	/*position: absolute;*/
	position: relative;
	/*top: 20px;
	right: 24px;*/
}
.cultures a {
	margin: 4px;
}

/* Footer */
div#footer {
	margin-top: 30px;
}
div#footer table {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
div#footer p {
	text-align: center;
	margin: 0;
	padding: 12px 0 20px;
}

/* Generic classes */
.center {
	text-align: center;
}
.float_2 {
	width: 50%;
	float: left;
	clear: right;
	text-align: center;
}
.float_3 {
	width: 33.33%;
	float: left;
	clear: right;
	text-align: center;
}
.float_4 {
	width: 25%;
	float: left;
	clear: right;
	text-align: center;
}
.float_5 {
	width: 20%;
	float: left;
	clear: right;
	text-align: center;
}
.pointer {
	cursor: pointer;
}

/*Responsive*/
/*Body*/
/* Top */
div#top {
	background-color: #F2F2F2;
	border-bottom: 1px solid #A0A0A0;
	text-align: center;
	position: relative;
}
.select2-dropdown {
	line-height:1 !important;
}

@media (min-width:610px) {
	div#top {
		height: 62px;
	}
	.cultures {
		position:absolute;
		top: 20px;
		right: 24px;
	}
}