body {
	margin: 0px;
	padding: 0px;
	min-width: 840px;
	/*min-width: 870px;*/
	/*width: 100%;*/
	height: 100%;
	background: #ffffff url('/_layouts/Endero.Ahlstrom.Web/Images/body_bg.gif') no-repeat top center;
	font-family: Arial;
	color: #303030;
	/*color: #4c4c4c;*/
	font-size: 11px;
}

H1 
{
    font-family: Arial; 
    font-size: 18px;
    color: #b70050;
    margin-top: 10px;   
}

H2,H3,H4,H5
{
    color: #b70050;
    font-size: 12px;
    margin: -4px 0 0 0;
    padding: 0px;
}

a 
{
    font-size: 11px;
    color: #b70050;
    /*color: #999999;*/
    text-decoration: none;
}
a:hover 
{
    font-size: 11px;
    color: #7e7e7e;
}

select 
{
    font-family: Arial;
	color: #777777;
	font-size: 11px;
	margin-bottom: 5px;
}

/* ProductBrowser.ascx */

#ProductNavigation 
{
    clear: both;
    display: block;
    width: 435px;
    padding: 5px 4px 0px 11px;
    height: 28px;
    text-align: center;
}

#ProductNavigation a 
{
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    float: left;
}
#ProductNavigation a:hover 
{
    color: #b70050;
    text-decoration: underline;
}

#ProductNavigation a.prevLink 
{
    float: left;
    padding-left: 15px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/arrow_previous.gif') no-repeat top left;
}

#ProductNavigation a.nextLink 
{
    float: right;
    padding-right: 15px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/arrow_next.gif') no-repeat top right;
}

#ProductNavigation a.allItemsLink 
{
    float: left;
    padding-left: 75px;
}

/* SalesContactSelector.ascx */

#SalesContactForm 
{
    width: 191px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/salescontact_bg.png') repeat-y;
}
#SalesContactForm .formContent 
{
    padding: 0 0 0 5px;
}

#SalesContactForm .formContent .ContactInfoMargin 
{
    padding: 0 0 0 8px;
    margin: 0;
}

#SalesContactForm .formContent p 
{
    margin: 2;
}
#SalesContactForm .formContent p.result 
{
    line-height: 18px;
}

/* Feeds */

 #linkitemFeedsFirst
 {
     width:460px;
     clear:both;
     }

 #linkitemFeedsFirst .date
 {
     float:left;
     width:100px;
     }
  #linkitemFeedsFirst .title
 {
     float:left;
     }
 #linkitemFeedsFirst .titleOpenVacation
 {
     float:left;
     width:200px;
     }
 #linkitemFeedsFirst .countryOpenVacation
 {
     float:left;
     width:80px;
     }
 #linkitemFeedsFirst .locationPositionLocation
 {
     float:left;
     width:100px;
     }
 #linkitemFeedsFirst .dateOpenPosition
 {
     float:right;
     text-align:right;
     }
     
 #linkitemFeedsFirst .titleEvent
 {
     float:left;
     width:200px;
     }
 #linkitemFeedsFirst .countryEvent
 {
     float:right;
     width:80px;
     }
 #linkitemFeedsFirst .locationEvent
 {
     float:left;
     width:100px;
     }
 #linkitemFeedsFirst .dateEvent
 {
     float:left;
     width:50px;
     }
 #linkitemFeedsFirst img
 {
     padding-bottom:5px;
     }
  #linkitemFeedsFirst .icon
  {
    float:right;
  }
  #linkitemFeedsFirst .icon img 
  {
      padding-left: 9px;
  }
 
 #linkitemFeeds 
 {
    clear: both;
 }
     
 #linkitemFeeds .date
 {
     float:left;
     width:100px;
     }
  #linkitemFeeds .title
 {
     float:left;
     }
 #linkitemFeeds .titleOpenVacation
 {
     float:left;
     width:200px;
     }
 #linkitemFeeds .countryOpenVacation
 {
     float:left;
     width:80px;
     }
 #linkitemFeeds .locationPositionLocation
 {
     float:left;
     width:100px;
     }
 #linkitemFeeds .dateOpenPosition
 {
     float:right;
     text-align:right;
     }
     
 #linkitemFeeds .titleEvent
 {
     float:left;
     width:200px;
     }
 #linkitemFeeds .countryEvent
 {
     float:right;
     width:80px;
     }
 #linkitemFeeds .locationEvent
 {
     float:left;
     width:100px;
     }
 #linkitemFeeds .dateEvent
 {
     float:left;
     width:50px;
     }
 #linkitemFeeds img
 {
     padding-bottom:5px;
     }
     #linkitemFeeds .icon
{
    float:right;
    }
    
  .FirstLine
  {
      padding-bottom:5px;
      }

/* Feeds */

/* FOOTER */

#ahlstrom-footerSitemap {
    width: 100%;
    margin: 0;
    padding: 0;
}
.ahlstrom-footerMiddleBlock,
div.ahlstrom-footerMiddleBlock {
    width: 127px;
    float: left;
    border-right: solid 1px #ACACAC;
    padding: 6px 0 0 12px;
    line-height: 18px;
    color: #B70050;
    font-weight: bold;
}

.ahlstrom-footerMiddleBlock ul{
     margin: 0;
     padding: 0 0 20px 0;
     list-style: none;
}
.ahlstrom-footerMiddleBlock ul li, 
.ahlstrom-footerMiddleBlock ul li a{
    margin: 0;
    padding: 0 0 3px 0;
    color: #aeb9c5;
}
.ahlstrom-footerMiddleBlock ul li a:hover{
    margin: 0;
    padding: 0;
	color: #e10e49;
}
.ahlstrom-footerMiddleBlock ul>*:first-child {
	font-weight: bold;
    padding: 0 0 4px 0;
    font-size: 13px;
}
.ahlstrom-footerMiddleBlockSpacer,
.footerMiddleBlockSpacer {
    width: 37px;
    margin: 26px 0 0 0;
    height: 65px;
    float: left;
}
.footerVerticalSpacer {
 width: 100%;
 clear: both;
 height: 15px;
 margin:0;
 padding:0;
}

#ahlstrom-footerNav .links-separator    {
        margin: 0;
        padding: 2px 5px 0 0;
        width: 1px;
        height: 13px;        
        float: left;
        border-left: 1px solid #aeb9c5;
    }

/* jquery.updnWatermark.js */

/* make textbox dimensions consistent in all browsers */
/* you may choose to use a reset stylesheet instead */
.txt
{
	/*border: solid 1px #777777;*/
	margin: 0;
	height: 2em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
}
/* watermark positioning container */
.updnWatermark
{
	position: relative;	/* positioning container */
	width: 0;
	height: 2em;	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
	border: solid 0px red;
}
/* IE7/6 hasLayout hack */
.updnWatermark
{
	*zoom: 1;
	border: solid 1px transparent;
}
/* watermark label styling */
.updnWatermark label
{
	position: absolute;
	left: 0;
	top: -2px;
	/*white-space: nowrap;*/
	color: #777777;
	/*padding-left: 10px;*/
	padding: 0px 0px 0px 10px;
	margin: 0px;
	height: 2em;	
	/* must specify height for consistent vertical alignment */
	vertical-align: middle;
	font-family: Arial;
	font-size: 10px;
} 

/* jquery.updnWatermark.js */

.clearfix:after 
{
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#CenterWrapper 
{
    width: 100%;
    text-align: center;
}

#MainWrapper 
{
    display: block;
	width: 840px;
	/*width: 870px; vanha layout*/
	/*height: 100%;*/
	float: none !important;
	text-align: left;
	margin: 0 auto 0 auto;
}

#Header {
	width: 840px;
	/*width: 870px; vanha layout*/
}

#Header .logo {
	float: left;
	/*width: 700px;
	height: 86px;*/
	padding-top: 22px;
}

#Header .header_text 
{
    float: right;
    margin: 43px 0 13px 0;
}

#Header .searchArea {
	float: left;
	width: 260px;
	margin-top: 13px;
}

#Header .searchArea .textBox {
	width: 92px;
	/*height: 18px;*/
	height: 15px;
	background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/search_bg_input.gif') no-repeat;
	font-family: Arial; 
	font-size: 10px;
	color: #777777;
	border: 0px;
	padding-left: 9px;
	padding-top: 3px;
	margin-top: 1px;
}

#ContentWrapper 
{
	clear: both;
	width: 840px;
	height: auto;
}
#ContentWrapper .leftColumn {
	float: left;
	width: 15px;
	min-height: 480px;
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/body_bg_left.png) no-repeat;
}
#ContentWrapper .content {
	float: left;
	width: 840px;
	height: auto;
}

#MainNavi {
	clear: both;
	width: 840px;
	height: 60px;
}
#MainNavi .header 
{
    float: left;
    width: 44px;
    clear: left;
}
#MainNavi .footer
{
	float: left;
	width: 7px;
	height: 26px;
}
#MainNavi .NaviContent {
	float: left;
	width: 789px;
	height: 32px;
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link.gif) repeat-x;
}

/*MainNavi & footer */
.productFinderDiv
{
    background-color: #E6E6E6;
    float: left;
    width: 677px;
    height: 21px;
    padding: 4px 0 0 10px;
}

/* mainnavin productsearch */
/* HUOM! varit kommentoitu hetkiseksi yrittaessa saada niita toimimaan jnicen kautta */
.productFinderDiv #productSearch
{
   float: left;
   width: 100%;
}
    .productFinderDiv #productSearch p
    {
       color: #333333;
       float: left;
       margin: 1px 0 0 0;
    }
    .productFinderDiv #productSearch .arrowhead
    {
       float: left;
       margin: 2px 10px 0 9px;
     }
    .productFinderDiv #productSearch ul li a
    {
       border: 0;
       color: #333333;
       font-size: 11px;
       text-align: left;
    }
    .productFinderDiv #productSearch ul li a:hover
    {
       background-color: #B70050;
       background-image: none;
       color: white;
    }
    .productFinderDiv #productSearch ul li a.selected
    {
       color: white;
    }

#MainNavi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#MainNavi ul li {
	float: left;
	list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 93px;
}

#MainNavi ul li a 
{
    display: block;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	/*padding-left: 15px;
	padding-right: 16px;*/
	padding-top: 8px;
	padding-bottom: 9px;
	margin: 0px;
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #969696;
}
#MainNavi ul li a:hover {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link_rollover.gif) repeat-x;
	color: #ffffff;
}
#MainNavi ul li a:active {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link_mousedown.gif) repeat-x;
}
#MainNavi ul li.current a 
{
    background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link_selected.gif) repeat-x;
    color: #ffffff;
}
#MainNavi ul li.current a:hover 
{
    background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link_rollover.gif) repeat-x;
}
#MainNavi ul li.current a:active 
{
    background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_bg_link_mousedown.gif) repeat-x;
}

#MainNavi .languageSelectorDiv ul li
{
    width: 112px;
}

#MainNavi .header a {
	display: block;
	width: 44px;
	height: 32px;
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home.gif) no-repeat;
}
#MainNavi .header a:hover {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home_rollover.gif) no-repeat;
}
#MainNavi .header a:active {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home_mousedown.gif) no-repeat;
}

#MainNavi .header a.header_on {
	display: block;
	width: 44px;
	height: 32px;
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home_selected.gif) no-repeat;
}
#MainNavi .header a.header_on:hover {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home_rollover.gif) no-repeat;
}
#MainNavi .header a.header_on:active {
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/mainnavi_home_mousedown.gif) no-repeat;
}

#ContentWrapper .rightColumn {
	float: left;
	width: 15px;
	min-height: 480px;
	background: transparent url(/_layouts/Endero.Ahlstrom.Web/Images/body_bg_right.png) no-repeat;
}

#BreadCrumb {
    clear: both;
    width: 840px;
    height: 19px;
    font-family: Arial;
    font-size: 10px;
    color: #919191;
}
#BreadCrumb .header {
	float: left;
	width: 16px;
}
#BreadCrumb .content {
	float: left;
	width: 638px;
	height: 17px;
	padding-top: 2px;
}
#BreadCrumb .breadCrumbNode 
{}
    #BreadCrumb .breadCrumbNode strong
    {
        color: #b70050;
    }
#BreadCrumb .breadCrumbCurrentNode 
{
    font-weight: bold;
}
#BreadCrumb a.breadCrumbNode {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #919191;
	text-decoration: none;
}
#BreadCrumb a:hover {
	text-decoration: underline;
}

#SubNaviContentAreaWrapper {
	clear: both;
}

#SubNavi {
	float: left;
	/*width: 190px;*/
	width: 188px;
	min-height: 200px;
	padding: 0px;
	margin: 0px;
}
#SubNavi ul {
	margin: 0px;
	/*padding-top: 0px;*/
	padding-left: 16px;
	list-style-type: none;
}
#SubNavi ul li {
	padding-bottom: 8px;
	/*padding-left: 14px;*/
}
#SubNavi ul li ul {
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#SubNavi ul li ul li 
{
    padding-bottom: 2px;
}
#SubNavi a {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	padding-left: 0px;
}

#SubNavi ul li a.current  {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b70050;
	text-decoration: none;
	padding-left: 0px;
}
#SubNavi ul li a.Area{
	font-family: Arial;
	font-size: 12px;
	color: #7e7e7e;
	text-decoration: none;
}
#SubNavi ul li a.Area current{
	font-family: Arial;
	font-size: 12px;
	color: #b70050;
	text-decoration: none;
}
#SubNavi ul li ul li 
{
    background: transparent none;
    padding-left: 0px;
}
#SubNavi ul li ul li a {
	font-family: Arial;
	font-size: 12px;
	color: #7e7e7e;
	text-decoration: none;	
}
#SubNavi ul li ul li a.Area {
	font-family: Arial;
	font-size: 12px;
	color: #7e7e7e;
	text-decoration: none;
	background: transparent none;
}
#SubNavi ul li ul li a.current {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b70050;
	text-decoration: none;
	background: transparent none;
}
#SubNavi ul li ul li a.Area {
	font-family: Arial;
	font-size: 12px;
    font-weight: normal;
	color: #7e7e7e;
	text-decoration: none;
}

#SubNavi a:hover,
#SubNavi a.Area:hover,
#SubNavi .current a:hover, 
#SubNavi a.current:hover 
{
    color: #b70050;
}


#ContentArea {
	float: left;
	/*width: 650px;*/
	width: 652px;
}

#ContentAreaWide 
{
    float: left;
	/*width: 840px;*/
	width: 652px;
}

#ContentAreaWide .ProductPageContent 
{
    clear: both;
    line-height: 18px;
}
#ContentAreaWide .ProductPageContent .LeftArea 
{
    float: left;
    /*width: 530px;*/
    width: 639px;
    padding-left: 13px;
    padding-bottom: 12px;
    line-height: 18px;
}
    #ContentAreaWide .ProductPageContent .LeftArea .content
    {
        width: 100%;
    }
    #ContentAreaWide .ProductPageContent .LeftArea .content img
    {
        border: none;
    }

#ContentAreaWide .ProductPageContent .RightArea 
{
    float: left;
    width: 200px;
    /*width: 295px;*/
    min-height: 200px;
    padding-top: 40px;
    line-height: 18px;
    background: #ffffff url('/_layouts/Endero.Ahlstrom.Web/Images/subnavi_bg.gif') repeat-x;
}

#ContentArea .FlashImageArea, 
#ContentAreaWide .FlashImageArea
{
    padding-bottom: 1px;
}


#ContentArea .PageContent 
{
    clear: both;
    line-height: 18px;
}
#ContentArea .PageContent .LeftArea 
{
    float: left;
    width: 442px;
    padding-left: 13px;
    padding-bottom: 12px;
    /*background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/content_bg_botline.gif') no-repeat bottom left;*/
}
#ContentArea .PageContent .LeftArea img
{
    border: none;
}

#ContentArea .PageContent .RightArea 
{
    float: left;
    width: 195px;
    padding-top: 40px;
    line-height: 18px;
    font-size: 11px !important;
    font-family: Arial;
}

.ms-WPBody 
{
    font-size: 11px !important;
    font-family: Arial;
}

#ContentArea .ProductPageContent 
{
    padding-top: 11px;
}

#ContentArea .ProductPageContent .LeftArea 
{
    float: left;
    width: 450px;
    padding-bottom: 12px;
    line-height: 18px;
}
#ContentArea .ProductPageContent .LeftArea .content
{
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 14px;
    width: 434px;
    line-height: 18px;
}
#ContentArea .ProductPageContent .LeftArea .content img
{
    border: none;
}

#ContentArea .ProductPageContent .RightArea 
{
    float: left;
    width: 195px;
    padding-left: 5px;
    line-height: 18px;
}



#Footer 
{
    clear: both;
    display: block;
    width: 840px;
    padding: 22px 0 0 0;
    margin: 0;
}
/*#Footer 
{
    clear: both;
    display: block;
    width: 835px;
    padding: 22px 0 0 0;
    border-bottom: solid 14px #cacaca;
    margin: 0 17px 0 18px;
} vanha layout */

#Footer .footerTopImage 
{
    position: relative;
    width: 835px;
    height: 35px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/footer_top.gif') no-repeat;
}
#Footer .footerTopImage .titleText 
{
    position: absolute;
    left: 30px;
    top: 2px;
    font-weight: bold; 
}

#Footer .wrapper 
{
    width: 840px;
    min-height: 254px;
    background-color: #e6e6e6;
    padding-top: 0px;
    margin-top: 0px;
}

#Footer .wrapper #productSearch 
{
    float: left;
    width: 100%;
    clear: both;
}


/*#productSearch .submitButton 
{
    padding-left: 88px;
}*/

.footerSelectByIndustry .footer-industry, 
.footerSelectByEndUseApplication .footer-eua, 
.footerSelectByProduct .footer-product
{
    width: 142px;
}

.btnGo 
{
    width: 87px;
    height: 17px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/btn_go_off.png') no-repeat;
    padding-top: 20px;
    /*margin-left: 78px;*/
    border: 0px;
}
.btnGo:hover 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/btn_go_on.png') no-repeat;
}

#Footer .wrapper #FooterLinks 
{
    float: left;
    border-top: solid 6px #ffffff;
}

#FooterLinks a 
{
    font-weight: normal;
	color: #4C4C4C;
	font-size: 11px;
	text-decoration: none;
}
#FooterLinks a strong 
{
    color: #b70050;
}

#FooterLinks a:hover, 
#Footer #RightColumn a:hover, 
#Footer #GreyColumn a:hover,
#FooterLinks a:hover strong
{
    color: #B70050;
}

#Footer #RightColumn a,
#Footer #GreyColumn a
{
    font-weight: normal;
	color: #4c4c4c;
	font-size: 11px;
	text-decoration: none;
}

#Footer .wrapper .addThisDiv 
{
    float: left;
    margin: 112px 0 0 12px;
}

#Footer .wrapper #RightColumn 
{
    float: right;
    margin-top: 26px;
    color: #4c4c4c;
}
    #Footer .wrapper #RightColumn strong
    {
        color: #B70050;
    }
#RightColumn .rightBorderBox 
{
    padding-left: 12px;
    line-height: 12px;
    font-size: 10px;
    width: 127px;
    color: 4C4C4C;
}

#Footer #GreyColumn 
{
    position: relative;
    background-color: #e6e6e6;
    width: 840px;
    height: 25px;
    color: 4C4C4C;
}
#Footer #GreyColumn .copyright 
{
    position: absolute;
    top: 6px;
    left: 12px;
}
#Footer #GreyColumn .functions 
{
    position: absolute;
    top: 6px;
    left: 667px;
}

/* Frontpage */

#FrontpageFlashArea 
{
    margin-top: 10px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    overflow: auto;
    background: #ffffff none !important;
    /*background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/bg_frontpageflash.gif') repeat-y left top;*/
    /*background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/flasharea_bg.gif') no-repeat left bottom;*/
}
    #FrontpageFlashArea .iframeEuroland
    {
        margin: 8px 0 34px 0;
    }
#FrontpageFlashArea img 
{
    padding: 0;
}
.etusivuNostorivi table { width: 100% !important; }
#FrontpageContentWrapper 
{
    clear: both;
    /*width: 840px;*/
    width: 845px;
}
#FrontpageContentWrapper .fpLeftColumnContent 
{
    float: left;
    width: 320px !important;
}
#FrontpageContentWrapper .fpRightColumnContent 
{
    float: left;
    width: 313px !important;
    padding-left:7px;

}

#FrontpageContentWrapper .FrontpageContentWrapperLeft 
{
    float: left;
    /*width: 641px;*/
    width: 650px;
    margin-right:0px;
    margin-left:0px;
    overflow: hidden;
}
#FrontpageContentWrapper .fpRightColumn 
{
    float: left;
    width: 195px;
}

#FrontpageContentWrapper #SubpageProductSearch 
{
    position: relative;
    clear: both;
    width: 640px;
    height: 63px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/frontpage_productsearch_bg.gif') no-repeat;
}
#SubpageProductSearch 
{
    position: relative;
    clear: both;
    width: 440px;
    height: 52px;
    background-color: #e6e6e6;
}
#FrontpageContentWrapper #SubpageProductSearch .selectIndustry
{
    float: left;
    padding: 12px 0 0 10px;
}
#SubpageProductSearch .selectIndustry
{
    position: relative;
    float: left;
    padding: 7px 0 0 7px;
}
    #SubpageProductSearch .selectIndustry ul li a,
    #SubpageProductSearch .selectEndUseApplication ul li a,
    #SubpageProductSearch .selectByProduct ul li a 
    {
        color: #333333;
        text-decoration: none;
    }
    #SubpageProductSearch .selectIndustry ul li a:hover,
    #SubpageProductSearch .selectEndUseApplication ul li a:hover,
    #SubpageProductSearch .selectByProduct ul li a:hover
    {
        color: #ffffff;
    }
    #SubpageProductSearch .selectIndustry ul li a.selected,
    #SubpageProductSearch .selectEndUseApplication ul li a.selected,
    #SubpageProductSearch .selectByProduct ul li a.selected
    {
        color: #ffffff;
    }

#FrontpageContentWrapper #SubpageProductSearch .selectIndustry .text
{
    font-weight: bold;
    padding: 3px 0 0 3px;
}
#SubpageProductSearch .selectIndustry .text
{
    position: absolute;
    left: 14px;
    top: 28px;
    font-weight: bold;
    /*padding:  6px 0 0 8px;*/
}
#FrontpageContentWrapper #SubpageProductSearch .selectEndUseApplication 
{
    float: left;
    padding: 12px 0 0 20px;
}
#SubpageProductSearch .selectEndUseApplication 
{
    float: left;
    padding: 7px 0 0 0;
}
#FrontpageContentWrapper #SubpageProductSearch .selectByProduct 
{
    position: relative;
    float: left;
    padding: 12px 0 0 20px;
}
#SubpageProductSearch .selectByProduct 
{
    position: relative;
    float: left;
    padding: 7px 0 0 0px;
}
#SubpageProductSearch .submitButton
{
    float: right;
    padding: 4px 7px 0 0;
}

#FrontpageContentWrapper #SubpageProductSearch .submitButton
{
    position:absolute;
    left:530px;
    top: 16px;
}

.ProductSearchSelectNarrow
{
    width: 120px;
}
.ProductSearchSelectWide
{
    width: 140px;
    /*width: 165px;*/
}
#FrontpageContentWrapper .ProductSearchSelectProductName 
{
    width: 154px;
}
.ProductSearchSelectProductName 
{
    width: 118px;
}
#FrontpageContentWrapper #SubpageProductSearch .ProductSearchSelectNarrow
{
    width: 140px;
}

#FeedWrapper
{
    /*border: dotted 1px gray; asemointia varten */
    clear: both;
    margin-right: 8px;
}
#FeedWrapper .feedRow 
{
    clear: both;
}
#FeedWrapper .feedRow .feedCell 
{
    float: left;
    padding-right: 8px;
}

.releaseFeed 
{
    color:#4c4c4c;
}

.releaseFeed .feedHeader 
{
    width: 136px;
    height: 19px;
}
.upcomingEventsFeed .feedHeader 
{
    width: 136px;
    height: 19px;
}

.financialCalendar
{
    color: #4c4c4c;
    font-size: 11px;
    text-decoration: none;
 }
.financialCalendarSubsite
{
    margin: 11px 0 11px 0;
}
.financialCalendarFeed .feedHeader 
{
    width: 136px;
    height: 19px;
}
.publicationsFeed .feedHeader 
{
    width: 136px;
    height: 19px;
}
#FeedWrapper .feedHeader .feedTitle 
{
    float: left;
    width: 109px;
    /*height: 16px; jos joku leviaa niin... */
    font-size: 11px;
    font-weight: bold;
    color: #B70050;
    padding: 0;
    overflow: hidden;
}
#FeedWrapper .feedHeader .rssIcon 
{
    float: left;
    padding: 0 0 0 8px;
}
#FeedWrapper .feedHeader .rssIcon img 
{
    border: 0px;
}
#FeedWrapper .bgHelperDiv .feedBody
{
    width: 136px;
    min-height: 42px;
}
#FeedWrapper .bgHelperDiv .feedBody .feedLinks 
{
    padding: 0 18px 0 0;
    height: 95px;
}
#FeedWrapper .feedFooter 
{
    width: 136px;
}
#FeedWrapper a 
{
    font-size: 11px;
    color: #b70050;
    text-decoration: none;
}
#FeedWrapper a:hover 
{
    color: #7e7e7e;
}

#ProductSearchResult 
{
    clear: both;
    width: 440px;
}
#ProductSearchResult .resultRow 
{
    clear: both;
    display: block;
    padding-top: 11px;
    border-top: solid 1px #999999;
    min-height: 96px;
}
#ProductSearchResult .resultRow:first-child
{
    clear: both;
    display: block;
    padding-top: 11px;
    border-top: solid 0px #999999;
}

#ProductSearchResult .resultRow .imageCell
{
    float: left;
    /*position: relative;*/
    width: 83px;
    height: 83px;
    border: solid 1px #999999;
}
#ProductSearchResult .resultRow .imageCell img 
{
    width: 72px;
    height: 72px;
    padding-left: 5px;
    padding-top: 5px;
    /*
    position: absolute;
    margin-top: -36px;
    margin-left: -36px;
    top: 50%;
    left: 50%;
    */
}
#ProductSearchResult .resultRow .textCell 
{
    float: left;
    padding: 0 10px 0 10px;
    width: 335px;
    line-height: 18px;
    margin-bottom: 11px;
}
#ProductSearchResult .resultRow .textCell a 
{
    color: #b70050;
    font-size: 12px;
    padding: 0px;
    text-decoration: none;
}
#ProductSearchResult .resultRow .textCell a:hover
{
    text-decoration: underline;
}

/* Web-osan otsikkokuvake otsikon oikealle puolelle*/
.ms-standardheader img 
{
    float: right;
}

/* Endero.Atria.Web.SearchBox */

/* languageSelectoria asemoiva div */
#MainWrapper .languageSelectorDiv 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/languageselect_bg_left.png') no-repeat;
    float: left;
    height: 23px;
    padding: 5px 0 0 8px;
    width: 130px;
    margin-left: 695px;
}
    #MainWrapper .languageSelectorDiv ul li a 
    {
        border: 0;
        color: #333333;
        font-size: 11px;
        text-align: left;
    }
    #MainWrapper .languageSelectorDiv ul li a:hover, #MainWrapper .languageSelectorDiv ul li a.selected 
    {
        background-color: #B70050;
        color: #FFFFFF;
    }

/* searchAreaa asemoiva div */
#MainWrapper .searchAreaDiv 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/searchareadiv_bg.gif') repeat-x;
    float: right;
    height: 26px;
    padding: 8px 0 0 0;
    width: 138px;
}

#MainWrapper .searchArea .ms-sbscopes
{
    display: none;
}

#MainWrapper .searchArea #SRSB 
{
    /*width: 148px;*/
    padding: 0 0 0 0;
}
#MainWrapper .searchArea .ms-sbtable-ex,
#MainWrapper .searchArea .ms-sbtable, 
#MainWrapper .searchArea TD.ms-sbcell, 
#MainWrapper .searchArea .ms-sbrow
{
    width: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*#Header .searchArea .textBox */
#MainWrapper .searchArea TD.ms-sbcell input {
    width: 80px !important;
    height: 12px;
    background-color: white;
    font-family: Arial; 
    font-size: 10px;
    color: #777777;
    border-top: solid 1px #6A6A6A;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #6A6A6A;
    padding-left: 9px;
    padding-top: 1px;
    /*margin-top: 1px;*/
}

#MainWrapper .searchArea TD.ms-sbcell a img
{
    margin-top: -2px;
}
#MainWrapper .searchArea TD.ms-sbgo
{
    background-color: Transparent;
    padding: 2px 0 0 0;
}

#MainWrapper .searchArea A
{
    padding: 0px;
}

#MainWrapper .searchArea .search-textbox-moss
{
    float: right;
    /*background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/search_bg_input.gif') no-repeat;*/
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
#MainWrapper .searchArea .selectSearch 
{
    float: left;
    padding: 0 0 0 0;
    margin-top: -3px;
}
#MainWrapper .searchArea .selectSearch input
{
    padding: 5px 5px 5px 5px;
    margin: 5px;
}

#MainWrapper .searchArea .search-textbox-moss .ms-sbLastcell
{
    /* Piilotettu koska muuten hakuboksi bugittaa IE-selaimessa */
    display: none;
}

#MainWrapper .searchArea .search-helplink-moss
{
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

/* core.css */
.ms-sbtable 
{
    font-style: normal;
    font-family: Arial;
    font-weight: normal;
    font-size: 0.7em;
}

.ms-sbtable-ex 
{
    border-collapse: collapse;
}
/* core.css. MOSS OOB overridden styles */


.ms-WPBorder 
{
    border: 0px;
}

.productMetaDataTable 
{
    width: 432px;
    background-color: #e6e6e6;
    padding-left: 17px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 16px;
}
.productMetaDataTable td.column1 
{
    width: 129px;
}

.productMetaDataTable a 
{
    font-weight: normal;
}

#openPosition .productMetaDataTable
{

    }

#openPosition .productMetaDataTable th
{
    font-weight: bold;
    text-align: left;
}
#openPosition .productMetaDataTable td
{
    font-weight: normal;
}

a.pdfLink 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/pdf_img.gif') no-repeat top left;
    padding-left: 20px;
}

/* Web Part Headers on Endero.Ahlstrom.Web.ProductMarketingPage.aspx pages */

.WPHeaderStyles .ms-WPHeader 
{
    clear: both;
    display: block;
    padding-left: 4px;
    width: 183px;
    /*height: 32px;*/
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/images/webpart_title_bg.gif') no-repeat top left;
}
.WPHeaderStyles .ms-WPHeader H3 
{
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    /*border: solid 1px red;*/
    vertical-align: top;
    float: left;
    padding: 0px 0px 0px 0px;
}
.WPHeaderStyles .ms-WPHeader H3 img 
{
    width: auto;
    height: auto;
    float: right;
    margin: -2px 0px 0px 0px !important;
    padding-top: 9px !important;
    /*border: 0px !important;*/
}

.WPHeaderStyles .ms-WPHeader H3 span 
{
    float: left;
    margin-left: 4px;
    width: 120px;
    overflow: hidden;
    margin-top: -1px;
}

.WPHeaderStyles .ms-WPHeader td 
{
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.WPHeaderStyles .ms-standardheader, 
.WPHeaderStyles .ms-WPTitle 
{
    padding: 0px 0px 0px 0px;
}

/* Web Part Headers on Endero.Ahlstrom.Web.ProductMarketingPage.aspx pages */

/* Form Generator */

.FormGeneratorForm {
	padding: 20px 0 20px 0;
	font-family: Arial;
	font-size:11px;
}
.FormGeneratorFormItem {
	padding: 5px 0 0 20px;
	clear: both;
}
.FormGeneratorFieldName {
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 5px;
	/*width:160px;*/
}
.FormGeneratorFormField input {
	border: 1px solid #4c4c4c;
	width: 200px;
}
.FormGeneratorFormField TEXTAREA 
{
    border: 1px solid #4c4c4c;
	width: 220px;
}
.FormGeneratorFormField table {
	padding: 0;
	margin: 0;
}
.FormGeneratorFormField table input {
	border: 0;
	width: 20px;
}
.FormGeneratorFormField table td {
	padding: 0 0 0 15px;
	margin: 0;
}
.FormGeneratorFormField select {
	width: 150px;
}
.FormGeneratorFormField textarea {
	width: 160px;
}
.FormGeneratorFormField .FormGeneratorCheckBox input 
{
    border: 0;
    width: 20px;
}
.FormGeneratorSubmitButton 
{
    display: block;
	width: 63px;
    height: 21px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/bg_form_btn_off.gif') no-repeat;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 3px;
    border: 0px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    float:left;

}
.FormGeneratorClearButton 
{
    display: block;
	width: 63px;
    height: 21px;
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/bg_form_btn_off.gif') no-repeat;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 3px;
    border: 0px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    float:left;

}
.FormGeneratorSubmitButton:hover 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/bg_form_btn_on.gif') no-repeat;
    color: #ffffff;
}

.FormGeneratorClearButton:hover 
{
    background: transparent url('/_layouts/Endero.Ahlstrom.Web/Images/bg_form_btn_on.gif') no-repeat;
    color: #ffffff;
}

.FormGeneratorSummary 
{
    clear:both;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    }

.FormGeneratorThankYouText 
{
    padding-bottom: 40px;
}

.FormGeneratorFormUploadField input
{
    border:1px solid #4c4c4c;
	width:270px;
	height: 21px;
	background-color: #ffffff;
	font-family: Arial;
    font-size: 12px;
}

.FormGeneratorFormUploadField 
{
    height: 30px;
}

.FormGeneratorUploadFileType 
{
    height: 15px;
}

/* Form Generator */

.hiddenElement 
{
    display: none;
}

 #ContentArea .ProductPageContent .LeftArea h3,  
 #ContentArea .PageContent .LeftArea h3
 {
     margin-top:50px;
}
     
/* Search */

.srch-results .srch-Title 
{
    padding: 0px;
}
.srch-results .srch-Title a 
{
    padding: 0px 0px 0px 10px;
}
.srch-results .metadescription 
{
    height: 0px;
}
.ms-navheader 
{
    font-weight: bold;
    color: #777777;
    background-color: white;
}
a.ms-navheader:hover 
{
    color: #777777;
}

/* Search */


.ms-WPBody a img
{
 border: 0px !important;
}


/* CLEARFIX to fix backgrounds etc for elements that have floated child elements */
.clearfix:after, 
.resultRow:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix, 
.resultRow
{
	display: inline-block;
}
html[xmlns] .clearfix, 
html[xmlns] .resultRow
{
	display: block;
}
* html .clearfix, 
* html .resultRow
{
	height: 1%;
}

#Footer .wrapper .backToTopDiv 
{
    color: #333333;
    background-color: #E6E6E6;
    height: 20px;
    width: 137px;
    font-size: 9px;
    float: left;
    text-align: right;
    padding: 5px 16px 0 0;
}

    #Footer .wrapper .backToTopDiv a
    {
        color: #333333;
        margin-right: 5px;
    }

    #Footer .wrapper .backToTopDiv a:hover
    {
        color: #B70050;
    }
    
/* etusivun nostokuvien kuvakaari */

div.etusivuKuvakaari {
	background-image: url('/_layouts/Endero.Ahlstrom.Web/Images/nostokuvakaari.png');
	height: 31px;
	left: 0;
	position: absolute;
	top: 0;
	width: 128px;
}
div.etusivuNostokuva {
	position: relative;
	margin-right: 8px;
}

/* AddThis - Vertical Hover Menu */

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    font-weight: bold;
    padding: 0;
    /*padding: 6px 12px 6px 12px;*/
    color: #00bff3;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background-color: #eee;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
    margin-top: -160px;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #00bff3;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    color: #027999;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

/* Sitemap */

.level-section {
    margin-bottom: 6px;
}
.level-band {
    background-color: transparent;
    margin-left: 0;
    margin-right: 3px;
    padding: 2px 0 2px 0;
}
.headertitle-band, .headertitle-band a, .headertitle-band a:link {
    color: #b70050;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
    .headertitle-band a:visited, .headertitle-band a:active {
        color: #b70050;
        text-decoration: none;
    }
    .headertitle-band a:hover {
        color: #7e7e7e;
        text-decoration: none;
    }
.headertitle, .headertitle a, .headertitle a:link {
    color: #b70050;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
    .headertitle a:visited, .headertitle a:active {
        color: #b70050;
        text-decoration: none;
    }
    .headertitle a:hover {
        color: #7e7e7e;
        text-decoration: none;
    }
.level-header {
    padding: 2px 0;
}
.level-item, .level-item a, .level-item a:link {
    color: #b70050;
    font-family: Arial;
    font-size: 11px;
}
    .level-item a:visited, .level-item a:active {
        color: #b70050;
        text-decoration: none;
    }
    .level-item a:hover {
        color: #7e7e7e;
        text-decoration: none;
    }
.level-item-pos {
    margin: 2px 3px;
    padding: 1px 0;
}
.level-bullet {
    background-image: url("/_layouts/Endero.Ahlstrom.Web/Images/bullet_1st.gif");
    background-position: left center;
    background-repeat: no-repeat;
    border-color: inherit;
    border-style: none;
    border-width: 0;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: top;
}

.etusivuNostorivi .ms-WPBody 
{
    width: 136px;
}
