@charset "utf-8";


/* ---------- ---------- ---------- 
	::index::

 A. Setting
 B. Header Layout
 C. Logo
 D. Region
 E. Header Utility
 F. HeaderLinks
 G. BlockSkip
 H. NoScriptMessage
 I. Modal

---------- ---------- --- ------- */


/* A. Setting
---------- ---------- ---------- */
#HeaderAll {
	z-index: 1000;
}
#HeaderShrinking {
	z-index: 1000;
}
#HeaderWrap p, #HeaderWrap ul, #HeaderWrap ol, #HeaderWrap li, #HeaderWrap dl, #HeaderWrap dt, #HeaderWrap dd, #HeaderWrap div, #HeaderWrap form, #HeaderWrap input, #HeaderWrap textarea, #HeaderWrap table, #HeaderWrap th, #HeaderWrap td {
	margin: 0;
	padding: 0;
}
#HeaderWrap a,
#HeaderWrap a:link,
#HeaderWrap a:visited {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
#HeaderWrap a:hover,
#HeaderWrap a:active,
#HeaderWrap a:focus {
	color: #009acf;
	font-size: 100%;
}

/* B. Header Layout
---------- ---------- ---------- */
body.front #HeaderWrap, body.not-front #HeaderWrap{position:fixed;} 
#HeaderWrap{position:fixed;} /*not-front header fixed added after 03august2021*/
body.not-front {
    padding-top: 132px;
}

#HeaderWrap {
	z-index: 1003;
	width: 100%;
	min-width: 960px;
	color: #666;
	background: #ffffff;
	top:0px;/*top added by man*/
}
#HeaderWrap #HeaderArea:after {
	display: block;
	clear: both;
	content: "";
}
#HeaderWrap #HeaderArea {
	margin: 0 auto;
	padding: 16px 0 14px;
	width: 960px;
}



/* C. Logo
---------- ---------- ---------- */
#HeaderArea .dl-Logo {
	margin-top: 14px;
	float: left;
}



/* D. Region
---------- ---------- ---------- */
#HeaderArea .dl-Region {
	margin: 20px 0 0 20px;
	float: left;
}



/* E. Header Utility
---------- ---------- ---------- */
#HeaderArea .dl-HeaderUtility {
	float: right;
	font-size: 109%; /* 13px */
}
#HeaderArea .dl-Language {
	margin: 7px 0 4px;
	float: left;
	line-height: 1.3;
}
#HeaderArea .dl-Search {
	margin-left: 9px;
	border: solid 1px #d2d6d9;
	float: left;
	width: 241px;

	-webkit-box-shadow: inset 1px 1px 2px #d9d9d9;
	box-shadow: inset 1px 1px 2px #d9d9d9;
}
/* temporary */
#HeaderArea .dl-Search input {
	/*margin: 0 5px;*/
	padding: 6px 0 5px;
	border: none;
	width: 100%;
	vertical-align: top;
	/*color: #999;*/
	background: transparent;
}



/* F. HeaderLinks
---------- ---------- ---------- */
#HeaderArea .dl-HeaderLinks {
	margin-top: 16px;
	float: right;
	clear: right;
	font-size: 109%; /* 13px */
}
#HeaderArea .dl-HeaderLinks ul:after {
	display: block;
	clear: both;
	content: "";
}
#HeaderArea .dl-HeaderLinks ul li {
	margin-left: 18px;
	padding-left: 18px;
	border-left: 1px solid #d3d6d9;
	float: left;
	line-height: 1.1;
}
#HeaderArea .dl-HeaderLinks ul li:first-child {
	border-left: none;
}
#HeaderArea .dl-HeaderLinks ul li a {
	display: block;
}

/* Marker */
#HeaderArea .dl-HeaderMkr {
	margin: 0 6px 0 0;
	display: inline-block;
	width: 13px;
	height: 15px;
	vertical-align: text-top;
	background-repeat: no-repeat;
	background-image: url(../images/mkr_sprite_header.png);
}
#HeaderArea .dl-HeaderMkr--Person {
	background-position: 0 0;
}
#HeaderArea .dl-HeaderMkr--Dealer {
	background-position: 0 -20px;
}
#HeaderArea .dl-HeaderMkr--phone {
	background-position: 0 -40px;
}
#HeaderArea .dl-HeaderMkr--registration {
	background-position: 0 -79px;
}

#HeaderArea .dl-HeaderMkr--Tel {
	background-position: 0 -40px;
}
#HeaderArea .dl-HeaderMkr--Mail {
	background-position: 0 -60px;
}



/* G. BlockSklp
---------- ---------- ---------- */
.dl-BlockSkip {
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 100%;
	overflow: visible;
}
.dl-BlockSkip a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 0;
	line-height: 0;
	overflow: hidden;
	color: #fff;
	background: #666;
	font-size: 1px;
	text-align: center;
	text-decoration: none;
	cursor: default;
}
.dl-BlockSkip a:hover {
	color: #fff;
	text-decoration: underline;
}
.dl-BlockSkip a.is-Show {
	padding: 5px 0;
	height: 1em;
	line-height: 1;
	font-size: 100%;
	cursor: pointer;
}



/* H. NoScriptMessage
---------- ---------- ---------- */
#NoScriptMessageWrap {
	padding: 17px 0;
	border-bottom: 1px solid #f00;
	background: #fdd;
}
#NoScriptMessageWrap p {
	margin: 0 auto;
	width: 960px;
	color: #f00;
}



/* I. Modal
---------- ---------- ---------- */
#ModalHeaderArea a,
#ModalHeaderArea a:link,
#ModalHeaderArea a:visited {
	color: #666;
	font-size: 100%;
	text-decoration: none;
}
#ModalHeaderArea a:hover,
#ModalHeaderArea a:active,
#ModalHeaderArea a:focus {
	color: #09c;
	font-size: 100%;
}
#ModalHeaderArea:after {
	display: block;
	clear: both;
	content: "";
}
#ModalHeaderArea {
	margin: 0 auto;
	padding: 17px 0 14px;
	width: 860px;
}
#ModalHeaderArea .dl-Logo {
	margin: 0;
	float: left;
}
#ModalHeaderArea .dl-Region {
	margin: 6px 0 0 20px;
	float: left;
}
#colorbox #ModalHeaderArea {
	display: none;
}

.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #fff;
    color: #ffffff !important;
}