div.custom_title {background:none; border-bottom: 1px dashed #B2B2B2; display:block; width:100%; margin:0 0 10px 0; padding:0;}
div.custom_title > span.menu_image {background:url(http://www.metro.se/v3/menu_cat.png) 0 0 no-repeat; width:33px; height:17px; display: inline-block; margin: 0 0 -3px;}
div.custom_title > a.roll-link {
color: #ed8522;
font-weight: normal;
word-wrap: break-word;
text-decoration: none;
font-family: 'Metro Headline', 'Arial Black', Helvetica, sans-serif;
text-transform:uppercase;
font-size:24px !important;
}

/*.keyline-component .text h4 {font-size: 14px;

}*/

.article-full-width .article-1-col-left,
.article-full-width .related-area {
background-color: #ffffff;
background: #fffff !important;

}

.article-1-col-left, .related-area{
   background: #ffffff !important;

}

.category{font-size: 14px;}

.caption, .credit, .credit-label {
  font-size: 13px !important;
}

.image-component .caption-w {
    border-bottom: none !important;
}

.galleria-info-title{
 font-size: 14px !important;
 }


/**30 PX BIG HEADLINE SMALL LOW**/

@media only screen and (min-width: 1200px) {
.push-component.small-low h4 {
font-size: 28px;
}
}

@media only screen and (min-width: 981px) and (max-width: 1199px) { 
.push-component.small-low h4 {
font-size: 24px;
}
}


@media only screen and (max-width: 980px) {
.push-component.small-low h4 {
font-size: 20px;
}
}




/***  TO HIDE HTML COMPONENT (weather) OF PROMO IN TABLET VERSION ***/

@media all and (max-width: 979px)  {
  #promos .html-component {
    display: none;
  }
}

/****************************************************************************************
CUSTOM SEARCH
****************************************************************************************/
#nav_custom_search {
        background: #f4f2ee;
        padding:6px;
        margin:6px 0 0 0;	
}
#nav_custom_search #header-search-form {
	margin:0 0 0 0;	
}
#nav_custom_search #header-search-form .search-field-nav {
	border:solid #edebe8 1px;
	height:25px;
	width:250px;
	float:left;
	padding:0 0 0 4px;
	outline:0;
}
#nav_custom_search #header-search-form .custom-search-hyperlink {
	background:url(http://www.metro.se/v3/custom-search-icon.png) 0 0 no-repeat;
	width:32px;
	height:27px;
	float:left;
}



/** Fix to position Facebook comment box above image gallery**/
.fb_edge_widget_with_comment{ z-index: 100; } 



#adadcomp-7 .ad-msg,
#adadcomp-8 .ad-msg,
#adadcomp-9 .ad-msg,
#adadcomp-10 .ad-msg,
#adadcomp-18 .ad-msg,
#adadcomp-21 .ad-msg,
#ad1 .ad-msg,
#ad14 .ad-msg,
#ad15 .ad-msg,
#ad17 .ad-msg,
#ad18 .ad-msg,
#ad19 .ad-msg,
#ad20 .ad-msg,
#ad23 .ad-msg,
#ad24 .ad-msg,
#ad25 .ad-msg,
#ad30 .ad-msg {
    display: none !important;
}

#ad12 .ad-msg {
    display: block !important;

}


/****************************************************************************************
CUSTOM MAIN MENU
****************************************************************************************/
#subwrapper {
	padding:0px 12px 6px 12px;  
}
@media only screen and (min-width: 1200px) {
	#custom-main-menu {
		width:1176px;
	}
	#selected {
		background-position:95% 50%;
	}
	.myMenu li a:link, .myMenu li a:visited {
		font-size:18px;
		padding: 5px 18px 5px 8px;
	}
	.takeover-netbook #custom-main-menu {
		width:957px;

	}

	.takeover-netbook #selected {
		background-position:95% 50%;
	}
	.takeover-netbook .myMenu > li > a:link, .myMenu > li > a:visited {
		font-size:15px;
		padding: 9px 14px 9px 10px;
	}



}
@media only screen and (min-width: 981px) and (max-width: 1199px) { 
	#custom-main-menu {
		width:957px;
	}
	#selected {
		background-position:6px 18px;
	}
	.myMenu li a:link, .myMenu li a:visited {
		font-size:15px;
		padding: 9px 14px 9px 10px;
	}
}
@media only screen and (max-width: 980px) {
	#custom-main-menu {
		width:738px;
	}
	#selected {
		background-position:2px 16px;
	}
	.myMenu li a:link, .myMenu li a:visited {
		font-size:12px;
		padding: 9px 12px 9px 8px;
	}
}
#menu-button-wrapper {
	display: none;
           z-index:9999;
        
}
#custom-main-menu {
	/*margin:0 0 12px 0; METRO NL ACTIVE*/
	background-color:#fff;
	 /*border-bottom:#b2b2b2 solid 1px; METRO NL ACTIVE*/
}
/*style the main menu*/
.myMenu {
	margin:0;
	padding:0;
    height:22px;
}
.myMenu li {
	list-style:none;
	float:left;
	//font:10px Arial, Helvetica, sans-serif #111;
}
.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	background-color:#fff;
	margin:0 0 0 0;
	font-family: "Metro Headline", "Arial Black", Helvetica, sans-serif;
	color:#111;
	//font-size:normal;
}
.myMenu li a:hover {
	background-color:#f1f1f1;
	color:#f47721;
	text-shadow:0px 1px 0px #fff;
}
.myMenu li a.active {
	background-color:#f1f1f1;
	color:#f47721;
	text-shadow:0px 1px 0px #fff;
}
#selected {
background-image:url('/menu_arrow.png');
background-repeat:no-repeat;
background-position: 95% 50%;
}

.svg #selected {
background-image: url('/menu_arrow.svg');
background-repeat: no-repeat;
}


/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	border-top:1px solid #fff;
	margin:0;
	padding:0;
	box-shadow:0px 5px 6px rgba(0, 0, 0, 0.3);
    z-index:999;
	/*opacity: 0.95;*/
}
.myMenu li ul li {
	display:inline;
	float:none;
}
.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#f9f9f9;
	width:auto;
	font-size:13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.myMenu li ul li a:hover {
	background-color:#f1f1f1;
	text-shadow:0px 1px 0px #fff;
}
#b-nav{
	margin:0 0 0 22px;
}
#b-nav li a {
	color:#666;
	font-size:10px;
	text-decoration:none;
	font-weight: normal;
}
#b-nav li.selected a {
	color:#666;
	font-size:10px;
	text-decoration:none;
}
#b-nav-2 {
	line-height: 1.3;
}
#b-nav-2 li {
	display:none;
}
#b-nav-2 li a{
	color:#666;
	font-size:10px;
	text-decoration:none;
}
#b-nav-2 a:visited {
	color:#666;
	font-size:10px;
	text-decoration:none;
}
#b-nav-2 li.selected {
	display:block;
	text-decoration:underline;
	color:#666;
	font-weight:normal;
}


/*Hiding the orange menu tab */

#navigation {
display: none;
}


@media only screen and (min-width: 1199px){

div.html-component {padding-top: 0px;
}

div.html-component {padding: 0px;
}

}

/**HOT TOPICS HTML**/

div#topicmfp {
    height:30px;
    font-weight:bold;
}

#topicmfp ul{
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
	background:#F1F2F3 url('/v3/t3/htbg_end_v3.gif') no-repeat right top;
        overflow: hidden;
}

#topicmfp ul li.topic-title	{
	background:#F47721 url('/v3/t3/htbg_v3.gif') no-repeat right top;
	float:left;
	height:30px;
}

#topicmfp ul li{
	float:left;
	height:30px;
}


#topicmfp ul li span {
  font-family:"Metro Headline","Arial Black";
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:30px;
	height:30px;
	padding:0px;
	margin:0 30px 0 10px;
	display:block;
	text-transform:uppercase;
}

#topicmfp ul li a {
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-family:Helvetica, arial, sans-serif;
	color:#4f4f4f;
	font-size:16px;
font-weight: bold;
	text-shadow:0px 0px 0px #fff;
	padding:0 25px;
	outline:none;
}

#topicmfp ul li a:hover {
	color:#f47721;
}




.takeover-netbook #topicmfp ul li a {
   padding: 0 12px;
}







@media only screen and (min-width: 1200px) {
	#topicmfp ul li a {
		font-size:15px;
		padding:0 25px;
	}	
        
        .takeover-netbook #topicmfp ul li a {
             padding: 0 12px;
         }

        #promos {
           width: 792px;
        }
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {
	
         #topicmfp ul li a {
		font-size:14px;
		padding: 0 20px;
	}	

}



@media only screen and (max-width: 980px) {
	#topicmfp ul li span {
		font-size:12px;
	}
	#topicmfp ul li a {
		font-size:10px;
		padding: 0 11px;
	}	
        .takeover-netbook #topicmfp ul li a {
             padding: 0 11px;
        }
}


#banner_anchor3073368 {
    float: inherit !important;
    border-width: 0px;
    border-style: solid;
    border-color: #F00;
}




/* CAMPAIGN PUSHES: Set new font for headline and category label */

.campaign-push-wrapper, .campaign-article {
background-color: #fff;
padding: 0px;
}

.campaign-push-wrapper .category {
color: #FFF;
font-size: 14px !important;
background-color: #282FB0;
line-height: 20px;
}

.campaign-push figure, .campaign-article figure {
display:none;
}

.push-component.medium, .push-component.medium-high, .poll-component.medium{
<div class="ad-msg"><span class="ad-msg">ANNONS</span></div>
<iframe marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
}

.campaign-push-wrapper .category {
text-align: center;
}

/* Set new font of push headline */
.campaign-push-wrapper h4{
font-family: Arial, Verdana !important;
}


/* Hide keyline in teaser */
.campaign-push-wrapper .category{
border-bottom: none;
}


.GoogleActiveViewClass {
    margin-left: 26px !important;
}

.ad.ad1000x40 {
    display: none !important;
}

/* Redesign launch */

.teaser-component.most-read-2 {
  border: 1px solid #bbb;
  box-sizing: border-box;
}
.teaser-component.most-read-2 .module-title {
  color: #000;
  font-weight: bold;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #bbb;
}
.teaser-component.most-read-2 ul {
  margin:0 10px;
}
 
.teaser-component.one-col .teaser-component-inner {
  border: 1px solid #bbb;
}
.teaser-component.one-col .border-inner {
  margin:0 10px;
}
.teaser-component.one-col .module-title {
  background-color: #f47721;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  font-size:14px;
  padding: 5px 0 5px 10px;
}
 
.keyline-component {
  border-bottom: none;
}
.keyline-component .text h4 {
  background: url(/templates/v3/img/global/keyline-menu.png) no-repeat left top #21591d;
  padding: 5px 0px 0px 26px;
  height: 20px;
  margin: 0;
  position: relative;
  color: #fff;
  font-size: 15px;
}
.keyline-component .text h4 a{
  color: #FFF;
  font-size: 15px;
  float: left;
}
.keyline-component.menu .text h4 span {
  background: url(/templates/v3/img/global/keyline-menu.png) no-repeat 0 -50px;
  width: 13px;
  float: right;
  margin: 2px 8px 6px 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.keyline-component.menu .text h4 span::before{
  display: none;
}
.keyline-component.menu .text h4 .keyline-menu ul {
  background-color: #22591c;
  margin: 25px 0px 5px 0px;
}
.keyline-component.menu .text h4 .keyline-menu ul li a {
  color: #fff;
  padding: 5px 9px;
}
.keyline-component.menu .text h4 .keyline-menu ul li {
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
}

/* zd#28450 */
#ad728x90 .ad-msg {
display:none;
}

.width-728x90 {    margin-top: 11px;}