/**
 * 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 {
	overflow: -moz-scrollbars-vertical;
}
html,body {
	width: 100%;
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #E2E4E5;
	color: #333333;
}

 
/** Sivun rakenne */
.page_wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* sivun pystysuuntaiset rivi-alueet */
.page_header_row {
	height: 22px;
}

.page_header_left,
.page_nav_left,
.page_content_left,
.page_footer_left {
	background-image: url(images/main_border_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.page_header_right,
.page_nav_right,
.page_content_right,
.page_footer_right {
	background-image: url(images/main_border_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.page_header_center {
	background-color: #414141;
}
.page_content_center {
	background-color: #ffffff;
}
.vmenu_cell {
	background-color: #EBECEC;
	width: 219px;
}
.page_nav_row {
	/*height: 48px;
	margin: 0px; padding: 0px;
	background: url(images/hmenu_bg.png) top left repeat-x #fff;*/
}
.page_nav_left {

}
.page_nav_right {

}
.page_nav_center {
	height: 37px;
	margin: 0px; padding: 0px;
	background: url(images/hmenu_bg.jpg) top left repeat-x #fff;
}

.page_content_row {
	background-color: #E2E4E5;
}
.page_footer_row {
	background-color: #E2E4E5;
}
.page_footer_center {
	height: 135px;
	background:#F2F2F2 url(images/page_footer_bg.jpg) repeat-x scroll left top;
}

/* sivun pääsolut riveissä, left center right */
.page_header_row td,
.page_nav_row td {
	position: relative;
}
.page_header_row td td,
.page_nav_row td td {
	border: none;
}
.page_header_center {
	border-bottom: 1px solid #ffffff;
	height: 23px;
}
	

/* -- SIVUN HEADERI - begin -- */
/* page header wrapperit */
.page_header_center td {
	margin: 0px 0px 0px 0px;
}
.page_header_row .page_header_banner {
	vertical-align: middle;
	width: 400px;
}
.page_header_row .page_header_langs {
	vertical-align: middle;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #BFBFBF;
	
}
.page_header_row .page_header_login {
	vertical-align: middle;
	width: 23px;
}
.page_header_login div {
	display: none;
}
/* sivun banneri */
.page_header_banner span {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.page_header_banner .site_title {
	margin-left:  18px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
.page_header_banner .site_slogan {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
/* -- 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 */
div.content {
	width: 659px;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

/* -- HMENUN RAKENNE - begin -- */
div.hmenu {
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	height: 37px;
}
/* -- 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;
}
div.hmenu ul ul { /* kaikki popup-menut -- alempien pudotusvalikoiden sijainti suhteessa ylempiin pudotusvalikkoihin */
	width: 200px;
	position: absolute;
	top: 0px;
	left: 198px;
	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: 37px;
}
div.hmenu li { /* kaikki menuitemit */
	display: block;
	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 */
	float: left;
	border: 0px solid #000;
	font-size: 16px;
}
div.hmenu ul ul li { /* popuppien itemit */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FAF9F8;
	border-left: 1px solid #CFD0D0;
	border-right: 1px solid #CFD0D0;
}

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

/* ---------- linkit ---------- */
div.hmenu ul a { /* kaikki linkit */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
}
div.hmenu ul a:hover {
	text-decoration: underline;
	/*color: #000;*/
}
div.hmenu a.level1 { /* päämenun linkit */
	height: 27px; /* 48px korkeus miinus marginin top & bottom */
	margin: 4px 0px 6px 0px;
	padding: 0;
	font-size: 13px;
	border-left: 1px solid #717274;
}

div.hmenu ul.menu-level2 a {
	color: #636363;
}

div.hmenu a.first {
	border-left: none;
}
div.hmenu a.onpath,
div.hmenu a.selected {
	color: orange;
}
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: 6px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
}
div.hmenu ul a.level1.first span {
	padding: 6px 15px 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; /* Tässä tulee IE7:lla bugeja */
	padding: 0;
	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-bottom: 2px;
	width: 247px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	clear: both;
}
.page_header_langs a {
	margin: 0px 0px 0px 0px;
	color: #BFBFBF;
	text-decoration: none;
}
.page_header_langs {
	text-align: right;
	vertical-align: middle;
}
.page_header_langs img {
	border: 1px solid #dcd9d9;
}


/* -- VMENUN RAKENNE - begin -- */


div.vmenu {
	margin: 0;
	/*background: url(images/vmenu_bg.png) bottom left repeat-y #fff;*/
	width: 219px;
}
div.vmenu_header {
	background-repeat:repeat-x;
	background-image: url(images/vmenu_heading.jpg);
	background-position: left top;
	background-color: #434748;
	color: #FFFFFF;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
}
div.vmenu_header span { /* siirretään otsikkoa */
	display: block;
}
div.vmenu_content {
	margin: 0px 0px 0px 0px;
}
div.vmenu_content_inner { /* siirtää contentin irti reunoista, vältetään paddingiä */
	/*margin: 5px 10px 5px 10px;*/
}
div.vmenu_footer {
	display:none;
	/*height: 1px;*/
	/*height: 7px;
	background: url(images/vmenu_bottom.png) bottom left no-repeat #fff;*/
}
/* -- 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: 0px 5px 0px 5px;
	padding: 0px 0px 7px 0px;
	color: #636363;
	border-top: 1px solid #ececec;*/
}
div.vmenu div.selected {
	/*background: url(images/vmenu_selected.png) 3px 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 {
	background-repeat:repeat-x;
	background-image: none;
	color: #424242;
	background-position: left top;
	display: block;
	padding-left: 20px;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfd0d0;
	background-color: #ebecec;
}
div.vmenu div.menuitem2 a {
	color: #636363;
	font-weight: normal;
}
div.vmenu div.selected a {
	/*font-weight: bold;*/
	background-repeat:repeat-x;
	background-image: url(images/selected_level2.jpg);
	color: #3e4343;
	background-position: left top;
	display: block;
	padding-left: 20px;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5A81C;
	background-color: #F5A81C;
}
/* 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 14px;
	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 20px;
	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_table {
	height: 150px;
}
.page_footer_table td {
	vertical-align: top;
	padding: 30px 0px 0px 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #868686;
	background: url(images/page_footer_splitter.png) top right no-repeat transparent;
}
.page_footer_table .header {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.page_footer_table a {
	color: #868686;
}
.page_footer_table .page_footer_toteutus .header {
	text-transform: none;
}

.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;
}
.content table.bordered {
	width: 620px;
	margin-left: 25px;
}
.content table.propertylist {
	/*width: 400px;*/
	margin-left: 18px;	
}
.productimages {
	
}
/* Tuotetiedot */


div.addtocart {
	padding-left: 25px;
	width: 630px;
	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: #ffffff;
}
/* ostoskori-box sivun vmenussa */
.vmenu .cart_small {
	margin: 0;
	padding: 0;
}
.vmenu .cart_small .cart_status {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
.vmenu .cart_small .cart_controls {
	display: block;
}
.vmenu .cart_small .cart_footer {
	clear: left;
}
.vmenu .cart_small .cart_controls span {
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 45%;
	text-align: center;
	display: block;
	float: left;
}
.vmenu .cart_small a.more,
.vmenu .cart_small a.more:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/button_orange.png) top left no-repeat transparent;
	height: 18px;
	width: 62px;
	display: block;
	padding-top: 4px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
/* ostoskori-box ylämenussa */
.hmenu_cart {
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-image: url(images/hmenu_cart_bg.jpg);
	height: 37px;
	color: #ffffff;
	width: 310px;
}
.hmenu_cart .cart_small .cart_status {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 11px 15px 0px 0px;
}
.hmenu_cart .cart_small span.cart_status_noproducts,
.hmenu_cart .cart_small span.cart_status_incart { font-weight: bold; }
.hmenu_cart .cart_small span.cart_status_count { }
.hmenu_cart .cart_small span.cart_status_products { }
.hmenu_cart .cart_small .cart_controls {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.hmenu_cart .cart_small .cart_controls a {
	color: #ffffff;
	border-left: 1px solid #cdcdcd;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
}
.cart_control_order { }
.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  #CE162E;
	background-color: #fafafa;
	padding: 3px 5px 3px 5px;
	width: 600px;
	margin-left: 25px;
}
.pictures {
	font-size:11px;
	word-spacing: 10px;
}

/* PRODUCT SEARCH */
.search {
	margin: 10px 0px 0px 20px;
	padding: 0;
	width: 190px;
	padding-bottom: 10px;
}
.search .search_advanced {
	display: none;
	/*display: block;*/
	margin: 5px 0px 0px 0px;
}
div.search .search_field {
	margin-right: 5px;
	padding: 0;
	height: 22px;
	/*background: url(images/search_bg_right.png) top right no-repeat transparent;*/
}
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: 3px 2px 3px 2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 110px;
	margin: 0;
	background-color: transparent;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}
div.search .textfree_inactive {
	color: #aaa;
}
div.search .buttonsearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px 0px 4px 0px;
	margin: 0px;
	cursor: pointer;
	background: url(images/button_dark.png) top left no-repeat transparent;
	text-align: center;
/*	height: 23px;*/
	width: 62px;
	border: none;
}
.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;
}
div.search_large{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

/** --- LOGIN - begin --- */
div.login {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/login_bg.png) top left no-repeat transparent;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 0px 10px;
	width: 215px;
	height: 57px;
}
.login .login_credentials {
	width: 97px;
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: left;
}
.login .login_controls {
	margin: 0;
	padding: 0;
	text-align: left;
}
.login .login_credentials span.login_input { }
.login .login_credentials .login_input_username,
.login .login_credentials .login_input_password {
	font-size: 11px;
	width: 93px;
	height: 20px;
	color: #999999;
	background: url(images/login_text_bg.png) top left no-repeat transparent;
	border: none;
	margin: 0;
	padding: 3px 2px 2px 3px;
}
.login .login_label,
.login .login_message {
	display: none;
}
.login .login_controls span.login_login { }
.login .login_controls .login_input_login {
	width: 97px;
	height: 20px;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/login_button_bg.png) top left no-repeat transparent;
}
.login .login_controls .login_register {	
	margin: 0;
	padding: 5px 0px 0px 18px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	float: left;
	background: url(images/icon_registration.png) 0px 8px no-repeat transparent;
}
.login .login_controls .login_register a {
	color: #888;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.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: normal;
	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 {
	background: url(images/button_green_right.png) top right no-repeat transparent;
	display: block;
	float: left;
}
*/

/** --- 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;
}
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: 128px;
	height: 88px;
	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-left: 25px;
}
.product_list .product_cell {
	vertical-align: top;
	text-align: left;
	height: 260px;
	margin: 10px;
}
/* yksittäisen tuote-boxin tyylit listauksessa */
table.product_wrapper {
	width: 150px;
	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%;
}
td.product_top_cell {
	font-size: 1px;
	height: 10px;
	background: url(images/product_box_top.png) bottom left no-repeat #fff;
}
td.product_bottom_cell {
	font-size: 1px;
	height: 15px;
	background: url(images/product_box_bottom.png) top left no-repeat #fff;
}
.product_list td.product_header,
.product_list td.product_description,
.product_list td.product_controls {
	border-left: 1px solid #dcd9d9;
	border-right: 1px solid #dcd9d9;
}
.product_list div.product_header,
.product_list div.product_description,
.product_list div.product_controls {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.product_list .product_header {
	height: 133px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.product_list .product_name { margin: 5px 0px 0px 7px; }
.product_list .product_name a { color: #868686; text-decoration: none; }
.product_list .product_name a:hover { text-decoration: underline; }
.product_list .product_price {
	margin: 0px 0px 0px 7px;
	color: #B41136;
}
.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 7px;
}
.product_list td.product_controls {
	height: 30px;
	text-align: center;
	padding: 5px 5px 0px 7px;
}
.product_list .product_controls a {
	font-size: 11px;
	display: block;
	width: 62px;
	height: 22px;
	float: left;
	margin: 2px;
	padding: 4px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.product_list .product_controls a:hover {
	text-decoration: none;
}
.product_list .product_controls a.product_link_buy {
	background: url(images/button_orange.png) top left no-repeat;
	color: #000000;
}
.product_list .product_controls a.product_link_info {
	background: url(images/button_dark.png) top left no-repeat;
}

/** 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;
}

/* POPUP KIRJAUTUMISEN TYYLIT ALKAA */
.popup_layer_wrapper {
	
}
.popup_layer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	background-image: url(images/transparent_attack_grey.png);
}
.popup_layer .emaillogin {
 	width: 360px;
 	height: auto;
 	border: 3px solid #cccccc;
 	background-color:  #ffffff;
	position: absolute;
 	top: 50%;
 	left: 50%;
 	margin-left: -180px;
 	margin-top: -100px;
 	padding-bottom: 13px;
}
.emaillogin .headingbar {
	background-image: url(images/hmenu_bg.jpg);
	background-position: top left;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 18px;
	color: #ffffff;
	font-family:"Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
}
.emaillogin .helparea {
	margin-top: 16px;
	margin-left: 18px;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.emaillogin .fields label.text {
	width: 95px;
	display: block;
	float: left;
}
.emaillogin .fields input.emaillogin_field {
	width: 210px;
	display: block;
	float: left;
}
.emaillogin .fields  {
	margin-top: 13px;
	margin-left: 18px;
	text-align: left;
	width: 320px;	
}
.emaillogin .buttons {
	margin-top: 13px;
	margin-left: 113px;
	width: 220px;	
}
.emaillogin .message {
	margin-top: 13px;
	margin-left: 18px;
	width: 320px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.emaillogin .buttons .emaillogin_ok{
	font-size: 11px;
	display: block;
	width: 62px;
	height: 22px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #000000;
	border: none;
	background: url(images/button_orange.png) top left no-repeat;	
}
.emaillogin .buttons .emaillogin_continue{
	font-size: 11px;
	display: block;
	margin-left: 13px;
	width: 142px;
	height: 22px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
	background: url(images/btn_grey_large.png) top left no-repeat;
	
}
.login_langs {
	font-size: 12px;
	color: white;	
	float: right;
	padding-right: 10px;
}
.login_langs a{
	font-size: 12px;
	color: white;	
}
/* POPUP KIRJAUTUMISEN TYYLIT LOPPUU */ 


