/**
 * private.css sisältää sivuston layouttia käsitteleviä tyylejä
 * Näiden tyylien muuttaminen ei vaikuta editorin tyyleihin.
 *
 * Tiedosto sisältöö tyyli määrityksen mm. navigointipalkkeihin, kuvagalleriaan ja
 * uutis-listoihin.
 */

/* LAYOUT ALKAA - sivuston asemointi ja taustakuvat */
html {

}
html,body {
	width: 100%;
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #D7D2CC;
	color: #656565;
}

/** Sivun rakenne */
.page_wrapper_main,
.page_wrapper_shop,
.page_wrapper_sub {
	margin: 0px;
	padding: 0px;
}

/* sivun pystysuuntaiset rivi-alueet */
.page_content_row  td{
	background: url(images/bg_all.gif) top center repeat-y;
}


/* -- SIVUN HEADERI - begin -- */
div.header {
	margin: 0 auto;
	height: 79px;
	width: 880px;
	background: url(images/innora_logo_s1.png) no-repeat #FFF;
	background-position: 31px 22px;
}

div.headercontact {
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 25px 22px 0 0;
}

/* sivun banneri */
.page_wrapper_main .page_banner {
	width: 880px;
	height:304px;
	margin: 0 auto;
	background:  url(images/banner_main_bg_s1.png) top left repeat-x;
	position: relative;
	overflow: hidden;
}

.page_wrapper_sub .page_banner,
.page_wrapper_shop .page_banner  {
	width: 880px;
	height:162px;
	margin: 0 auto;
	background:  url(images/banner_sub_bg_s1.png) top left repeat-x;
	position: relative;
	overflow: hidden;
}

.page_wrapper_main div.bannerslogan {
	width: 410px;
	position: absolute;
	left: 438px;
	top: 35px;
}

.page_wrapper_sub div.bannerslogan,
.page_wrapper_shop div.bannerslogan {
	width: 600px;
	position: absolute;
	left: 240px;
	top: 30px;
}


div.bannerslogan div.bannerslogan_large {
	font-size: 26px;
	color: #656565;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

.page_wrapper_main div.bannerslogan div.bannerslogan_small {
	font-size: 12px;
	color: #656565;
	font-size: Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	width: 380px;
	line-height: 150%;
}

.page_wrapper_sub div.bannerslogan div.bannerslogan_small,
.page_wrapper_shop div.bannerslogan div.bannerslogan_small {
	font-size: 12px;
	color: #656565;
	font-size: Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	line-height: 150%;
}

/* -- SIVUN HEADERI - end -- */

/* LAYOUT PÄÄTTYY */

/* SISÄLLÖN MARGINAALIT - vaikuttaa sisältöalueella näytettävään tekstiin ja tekstin sekaan lisättyihin kuviin */
/* pääsivu */
.page_wrapper_main div.content,
.page_wrapper_sub div.content {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}

/** alasivut **/
.page_wrapper_sub div.content_container {
	width: 820px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	position: relative;
}

/*
.page_wrapper_sub div.content_container div.content {
	float: right;
	width: 490px;
	position: relative;
} */

/** verkkokauppa **/
.page_wrapper_shop div.content_container {
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}

.page_wrapper_shop div.content_container div.content {
	float: right;
	width:610px;
	position: relative;
}

/* -- HMENUN RAKENNE - begin -- */
div.hmenu {
	margin: 0 auto;
	padding: 0px;
	height: 34px;
	width: 850px;
	background: url(images/bg_hmenu_s1.png) top left repeat-x;
	position: relative;
	padding-left: 30px;
}

div.hmenu_inner {
	float: left;
	width: 700px;
}

/* -- HMENUN RAKENNE - end -- */

/* -- HMENUN - POPUP-VERSIO - begin -- */

/* ---------- listaelementit ---------- */
div.hmenu ul { /* kaikki menut */
	position: relative;
	background: #fff;
	border: 0px solid #dcd9d9;
	margin: 0;
	padding: 0 0 0 0;
}
div.hmenu ul ul { /* kaikki popup-menut -- alempien pudotusvalikoiden sijainti suhteessa ylempiin pudotusvalikkoihin */
	width: 220px;
	position: absolute;
	top: 0px;
	left: 218px;
	margin: 0px;
	padding: 0px;
	display: none;
}
div.hmenu ul.menu-level1 {
}
div.hmenu ul.menu-level2 { /* ensimmäisen tason popup poikkeaa -- sijainti suhteessa päätason menuun */
	left: 0px;
	top: 47px;
	display: none;
}
div.hmenu li { /* kaikki menuitemit */
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
}
div.hmenu li.level1 { /* päämenun itemit */
	font-size: 16px;
}

div.hmenu li.first {
	background: none;
}

div.hmenu ul ul li { /* popuppien itemit */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(vmenu_bg.png) top left repeat-y transparent; /*#fff;*/
	border-left: 1px solid #dcd9d9;
	border-right: 1px solid #dcd9d9;
}

/* ---------- popupin toiminta ---------- */
div.hmenu ul li:hover > ul {
	display: none;
}

/* ---------- linkit ---------- */
div.hmenu ul a { /* kaikki linkit */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px;
	color: #656565;
	text-decoration: none;
	text-transform: uppercase;
}
div.hmenu ul a:hover {
	text-decoration: underline;
	/*color: #000;*/
}
div.hmenu a.level1 { /* päämenun linkit */
	height: 14px; /* 34px korkeus miinus marginin top & bottom */
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	font-size: 12px;
	background: url(images/hmenu_splitter.png) left center no-repeat;
}
div.hmenu a.first {
	background: none;
}
div.hmenu a.onpath,
div.hmenu a.selected {
	color: #18ADEB;
}
div.hmenu ul ul a { /* popuppien linkit */
	font-size: 12px;
}

/* ---------- spanit ---------- */
div.hmenu ul span {
	display: block;
	margin: 0;
	padding: 0;
}
div.hmenu ul a.level1 span { /* päämenun spanit */
	padding: 0px 17px 0px 20px;
	margin: 0px 0px 0px 0px;
}
div.hmenu ul a.level1.first span {
	padding: 0px 20px 0px 0px;
}
div.hmenu ul ul span { /* popuppien spanit */
	padding: 7px;
	margin: 0px 7px 0px 7px;
	border-top: 1px solid #ececec;
}
div.hmenu ul ul a.first span { /* popuppien ensimmäiset spanit */
	border: none;
}

/* ---------- headerit ja footerit ---------- */
div.hmenu ul ul .header,
div.hmenu ul ul .footer {
	display: block;
	height: 5px;
	font-size: 2px;
}
/* was: ie-fix div.hmenu ul ul { padding-bottom: 0px; }*/
div.hmenu ul ul ul .header { /* popuppien headerit */
	margin: -5px 0px 0px 0px;
	background: #fff;
}
div.hmenu ul ul ul .header { /* toisen tason popupin header */
	border: 0px solid #000;
	background: url(images/popup_header.png) top left no-repeat transparent;
}
div.hmenu ul ul .footer {
	border: 0px solid #000;
	margin: 0px 0px -5px 0px;
	background: url(images/popup_footer.png) bottom left no-repeat transparent;
}

/* -- HMENUN - POPUP-VERSIO - begin -- */

/* VAAKASUUNTAINEN MENU PÄÄTTYY */


div.langs {
	padding: 8px 20px 0 0;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	float: right;
	text-align: right;
}

div.langs img {
	border: 1px solid #dedede;
}

.page_header_langs a {
	margin: 0px 0px 0px 0px;
}
.page_header_langs {
	padding-top: 23px;
	text-align: right;
}
.page_header_langs img {
	border: 1px solid #dcd9d9;
}


/* -- VMENUN RAKENNE - begin -- */
/* alasivut vmenu */
.page_wrapper_sub div.content_container div.vmenu {
	width: 300px;
	margin: 0 0 30px 0;
	padding: 5px 0;
	float: left;
	background: none;
}

/* shop vmenu */
div.vmenu {
	margin: 0px 0px 12px 0px;
	width: 190px;
	padding-right: 10px;
}

div.vmenu_header {
	width: 190px;
	height: 27px;
	margin: 0px;
	background: url(images/vmenu_header_bg.png) top left no-repeat #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F6F6F;
}
div.vmenu_header span { /* siirretään otsikkoa */
	display: block;
	padding: 5px 0px 0px 10px;
}
div.vmenu_content {
	margin: 0px 0px 0px 0px;
}
div.vmenu_content_inner { /* siirtää contentin irti reunoista, vältetään paddingiä */
	margin: 0px;
}
div.vmenu_footer {
	border-top: 1px solid #DEDEDE;
	height: 1px;
}
/* -- VMENUN RAKENNE - end -- */


/* -- LISTA VMENUSSA - begin -- */
/* taso 1 */
div.vmenu div.menuitem2,
div.vmenu div.selected {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0px 0px 7px 0px;
	color: #18ADEB;
	border-top: 1px solid #DEDEDE;
}
div.vmenu div.selected,
div.vmenu div.first,
div.vmenu div.menuitem2 {
	background: url(images/bullet_s1.gif) 15px 11px no-repeat;
}
div.vmenu div.first_item,
div.vmenu div.selected:first-child,
div.vmenu div.menuitem2:first-child {
	border-top: none;
}
div.vmenu div.menuitem2 a,
div.vmenu div.selected a {
	display: block;
	background: none;
	margin: 0px;
	padding: 7px 0px 0px 25px;
	font-size: 12px;
	text-decoration: none;
}
div.vmenu div.menuitem2 a {
	color: #18ADEB;
	font-weight: normal;
}
div.vmenu div.selected a {
	font-weight: bold;
	color: #18ADEB;
}
/* taso 2 */
div.vmenu div.selected div.selected,
div.vmenu div.menuitem3 {
	border: 0px solid #000;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
div.vmenu div.selected div.selected {
	background: none;
}
div.vmenu div.selected div.selected a,
div.vmenu div.selected div.menuitem3 a {
	display: block;
	color: #777;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font-size: 12px;
	font-weight: normal;
}
div.vmenu div.selected div.menuitem4 a,
div.vmenu div.selected div.menuitem3 a {
	text-decoration: none;
}
/* hover */
/*div.vmenu div.selected a:hover {
	text-decoration: none;
}*/
div.vmenu a:hover,
div.vmenu div.menuitem2 a:hover,
div.vmenu div.menuitem3 a:hover,
div.vmenu div.menuitem4 a:hover,
div.vmenu div.selected a:hover,
div.vmenu div.selected div.selected a,
div.vmenu div.selected div.selected div.selected a {
	text-decoration: underline;
	/*color: #690;*/
/*	font-weight: bold;*/
}
/* taso 3 */
div.vmenu div.selected div.selected div.selected,
div.vmenu div.menuitem4 {
	border: none;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
div.vmenu div.selected div.selected div.selected {
	background: none;
}
div.vmenu div.selected div.selected div.selected a,
div.vmenu div.selected div.selected div.menuitem4 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	font-size: 11px;
}
div.vmenu div.selected div.selected div.menuitem4 a {
	font-weight: normal;
	color: #777;
}
div.vmenu div.selected div.selected div.menuitem4 a {
	text-decoration: none;
}
/* -- LISTA VMENUSSA - end -- */


/* -- FORM VMENUSSA - begin -- */
div.vmenu a:focus {
	border: none;
}
/* -- FORM VMENUSSA - end -- */


/* -- SIVUN FOOTER - begin -- */
.page_footer_row div.page_footer {
	height: 60px;
	width: 880px;
	margin: 12px auto;
	color: #867B6D;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.page_footer_row div.page_footer div.contact {
	font-size: 12px;
	float: left;
	width: 65%;
}
.page_footer_row div.page_footer div.toteutus  a {
	font-size: 10px;
	/*float: right;
	width: 30%;
	text-align: right;*/
	color: #ADA59B;
}
.page_footer_row div.page_footer div.toteutus {
	float: right;
	text-align: right;
	width: 200px;
	color: #ADA59B;
	font-size: 10px;
}

.page_footer_contact { }
.page_footer_nav { }
.page_footer_help { }
.page_footer_last { }
.page_footer_table td.page_footer_toteutus { background-image: none; }

/* -- SIVUN FOOTER - end -- */


div.bct {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	margin-left: 0px;
	height: 18px;
/*	width: 340px;*/
	float: left;
display: none;
}
div.bct div.selected ,
div.bct div.item {
	display: inline;
	color:#333333;
}
div.bct a {
	text-decoration: none;
	color:#333333;
}

div.bct a:hover {
	text-decoration: underline;
}

/* NEWS-MENU ALKAA - etusivulla ja ajankohtaista sivuilla näkyvän uutis-sivumenun tyylit */

/* uutisen containerit */
div.news {
	margin-top: 10px;
	margin-left: 10px;
}
/* uutisen aika */
div.newsmenu {
	width: 170px;
	margin-left: 12px;
	margin-top: 10px;
}
div.newsmenu div.time {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(images/klo.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
}
/* uutisen otsikko  */
div.newsmenu div.header a {
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:left;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
}
/* uutisen mahdollinen kuva  */
div.news div.header img {
	float:right;
	width:50px;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}
/* NEWS-MENU PÄÄTTYY */


/* NEWS-LIST ALKAA - ajankohtaista sivulla olevan uutislistauksen tyylit */
/* taulun solut */
table.newslist {
	width: 644px;
	padding-left: 70px;
}
/* taulun solut */
table.newslist td {
}
/* uutisen numeron solu */
table.newslist td.number {
	font-weight: bold;
}
/* uutisen otsikko */
span.newsheader {
	margin-left: 10px;
}
/* uutisen otsikko linkki */
span.newsheader a {
	color: #732929;
}
/* uutisen aika */
span.time{
	font-size: 10px;
	color: #3c3f4d;
}
/* uutissivujen listaus (ei näy jos uutislistaus mahtuu yhdelle sivulle)*/
div.newspages {
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.newspages a {

}
/* NEWS-LIST PÄÄTTYY */



/** KUVAGALLERIAN TYYLIT ALKAA **/
.galleryimages {
	padding-left:50px;
}
.galleryimagecontainer {
	/*border:1px solid #CCCCCC;*/
	/*float:left;*/
	margin-bottom:7px;
	margin-right:7px;
	padding:10px;
}
.galleryimage {
	background-color:#FFFFFF;
}

a.galleryMenu{
	display: block;
	height: 160px;
	width: 160px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	filter: alpha(opacity=70);
	-moz-opacity 70;
	opacity: .70;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}
a.galleryMenu:hover{
	background-color: transparent;
	filter: alpha(opacity=100);
	-moz-opacity 100;
	opacity: 1.0;
}
.previewgalleryimage {
	background-color:#FFFFFF;
	padding:10px;
}
.gallerynavtop {
}
.gallerynavbottom {
	display:none;
}
.gallerynavbottom a {
	color:#333333;
	font-weight:bolder;
	text-decoration:none;
}
.pagelist {
	margin-left:10px;
	margin-right:10px;
}
.gallerynavbottom a.prev {
	float:left;
}
.gallerynavbottom a.next {
	float:right;
}
/** KUVAGALLERIAN TYYLIT PÄÄTTYY **/


.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


/* Tuotetiedot */


div.addtocart {
	padding-left: 12px;
	color:#333333;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}
/*{
	background-image: url(images/addtocart.gif);
	background-repeat: no-repeat;
	border: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-color:#FFFFFF;
}
.removeFromCart {
	background-image: url(images/removefromcart.gif);
	background-repeat: no-repeat;
	display:block;
	border: none;
	height: 25px;
	width: 25px;
	cursor: pointer;
	background-color:#FFFFFF;
}*/

div.product_thumb {
	width: 275px;
	height: 160px;
	margin-left: 12px;
	float:left;
}
a.productname{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}
a.productname:hover {
	text-decoration: underline;
}

img.productimage {
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #666666;
}
.productinfo {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
.productinfo a.readmore {
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	display: block;
}
.productlist th a,
.productlist th {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#333333;

}
.productlist th {
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px solid #E1E1E1;
	font-size: 11px;
}
.productlist td {
	border-bottom: 1px solid #E1E1E1;
}
div.cart {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #5399DF;
	margin-bottom: 1px;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vmenu .cart_small .cartnote {
	display: block;
	font-weight: bold;
	color: #c44;
	font-size: 11px;
	margin: 5px 0px 10px 0px;
}
.cart_small .cart_status {
	font-size: 12px;
	color: #666666;
}
/* ostoskori-box sivun vmenussa */
.vmenu_cart {
	border: 1px solid #DEDEDE;
	border-top: none;
}

.vmenu_cart .cart_small  .cart_status {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.vmenu_cart .cart_small span.cart_status_noproducts,
.vmenu_cart .cart_small span.cart_status_incart { }
.vmenu_cart .cart_small span.cart_status_count { }
.vmenu_cart .cart_small span.cart_status_products { }
.vmenu_cart .cart_small .cart_controls {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

.vmenu_cart .cart_small .cart_controls {
	margin: 0;
	margin-top: 10px;
}

.vmenu_cart .cart_small .cart_controls a {
	color: #18ADEB;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cart_control_show {
	border-right: 1px solid #cdcdcd;
	padding-right: 15px;
}

.cart_control_order { padding-left: 17px; }
.cartnote {
	position: absolute;
	bottom: 0px;
	left: 20px;
	margin: 0;
	padding: 0;
	color: #f44;
	font-size: 11px;
}


div.extrastuff {
	margin-left: 5px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}
.terms {
	font-size: 10px;
	line-height: 12px;
}
.notify {
	border: 2px solid  #18ADEB;
	background-color: #f1f1f1;
	padding: 3px 5px 3px 5px;
}
.pictures {
	font-size:11px;
	word-spacing: 10px;
}

/* PRODUCT SEARCH */
.search {
	margin: 10px 0px 0px 0px;
	padding: 0;
}
.search .search_advanced {
	display: block;
	margin: 5px 0px 0px 5px;
}
div.search .search_field {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0;
	height: 22px;
	background: url(images/search_bg_right.png) center right no-repeat transparent;
	padding: 0px;
}
div.search .search_field.inactive {
	color: #999;
}
div.search .textfree_inactive,
div.search .textfree {
	background: url(images/search_bg_left.png) top left no-repeat transparent;
	padding: 4px 2px 4px 2px;
	height: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border: none;
	width: 100px;
	margin: 0;
	background-color: transparent;
}
div.search .textfree_inactive {
	color: #aaa;
}
div.search .buttonsearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 2px 0px 5px 0px;
	margin: 0px;
	cursor: pointer;
	background: url(images/buttonsmall.png) top left no-repeat transparent;
	text-align: center;
	height: 22px;
	width: 75px;
	border: none;
	float: right;
}
.morebutton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/painike_tausta.jpg);
	height: 23px;
	width: 68px;
	background-position: 0px 0px;
	border: none;
}
a.advancedsearch {
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
	background-image: url(images/laajennettuhaku_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 11px;
	clear: left;
}
div.search_large{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

/** --- LOGIN - begin --- */
div.login {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	height: 57px;
}
.login .login_credentials {
	width: 70px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: left;
	float: left;
}
.login .login_controls {
	float: right;
	width: 85px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* */

div.login_credentials .login_input {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 0;
	height: 22px;
	background: url(images/search_bg_right.png) center right no-repeat transparent;
	padding: 0px;
}

div.login_credentials .login_input_username,
div.login_credentials .login_input_password {
	background: url(images/search_bg_left.png) top left no-repeat transparent;
	padding: 4px 2px 4px 2px;
	height: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	border: none;
	width: 90px;
	margin: 0;
	background-color: transparent;
}

/* */

.login .login_credentials .login_username {
	height:25px;
	width: 93px;
}

.login .login_credentials .login_password {
	height:25px;
	width: 93px;
}

.login .login_label,
.login .login_message {
	display: none;
}

.login .login_submit .login_input {
	padding: 0;
	margin: 0;
}

.login .login_controls span.login_login { }
.login .login_controls .login_input_login {
	width: 75px;
	height: 22px;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 2px 0 5px 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url(images/buttonsmall.png) top left no-repeat transparent;
}
.login .login_controls .login_register {	
	margin: 0;
	padding: 5px 0px 0px 13px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	float: right;
	background: url(images/icon_registration.png) 0px 10px no-repeat;
}
.login .login_controls .login_register a {
	color: #888;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.login .login_controls .login_register .login_input_register {
	background: none;
	border: none;
	padding: 0;
	color: #888888;
	font-size: 12px;
	cursor: pointer;
}

.login .login_controls .login_register .login_input_register:hover{
	color: #656565;
}


.login .change_profile {
	display: none;	
}
.login .user_id {
	display: none;	
}

.login .user_info {
	display: block; 
	clear: both;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.login .loggedin_text {
	font-weight: bold;
}
.login .user_name {
	font-weight: normal;
	
}


.login .user_edit a {
	color: #888;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 1px;
	font-weight: normal;
	display: block;	
	background-image: url(images/icon_userinfo.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 5px;
	
}
.login .logout a {
	color: #888;
	text-decoration: underline;
	font-size: 12px;
	margin-top: 2px;
	display: block;	
	font-weight: bold;
	background-image: url(images/icon_logout.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-left: 5px;
	
}

.login .logout a:hover,
.login .user_edit a:hover,
.login .login_controls .login_register a:hover {
	color: #333;
}

.login .login_controls .login_submit {
	width: 75px;
	float:right;
	padding: 0;
}


/** --- LOGIN - end --- */

.minitabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
.minitabs a {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	text-decoration: none;
	background-color: #E9E9E9;
	color: #333333;
	padding-top: 2px;
}
.minitabs a:hover {
	text-decoration: underline;
}
.minitabs a.selected {
	background-color: #ffffff;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #ffffff;
}
div.ordercontrol {
	font-size: 10px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 6px;
	right: -2px;
}
div.ordercontrol select {
	font-size: 10px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
div.latestproducts .ordercontrol {
	display: none;
}
div.latestproducts .pagelist {
	display: none;
}


/***** TUOTEREKISTERI *****/
a.productimage,
a.productimage:hover {
	text-decoration: none;
	cursor: pointer;
	display: block;
}
/* listausnäkymän esikatselukuvan sisältävä elementti */
span.thumb_productimage {
	display: block;
	margin: 0 auto 0 auto;
	border: 1px solid #dcd9d9;
	width: 190px;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
}
/* tuotenäkymän esikatselukuva */
img.medium_productimage {
	max-width: 255px;
}
/* tuotenäkymän pienen esikatselu kuvan linkki */
a.preview_productimage {
	display: block;
	float: left;
	width: 121px;
	height: 121px;
	margin-right: 2px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #cccccc;
	text-decoration: none;
	cursor: pointer;
}
/* tuotenäkymän pienen esikatselukuvan sisältävä elementti */
span.preview_productimage {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
/* listausnäkymän tuotteen nimen linkki */
div.productinfo a {
	display: block;
}
div.headtools {
	height: 17px;
display: none;
	}
	
table.product_list {
	width: 630px;
	margin-top: 10px;
	margin-right: -30px;
}
.product_list .product_cell {
	vertical-align: top;
	text-align: left;
	height: 300px;
	margin: 10px;
	height: 100%;
}
/* yksittäisen tuote-boxin tyylit listauksessa */
/* yksittäisen tuote-boxin tyylit listauksessa */
table.product_wrapper {
	width: 190px;
	background: url(images/product_box_bg.png) top left repeat-x #f7f7f7;
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
}

.product_list .product_header {
	height: 225px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: relative;
}

.product_list .product_name {
	margin: 5px 0px 0px 0px;
	width: 100px;
}
.product_list .product_name a { color: #656565; text-decoration: none; }
.product_list .product_name a:hover { text-decoration: underline; }
.product_list .product_price {
	margin: 0px 0px 0px 0px;
	color: #656565;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 0;
	top: 197px;
}
.normalprice {
	text-decoration: line-through;
	font-size: 90%;
	cursor: help;
}
.specialprice {
	cursor: help;	
}
.product_list .product_image_wrapper {
	margin-top: 3px;
	text-align: center;
}
.product_list img {
	border: 1px solid #dcd9d9;
	width: 128px;
}
.product_list a { border: 0px solid #000; }
.product_list .product_name {
	display: block;
}
.product_list div.product_description {
	font-weight: normal;
	color: #555;
	padding: 5px 5px 0px 0px;
}

.product_list td.product_controls {
	height: 30px;
	text-align: center;
	padding: 7px 5px 0px 5px;
}
.product_list .product_controls a {
	font-size: 12px;
	display: block;
	width: 84px;
	height: 22px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 1px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.product_list .product_controls a:hover {
	text-decoration: none;
}
.product_list .product_controls a.product_link_buy,
.product_list .product_controls a.product_link_info {
	background: url(images/button_s1.png) top left no-repeat;
}

.product_list .product_controls a.product_link_info {
	margin-left: 7px;
}


/** Lomake rekisteröitymiseen ja profiilin muokkaukseen */
.user_profile_editor { }
.user_profile_editor table { margin: 10px 0px 0px 10px; }
.user_profile_editor td { padding: 0px 0px 2px 5px; }
.user_profile_editor div.section_help { }
.user_profile_editor div.section_form { }


/** LOMAKKEET **/

div.forms {
	padding: 15px;
	/*border: 1px solid #cccccc;*/
}

div.forms div.tabs {
	font-size: 105%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}
div.forms div.tabs .selectedtab,
div.forms div.tabs .tab {
	display: block;
	float:left;
	font-weight: bold;
	padding-right: 16px;
	color: #666666;
}

div.forms div.tabs .selectedtab {
	text-decoration: underline;
	color: #333333;
}

div.forms div.buttons {
	padding-top: 15px;
}

div.forms div.question {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
}

div.forms form {
	margin: 0; padding: 0;
}

div.forms label.file,
div.forms label.text {
	padding-top: 8px;
	display:block; 
}
div.forms input.file,
div.forms input.text {
	width: 45%;
	display:block;
}

div.forms textarea {
	width: 45%;
	height: 60px;
	
	}
	
.input_roskaesto {
	display: none;
}


