/* @override 
	http://www.pepsodent.fi/css/pepsodent.css
	http://www.pepsodent.se/css/pepsodent.css

*/

/* -----------------------------------------------------------

	Project:		Pepsodent
	Version:		1.0
	Created:		26/11/08
	Modified:		26/11/08
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats
	
----------------------------------------------------------- */




/* -----------------------------------------------------------

	Reset
	
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* -----------------------------------------------------------

	Typography
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #000000;
	line-height: 1.5;
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #b30125; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

label { font-weight: bold; color: #474747;}

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* -----------------------------------------------------------

	Structure
	
----------------------------------------------------------- */

body {
	background: #ffffff url(../img/bodybg.jpg) repeat-x 0 0px;
	margin: 0;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}
#wrapper {
	text-align: left;
	margin-top: 0;
	background: transparent url(../img/wrapperbg.jpg) no-repeat top center;
}
#page {
	margin: auto;
	position: relative;
	padding-left: 6px;
	padding-top: 3px;
	width: 950px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}
.leftgradient {
	width: 106px;
	height: 167px;
	background: transparent url(../img/leftgradient.jpg) no-repeat 0 0;
	position: absolute;
	left: -106px;
	top: 103px;
	_top: 96px;
	*top: 96px;
}
.rightgradient {
	width: 106px;
	height: 167px;
	background: transparent url(../img/rightgradient.jpg) no-repeat 0 0;
	position: absolute;
	right: -106px;
	top: 103px;
	_top: 96px;
	*top: 96px;
}
/* Header
-------------------------------------------------------------- */
.header {
	width: 950px;
	height: 78px;
}
#logo {
	float: left;
	display: inline;
	outline: 0;
}
#logo a {
	width: 170px;
	height: 30px;
	display: block;
	outline: 0;
}
#logo img{
	width: 170px;
	height: 30px;
	padding:18px 0 0 15px;
}





/* Navigation
-------------------------------------------------------------- */
.navi {
	width: 711px;
	height: 41px;
	text-indent: -9000px;
	background: none;
	float: left;
	display: inline;
	margin-top: 18px;
	margin-left: 54px;
}
.navi_swe {
	width: 730px;
	height: 41px;
	text-indent: -9000px;
	background: none;
	float: left;
	display: inline;
	margin-top: 18px;
	margin-left: 35px;
}

#viiva {
	background: transparent url(../img/navistripe.jpg) no-repeat 98% 100%;
	padding-bottom: 1px;
}
.navi a, .navi_swe a  { display: block;height: 41px;}

#menu1, #menu2, #menu3, #menu4, #menu5,#menu6, #menu7 {
	background: transparent url(../img/navinew.jpg) no-repeat 0 0;
	height: 41px;
	float: left;
	display: inline;
	outline: 0;
}
#menu1_swe, #menu2_swe, #menu3_swe, #menu4_swe, #menu5_swe,#menu6_swe, #menu7_swe {
	background: transparent url(../img/naviSWEnewest.jpg) no-repeat 0 0;
	height: 41px;
	float: left;
	display: inline;
	outline: 0;
}

#menu1{ width: 92px; background-position:  0 0; }
#menu2{ width: 82px; background-position: -92px 0; }
#menu3{ width: 80px;  background-position: -174px 0; }
#menu4{ width: 112px; background-position: -354px 0; }
#menu5{ width: 93px; background-position: -466px 0; }
#menu6{ width: 152px; background-position: -559px 0; }
#menu7{ width: 100px; background-position: -254px 0; }

#menu1:hover { width: 92px; background-position: 0 -41px;}
#menu2:hover { width: 82px; background-position: -92px -41px;}
#menu3:hover { width: 80px;  background-position: -174px -41px;}
#menu4:hover { width: 112px; background-position: -354px -41px;}
#menu5:hover { width: 93px; background-position: -466px -41px;}
#menu6:hover { width: 152px; background-position: -559px -41px;}
#menu7:hover { width: 100px; background-position: -254px -41px;}

#menu1.selected, #menu1:hover.selected { width: 92px; background-position:    0px -82px; margin-left: -1px;}
#menu2.selected, #menu2:hover.selected { width: 82px; background-position: -92px -82px; margin-left: -1px;}
#menu3.selected, #menu3:hover.selected  { width: 80px;  background-position: -174px -82px; margin-left: -1px;}
#menu4.selected, #menu4:hover.selected { width: 112px; background-position: -354px -82px; margin-left: -1px;}
#menu5.selected, #menu5:hover.selected { width: 93px; background-position: -466px -82px; margin-left: -1px;}
#menu6.selected, #menu6:hover.selected  { width: 152px; background-position: -559px -82px; margin-left: -1px;}
#menu7.selected, #menu7:hover.selected  { width: 100px; background-position: -254px -82px; margin-left: -1px;}

#menu1_swe{ width: 101px; background-position:  0 0; }
#menu2_swe{ width: 110px; background-position: -101px 0; }
#menu3_swe{ width: 96px; background-position: -211px 0; }
#menu7_swe{ width: 96px; background-position: -307px 0; }
#menu4_swe{ width: 90px; background-position: -403px 0; }
#menu5_swe{ width: 137px; background-position: -493px 0; }
#menu6_swe{ width: 91px; background-position: -630px 0; }

#menu1_swe:hover { width: 101px; background-position: 0 -41px;}
#menu2_swe:hover { width: 110px; background-position: -101px -41px;}
#menu3_swe:hover { width: 96px; background-position: -211px -41px;}
#menu7_swe:hover { width: 96px; background-position: -307px -41px;}
#menu4_swe:hover { width: 90px; background-position: -403px -41px;}
#menu5_swe:hover { width: 137px;  background-position: -493px -41px;}
#menu6_swe:hover { width: 91px; background-position: -630px -41px;}

#menu1_swe.selected, #menu1_swe:hover.selected { width: 101px; background-position:    0px -82px; margin-left: -1px;}
#menu2_swe.selected, #menu2_swe:hover.selected  { width: 110px; background-position: -101px -82px; margin-left: -1px;}
#menu3_swe.selected, #menu3_swe:hover.selected { width: 96px; background-position: -211px -82px; margin-left: -1px;}
#menu7_swe.selected, #menu7_swe:hover.selected { width: 96px; background-position: -307px -82px; margin-left: -1px;}
#menu4_swe.selected, #menu4_swe:hover.selected  { width: 90px; background-position: -403px -82px; margin-left: -2px;}
#menu5_swe.selected, #menu5_swe:hover.selected  { width: 137px;  background-position: -493px -82px; margin-left: -2px;}
#menu6_swe.selected, #menu6_swe:hover.selected { width: 91px; background-position: -630px -82px; margin-left: -1px;}



/* Content
-------------------------------------------------------------- */
.topcontent {
	background: transparent url(../img/topbg3.jpg) no-repeat 0 0;
	width: 950px;
	height: 390px;
	xmin-height: 340px;
	xheight:auto !important;
 	xheight:200px;
 	xmargin-bottom: -130px;
}
.topcontent2 {
	background: transparent url(../img/topbg2.jpg) no-repeat 0 0;
	width: 950px;
	height: 183px;
}
.topcontent3 {
	background: transparent url(../img/topbg5.jpg) no-repeat top left;
	width: 950px;
	height: 3px;
}
.topcontenthymy {
	background: transparent url(../img/topcontenthymy.jpg) no-repeat top left !important;
	width: 950px;
	height: 1px !Important;
	_margin-bottom: -4px;
}
#harjat,#tandborstar { background: transparent url(../img/harjat.jpg) no-repeat 0 0; }
#tahnat, #tandkramer { background: transparent url(../img/tahnat.jpg) no-repeat 0 0; }
#purukumit, #tuggummi { background: transparent url(../img/purukumit.jpg) no-repeat 0 0; }
#neuvoja { background: transparent url(../img/neuvoja.jpg) no-repeat 0 0; }
.topcontent3 img {
	padding-top: 6px;
}
.blankocontainer {
	width: 928px;
	padding-left: 20px;
	padding-top: 3px;
	float: left;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	min-height:555px;
}
#flashheader { margin-top: -5px; }

.container {
	width: 950px;
	float: left;
	display: inline;
}
.container2 {
	width: 948px;
	float: left;
	display: inline;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	background: #fff;
}

#flashcontent {
	width: 432px;
	margin-right: 33px;
	_margin-right: 30px;
	padding-top: 1px;
	float: left;
	display: inline;
	background: transparent;
}
#flashcontent img {
	height: 278px;
	width: 432px;
}
#flashcontent2 {
	xmargin:20px 0 0 20px;
	_padding-top: 20px;
	*padding-top: 20px;
	_margin-right: -100px;
	height: 325px;
	width: 471px;
	margin-bottom: 5px;
	_margin-bottom: 10px;
	*margin-bottom: 10px;
	xbackground: transparent url(../img/nosotbg.jpg) no-repeat 0 0;
}
#flashcontent2swe {
	xwidth: 482px;
	margin-left: 50px;
	_padding-top: 20px;
	*padding-top: 20px;
	_margin-right: -100px;
	height: 330px;
	margin-bottom: 5px;
	_margin-bottom: 10px;
	*margin-bottom: 10px;
}
#flashcontent3 {
	xmargin-top: 10px;
	margin-left: 50px;
}
#flashnosto, #flashnosto_swe{
	xbackground: transparent url(../img/flash_nosto_bg.png) no-repeat 0 0;
	width: 454px;
	height:172px;
	float: left;
	margin-top: 25px;
	margin-left: 22px;
}
#flashnosto img, #flashnosto_swe img{
	margin: 18px 0 0 15px
}
#flashnostobig {
	float: left;
	display: inline;
	width: 949px;
	height:340px;
	margin-left: 1px;
}

.search, .search_swe {
	width: 360px;
	_width: 390px;
	*width: 390px;
	background: transparent url(../img/loydatuotteesibg.png) no-repeat 0 0;
	float: left;
	display: inline;
	_height: 150px;
	*height: 150px;
	padding: 29px 40px 15px 30px;
	_padding: 0px 20px 0px 30px;
	*padding: 10px 20px 0px 30px;
	_margin-top: 25px;
}
div > .search, div > .search_swf{margin-top: 25px;}
 .search_swe {
	background: transparent url(../img/loydatuotteesibg.png) no-repeat 0 0;
	padding: 29px 40px 10px 30px;
	_padding: 0px 20px 10px 20px;
	*padding: 0px 20px 10px 20px;
	width: 360px;
	_width: 410px;
	*width: 410px;
	*margin-bottom: 10px;
	_margin-bottom: 0px;
	height: 140px;
	_height: 150px;
	margin-left: 0px;
	xfloat: left;
	margin-top: 25px;
	
}
.search_swe p,.search p {
	margin-bottom: 8px;
}
#flashliftup_swe {
	margin-top: 20px;
}
.search2,.search2_swe {
	width: 378px;
	_width: 388px;
	height: 120px;
	background: transparent url(../img/loydatuotteesibg.png) no-repeat top left;
	float: left;
	padding: 36px 0 0 46px;
	margin-top: 25px;
	margin-left: 480px;
	_margin-left: 250px;
}
.search3, .search3_swe, .search3_swesub{
	width: 418px;
	height: 135px;
	background: transparent url(../img/kidssearchbgnew.png) no-repeat top left;
	_background: transparent url(../img/kidssearchbg.gif) no-repeat top left;
	float: left;
	padding: 36px 0 0 46px;
	margin-top: 15px;
	margin-left: 480px;
	_margin-left: 237px;
	position: relative;
	xoverflow: hidden;
}
.search3 p, .search3_swe p,  .search3_swesub p {
	width: 250px;
	margin: 0;
}
.toy {
	width: 162px;
	height: 174px;
	position: absolute;
	top: 0;
	right: 0;
	_display: none;
}
.search2 h1 {
	background: transparent url(../img/loydapepsodenttuotteesi.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
}
.search2_swe h1 {
	background: transparent url(../img/hittadinegnaprodukt.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
}
.search3 h1, .search3_swesub h1 {
	background: transparent url(../img/suuauki.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
	height: 50px;
}
.search3_swesub h1 {
	background: transparent url(../img/suuaukiswe2.jpg) no-repeat 0 0;
}
.search3_swe h1 {
	background: transparent url(../img/suuauki_swe.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
	height: 58px;
}
.search3 p, .search3_swe p {
	width: 250px;
}

.search h1{
	text-indent: -9000px;
	width: 270px;
	height: 62px;
	_height: 70px;
	*height: 65px;
	margin-bottom: 10px;
	margin-top: 0;
	_margin-top: 40px;
	*margin-top: 40px;
	background: transparent url(../img/loydaharjasi.jpg) no-repeat 0 0;
}
.search_swe h1 {
	text-indent: -9000px;
	width: 270px;
	height: 50px;
	_height: 60px;
	*height: 60px;
	margin-bottom: 0;
	margin-top: 10px;
	_margin-top: 40px;
	*margin-top: 40px;
	background: transparent url(../img/hittadinprodukt.jpg) no-repeat 0 0;
} 
.start {
	background: transparent url(../img/buttonred.jpg) no-repeat 0 0;
	width: 93px;
	height: 21px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
}
.search input, .search label {
	float: left;
	display: inline;
}
.submit {
	float: left;
	display: block;
	clear: both;
	color: #ffffff;
	border: 0;
	width: 93px;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-top: 10px;
	background: transparent url(../img/submitbg.jpg) no-repeat 0 0;
	font-weight: bold;
}
.submit2 {
	float: left;
	display: block;
	clear: both;
	color: #ffffff;
	border: 0;
	width: 93px !important;
	height: 21px;
	line-height: 21px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: transparent url(../img/submitbg.jpg) no-repeat 0 0;
	font-weight: bold;
}
.pakollinen {
	float: left;
	clear: both;
	display: inline;
	margin-top: 20px;
	width: 100px;
}

.textcontainer {
	width: 600px;
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
}
/* leftcol
-------------------------------------------------------------- */

.leftcol {
	width: 470px;
	padding-right: 10px;
	float: left;
	display: inline;
	clear: both;
	margin-top: 10px;
	_padding-bottom: 20px;
	*padding-bottom: 20px;
}
.leftcol2 {
	width: 287px;
	_width: 268px;
	padding-right: 10px;
	float: left;
	display: inline;
	_margin-right: -11px;
}
.rightcol2 {
	width: 649px;
	_width: 628px;
	padding-top: 40px;
	float: left;
	display: inline;
	border-left:1px solid #ababab;
	min-height: 820px;
	*min-height: 820px;
	height: auto !important;
	height:820px;
}
.rightcol3 {
	width: 649px;
	_width: 628px;
	padding-top: 40px;
	float: left;
	display: inline;
	background: transparent url(../img/rightcolbg.jpg) no-repeat 0 15px;
	border-left:1px solid #ababab;
}
#bg1 {background: transparent url(../img/rightcolbg.jpg) no-repeat 0 0; }
#bg2 {background: transparent url(../img/bg1.jpg) no-repeat 0 0; }
#bg3 {background: transparent url(../img/bg2.jpg) no-repeat 0 0; }
#bg4 {background: transparent url(../img/bg3.jpg) no-repeat 0 0; }
#bg5 {background: transparent url(../img/bg4.jpg) no-repeat 0 0; }
#bg6 {background: transparent url(../img/bg5.jpg) no-repeat 0 0; }
#bg7 {background: transparent url(../img/bg6.jpg) no-repeat 0 0; }
#bg8 {background: transparent url(../img/bg7.jpg) no-repeat 0 0; }
#bg9 {background: transparent url(../img/bg8.jpg) no-repeat 0 0; }
#bg10{background: transparent url(../img/bg9.jpg) no-repeat 0 0; }
#bg11{background: transparent url(../img/bg2.jpg) no-repeat 0 0; }
#bg12{background: transparent url(../img/bg3.jpg) no-repeat 0 0; }

#kidsbg1 {background: transparent url(../img/kidsbg9.jpg) no-repeat 0 15px; }
#kidsbg2 {background: transparent url(../img/kidsbg1.jpg) no-repeat 0 15px; }
#kidsbg3 {background: transparent url(../img/kidsbg9.jpg) no-repeat 0 15px; }
#kidsbg4 {background: transparent url(../img/kidsbg3.jpg) no-repeat 0 15px; }
#kidsbg5 {background: transparent url(../img/kidsbg4.jpg) no-repeat 0 15px; }
#kidsbg6 {background: transparent url(../img/kidsbg5.jpg) no-repeat 0 15px; }
#kidsbg7 {background: transparent url(../img/kidsbg6.jpg) no-repeat 0 15px; }
#kidsbg8 {background: transparent url(../img/kidsbg7.jpg) no-repeat 0 15px; }
#kidsbg9 {background: transparent url(../img/kidsbg8.jpg) no-repeat 0 15px; }
#kidsbg10{background: transparent url(../img/kidsbg9.jpg) no-repeat 0 15px; }
#kidsbg11{background: transparent url(../img/kidsbg2.jpg) no-repeat 0 15px; }
#kidsbg12{background: transparent url(../img/kidsbg3.jpg) no-repeat 0 15px; }


.subnavi {
	width: 320px;
	float: left;
	display: inline;
	_overflow: hidden;
	
}
.subnavi p {
	margin: 0 0 0 25px;
	color: #162256;
	font-weight: bold;
	border-bottom: 1px solid #162256;
	width: 254px;
}
.subnavi h2 {
	margin: 6px 0 0px 0;
	*margin: 0 0 0 0;
	_margin: 0 0 0 0;
	_padding-bottom: 0px;
	*padding-bottom: 0px;
	color: #b30125;
	font-size: 1.5em;
	padding-left: 22px;
	font-weight: bold;
	width: 260px;
	_width: 250px;
	*width: 250px;
}
.subnavi ul {
	list-style-type: none;
	font-size: 1.08em;
	color: #0b1e58;
	padding: 0 0 0 12px;
	_padding: 0 0 0 0px;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
	display: inline;

}
.subnavi ul li {
	height: 26px;
	line-height: 26px;
	outline: 0;
	width: 260px;
	background: transparent url(../img/subnavispacer.jpg) no-repeat center bottom;
}
.subnavi ul li a {
	background: transparent url(../img/bluearrow.jpg) no-repeat 14px 10px;
	*background: transparent url(../img/bluearrow.jpg) no-repeat 4px 10px;
	display: block;
	xmin-height: 24px;
	xheight: auto !important;
	xheight:24px;
	width: 260px;
	padding-left: 26px;
	*padding-left: 16px;
	text-decoration: none;
	outline: 0;
	color: #000000;
}
.subnavi ul li ul li{
	*margin-left: -20px;
	_margin-left:0;
}
.subnavi ul li ul li a {
	font-size: 12px;
}

.subnavi ul li span {
	_margin-left:-10px !important;
	*margin-left:-10px !important;
	*line-height:15px;
}
.subnavi ul li.selected a {
	color: #b30125;
	outline: 0;
	background: transparent url(../img/redarrow.jpg) no-repeat 14px 10px;
	*background: transparent url(../img/redarrow.jpg) no-repeat 5px 10px;
}
.otsikkoborder {
	background: transparent url(../img/subnavispacer.jpg) no-repeat center bottom;
}
.extra {
	_margin-left: 0 !important;
	_float: left;
	_display: inline;
	*margin-left: 0 !important;
	*float: left;
	*display: inline;
	*width: 290px;
	*padding-left: 20px;
}
.subnavi ul li a:hover {
	color: #b30125;
	outline: 0;
	background: transparent url(../img/redarrow.jpg) no-repeat 18px 10px;
	*background: transparent url(../img/redarrow.jpg) no-repeat 5px 10px;
}
.productintro {
	width: 470px;
	padding-top: 7px;
	float: left;
	display: inline;
	background: transparent url(../img/productlisttopbg2.jpg) no-repeat top left;
}
.productcontainer {
	float: left;
	display: inline;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 468px;
	min-height: 195px;
	height:auto !important;
    height:195px;
}
.productitem {
	float: left;
	display: inline;
	width: 428px;
	min-height: 80px;
	height:auto !important;
  	height:80px;
	padding: 5px 0 0 30px;
}
.productitem img {
	float: left;
	display: inline;
	padding-right: 18px;
}
.productitem h3 {
	float: left;
	display: inline;
	width: 110px;
	clear: none;
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	_padding-top: 3px;
	margin-bottom: 7px;
}
.productitem p {
	float: left;
	display: inline;
	width: 220px;
}
.productitem p a { text-decoration: none; color: #d40038;}
.productitem p a:hover { text-decoration: none; color: #000; }
.productintrobottom {
	width: 470px;
	height: 4px;
	clear: both;
	background: transparent url(../img/productlistbottombg.jpg) no-repeat bottom left;
	_margin-top: -11px;
}
.productimagelrg {
	width: 220px;
	overflow: hidden;
	padding-left: 10px;
	float: left;
	display: inline;
}
.productinfo {
	float: left;
	display: inline;
	width: 377px;
	padding-left: 20px;
	min-height: 500px;
	height:auto !important;
  	height:500px;
  	padding-bottom: 10px;
}
.rightcol3 .productinfo {
	padding-left: 30px;
}
.productinfo ul {
	list-style-image: url(../img/redcircle.jpg);
	padding-left: 0;
	margin-left: 0px;
}
.productinfo ul li {
	padding-bottom: 1.1em;
}
.productinfo ul li ul{
	list-style-image: url(../img/redcircle.jpg);
	margin-top: 0.5em;
	margin-left: 2.5em;
}
.productinfo ul li ul li {
	padding-bottom: 0.5em;
}

.productinfo h2 {
	color: #b30125;
	font-size: 1.5em;
	font-weight: bold;
	margin:0 0 30px 0;
}
.mobilereminder {
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 234px;
	min-height: 97px;
	height:auto !important;
  	height:97px;
	padding-left: 236px;
	display: inline;
	background: transparent url(../img/muistutusbg2.jpg) no-repeat 0 0;
	position: relative;
}
.mobilereminder h3,.helper h3, .kidsbox h3 {
	color: #b30125;
	font-size: 1.5em;
	font-weight: bold;
	width: 220px;
	margin-top: 0px;
	padding-top: 18px;
	_padding-top: 10px;
	margin-bottom: 5px;
}
.mobilereminder p {
	width: 220px;
	margin-bottom: 0px;
	
}

.redbutton {
	width: 110px;
	color: #b30125;
	display: block;
	font-size: 1.08em;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	line-height: 18px;
	height: 18px;
	background: transparent url(../img/redarrowwithbox.jpg) no-repeat 0 3px;
}
.redbutton:hover {

	color: #000000;
}


.vaihtoviikotbox {
	float: left;
	display: inline;
	background: transparent url(../img/harjanvaihtoviikot2.jpg) no-repeat 0 0;
	_background: transparent url(../img/harjanvaihtoviikot2.jpg) no-repeat 0 48px;
	width: 470px;
	height: 157px;
	_height: 209px;
	margin-bottom: 10px;
	color: #ffffff;
	position: relative;
}
.vaihtoviikotbox_swe {
	float: left;
	display: inline;
	background: transparent url(../img/harjanvaihtoviikotswe.jpg) no-repeat 0 0;
	width: 470px;
	height: 157px;
	_height: 209px;
	margin-bottom: 10px;
	color: #ffffff;
	position: relative;
}
.vaihtoviikotbox h2, .vaihtoviikotbox_swe h2 {
	text-indent: -9000px;
	
}
.vaihtoviikotbox p, .vaihtoviikotbox_swe p {
	padding: 5px 20px 5px 200px;
	*padding: 20px 20px 5px 200px;
	width: 213px;
	_position: absolute;
	_top: 100px;
	_left: 0;
}
.vaihtoviikotbox p a, .vaihtoviikotbox_swe p a {
	text-decoration: none;
	color: #ffffff;
}
.vaihtoviikotbox p a:hover, .vaihtoviikotbox_swe p a:hover {
	text-decoration: underline;
	color: #000;
}
.helper {
	width: 254px;
	padding-left: 216px;
	height: 149px;
	clear: both;
	background: transparent url(../img/apuavihlontaanbg2.jpg) no-repeat 0 0;
	position: relative;
}
.helper2 {
	width: 254px;
	padding-left: 216px;
	height: 149px;
	float: left;
	display: inline;
	clear: both;
	background: transparent url(../img/helper2.jpg) no-repeat 0 0;
	position: relative;
}
.helper2 h3,.kidsbox2 h3 {
	color: #b10124;
	font-weight: bold;
	padding-top: 20px;
	_padding-top: 20px;
	*padding-top: 20px;
}

.helper p,.helper2 p {
	width: 225px;
	margin-bottom: 0px;
}
.helper h3{
	margin-top: 0px;
}

.kidsbox {
	width: 254px;
	padding-left: 216px;
	height: 149px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url(../img/kidsbg2.jpg) no-repeat 0 0;
	position: relative;
}
.kidsbox2 {
	float: left;
	display: inline;
	width: 254px;
	padding-left: 216px;
	height: 149px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url(../img/kidsbox2.jpg) no-repeat 0 0;
	position: relative;
}
.kidsbox p,.kidsbox2 p {
	margin-bottom: 5px;
}
.muistutussmall {
	background: transparent url(../img/reminderbgsmall.jpg)  no-repeat 0 30px;
	width: 192px;
	_width: 214px;
	float: left;
	display: inline;
	border-right: 1px solid #ababab;
	height: 104px;
	color: #ffffff;
	margin-left: 20px;
	padding-left: 85px;
	padding-bottom: 35px;
	padding-top: 30px;
	clear: both;
}
.muistutussmall h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.08em;
	padding-top: 20px;
	margin: 0 0 12px 0;
}
.muistutussmall p a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 130px;
	outline: 0;
}
.muistutussmall p a:hover {
	text-decoration: underline;
	color: #fff;
}

/* rightcol
-------------------------------------------------------------- */
.rightcol {
	width: 470px;
	float: left;
	display: inline;
	margin-top: 10px;
	_margin-top: 10px;
	_padding-bottom: 10px;
	*padding-bottom: 10px;
}



/* Form
-------------------------------------------------------------- */
.formpage {
	width: 420px;
	padding:20px 0 0 30px;
	float: left;
	display: inline;
}
.formpage textarea {
	padding: 0 !Important;
	float: left !important;
	width: 454px;
	height: 140px;
}
.formpage h3 {
	color: #b30125;
	font-size: 1.2em;
	margin-bottom: 2px;
	font-weight: bold;
}
.formtext {
	width: 370px ;
	padding-right: 70px;
	float: left;
	display: inline;
	background: transparent url(../img/devider.jpg) no-repeat 100% 30px;
}
.redheader {
	font-size: 1.3em;
	font-weight: bold;
	color: #b30125;
}

#muistutussubmit {
	width: 120px;
	height: 19px;
	text-indent: -9000px;
	background: transparent url(../img/tilaamuistutus.jpg) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}
#muistutussubmit_swe {
	background: transparent url(../img/tilaamuistutus_swe.jpg) no-repeat 0 0;
	width: 140px;
	height: 19px;
	text-indent: -9000px;
	border: 0;
	cursor: pointer;
}
#gsminput {
	height: 19px;
	border: 1px solid #ababab;
	text-indent: 2px;
}

.padtop {
	padding-top: 20px;
}
/*kids page
-------------------------------------------------------------- */
.header_kids {
	float: left;
	display: inline;
	height: 78px;
}
.topcontent4 {
	float: left;
	width: 950px;
	display: inline;
	height: 285px;
	background: transparent url(../img/kidsheadernew.jpg) no-repeat 0 0;
}
.topcontent5 {
	float: left;
	width: 950px;
	display: inline;
	height: 183px;
	background: #fff url(../img/kidsalasivuheadernew.jpg) no-repeat 0 0;
}
#kids {
	background: transparent url(../img/kidspagebg.jpg) repeat-x 0 0;
}
.kidsnavi {
	width: 685px;
	height: 26px;
	text-indent: -9000px;
	xbackground: transparent url(../img/kidsnavibg.jpg) no-repeat 0 12px;
	float: left;
	display: inline;
	padding-left: 264px;
	padding-bottom: 6px;
	_padding-bottom: 5px;
}
.kidsnavi2 {
	width: 685px;
	height: 26px;
	text-indent: -9000px;
	float: left;
	display: inline;
	padding-left: 264px;
	padding-bottom: 6px;
	_padding-bottom: 5px;
}
.kidsnavi2_swe {
	width: 685px;
	height: 26px;
	text-indent: -9000px;
	xbackground: transparent url(../img/kidsnavi_swe.jpg) no-repeat 0 19px;
	float: left;
	display: inline;
	padding-left: 264px;
	padding-bottom: 6px;
	_padding-bottom: 5px;

}

.kidsnavi a, .kidsnavi2_swe a { display: block;height: 41px; outline: 0;}

#kidsmenu1, #kidsmenu2, #kidsmenu3, #kidsmenu4, #kidsmenu5,#kidsmenu6 {
	background: transparent url(../img/kidsnavi.jpg);
	height: 26px;
	float: left;
	display: inline;
	outline: 0;
}
#kidsmenu1_swe, #kidsmenu2_swe, #kidsmenu3_swe, #kidsmenu4_swe, #kidsmenu5_swe,#kidsmenu6_swe {
	background: transparent url(../img/kidsnaviswe2.jpg);
	height: 26px;
	float: left;
	display: inline;
	outline: 0;
}
#kidsmenu1{ width: 80px; background-position:  0 0; }
#kidsmenu2{ width: 83px; background-position: -80px 0; }
#kidsmenu3{ width: 179px;  background-position: -163px 0; }
#kidsmenu4{ width: 143px; background-position: -342px 0; }
#kidsmenu5{ width: 155px; background-position: -485px 0; }

#kidsmenu1_swe{ width: 97px; background-position:  0 0; }
#kidsmenu2_swe{ width: 94px; background-position: -97px 0; }
#kidsmenu3_swe{ width: 153px;  background-position: -191px 0; }
#kidsmenu4_swe{ width: 157px; background-position: -344px 0; }
#kidsmenu5_swe{ width: 139px; background-position: -501px 0; }


#kidsmenu1:hover { width: 80px; background-position: 0 -26px;}
#kidsmenu2:hover { width: 83px; background-position: -80px -26px;}
#kidsmenu3:hover { width: 179px;  background-position: -163px -26px;}
#kidsmenu4:hover { width: 143px; background-position: -342px -26px;}
#kidsmenu5:hover { width: 155px; background-position: -485px -26px;}

#kidsmenu1_swe:hover { width: 97px; background-position: 0 -26px;}
#kidsmenu2_swe:hover { width: 94px; background-position: -97px -26px;}
#kidsmenu3_swe:hover { width: 153px;  background-position: -191px -26px;}
#kidsmenu4_swe:hover { width: 157px; background-position: -344px -26px;}
#kidsmenu5_swe:hover { width: 139px; background-position: -501px -26px;}



#kidsmenu1.selected { width: 80px; background-position:    0px -52px; margin-left: -1px;}
#kidsmenu2.selected { width: 83px; background-position: -80px -52px; margin-left: -1px;}
#kidsmenu3.selected { width: 179px;  background-position: -163px -52px; margin-left: -1px;}
#kidsmenu4.selected { width: 143px; background-position: -342px -52px; margin-left: -1px;}
#kidsmenu5.selected { width: 155px; background-position: -485px -52px; margin-left: -1px;}

#kidsmenu1_swe.selected { width: 97px; background-position:    0px -52px; margin-left: -1px;}
#kidsmenu2_swe.selected { width: 94px; background-position: -97px -52px; margin-left: -1px;}
#kidsmenu3_swe.selected { width: 153px;  background-position: -191px -52px; margin-left: -1px;}
#kidsmenu4_swe.selected { width: 157px; background-position: -344px -52px; margin-left: -1px;}
#kidsmenu5_swe.selected { width: 139px; background-position: -501px -52px; margin-left: -1px;}


#kidsmenu1:hover.selected { width: 80px; background-position:    0px -52px; margin-left: -1px;}
#kidsmenu2:hover.selected { width: 83px; background-position: -80px -52px; margin-left: -1px;}
#kidsmenu3:hover.selected { width: 179px;  background-position: -163px -52px; margin-left: -1px;}
#kidsmenu4:hover.selected { width: 143px; background-position: -342px -52px; margin-left: -1px;}
#kidsmenu5:hover.selected { width: 155px; background-position: -485px -52px; margin-left: -1px;}


#kids_tuotteet {
	float: left;
	display: inline;
	width: 120px;
	height: 20px;
	margin: -10px 0 0 23px ;
	text-indent: -9000px;
	background: transparent url(../img/kids_tuotteet.jpg) no-repeat 0 0;
}
#kids_produkter {
	float: left;
	display: inline;
	width: 150px;
	height: 20px;
	margin: -10px 0 0 23px;
	text-indent: -9000px;
	background: transparent url(../img/kids_produkter.jpg) no-repeat 0 0;
}
.productitem_kids {
	float: left;
	display: inline;
	width: 140px;
	height: 170px;
	margin-top: 10px;
}
.productitem_kids h3 {
	margin: 0;
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.productitem_kids a {
	color: #d40038;
	font-weight: bold;
	text-decoration: none;
}
.productitem_kids a:hover {
	color: #000000;
}
.productitemcontainer {
	float: left;
	display: inline;
	clear: both;
	margin-left: 24px;
	width: 440px;
}
.topcontent5 .search3, .topcontent5 .search3_swesub {
	margin-top: 2px;
	padding-top: 10px;
	height: 139px;
}
.topcontent5 .search3 h1, .topcontent5 .search3_swesub h1 {
	margin-top: 9px;
	_padding-top: 5px;
	*margin-top: 15px;
}

.alanavi ul li {
	border: 0;
	width:210px;
	float: left;
	display: inline;
}
.alanavi ul li a {
	font-size: 0.85em;
	height: 26px;
	display: block;
	float: left;
	width: 245px;
}


/* Footer
-------------------------------------------------------------- */
.footer {
	clear: both;
	width: 950px;
	height: 50px;
	border-top: 2px solid #13286b;
	padding-top: 20px;
	position: relative;
}
.footer p {
	float: left;
	display: inline;
	font-size: 0.91em;
}
.footer a {
	text-decoration: none;
	color: #000000;
}

.footerlinks {
	padding-left: 30px;
}
.footerlinks a, footerlinks2 a{
	padding-right: 5px;
	padding-left: 5px;
}
.footerlinks a:hover, .footerlinks2 a:hover {
	color: #b30125;
}
.footerlinks2 {
	position: absolute;
	right: 5px;
	top: 20px;
}

.formtextwide {
	width: 880px;
	padding-left: 40px;
	*padding-top: 20px;
}
.formtextwide p {
	width: 400px;
}
.formpage .formreklamaatio input{
	width: 200px;
}
#muistutus {
	width: 443px;
	clear: both;
	padding:10px;
}

.formreklamaatio {
	width: 470px;
}
.formtextwide textarea {
	clear: both;
	width: 445px;
}
.kirjoita {
	width: 160px;
	float: left;
	font-weight: bold;
	color: #474747;
	display: inline;
}
.submitkerrokaverille {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}
.submitkerrokaverille a {
	margin-left:10px;
}

.preview {
	display: none;
}
#tellafriend_form a {
	outline: 0;
}
.nayte {
	padding-bottom: 30px;
}
.nayte input {
	margin-bottom: 0px;
	margin-right: 10px;
	float: left;
	display: inline;
}
.fields {
	clear: both;
}

#vuodenhymy {
	background: transparent url(../img/vuodenhymy.jpg) no-repeat 0 0;
	padding: 0 !Important;
	height:719px;
	color: #ffffff;
	
}
#vuodenhymy h2{
	color: #ffffff;
	padding: 20px 20px 0 550px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 00px;
}
#vuodenhymy p {
	padding: 20px 30px 0 550px;
}
#vuodenhymy_lasku {
	padding-bottom: 5px;
}

/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

* {
	
}
