/* navigation stylesheet
 *
 * @project		olympus medical
 * @version		1.0
 * @author		Matthias Pr�pping, Phillip W�lfel
 * @date		2011-11-24
 * @valid		false CSS3 is in use
 * 
 */
/*@group NAV1 Level 1*/
#navigation { 
	font-family: HelveticaNeueBold; 
}
#navigation .first-level { 
	margin: 0 auto; 
	width: 980px; 
}
#navigation .first-level LI A { 
	text-transform: none; 
	color: #08107B; 
	text-decoration: none; 
	padding: 10px 11px 0 10px; 
	display: block; 
	height: 28px; 
}
#navigation .first-level LI.last { 
	background-image: none; 
}
#navigation .first-level LI.first { 
	padding-left: 10px; 
}
#navigation .first-level LI:hover A { 
	background: transparent url(../img/sprites/navigation.png) no-repeat bottom center; 
}
#navigation LI:hover .second-level A { 
	background: none; 
}
#navigation .first-level LI A:hover, #navigation LI.active A { 
	color: #E49000; 
	background: transparent url(../img/sprites/navigation.png) no-repeat bottom center; 
}
#navigation .first-level LI { 
	background: url(../img/sprites/navigation.png) no-repeat 100% -261px; 
	display: inline-block; 
}
#navigation .second-level { 
	display: inline;
	position: absolute; 
	left: -999em; 
	width: 100%; 
	background: url(../img/sprites/navigation.png) repeat-x left -38px; 
	height: auto; 
}
#navigation .second-level UL { 
	width: 980px; 
	margin: 0 auto; 
	position: static; 
}
#navigation .first-level li.active .second-level { 
	left: 0; 
}
#navigation .first-level LI:hover .second-level { 
	left: 0;
	/* :hover displays on top of .active */
	z-index: 4502; 
}
#navigation .first-level li.tempInactive .second-level {
	left: -999em;
}
#navigation .second-level LI { 
	background: url(../img/sprites/navigation.png) repeat-x; 
	background-position: 0 -38px; 
	height: auto; 
	float: left; 
}
#navigation .second-level LI:hover .third-level { 
	display: block; 
}
#navigation .second-level LI A { 
	color: #D1D1D1; 
	font-size: 11px; 
	text-transform: none; 
	height: 23px; 
	padding: 10px 10px 0; 
	background: none; 
}
#navigation .second-level li.first A { 
	padding-left: 10px; 
}
#navigation .second-level LI.active A { 
	color: #ffffff; 
}
#navigation .second-level LI.has-sub-level A:hover,
#navigation .second-level LI:hover.has-sub-level a { 
	color: #FFFFFF; 
	padding: 10px 10px 0; 
	background: transparent url(../img/sprites/navigation.png) no-repeat center -867px; 
	height: 33px; 
}
#navigation .second-level LI A:hover,
#navigation .second-level LI:hover a { 
	color: #FFFFFF; 
	background: none; 
	height: 23px; 
}
#navigation .third-level { 
	position: absolute; 
	width: 100%; 
	left: 0; 
	display: none; 
	/*[empty]height:;*/
	overflow: hidden; 
	height: 179px; 
	background: #3F3F3F url(../img/sprites/navigation.png) repeat-x 0 -81px; 
}
#navigation .third-level UL { 
	width: 980px; 
	position: static; 
	margin: 0 auto; 
}
#navigation .third-level LI,
#navigation .third-level LI A { 
	width: auto; 
	background: none;
	line-height: 16px; 
}
#navigation .third-level LI { 
	margin: 0 0 0 10px; 
	float: left; 
	width: 182px; 
}
#navigation .third-level LI:hover { 
	width: 184px; 
	margin-left: 8px; 
}
#navigation .third-level LI.first { 
	margin-left: 0px; 
	padding-left: 10px; 
}
#navigation .third-level LI:hover.first { 
	margin-left: -2px; 
}
#navigation .third-level IMG { 
	display: block; 
	margin-bottom: 6px; 
}
#navigation .third-level A:hover { 
	font-size: 12px; 
}
#navigation .third-level A IMG { 
	border: 3px solid #ffffff; 
}
#navigation .third-level A:hover IMG { 
	border: 5px solid #e49b04; 
}
#navigation { 
	background: url(../img/sprites/navigation.png) repeat-x; 
}
#navigationContent { 
	height: 71px; 
}
/*** Linkliste in Flyout ****/
#navigation .second-level .third-level li.has-sub-level:hover { 
	margin-left: 10px; 
}
#navigation .second-level .third-level .has-sub-level ul {
	width: 164px; 
	padding-left: 14px; 
	padding-top: 4px; 
	margin: 0; 
}
#navigation .second-level .has-sub-level .third-level .has-sub-level ul li,
#navigation .second-level .has-sub-level .third-level .has-sub-level ul li:hover { 
	float: none; 
	display: block; 
	border-bottom: 1px dotted #c8c8c8; 
	padding: 0 0px;
	background: url(../img/sprites/navigation.png) no-repeat 152px -590px;
	margin-left: 2px;
	width: 168px; 
}
#navigation .second-level .has-sub-level .third-level .has-sub-level ul li:hover { 
	background-color: #707070; 
}
#navigation .second-level .has-sub-level .third-level .has-sub-level ul li a,
#navigation .second-level .has-sub-level .third-level .has-sub-level ul li a:hover { 
	background: none; 
	height: auto; 
	line-height: 12px;
	padding: 7px 0 6px 0;
	font-size: 12px; 
	display: block; 
}
/*@end*/
/* @group metaNav */
#metaNav { 
	font-size: 10px; 
	position: absolute; 
	right: 227px; 
	top: 62px; 
	text-align: right;
}
.metaNav li { 
	display:inline;
	position: relative;
}
.metaNav li.country {
	right: -9px;
}
.metaNav li a { 
	text-transform: uppercase; 
	color: #777777; 
	padding: 7px 19px 6px 0px; 
	text-decoration: none; 
	background: url(../img/sprites/metanav_arrows.png) no-repeat right 10px; 
}
.metaNav li a:hover { 
	color: #444444; 
	background: url(../img/sprites/metanav_arrows.png) no-repeat right -10px; 
}
.metaNav.js-off li:hover a,
.metaNav li.open a {
	position: relative;
	z-index: 4703;
	background: #ffffff url(../img/sprites/metanav_arrows.png) no-repeat right -30px;
	color: #e49900;
}
.metaNav li.global a,
.metaNav li:hover.global a { 
	padding: 6px 8px 6px 8px; 
	background: none; 
}
.metaNav li:hover li a,
.metaNav li.open li a,
.metaNav li li a,
.metaNav.js-off li:hover li a,
.metaNav.js-off li li a {
	border: 0;
	background: #ffffff;
	color: #08107b;
}

.metaNav li:hover li.active a,
.metaNav li.open li.active a,
.metaNav li li.active a,
.metaNav.js-off li:hover li.active a,
.metaNav.js-off li li.active a {
		color: #e49900;
}	

.metaNav .cose1 {
	display:none;
}

.metaNav.js-off li:hover .cose1 {
	display:block;
}
/* @end */

/* @group breadcrumb */
#breadcrumb { 
	margin: 15px 0 50px 0; 
}
#breadcrumb li { 
	font-size: 10px;
	line-height: 15px;
	display: inline;
	list-style: none;
	background: url(../img/icons/breadcrumb_arrow.gif) no-repeat right center;
	padding-right: 13px;
	margin-right: 6px;
	}
#breadcrumb li.last { 
	background: none;
	padding: 0;
	margin: 0; 
}
#breadcrumb li a {
	color: #999; 
 text-decoration: none;
 border-bottom: 1px dotted #999;
}
#breadcrumb li.last a { 
	border: none; 
}
#breadcrumb li a:hover { 
	color: #000; 
 border-bottom: 1px solid #999;
}
/* @end */


/* @group explore/nav3 */
#nav3 {
    background: #1b1b1b url(../img/bg/nav3_bg.png) top left repeat-x;
    padding-top: 15px;
    margin-bottom: 70px;
}
#nav3 h6 {
    font-family: HelveticaNeueLite;
    font-size:  18px;
    color: #ffffff;
    padding-left: 14px;
}
#nav3 ul ul {
    display:block;
}
#nav3 li {
    position:relative;
}
#nav3 li li {
    position:static;
    border: 0;
}
#nav3 li a {
    padding-left: 14px;
}
#nav3 li li a {
    padding-left: 0;
}
#nav3 li.subcategories {
    height: 63px;
    padding-bottom: 10px;
    background:  #3f3f3f;
}
#nav3 li li.first {
    margin-bottom: 0;
}
#nav3 li a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    display:block;
}
#nav3 li.products {
    background: transparent url(../img/bg/nav3_bg_center.png) no-repeat top left;
    padding-top: 20px;
    margin-top: -8px;
}
#nav3 li li {
    padding: 7px 0 6px 14px;
    display:none;
}
#nav3.use-hover li:hover li
{
    display:block;
}
#nav3.use-hover li:hover li,
#nav3 li.open li {
    border-bottom: 1px dotted #ffffff;
}
#nav3.use-hover li:hover li.last,
#nav3 li.open li.last {
    border-bottom: 0;
}
#nav3 li li.active {
    display:block;
}
#nav3 li li.active a,
#nav3 li li:hover a {
    color: #faba00;
}
#nav3 li li:hover {
    background: #646464;
    color: #faba00;
}
#nav3 #product-flyout li a,
#nav3 #subcategory-flyout li a{
    font-size: 14px;
}
#nav3 #subcategory-flyout {
    padding-top: 33px;
    width:192px;
    position:absolute;
    z-index: 2000;
    padding-top: 32px;
    background: #3f3f3f url(../img/bg/nav3_bg_explore_text.png) 14px 15px no-repeat;
    bottom: 10px;
}
#nav3 #product-flyout {
    width:192px;
    position:absolute;
    z-index: 2000;
    background: #2E2E2E;
    /*bottom: 10px;*/
}
#nav3 #subcategory-flyout a {
    display:block;
}
#nav3 #product-flyout li a {
    font-weight: bold;
}
#nav3 .arrow-top {
    padding: 21px 0 3px 14px;
    background:  url(../img/sprites/explore.png) 84px -177px no-repeat;
    display:block;
}
#nav3 .arrow-bottom {
    display:block;
    height: 20px;
    background:  url(../img/sprites/explore.png) 84px -120px no-repeat;
    text-indent: -99999em;
}
#nav3.use-hover li:hover .arrow-top,
#nav3 li.open .arrow-top {
    background-position: 84px -57px;
}
#nav3.use-hover li:hover .arrow-bottom,
#nav3 li.open .arrow-bottom {
    background-position: 84px 0px;
    height: 27px;
}
#nav3.use-hover li:hover .flyout,
#nav3 li.open .flyout {
    margin-top: 22px;
    margin-bottom: 16px;
}
#nav3.use-hover li:hover #product-flyout .flyout,
#nav3 li.open #product-flyout .flyout {
    margin-bottom: 6px;
}

/* @end */
/* @group Country selector CoSe1 */
.cose1 {
	display:block;
	position: absolute;
	width: 590px;
	padding: 26px 34px;
	z-index: 4702;
	background: #ffffff;
	top: 17px;
	left: -240px;
	font-size: 11px;
	-webkit-box-shadow: 0px 4px 4px #444444; /* webkit browser*/ 
	-moz-box-shadow: 0px 4px 4px #444444; /* firefox */ 
	box-shadow: 0px 4px 4px #444444;
	text-align: left;
}
.cose1 h3 {
	font-size: 16px;
	color:#08107b;
	font-family: HelveticaNeueRoman;
	margin-bottom: 15px;
}
.cose1 ul {
	float:left;
	width: 160px;
}
.cose1 ul li {
	display:block;
	float:none;
}
.cose1 ul li a,
.cose1 ul li a:hover {
	background: transparent;
	color: #08107b;
	display:block;
	padding: 4px 0 5px 0;
	text-transform: none;
}
.cose1 ul li a:hover {
	text-decoration: underline;
}
.cose1 ul li:hover li a {
	border: 0;
}
.cose1 ul li.active a {
	background: transparent;
	color: #e49900;
}
.cose1 .col1 {
	width: 145px;
}
.cose1 .col2 {
	width: 175px;
}
.cose1 .col3 {
	width: 160px;
}
.cose1 .col4 {
	width: 100px;
}

.selectorOverlay {
	position: fixed;
	z-index: 4700;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg/selectorOverlayBg.png);
	top: 0;
	left: 0;
	display: none;
}
/* @end */

/* @group language selector LaSe1 */
.metaNav .language .cose1 {
	width: 125px;
	left: 0px;
}

#langSelect .language {
	position: relative;
	vertical-align: bottom;
}

#langSelect .language .cose1 {
	position: absolute;
	top: auto;
	height: auto;
	float:none;
	bottom: 15px;
}

#langSelect .language a {
	border: 0;
	float:none;
}
#langSelect .cose1 ul {
	float:none;
}


/* @end */