﻿/* CSS svensk meny */

body{
	width:1004px;
	
	}
/* whole header wrap */
#iNav_header_wrap {
	border-bottom: 1px #DDE0E3 solid;
	font-family:arial,helvetica;
	height:100px;
	padding:0px;
	margin:0px;
    
	width:1004px;
}
#iNav_header_wrap a:link,#iNav_header_wrap a:visited { text-decoration:none }

/* whole header definition */
#iNav_header {
	width:100%;
	background:#fff;
	padding-bottom:0px;
}

#iNav_header ul, #iNav_header li {
	display:inline;
}

/* top blue bar that contains Level 1 nav */
#iNav_Global_Area {
	font-size:11px;
	background:#fff url('/images/bt_global_nav/tier0_bg.gif') repeat-x;
}

/* Level1 is global tabs */
#iNav_Level1 {
	height:19px;
	margin:0 0 0 82px;
}
#iNav_Level1 li {
	float:left; 
	margin:3px 8px 0px 0px;
}
#iNav_Global_Active_Left {
	display:inline;
	float:left;
	width:6px;
	height:19px;
	margin-top:-3px;
	background-image:url(/images/bt_global_nav/h-global-channels-on-bgl.gif);
	background-position: top left;
	background-repeat:no-repeat;
}
#iNav_Level1 li.iNav_on {
	height:19px;
	color:#005495;
	margin-top:0px; /* ändrat för ie7 -1 innan */
	padding-right:6px;
	padding-top:3px;
	background-image:url(/images/bt_global_nav/h-global-channels-on-bgr.gif);
	background-position: top right;
	background-repeat:no-repeat;
}


#iNav_Level1 a:link{color:#fff; text-decoration: none;}
#iNav_Level1 a:visited{color:#fff;}
#iNav_Level1 a:hover{ text-decoration: underline;} 

#iNav_Level1 li.iNav_on a:link{color:#036; text-decoration: none;}
#iNav_Level1 li.iNav_on a:visited{color:#036;}

/* country switch area */
#iNav_Country {
	height:19px;
	color:#fff;
	float:right;
	display:inline;
	padding:3px 0 0 0;
	margin-right:10px;
}
.iNav_GlobalSep {
	color:#fff;
	padding:0px 8px 0px 0px;
	background: url(/images/bt_global_nav/h-global-div.gif) no-repeat;
}
#iNav_ChangeCountry {
	color:#fff;
	padding:0px 0px 0px 6px;
}
#iNav_Country a:hover { text-decoration: underline; }


#NavRowWrap {
    float:left;
    height:76px;
	 width:100%;
}

#NavWrap{
    margin-left:90px;
    top:0px;
}

/* blue box image */
#blueBox{
	float:left;
	cursor:pointer;
	margin:15px 0px 0px 6px; /*compensate for left padding on image*/
}

/* search, contact us, login area */
#iNav_Utility_Area{
	text-align:right;
	line-height:20px;
	vertical-align:middle;
	font-size:10px;
    margin:3px 10px 5px 0px;
	float:right;
}
#iNav_Utility_Area  a:link{color:#7F7F7F;}
#iNav_Utility_Area  a:visited{color:#7F7F7F;}
#iNav_Utility_Area  a:hover{color: #141414; text-decoration:underline;}
#iNav_Utility_Area  a:active{}

#iNav_textbox {
    vertical-align:middle;
	width:120px;
	height:14px;
	background:#f1f9fc;
	font-size:11px;
	border: 1px solid #B6B7B8;
}

#iNav_SearchArea, #iNav_Search, #LoginLogoutArea{
    float:left;
}

#iNav_Search{
	margin-left:5px;
} 

#iNav_Search_Seperator{
    margin: 0px 8px 0px 8px;
    font-size:1.3em;
	color:#9e9e9e;
}

#iNavLevel2{
	clear:right;
	height:17px;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	white-space: nowrap;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	max-width:901px;/* hack for width issue in IE7 for Spain site */
}
#iNavLevel2 ul{
    padding:0px;
    margin:0px;
}
#iNavLevel2 li{
}
.iNavLevel2_Item, .iNavLevel2_Item_Selected  {
    padding: 3px 10px 3px 7px;
}
.iNavLevel2_Item_Selected {
    background-color:#DBE9F4;
    background:url('/images/bt_global_nav/Level1SelectedBack.jpg') repeat-x scroll top left;
    color:#005495;
	 text-decoration:none;
}
#iNavLevel2ActiveLeft{
    background:url('/images/bt_global_nav/Level1SelectedBackLeft.jpg');
	background-position: top left;
	background-repeat:no-repeat;
    padding: 3px 0px 7px 0px;
	margin-right:-3px;
}
#iNavLevel2ActiveRight{
   background:url('/images/bt_global_nav/Level1SelectedBackRight.jpg');
	background-position: top right;
	background-repeat:no-repeat;
   padding: 3px 0px 7px 0px;
	margin-left:-3px;
}
.iNavLevel2_Item a:link, .iNavLevel2_Item a:visited{
	color:#2F3030;
}
.iNavLevel2_Item a:hover, .iNavLevel2_Item a:active{
	color:#005495;
}
.iNavLevel2_Item_Selected a:link, .iNavLevel2_Item_Selected a:visited{
	color:#005495;
}
.iNavLevel2_Item_Selected a:hover, .iNavLevel2_Item_Selected a:active{
	color:#005495;
}


#iNavLevel3 {
	padding:0px 0px 0px 4px;
	vertical-align:middle;
	font-size:11px;
	background-color:#DBE9F4;
	height:21px;
	line-height:21px;
	white-space: nowrap;
	width: 902px;
}


#iNavLevel3 ul {
    padding:0px;
    margin:0px;
}
#iNavLevel3 li {
	margin:0px;
	padding:0px 6px 4px 6px;
	
}
.iNavLevel3_Item {
    
}
.iNavLevel3_Item_Selected {
    background-color:#fff;
}
.iNavLevel3_Item a:link, .iNavLevel3_Item a:visited{
	color:#005495;
}
.iNavLevel3_Item a:hover, .iNavLevel3_Item a:active{
	color:#001826;
	text-decoration:underline;
}
.iNavLevel3_Item_Selected a:link, .iNavLevel3_Item_Selected a:visited{
	color:#001826;
}
.iNavLevel3_Item_Selected a:hover, .iNavLevel3_Item_Selected a:active{
	color:#001826;
	text-decoration:underline;
}

#iNav_footer {
    clear:both;
    background:#fff url('/images/bt_global_nav/silverFooterBackground.gif') repeat-x;
    padding: 2px 0 0 4px;
	font-size:10px;
	height:30px;
	width:auto;
	text-align:left;
}
#iNav_footer a {
    color: #3F3F3F;
	text-decoration:none;
}
span#copyright {
    float: right;
    text-align: right;
    margin: 0 10px 0 0;
	color: #3F3F3F;
}
#iNav_footer a:hover{color:#002A4A ;text-decoration:underline;}
#iNav_footer a:visited{}
#iNav_footer a:active{color:#002943;}

.iNav_Footer_Divider {
	padding:0 5px 0 5px;
}