@import url(generic.css);

HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	background: #fff;
}

.hidden {
	display: none;
}

.health A {
	color: #9ab04f;
}

.sport A {
	color: #ff8346;
}

.column-one-third {
	width: 28%;
	padding: 0;
	padding: 0 2.5% 0 2.5%;
	margin-left: -1px;
	float: left;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.column-one-third.first-child,
.column-one-third:first-child {
	border-left: 0;
	margin-left: 0;
	padding: 0;
}

.column-one-third.last-child,
.column-one-third:last-child {
	border-right: 0;
}

#doc {
	font-size: .75em;
	width: 966px;
	margin: 0 auto;
}

#doc.start {
	color: #4d616b;
}

#doc.start #header {
	margin-top: 20px;
	background: url(../img/main-bg-top.png) left bottom no-repeat;
	padding-bottom: 26px;
}

	#doc.start .languages {
		float: right;
	}

		#doc.start .languages LI {
			float: left;
		}
	
		#doc.start .languages A {
			text-indent: -1000px;
			height: 24px;
			overflow: hidden;
			display: block;
		}
		
	
		#doc.start .languages .english A {
			width: 61px;
			background: url(../img/language.png) left top no-repeat;
		}
	
		#doc.start .languages .svenska A {
			width: 67px;
			background: url(../img/language.png) right top no-repeat;
		}

	#logo {
		text-indent: -1000px;
		overflow: hidden;
		display: block;	
	}
		
	#doc.start #logo {
		width: 103px;
		height: 22px;
		background: url(../img/logo-main.png) no-repeat;
	}
	
#doc.start #content {
	clear: both;
	background: url(../img/main-bg-middle.png) repeat-y;
	overflow: hidden;
	padding: 0;
}

	#doc.start .column {
		width: 403px;
		padding: 250px 40px 10px 40px;
		overflow: hidden;
	}

		#doc.start .column-health {
			float: left;
		}

		#doc.start .column-health A {
			color: #9ab04f;
		}

		#doc.start .column-sport A {
			color: #ff8346;
		}
		
		#doc.start .column IMG {
			margin-top: -270px;
			float: left;
		}

		.admin #doc.start .column IMG {
			margin-top: -290px; /* Don't hide cmSlot */
		}
		
		#doc.start .column H1 {
			font: normal 3.2em georgia, serif;
			letter-spacing: -.05em;
			min-height: 44px;
			padding-left: 30px;
			background: url(../img/icon-arrow.png) center left no-repeat;
			margin: 0;
		}

		#doc.start .column H1 A {
			color: #4d616b;
		}

		#doc.start .lift H2 {
			font: normal 1.8em georgia, serif;
			margin-left: -110px;
			background: url(../img/dash.png) left bottom repeat-x;
			padding-bottom: .5em;
		}

		#doc.start .lift-health H2 A {
			background: url(../img/icon-viikon-tuote.png) left center no-repeat;
			padding-left: 110px;
		}

		#doc.start .lift-sport H2 A {
			background: url(../img/icon-blogi.png) left center no-repeat;
			padding-left: 67px;
		}

		#doc.start .lift-sport H2.kilpailu A {
			background: url(../img/icon-kilpailu.png) left center no-repeat;
			padding-left: 79px;
		}


		#doc.start .lift H3 {
			font: normal 1.33em georgia, serif;
			margin: 0 0 .5em 0;
		}

		#doc.start .lift H2 A {
			color: #4d616b;		
		}

		#doc.start .lift {
			padding-left: 110px;
			margin: 3em 0;
		}

		#doc.start .lift P {
			margin-top: 0;
		}
		
		#doc.start .column .lift IMG {
			margin: 0 0 0 -110px;
			float: left;
		}

		#doc.start .column .product-groups {
			margin: 1em 0;
			height: 10em;
		}

		#doc.start .column-health .product-groups { color: #9ab04f; }
		#doc.start .column-sport .product-groups { color: #ff8346; }
		
		#doc.start .column .product-groups LI {
			display: inline;
			font: 1.3em georgia, serif;
			line-height: 1.5em;
		}
		
		#doc.start .column H2.news {
			font: normal 1.8em georgia, serif;
			padding-bottom: .35em;
		}

		#doc.start .column H2.news A {
			color: #4d616b;
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 26px;
		}

			#doc.start .column-health H2.news A {
				background-image: url(../img/icon-list-health.png);
			}
	
			#doc.start .column-sport H2.news A {
				background-image: url(../img/icon-list-sport.png);
			}
		
		#doc.start .column H2.news {
			background: url(../img/dash.png) left bottom repeat-x;
		}
		
		#doc.start .column UL.news {
			padding-bottom: .35em;
			height: 6.1em;
		}

			#doc.start .column UL.news LI {
				padding: .35em 0 .35em 5.3em;
				background: url(../img/dash-dim.png) left top repeat-x;
			}

			#doc.start .column UL.news LI.first-child,
			#doc.start .column UL.news LI:first-child {
				background: none;
			}
			
			#doc.start .column UL.news .date {
				float: left;
				margin-left: -6.2em;
				margin-top: .2em;
				font-size: .85em;
			}
				
#footer {
	clear: both;
	padding: 2.5em 0 2em 120px;
	background: url(../img/main-bg-bottom.png) center top no-repeat;
}

#footer .contact {
	font-size: 1.17em;
	font-family: georgia, serif;
	margin: 1em 0;
	clear: both;
}

#doc.start #footer .contact {
	color: #384e58;
}

#footer .nav {
	overflow: hidden;
}

#footer .nav LI {
	float: none;
	padding: .25em 0;
	line-height: 1em;
	margin: 0;
	display: block;
	font-size: 1.2em;
	clear: left;
}
	
	#footer .nav A {
		color: #384e58;
		float: left;
		width: 4em;
	}

	#footer .nav UL {
		float: left;
		margin-left: 1em;
	}

	#footer .nav UL LI {
		float: left;
		clear: none;
		border-left: 1px solid #384e58;
		font-size: 1em;
		padding: .2em 0 0 .5em;
		margin-left: .5em;
		font-size: .8em;
		display: inline;
	}

	#footer .nav UL LI A {
		width: auto;
	}

	#footer .nav UL LI.first-child,
	#footer .nav UL LI:first-child {
		border: 0;
		padding-left: 0;
	}
	

BODY.health {
	background: #ebf6f7 url(../img/health-bg.png) center top no-repeat; 
}

BODY.sport {
	background: #1a1d21 url(../img/sport-bg.png) center top no-repeat; 
}

A.external,
A[href^="http://"] {
	background: url(../img/icon-external-link.png) center right no-repeat;
	padding-right: 18px;
}

.small {
	font-size: .9em;
}

INPUT.submit,
INPUT.button,
.btn {
	background-repeat: no-repeat;
	padding: .5em 1em;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.health INPUT.submit,
.health INPUT.button,
.health .btn {
	background-image: url(../img/health-button-bg.png);
	background-color: #5f6d31;
	background-position: top right;
	/*border-bottom: 1px solid #1f2410;
	border-left: 1px solid #8ea249;*/
}

.sport INPUT.submit,
.sport INPUT.button,
.sport .btn {
	background-image: url(../img/sport-button-bg.png);
	background-color: #ff8346;
	background-position: bottom right;
}

.titled-inline-list {
	display: inline;
	font: bold 1em georgia, serif;
}

.titled-inline-list UL {
	display: inline;
}

.titled-inline-list UL LI {
	display: inline;
}

#main .titled-inline-list UL LI A {
	text-decoration: none;
	border-left: 1px solid #757575;
	padding: 0 .3em 0 .5em;
}

.health #main .titled-inline-list UL LI.selected A {
	color: #9ab04f;
}

.sport #main .titled-inline-list UL LI.selected A {
	color: #ff8346;
}
	
#main .titled-inline-list UL LI.first-child A,
#main .titled-inline-list UL LI:first-child A {
	border: 0;
}

#header {
	background: url(../img/content-top-bg.png) left bottom no-repeat;
}
	
	.sub #header .languages,
	.sub #header .shortcuts {
		text-align: right;
		color: #959494;
		font-size: .92em;
		margin-bottom: 20px;
	}

	.sub #header .shortcuts {
		text-align: left;
		float: left;
	}

		.sub #header .languages LI,
		.sub #header .shortcuts LI {
			display: inline;
		}

		.sub #header .languages LI,
		.sub #header .shortcuts LI {
			border-left: 1px solid #959494;
			padding-left: .5em;
			margin-left: .5em;
		}

		.sub #header .languages LI.first-child,
		.sub #header .languages LI:first-child,
		.sub #header .shortcuts LI.first-child,
		.sub #header .shortcuts LI:first-child {
			border-left: none;
			padding-left: .5em;
			margin-left: .5em;
		}
		
		.sub #header .languages LI A,
		.sub #header .shortcuts LI A {
			color: #959494;
			line-height: 2.3em;
		}
		
	.health #logo {
		background: url(../img/logo-health.png) no-repeat;	
		width: 103px;
		height: 41px;
		float: left;
		margin: 0 115px 0 38px;
	}

	.se.health #logo {
		background: url(../img/logo-health-se.png) no-repeat;
	}

	.sport #logo {
		background: url(../img/logo-sport.png) no-repeat;	
		width: 104px;
		height: 41px;
		float: left;
		margin: -3px 90px 12px 38px;
	}

	.se.sport #logo {
		background: url(../img/logo-sport-se.png) no-repeat;
	}

	.extranet #logo {
		background: url(../img/logo-extranet.png) no-repeat;	
		width: 103;
		height: 38px;
		float: left;
		margin: -3px 90px 12px 38px;
	}

	.en #logo {
		background: url(../img/logo-english.png) no-repeat;
	}
	
	#header {
		overflow: hidden;
	}
	
	.extranet #header {
		padding-top: 4em;
	}
		
	#header .nav {
		float: left;
		margin-bottom: 1.5em;
	}

		#header .nav LI {
			float: left;
			margin: 0 25px;
		}

		.health #header .nav LI {
			margin: 0 45px;
		}
		
		.sport #header .nav LI {
			margin: 0 25px;
		}

		#header .nav A {
			font: bold 1.33em georgia, serif;
			line-height: 2em;
		}
		
		.health #header .nav A {
			font: bold 1.5em georgia, serif;
			line-height: 1.6em;
		}
		
		.sport #header .nav A {
			font: bold 1.33em georgia, serif;
			line-height: 2em;
		}
		

		.health #header .nav A { color: #4d616b; }
		.sport #header .nav A { color: #d4d5d6; }
	
		.health #header .nav .selected A { color: #9bc11b; }
		.sport #header .nav .selected A { color: #ff8346; }
		
	#header .search {
		float: right;
	}
	
	#header .search FIELDSET * {
		float: left;
	}
	
		#header .search .text {
			background: url(../img/health-search-input-bg.png) no-repeat;
			width: 189px;
			height: 17px;
			line-height: 17px;
			padding: 6px 6px;
			border: 0;
		}
		
		#header .search .submit {
			font: normal 1em georgia, serif;
			height: 29px;
			line-height: 29px;
			padding: 0 .5em;
		}

		.health #header .search .submit { color: #5a5c59; }

		.sport #header .search .submit { color: #d4d5d6; }

		#header .search .submit:hover {
			text-decoration: underline;
		}
	
#content {
	background: url(../img/content-middle-bg.png) repeat-y;
	min-height: 500px;
	padding: 23px 28px 18px 234px;
	overflow: hidden;
}

	#content.fullwidth {
		padding-left: 28px;
	}

	#content.fullwidth #main {
		width: 100%;
	}

	#content.with-sidebar {
		background-image: url(../img/content-middle-bg-with-sidebar.png);
	}

	#content.fullwidth {
		background-image: url(../img/content-middle-bg-fullwidth.png);
	}
	
	#content.inverted {
		background-image: url(../img/content-middle-bg-right-nav.png);
		padding-left: 28px;
		padding-right: 264px;
	}
	
	#navibar {
		padding: 0 56px 0 0;
		width: 150px;
		float: left;
		margin-left: -206px;
		color: #878787;
	}

		#content.inverted #navibar {
			width: 180px;
			margin-right: -236px;
			margin-left: 0;
			float: right;
			padding: 0 0 0 0;
		}
	
		#navibar .nav {
			background: url(../img/dash.png) left bottom repeat-x;
		}
		
		#navibar H3 {
			font: bold 1em georgia, serif;
			color: #565853;
			padding-left: 10px;
			margin: 1.5em 0;
		}
		
		#content.inverted #navibar H3 {
			color: #878787;
			font: bold 1.7em georgia, serif;
			padding-left: 0;
			margin-bottom: 1em;
		}

		#navibar H4 {
			font: bold 1.17em arial, helvetica, sans-serif;
		}
		
		H4.month {
			text-transform: capitalize;
			margin: 0 0 .5em 0;
			padding-bottom: .5em;
			border-bottom: 1px solid #e0e0e0;
		}

		UL.blog-archive {
			margin-bottom: 1em;
		}

		UL.blog-archive LI {
			margin: .75em 0;
		}
		
		UL.blog-archive A {
			color: #ff8346;
		}

		#navibar .nav LI {
			background: url(../img/dash.png) left top repeat-x;		
			padding-top: 1px;
			margin-top: -1px;
		}

		#navibar .nav A {
			display: block;
			padding: .7em 0 .5em 10px;
			background: url(../img/dash.png) left bottom repeat-x;
			font-size: 1.17em;
		}

		.health #navibar .nav A { color: #9ab04f; }
		.sport #navibar .nav A { color: #ff8346; }

		#navibar .nav .selected {
			padding-bottom: 1px;
		}

		#navibar .nav .selected A {
			color: #fff;
			padding-left: 32px;
			margin: 1px 0;
		}

		.health #navibar .nav .selected A {
			background: #9ab04f url(../img/health-navi-indicator.png) left center no-repeat;
		}

		.sport #navibar .nav .selected A {
			background: #ff8346 url(../img/sport-navi-indicator.png) left center no-repeat;
		}
	
	#main {
		width: 704px;
		line-height: 1.5em;
		color: #666;
	}
	
	#content.inverted #main {
		width: 674px;
	}
	
	#main .column-one-third H2 {
		margin-top: 0;
		font-size: 1.4em;
	}

	#content.with-sidebar #main {
		width: 454px;
	}
	
	#main A {
		color: #384f59;
		text-decoration: underline;
	}

	#main H1 {
		font: normal 3.17em georgia, serif;
		color: #4d616b;
		margin: .5em 0 1em 0;
	}
	
	#navibar H1 {
		font: bold 1.33em georgia, serif;
		margin: 0 0 1em 0;
		color: #4d616b;
	}

	#navibar H1 A {
		color: #4d616b;
	}
	
	#main H1.small {
		color: #555753;
		font: normal 2em georgia, serif;
		margin: .2em 0 1em 0;
	}
	
	#main H1.product-listing {
		color: #555753;
		font: normal 1.5em georgia, serif;
		margin: .2em 0;
	}

	#main UL.products {
		background: url(../img/dash.png) left top repeat-x;
		padding-top 1px;
		color: #565853;
	}
	
		#main UL.products LI {
			padding: 1em 0 1em 190px;
			background: url(../img/dash.png) left bottom repeat-x;
			margin: 1em 0;
			overflow: hidden;
		}
	
		#main UL.products .product-img {
			float: left;
			margin-left: -190px;
			display: block;
		}

		#main UL.products H2 {
			font: normal 2.2em georgia, serif;	
			margin: 0;	
		}

		#main UL.products H2 A {
			color: #384f59;
		}

		#main UL.products .summary {
			font-size: 1.17em;
		}

		#main UL.products .comment {
			font-style: italic;
			font-family: georgia, serif;
			line-height: 1.5em;
		}

		#main UL.products .comment A {
			text-decoration: none;
		}

		#main UL.products .comment-with-img {
			padding-left: 60px;
		}

		#main UL.products .comment IMG {
			margin-left: -60px;
			float: left;
			display: block;
		}

		#main UL.products .comment .name {
			font-style: normal;
		}
				
	#sidebar {
		float: right;
		padding: 1.5em 32px 0 32px;
		width: 187px;
		margin-right: -28px;
		color: #666;
		line-height: 1.35em;
	}
	
	#sidebar A {
		color: #7a8990;
		text-decoration: underline;
	}
	
	#sidebar P {
		margin: 1.5em 0;
	}
	
	#sidebar STRONG {
		font-family: georgia, serif;
	}
	
	#sidebar .googlemap {
		width: 187px;
		height: 187px;
		background: #ccc;
		overflow: hidden;
	}
	
	#feedback TH {
		text-align: right;
		font-weight: normal;
		padding-right: 1em;
		font-size: 1.17em;
		padding-top: .3em;
	}

	#feedback LABEL {
		color: #666;
	}
	
	#feedback INPUT.text,
	#feedback INPUT[type=text],
	#feedback SELECT,
	#feedback TEXTAREA {
		width: 296px;
		padding: .2em .4em;
	}
	
	#feedback TD {
		padding-bottom: .5em;
	}
	
	.faq UL {
		margin-bottom: 3em;
	}
	
	.faq UL .question {
		font-weight: bold;
		margin-bottom: .5em;
	}
	
	.faq UL.flat LI {
		margin: 2em 0;
	}
	
	UL.news H2 {
		font: bold 1.1em arial, helvetica, sans-serif;
		margin: 1em 0 .2em 0;
	}
	
	#main UL.news H2 A {
		text-decoration: none;
	}

	#main UL.news H2 A:hover {
		text-decoration: underline;
	}
	
	#main .researches H2 {
		font: bold 1.2em arial, helvetica, sans-serif;
		margin: 2em 0 .5em 0;
	}

	#main .researches H3 {
		margin: .25em 0 .25em 2em;
	}

	#main .researches H3 A {
		font: normal .75em arial, helvetica, sans-serif;
		text-decoration: none;
	}

	#main .researches H3 A:hover {
		text-decoration: underline;
	}
	
	#main A.back {
		text-decoration: none;
	}
	
	#product-info {
		padding-left: 250px;
		padding-top: 20px;
		padding-right: 20px;
		color: #666;
		overflow: hidden;
	}
	
		#product-info .side {
			margin-left: -250px;
			float: left;
			padding-left: 25px;
			width: 225px;
		}
		
		#product-info .product-img {
			width: 200px;
			position: relative;
		}

		.fi #product-info .product-img .buy-splash {
			background: url(../img/splash-katso-ostopaikat.png) 0 0 no-repeat;
		}

		#product-info .product-img .buy-splash {
			width: 86px;
			height: 86px;
			display: block;
			position: absolute;
			left: -25px;
			bottom: 0;
			text-indent: -1000px;
			overflow: hidden;
			-webkit-transition: -webkit-transform 1s ease-in;
			display: none;
		}
		
		.fi #product-info .product-img .buy-splash:hover {
			-webkit-transform: rotate(30deg);
 		}
		
		#product-info H1 {
			font: normal 3em georgia, serif;
			color: #384f59;
			margin-top: .2em;
		}
		
		#product-info .summary {
			font-size: 1em;
		}
		
		#product-info H2 {
			font-size: 1em;
		}
		
		#product-info A {
			color: #666;
			text-decoration: underline;
		}
		
		#product-info .prices {
			font: normal 1.17em georgia, serif;
			color: #757575;
			margin: 1em 0;
		}

		#product-info .prices .price {
			white-space: nowrap;
		}

		#product-info .prices .value {
			font-weight: bold;
		}

		#product-info .prices .unit {
			font-size: .9em;
		}
		
		#product-info .download-pdf,
		#product-info .where-to-buy {
			color: #757575;
			font-weight: bold;
		}

		#product-info .download-pdf A,
		#product-info .where-to-buy A {
			font-weight: normal;
		}
		
	#product-meta {
		width: 691px;
		margin: 2em 0;
		color: #767974;
		overflow: hidden;
	}
	
		#product-meta .tab-header {
			background: url(../img/product-box-bg.png) left top no-repeat;
			overflow: hidden;
		}
		
		.se .tab-header-comments {
			display: none;
		}

		#product-meta .tab-header LI {
			float: left;
			text-align: center;
			width: 16.6%;
			height: 4em;
			padding-top: 1.5em;
			background: url(../img/product-box-navi-indicator.png) left bottom no-repeat;
		}

		#product-meta .tab-header LI.selected {
			background: url(../img/product-box-navi-indicator.png) center bottom no-repeat;
		}

		#product-meta .tab-header LI A {		
			color: #4d616b;
			font: bold 1em georgia, serif;
			text-decoration: none;
			margin: 0 1em;
			display: block;
		}

		#product-meta .tab-header LI A:hover {
			text-decoration: underline;		
		}

		.health #product-meta .tab-header LI.selected A { color: #9bc11b; }
		.sport #product-meta .tab-header LI.selected A { color: #ff8346; }
		
		#product-meta .tab {
			background: url(../img/product-box-bg.png) left bottom no-repeat;
			display: none;
			padding: 30px;
			overflow: hidden;
		}
		
		#product-meta .tab-selected {
			display: block;
		}

		#product-meta H2 {
			margin-top: 0;
		}
		
		H2 {
			font: bold 1.7em georgia, serif;
		}

		H3 {
			font: bold 1.33em georgia, serif;
		}

		#product-meta #comments {
			color: #757575;
		}

		.se #product-meta #comments {
			display: none;
		}

		#product-meta #comments LI {
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: 2em;
			margin-bottom: 2em;
			overflow: hidden;
		}
		
		#product-meta #comments LI.with-image {
			padding-left: 120px;
		}

		#product-meta #comments LI.with-image .user-img {
			margin-left: -120px;
			float: left;
			clear: left;
		}

		#product-meta #comments LI.with-image H3 {
			margin-left: -120px;
			margin-top: 0;
		}

		#product-meta #comments LI .user {
			font: italic normal 1em georgia, serif;
			color: #000;
		}

		#product-meta #comments LI .answer {
			margin: 1em 0;
			font-style: italic;
		}		

		#product-meta #comments LI .answer .legend {
			font-weight: bold;
		}		
		
		#product-meta #comments .disclaimer {
			margin: .5em 0;
			width: 30em;
			text-align: left;
			font-size: 1em;
			display: block;
			float: none;
		}

		.db-interface FORM H3 {
			margin-bottom: 2em;
		}
		
		.db-interface FORM FIELDSET {
			display: block;
			margin: .5em 0;
			padding-left: 10em;
		}

		.db-interface FORM LABEL {
			margin-left: -10em;
			margin-top: .25em;
			width: 9em;
			float: left;
			text-align: right;
			font-size: 1.17em;
		}

		.db-interface FORM INPUT.text,
		.db-interface FORM TEXTAREA {
			width: 25em;
			padding: .5em;
		}

		.db-interface FORM INPUT.text {
			padding: .25em .5em;
		}

		.db-interface FORM .help {
			font-size: .9em;
			color: #888;
			display: block;
		}
		
		.db-interface FORM .submit {
			display: block;
			margin-top: 1em;
		}
		
		.db-interface .preview {
			opacity: .25;
			border-color: #ccc;
		}
		
		.db-interface .thanks {
			color: #555;
			font-size: 2em;
			font-weight: bold;
			text-align: center;
			display: none;
			margin-top: -6em;
			text-shadow: #fff 0 0 .5em;
			line-height: 1.5em;
		}
		
		.faq .thanks,
		#faq .thanks {
			margin-top: -1em;
		}
		
		.autoclear-default {
			color: #999;
		}
		
		FORM .invalid {
			border-color: red;
			background: url(../img/label-virhe.png) right center no-repeat;
		}

		FORM TEXTAREA.invalid {
			background-position: right top;
		}
		
		.sending {
			display: none;
			width: 32px;
			height: 32px;
			margin: 10em auto;
			background: url(../img/ajax-loader.gif) center center no-repeat;
			text-indent: -1000px;
			overflow: hidden;
		}
		
		#faq .question {
			font-weight: bold;
			padding: 0;
			margin: 0;
		}
		
		#faq .answer {
			margin: 0;
			padding: 0;
		}

		#faq .answer P {
			margin: 0 0 1em 0;
		}
		
		#faq FORM H3 {
			margin: 2em 0 1em 0;
		}
		
		.column {
			width: 50%;
			float: left;
		}
		
		#buy LI {
			margin: .2em 0;
		}
	
	FORM.site-search .text {
		width: 30em;
		padding: .15em .5em;
		font-size: 1em;
	}
	
	FORM.site-search .msg {
		font-size: 1em;
		margin: 2em 0;
	}
	
	UL.people {
		margin-top: 3em;
	}
		
	UL.people LI {
		padding-left: 150px;
		margin: 1.5em 0;
		padding-bottom: 1.5em;
		border-bottom: 1px solid #e5e5e5;
	}

	UL.people IMG {
		margin-left: -150px;
		float: left;
	}
	
	UL.people H2 {
		font: bold 1.33em georgia, serif;
		color: #767974;
		margin: 0 0 .5em 0;
	}
	
	UL.people .title {
		font-family: georgia, serif;
	}
	
	UL.people .contact {
		color: #9ab04f;	
	}

	#main UL.people .contact A {
		text-decoration: underline;
		color: #9ab04f;	
	}
	
	#content.campaign .intro {
		padding-left: 340px;
		overflow: hidden;
		margin-bottom: 2.5em;
	}
	
	#content.campaign H1 {
		margin-bottom: .5em;
	}

	#content.campaign .intro P {
		margin: 0 0 1em 0;
	}

	#content.campaign .intro EM {
		font-family: georgia, serif;
	}

	#content.campaign .intro .flowplayer,
	#content.campaign .intro IMG.photo {
		width: 320px;
		background: #eee;
		margin-left: -340px;
		float: left;
	}

	#content.campaign .intro .flowplayer {
		height: 240px;
	}

	UL.related-products LI {
		margin: 2em 0;
		text-align: center;
	}
	
	UL.related-products IMG {
		margin: 0 auto;
		display: block;
		margin-bottom: .5em;
	}
	
	UL.related-products A {
		color: #6d706b;
		font: normal 1.17em georgia, serif;
	}
	
	UL.resellers LI {
		margin: .25em 0; 
	}

	UL.athletes {
		margin-top: -3em;
		padding: 0 40px 0 30px;
	}

	UL.athletes LI {
		padding: 1em 0 2em 136px;
		border-top: 1px solid #e5e5e5;
		clear: left;
	}

	UL.athletes LI.first-child,
	UL.athletes LI:first-child {
		border: 0;
	}

	/*UL.athletes LI.last-child,
	UL.athletes LI:last-child {
		border: 0;
	}*/

	.athletes LI H2 {
		margin-top: 0;
		font: bold 1.33em georgia, serif;
		color: #ff8346;
	}
	
	.athletes .blogger .bubble {
		position: relative;
		z-index: 10;
		overflow: hidden;
		margin: 0 0 -20px -150px;
	}

		.athletes .blogger .bubble H2 {
			position: absolute;
			bottom: 0;
			left: 150px;
			margin: 0;
		}

		.athletes .blogger .bubble H3 {
			width: 572px;
			padding: 25px 25px 10px 25px;
			margin: 0;
			background: url(../img/bubble-bg.png) left top no-repeat;
		}

		.athletes .blogger .bubble P {
			width: 572px;
			padding: 0 25px 76px 25px;
			margin: 0;
			background: url(../img/bubble-bg.png) left bottom no-repeat;
		}

		#main .athletes .blogger .bubble .all {
			float: right;
			margin-top: .5em;
			color: #ff8346;
			text-decoration: none;
		}

		#main .athletes .blogger H2.placeholder {
			height: 1.33em;
		}

		#main .athletes .blogger H2.placeholder A {
			visibility: hidden;
		}

	.athletes .blogger,
	.athletes .with-photo {
		min-height: 130px;
	}
		
	.athletes .blogger .photo,
	.athletes .with-photo .photo {
		margin-left: -124px;
		float: left;
		min-height: 92px;
		margin-bottom: 1em;
	}
	
	TABLE {
		border: 0;
		border-spacing: 0;
	}

	TABLE TD {
		border: 0;
		border-top: 1px solid #e8e8e8;
	}

	TABLE TR:hover {
		color: #9BC11B;
	}
	
	H2.photobank-title {
		clear: both;
	}

	UL.photobank {
		border-top: 1px solid #e0e0e0;
		padding-top: 2em;
	}
	
	UL.downloadables LI,
	UL.photobank LI {
		float: left;
		margin: 0 2em 2em 0;
		width: 125px;
		height: 125px;
		text-align: center;
	}

		UL.downloadables LI .preview,
		UL.photobank LI .photo {
			display: block;
			width: 120px;
			height: 80px;
			background-position: bottom center;
			background-repeat: no-repeat;
			margin-bottom: 10px;
		}
		
		UL.photobank LI.empty {
			opacity: .3;
			filter: alpha(opacity=30);
		}

		#main UL.photobank LI A {
			text-decoration: none;
		}
		
		UL.blog-postings H2 {
			font: normal 1.7em georgia, serif;
			margin: 0 0 .25em 0;
		}

		#main UL.blog-postings H2 A {
			text-decoration: none;
		}

		#main UL.blog-postings H2 A:hover {
			text-decoration: underline;
		}
		
		UL.blog-postings .head {
			font-family: georgia, serif;
			font-style: italic;
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: .5em;
			margin-bottom: .5em;
		}

		#main UL.blog-postings .head A {		
			color: #ff8346;
			text-decoration: none;
		}
		
		UL.blog-postings .body {
			margin-bottom: 3em;
		}
		
		#main .blog-postings .read-more {
			color: #ff8346;
			text-decoration: none;
		}
	
	#animated-campaigns {
		width: 1508px;
	}

	#animated-campaigns LI.campaign {
		float: left;
		width: 704px;
		padding-right: 50px;
	}

	.viewport {
		overflow: hidden;
	}
	
.sub #footer {
	background: url(../img/content-bottom-bg.png) left top no-repeat;
}

.sport #footer,
.sport #footer A {
	color: #959494;

}

.sport #footer .contact .company {
	color: #fff;
}

input.ngformError {
	border-color: red;
	background: url(../img/label-virhe.png) right center no-repeat;
}

FORM.generic FIELDSET {
	border: 0;
	padding: 0;
	margin: 1em 0;
}

FORM.generic LABEL {
	display: block;
	margin-bottom: .5em;
}

#add-posting-form INPUT.text,
#add-posting-form TEXTAREA {
	width: 50em;
}

#blog-controls {
	float: right;
}

#blog-controls LI {
	float: left;
	border-left: 1px solid #aaa;
	margin-left: 1em;
	padding-left: 1em;
}

#blog-controls LI.first-child,
#blog-controls LI:first-child {
	border: 0;
}

.site-search .navigation .index {
	margin: 0 1em;
}

#campaign-tabs .campaign-tab-titles {
	display: block;
	overflow: hidden;
	padding-left: 1px;
	background: url(../img/campaign-tab-bg.png) -499px 0 no-repeat;
}

#campaign-tabs .campaign-tab-contents .unloaded {
	background: url(../img/campaign-tab-ajax-loader.gif) center center no-repeat;
}

#campaign-tabs .campaign-tab-titles LI {
	float: left;
	background: url(../img/campaign-tab-bg.png) top left no-repeat;
	padding-left: 5px;
	border-bottom: 1px solid #dde9ea;
}

#campaign-tabs .campaign-tab-titles LI.active {
	background: url(../img/campaign-tab-active-bg.png) top left no-repeat;
}

#campaign-tabs .campaign-tab-titles A {
	display: block;
	float: left;
	background: url(../img/campaign-tab-bg.png) top right no-repeat;
	height: 27px;
	/*line-height: 48px;*/
	padding: 10px 17px 0 10px;
	font-size: 20px;
	color: #9ba6ac;
	text-decoration: none;
}

#campaign-tabs .campaign-tab-titles LI.active A {
	color: #374e59;
	background: url(../img/campaign-tab-active-bg.png) top right no-repeat;
}

#campaign-tabs .campaign-tab-contents .tab-content {
	min-height: 200px;
	margin: 0 -10px 0 -10px;
	padding: 0 30px 37px 30px;
	width: 651px;
	overflow: hidden;
	background: url(../img/campaign-bg.png) bottom center no-repeat;
	font-family: georgia, serif;
	font-size: 1.17em;
	line-height: 1.55em;
	color: #374e59;
}

#campaign-tabs .campaign-tab-contents .tab-content .column :first-child {
	margin-top: 0;
}

#campaign-tabs .campaign-tab-contents .video .column-left {
	width: 420px;
}

#campaign-tabs .campaign-tab-contents .video .column-right {
	width: 220px;
}

#campaign-tabs .campaign-tab-contents .two-columns .column-left {
	width: 180px;
}

#campaign-tabs .campaign-tab-contents .two-columns .column-right {
	width: 460px;
}

#campaign-tabs .campaign-tab-contents .two-columns .column-left IMG {
	margin-left: -31px;
}

#campaign-tabs .campaign-tab-contents .campaign-subtab-contents .column-left IMG {
	margin-left: -45px;
}

#campaign-tabs .campaign-tab-contents .column UL,
#campaign-tabs .campaign-tab-contents .column OL {
	list-style: none;
	background: #d8e4e6;
	padding: 1em 1.5em;
	margin: 0;
	font-size: .85em;
	font-family: arial, helvetica, sans-serif;
}

#campaign-tabs .campaign-tab-contents .column OL UL LI,
#campaign-tabs .campaign-tab-contents .column UL LI,
#campaign-tabs .campaign-tab-contents .column LI {
	padding: 0 0 0 1em;
	margin: .6em 0;
	background: url(../img/campaign-tab-bullet.png) left 6px no-repeat;
}

#campaign-tabs .campaign-tab-contents .column OL LI {
	background: none;
	padding-left: 0;
}

#campaign-tabs .campaign-tab-contents .column OL UL {
	padding: .5em 0 0 0;
	font-size: 1em;
}

#campaign-tabs .campaign-tab-contents TABLE TD {
	border: 0;
}

#campaign-tabs .campaign-tab-contents .tab-content H1 {
	font-size: 2.1em;
	margin-bottom: .7em;
}

#campaign-tabs .campaign-tab-contents .tab-content H2 {
	font-size: 1.1em;
}

#campaign-tabs .campaign-tab-contents .no-bg {
	background: none;
}

BODY.campaign-tab-preview {
	background: url(../img/campaign-bg.png) center -40px no-repeat;
	font-size: .85em;
}

BODY.campaign-tab-preview #product-info {
	width: 661px;
	margin: 0 auto;
	padding: 30px 15px;
}

#campaign-tabs .campaign-subtab-titles {
	overflow: hidden;
	padding-bottom: 1em;
}

#campaign-tabs .campaign-subtab-titles LI {
	float: left;
	background: url(../img/campaign-subtab-bg.png) left bottom no-repeat;
	text-align: center;
	padding: 10px 14px;
	text-decoration: none;
	color: #9ba6ac;
	overflow: hidden;
	cursor: pointer;
}

#campaign-tabs .campaign-subtab-titles LI.active {
	background: url(../img/campaign-subtab-bg.png) center bottom no-repeat;
	color: #374e59;
}

#campaign-tabs .campaign-subtab-contents .tab-content {
	background: none;
	clear: left;
}

#campaign-tabs .form-container {
	background: #d8e4e6;
	padding: 10px 20px;
	overflow: hidden;
}

#campaign-tabs FIELDSET {
	background: url(../img/campaign-tab-hr.png) left bottom repeat-x;
	padding: 6px 0 6px 150px;
}

#campaign-tabs INPUT.text {
	width: 260px;
}

#campaign-tabs LABEL {
	float: left;
	margin-left: -150px;
	width: 130px;
	text-align: right;
	line-height: 20px;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#campaign-tabs FIELDSET.wide LABEL {
	float: none;
	margin-left: 0;
	width: auto;
	text-align: left;
}

#campaign-tabs FIELDSET.wide {
	padding-left: 0;
}

#campaign-tabs .submit {
	float: right;
	background: none;
	margin-top: 10px;
}

.form-ok-msg {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 6em;
	font-family: arial, helvetica, sans-serif;
}

#liikuntavinkit {
	margin-right: -470px;
	zoom: 1;
}

.generic-form th {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	width: 50%;
	text-align: left;
	font-weight: normal;
}
.generic-form td {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 50%;
	border: none;
}

#popup-shadow {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: .95;
	width: auto !important;
	width: 100%;
	filter: alpha(opacity=95);
}

#popup {
	display: none;
	position: absolute;
	z-index: 10001;
	padding: 40px;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 20px;
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 0 20px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
}

#popup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #444;
	cursor: pointer;
	font-size: 12px;
}

.flowplayer {
	display: block;
}
