/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
/* jak perusfontti */
	line-height:	1.6;
font-size: 130%;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
 color:#008CD3; 
/*jak valikkotekstin väliotsikoiden väri*/
color: white;
/*	font-weight:bold;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.sf-menu a {
/*	border-left:	1px solid #fff;*/
/*	border-top:		1px solid #CFDEFF;*/
/* poxin koko */
/*	padding: 		.75em 1em; */
	padding: 		7px 10px 7px 10px; 
	text-decoration:none;
}



.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#13a;
	color: black;
	color:#008CD3;
color: white;
	/* font-weight:bold;*/
/* valikkotekstit */


}
.sf-menu li {
background: transparent;
background: black;
/* background: url('/acms/uploads/ipad/nav.png') repeat-x; */
/*background: url(/hscms/uploads/2014sivumenu/opacity.png) repeat;*/

}
.sf-menu li li {
/*	background:		#AABDE6;*/
/*background: url('/acms/uploads/ipad/nav.png') repeat-x;*/
background: transparent;
background: black;
/*background: url(/hscms/uploads/2014sivumenu/opacity.png) repeat;*/
}
.sf-menu li li li {
background: transparent;
background: black;
/*	background: #E0E0E0; */
/*background: url('/acms/uploads/ipad/nav.png') repeat-x;*/
/*background: url(/hscms/uploads/2014sivumenu/opacity.png) repeat;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#CFDEFF;*/
/* hover jak */
color: #a61420;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em; 
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/uploads/ipad/arrows-ffffff.png') no-repeat -10px -100px; 
/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/* Stylesheet: 2019sivumenu // ipad Modified On 2019-11-06 15:19:12 */
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	11em;

}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}


.sectionheader {
/*	border-left:	1px solid #fff;*/
/*	border-top:		1px solid #CFDEFF;*/
/* poxin koko */
/*	padding: 		.75em 1em; */
	padding: 		7px 10px 7px 10px; 
/*	margin: 		0px 0px 0px 0px; */
	text-decoration:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}





/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* Stylesheet: 2019sivumenu // ipad-pysty Modified On 2019-11-06 13:58:18 */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
/*	text-decoration: underline;*/
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
/* color: #656237;*/
/* color: #0174DF;*/

text-decoration: none;
/*	color: #0101DF;*/
color: #a61420;
}
a:visited {
/*	text-decoration: underline;*/
text-decoration: none;
	background-color: inherit;
/*	color: #18507C;*/
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
/*	background-color: inherit;*/
/*	color: #385C72;*/
}
/*****************basic layout *****************/


body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
/*	color: #333;*/
/* you can set your own image and background color here */
/*	background: #f4f4f4 url(/hscms/uploads/2014sivumenu/body.png) repeat-x left top;*/
/*background-repeat:repeat;*/
/*background-color: #1A1A1A;*/
background-color: transparent;
background: url(/hscms/uploads/2019sivumenu/reuna-must.png),url(/hscms/uploads/2019sivumenu/reuna-valk.png),url(/hscms/uploads/2019_8/tausta.jpg);

background-repeat: no-repeat,no-repeat,no-repeat;
/*jak*/
/* background-attachment: fixed, fixed, fixed; */

background-position: left top,left 75% top, left top;
background-color: white;
min-width: 1100px;


}


/*Ylä- ja sivupalkki / Navigointipalkki*/
/*Logo / Aiheteksti / Navigointiteksti*/
/*Navigointipalkin viivat */

.etusivu #sidebara,
.etusivu #header a,
.etusivu #sivunimi,
.etusivu #menu_horiz,
.etusivu #menu_horiz ul li a,
.etusivu #pagewrapper
{
	background-color: #1E2021;
        color: white;
border-color: white;

}


.etusivu p img a {
/*	padding: 5px 0px 0px 0px ;*/

border-bottom-style:solid;
border-bottom-width:1px;
}

.etusivu #menu_horiz li a:hover {
	background-color: #DDD2B5;
/*        color: #2E0A00;*/
}


.etusivu #menu_vert a:hover{
	background-color: #2E0A00;
  /*      color: #DDD2B5;*/
}

/*Kategoriapalkit */
/*Kategoriatekstit*/
.etusivu #menu_vert a,
.etusivu #vinkki  
{
	background-color: #DDD2B5;
   /*     color: #2E0A00;*/
}



/*Tausta / content teksti*/
.etusivu #content,
.etusivu #sidebarb,
.etusivu #main
{
/*	background-color: #1E2021; */
       color: white;
}


/*Nimiruutu / Nimiteksti*/

.etusivu .NewsSummaryExtra_tausta,
.etusivu .NewsIlmo_otsikko_tausta
{
background-color: #DDD2B5;
/* color: #2E0A00; */
}







div#show {
width: 1600px;
height: 2000px;
display:block;
/*	position:fixed;*/
position:relative;
	left:auto; 
	top:0px;
	overflow:hidden;
	z-index:0;
	height:100%;
/*	width:100%; */
	margin: 0 auto;
}

div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
position: relative;
/*	top:-2000px; */
/*	z-index:999; */
min-width: 1100px;
max-width: 1800px;
min-height: 800px;
/*background-color: #fefefe;*/
/*background-color: #552200;*/
/*background-color: #2C2C2C;*/
/*color: #656237;*/
/*background-image: url(/hscms/uploads/2014sivumenu/tausta.jpg);*/
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: left top; */
/* background-size:cover;*/
/* background-size:100%;*/
/*color: white;*/
/* now that width is set this centers wrapper */
/* margin: 0 auto; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
background-color: transparent;
}


div#sivuilme {
width: 890px;
height: 120px;
margin: 0px 0px 0px 0px;
}

div#sivunimi {
float: left;
text-align:left;
/*text-transform:lowercase;*/
font-size: 25px;
margin: 85px 0px 20px 0px;
padding: 10px 0px 0px 10px;
width: 880px;
height: 25px;
background-color: black;
opacity: 0.746;
filter: alpha(opacity=80);
}

div#sivunimiteksti {
width: auto;
color: red;
opacity: 1;
filter: alpha(opacity=100);
height: 45px
}

.paikkakunnat{
margin: 5px 10px 0px 0px;
padding: 0px 0px 0px 0px;
}



/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* you can set your own image here, will go behind h1 a image */
/* border just the bottom */
/*	border-bottom: 1px solid #D9E2E6;*/

/* background: url(/hscms/uploads/2014sivumenu/logo.jpg) no-repeat left top; */
/* background-color: #2C2C2C;*/

}





div#header h1 {
	font-size: 50px;
font-weight:600;
/*	margin: 40px 0px 0px 0px;*/
/*	padding: 50px 0px 0px 0px;*/
}



div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: 0 1em;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(/hscms/uploads/2014sivumenu/search.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
/* margin: 0px auto 0px 0px;*/
/*	padding: 0px 0px 0px 0px;*/
/* clear: both; */
/* float: right;*/ 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

background-color: transparent;
}
div#main {

/* position: absolute; */
float: right;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: black;
	font-size: 13px;
/* background: url(/hscms/uploads/2014sivumenu/tausta.png) no-repeat; */
/* background: url(/hscms/uploads/2014sivumenu/opacity.png); */
/*background: url(/hscms/uploads/2014sivumenu/opacity.png);*/
width: 700px;
/* max-width: 530px; */
min-height: 2000px;
background-color: white; 
}

div#sis {
float: left;
background-color: white; 
padding: 10px 0px 0px 0px;
margin: 10px 10px 10px 10px;
width: 550px;
 min-height: 800px;

}


div#middlewrapper {
	left: 240px;
	right: 940px;
	min-height: 100%;

position: absolute;
background-color: transparent;

}

div#reuna {
float: right;
background: url(/hscms/uploads/2019sivumenu/reuna-valk.png);

		height: 1000px;
	width: 70px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
z-index: -10;
 



}




div#main a{
color: #a61420;
text-decoration: none;
}





div#etusivumain {
padding: 0px 220px 0px 0px;
color: white;
	font-size: 13px;
}



div#etusivu {
/*background-color: #656237;*/
	background: url(https://www.kutke.fi/hscms/uploads/images/etusivu/etusivutaustakuva.jpg) no-repeat;
padding: 0px 20px 0px 20px;
}


div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
/*	width: 238px;*/
/*	width: 400px;*/

/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 5px 0px 0px;
	padding: 0px;
/* you can set your own image here */
/*	background: url(/hscms/uploads/2014sivumenu/mainrt.gif) no-repeat right top;*/


}





div#sidebarb {
/*	clear: left;*/
/*jak*/
/* position: fixed; */
 position: absolute;
	width: 320px;
	min-height: 325px;
	margin: 320px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
/* this one is for sidebar with content and no menu */
/*	background: url(/hscms/uploads/2014sivumenu/mainrtup.gif) no-repeat right bottom;*/
/*background-color: gray;*/
}

div#vinkki {
	width: 100%;
	margin: 10px 0px 0px 0px; 
/*	padding: 15px 0px 0px 0px; */
/* this one is for sidebar with content and no menu */
/*	background: url(/hscms/uploads/2014sivumenu/mainrtup.gif) no-repeat right bottom;*/
background-color: black;
	text-align: center;
text-transform:uppercase;
display: inline-block;
}




div#sidebara {
	min-height: 500px;
	padding: 0px 0px 0px 10px;
margin: 0px 50px 0px 0px;
/* this one is for sidebar with menu and no content */
/*	background: url(/hscms/uploads/2014sivumenu/mainrtup.gif) no-repeat right bottom;*/
/* opacity:0.4; */
/* filter:alpha(opacity=40); */
/* background: url(/hscms/uploads/2014sivumenu/opacity.png) */
}
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 50px 10px 0px 0px;
/* you can set your own image here */
	background: url(/hscms/uploads/2014sivumenu/wfootrt.gif) no-repeat right top;
}
div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 50px 0px 0px 0px;
/* background-color: white; */
color:  white;

  clear: both;  
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 20px 0px 20px 0px;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
/*	color: #595959;*/
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */



div#content h1 {
/* font size for h1 */
	display: block;
	font: 200 normal normal 40pt/42pt 'source sans pro', banda_regular, serif;
	text-transform: uppercase;
	word-wrap: break-word;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	color: #a61420;
/*	background: transparent url(../img/border.png) bottom left repeat-x;*/
color: #a61420;
	border-bottom: 2px dotted #ccc;
}

div#content h2 {
line-height: 1.2em;
	border-bottom: 2px dotted #ccc;
	border-top: 2px dotted #ccc;
	margin: 0 0 0 0;
	padding: 10px 5px;
	color: #a61420;
	text-transform: uppercase;
	font-size: 1.3em;
color: #a61420;

}
div#content h3 {
/*	color: #294B5F;*/
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
/*	color: #294B5F;*/
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
/*	color: #294B5F;*/
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
/*	color: #294B5F;*/
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */

p {
/* default p font size, this is set different in some other divs */
/*	font-size: 1em;*/
/* some air around p elements */
/*	margin: 0 0 1.5em 0;*/
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
/*color: grey;*/
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
/*	border: 1px solid #000; */
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul, 
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
/*	margin: 0 0 0.25em 3em;*/
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0; 
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

.headright{
float: right;
height: 50px;
width: 150px;
/*	color: gray;*/
	font-size: 1em;
/*	line-height: 1.3em;*/
	margin: 10px 0px 0px 0px;
display: inline-block;
}
div#headleft{
float: left;
/*	color: gray;*/
/*	font-size: 1em;*/
/*	line-height: 1.3em;*/
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
width: 250px;
}

div#headleft h2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 27px;
text-align:center;
font-weight:normal;
}


div#headmid{
float: left;
/*	color: gray;*/
/*	font-size: 1em;*/
/*	line-height: 1.3em;*/
	margin: 0px 0px 0px 30px;
	padding: 2px 0px 0px 0px;
}


div#liput{

/*	color: gray;*/
/*	font-size: 1em;*/
/*	line-height: 1.3em;*/

clear: left;
	margin: 340px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}




div#raita{
float: left;
/*	color: gray;*/
/*	font-size: 1em;*/
/*	line-height: 1.3em;*/
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
height: 81px;
width: 1024px;
	background-color: white;
}






div#raita img{
border: 0px;

}


#kuvat{
/* float: right;*/
	margin: 3px 0px 0px 0px;
}

#kuvat img{
/* float: right;*/
clear: both;
border: 3px solid white;
	margin: 3px 0px 0px 0px;
}

.product_detail_field{
height: 250px;
}

.tilaus{
height: 750px;
}

.oikealle{
	float: right;
}
.lohko{
	padding: 0px 0px 15px 0px;
}
/* Stylesheet: 2019_8 // layout Modified On 2019-11-26 09:37:21 */
