#identity {
	float: left;
	margin: 0;
	padding: 15px 0 10px 10px;
	}
	
#identity h1 {
	float: left;
	width: 200px;
	margin: 0;
	}
	
#oecdLongName {
	float: left;
	margin: 0 0 0 15px;
	padding: 108px 0 0 15px;
	background: url(/dataoecd/img/newSite/assets/A_header/1_identity/longnamegradient.png) left bottom no-repeat;
	font-family: Helvetica, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #727272;
	}

/***
* A_2 Tools definition
*
*/

#header .hTools {
	float: right; margin: 10px 0 0 0;
	}

#header .hTools div.toolLine {
	float: right; clear: right;
	padding: 0; margin: 0 0 5px 0;
	}

/* language button */
.lng { display: block; color: #69f; text-align: right; }
.lng span { color: #333; }
.lng:hover span { color: #2973bd; }


/* social networks buttons */

#header .hTools #socialLinks {
	position: relative;
	padding: 5px 5px 5px 10px; margin: 0;

	background: #eaeaea url(/dataoecd/img/newSite/assets/A_header/2_tools/socialIcons/gradientbg.png) bottom repeat-x;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #e2e2e2;
	}

#socialLinks h4 {
	margin: 0 0 5px 0;
	}

/* generic dark button */
#socialLinks .btn {
	display: block;
	position: relative;
	text-decoration: none;

	float: left;
	margin: 2px 5px 1px 0;
	background: #9c9c9c;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c8c8c8), to(#525252));
	background: -moz-linear-gradient(center bottom, #525252 1%, #c8c8c8 100% );

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	font-size: 10px;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	color: #fff;
	cursor: pointer;
	}
	
#socialLinks .btn span {
	display: block;
	margin: 1px; padding:2px 7px;

	background: #9c9c9c;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9c9c), to(#7e7e7e));
	background: -moz-linear-gradient(center bottom, #7e7e7e 1%, #9c9c9c 100% );

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

#socialLinks .btn:hover span {
	background: #b6b6b6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1b1b1), to(#adadad));
	background: -moz-linear-gradient(center bottom, #b1b1b1 1%, #adadad 100% );

	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	}

.imgBtn {
	display: block;
	float: left;
	margin: 1px 2px;
	line-height: .9;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	}

.imgBtn:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}

/* main search field */
div.search {  padding: 10px 0 0 0!important; }

.search fieldset {
	background: transparent url(/dataoecd/img/newSite/assets/A_header/2_tools/searchField/sfrightborder.png) left center no-repeat;
	float:right;
	margin:0; padding: 0 0 0 3px;
	border: none;
	text-align:right;
	}
.search input, .search button {
	outline: none;
	border: none;
	float: left;
	}
.search input.sBox {
	margin: 0;
	padding: 3px 5px 2px 5px;
	border:1px solid #b2b2b4;
	border-left: none;
	color: #333;
	width: 200px;
	height: 15px;
	background: #fefefe;
	}
:root .search input.sBox { width: 197px \0/IE9; }  /* IE9 */

.search input.sBox:focus {
	outline: none;
	}
.search button.sBtn {
	height: 22px;
	margin: 0;
	top: 0;
	cursor: pointer;
	background: #aaa url(/dataoecd/img/newSite/assets/A_header/2_tools/searchField/tempsbtnbg.png) no-repeat top right;
	padding-left: 1px;
	}
.search button.sBtn:hover {
	background: #aaa url(/dataoecd/img/newSite/assets/A_header/2_tools/searchField/tempsbtnbghover.png) no-repeat bottom right;
	}
	
	
#bandoSpecial {
	border-top: 2px solid #018FD1;
}
