﻿@charset "utf-8";

#header {
	/* width: 960px;*/
	/* min-width: 400px; */
	/* max-width: 960px; */
	font-size: 10px;
	line-height: 10px;
	height: 59px;
	max-height: 59px;
	min-height: 59px;
	/* w3c */
	background: linear-gradient(to right, #0d2ea0 20%, #071956 80%);
	/* webkitp */
	background: -webkit-gradient(linear, left top, right top, from(#0d2ea0), color-stop(0.2, #0d2ea0), color-stop(0.8, #071956), to(#071956));
	/* mozillap */
	background: -moz-linear-gradient(left, #0d2ea0 20%, #071956 80%);
	/* operap */
	background: -o-linear-gradient(left, #0d2ea0 20%, #071956 80%);
	background-repeat: repeat-y;
	/* ie8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#0d2ea0', endColorstr='#071956')";
}

	#header div.bra_logo {
		text-align: left;
		padding-top: 11px;
		padding-left: 18px;
		float: left;
	}

	#header div.searchArea {
		float: right;
		margin-top: 10px;
		margin-top: 9px\9; /* IE8 */
		margin-right: 20px;
	}

		#header div.searchArea:not(:target) {
			margin-top: 10px; /* IE9 */
		}

		#header div.searchArea div.region,
		#header div.searchArea div.region a {
			color: #FFFFFF;
			float: right;
		}

			#header div.searchArea div.region > div {
				float: left;
			}


			#header div.searchArea div.region a {
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif !important;
			}

			#header div.searchArea div.region div.region_japan {
				font-weight: bold;
				margin-top: 1px;
			}

			#header div.searchArea div.region div.region_separator {
				margin-right: 6px;
				margin-left: 7px;
			}

			#header div.searchArea div.region div.region_global {
			}

		#header div.searchArea div.searchBox {
			clear: both;
			margin-top: 10px;
			margin-top: 11px\9; /* IE8 */
			margin-right: -2px;
			float: right;
			position: relative;
		}

			#header div.searchArea div.searchBox form {
			}

			#header div.searchArea div.searchBox div.globalHeaderSearch {
			}

				#header div.searchArea div.searchBox div.globalHeaderSearch input {
					border: none;
					width: 150px;
					height: 17px;
					font-size: 10px;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					border-radius: 0;
					padding: 0;
				}

					#header div.searchArea div.searchBox div.globalHeaderSearch input.globalHeaderSearchInputOff {
						background: url('/BOL/Resources/img/input_off.gif') no-repeat;
					}

					#header div.searchArea div.searchBox div.globalHeaderSearch input.globalHeaderSearchInputOn {
						background: url('/BOL/Resources/img/input_on.gif') no-repeat;
					}

			#header div.searchArea div.searchBox #searchBtn4 {
				position: absolute;
				top: 1px;
				left: 125px;
				width: 25px;
				height: 15px;
				background: none;
				background-color: transparent;
				border: none;
				padding: 0;
			}
