/*
Theme Name: Helsingin Pantti
Theme URI: http://www.helsinginpantti.fi/
Description: The default theme for Helsingin Pantti
Version: 1.0
Author: !noob Oy
Author URI: http://www.inoob.fi/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/*-------------------------------------------------------------------------------- */
/* OVERRIDE*/

body {

}

/*-------------------------------------------------------------------------------- */
/* CONTAINER */
 
#container {
	position: relative;
	float: left;
	width: 100%;
}
#container_box {
	position: relative;
	float: none;
	width: 950px;
/*	margin-top: 10px; */
	margin-left: auto;
	margin-right: auto;
}
 
/*-------------------------------------------------------------------------------- */
/* HEADER AND NAVIGATION */
 
#header {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
/*	border: 1px solid #f00; /* ************ DEBUG **************** */
}

#logo {
	position: relative;
	float: left;
	width: 950px;
	height: 60px;
	background: #0060a6 url(/wp-content/themes/pantti/img/header.jpg) no-repeat;
/*	border: 1px solid #0f0; /* ************ DEBUG **************** */
	clear: both;
}

#header #nav,
#header #lang {
	position: relative;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#header #nav {
	height: 65px;
	padding-top: 10px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#header #lang {
	position: relative;
	float: right;
	clear: left;
	margin-top: 14px;
}
#header #nav li,
#header #lang li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	text-align: left;
	font-size: 1.4em;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#header #lang li {
	position: relative;
	float: right;
	display: inline;
	clear: both;
	font-size: 1.2em;
	margin-right: 10px;
}
#header #nav li a,
#header #lang li a {
	display: block;
	text-decoration: none;
	color: #888;
}
#header #lang li a {
	color: #fff;
}
#header #nav li a.current {
	color: #000;
}
#header #nav li:first-child a {
	padding-left: 0;
}
#header #nav li a:hover {
	text-decoration: underline;
	color: #666;
}
#header #lang li a:hover {
	text-decoration: none;
	color: #aaa;
}
#header #nav li #arrow img {
	margin-left: 30px;
}


/* subnav */
#subnav {

	text-transform: lowercase;

}

#subnav .page_item:first-letter {
	text-transform: uppercase;
}
#subnav {
	position: relative;
	float: left;
	clear: both;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav li {
	position: relative;
	float: none;
	/*font-size: 14px;*/
	font-size: 1.4em;
	margin-bottom: 0.4em;
	list-style-type: none;
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_gray.gif');
	background-position: 0px 2px;  /* 50%; */
	background-repeat: no-repeat;
	padding-left: 20px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav li a {
	text-decoration: none;
	color: #888;
}
#subnav li.current_page_item,
#subnav li.current_page_ancestor,
#subnav li.current_page_parent {
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_blue.gif');
}
#subnav li.current_page_item a,
#subnav li.current_page_ancestor a,
#subnav li.current_page_parent a {
	color: #00bbf0;
}
#subnav li a:hover {
	text-decoration: underline;
	color: #666;

}

#subnav li ul {
	margin-bottom: 0px;
}
#subnav li li {
	font-size: 1em;
	margin-bottom: 0.1em;
	list-style-type: none;
	background-image: none;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav li.current_page_item li a,
#subnav li.current_page_ancestor li a,
#subnav li.current_page_parent li a{
	color: #888;
}
#subnav li.current_page_item li.current_page_item {
	background-image: none;
}
#subnav li.current_page_item li.current_page_item a,
#subnav li.current_page_ancestor li.current_page_item a,
#subnav li.current_page_parent li.current_page_item a {
	background-image: none;
	color: #00bbf0;
}
/*Onsaweb*/
.tuote_list_sub1 {
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_blue.gif') !important;
	margin-left: 12px;
}
.1pad {
	margin-left: 50px;
}



/* vintage */
#vintage #subnav li.current_page_item,
#vintage #subnav li.current_page_ancestor,
#vintage #subnav li.current_page_parent {
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_green.gif');
}
#vintage #subnav li.current_page_item a,
#vintage #subnav li.current_page_ancestor a,
#vintage #subnav li.current_page_parent a{
	color: #a4cc39;
}
#vintage #subnav li.current_page_item li a,
#vintage #subnav li.current_page_ancestor li a,
#vintage #subnav li.current_page_parent li a{
	color: #888;
}
#vintage #subnav li.current_page_item li.current_page_item a,
#vintage #subnav li.current_page_ancestor li.current_page_item a,
#vintage #subnav li.current_page_parent li.current_page_item a {
	color: #a4cc39;
}




/*-------------------------------------------------------------------------------- */
/* CONTENT */
 
#content,
#content_box .middle,
#content_box .left,
#content_box .right {
	position: relative;
	float: left;
}
#content_box .left,
#content_box .right {
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#content_box .middle  {
	margin-top: 3px;
	width: 950px;
}
#content_box .left {
	width: 750px;
}
#content_box .right {
	width: 196px;
	margin-left: 4px;
}

#content_box .iframe {
	position: relative;
	float: left;
	width: 746px;
	margin-left: 4px;
}

.subpage #content_box #subnav {
	position: relative;
	float: left;
	width: 250px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
.subpage #content_box .left {
	width: 500px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}



/*-------------------------------------------------------------------------------- */
/* TEXTS */

h1 {
	font-size: 4em;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: normal;
	color: #888;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #888;
	margin-top: 0.7em;
	margin-bottom: 0;
}
h3 {
	font-size: 1.3em;
	color: #888;
	font-weight: bold;
	margin-top: 0.7em;
}
h1 + h2 {
	margin-top: 1.5em;
}

h2 img {
	clear: left;
}


#vintage h1,
#vintage h2,
#vintage h3 {
	color: #a4cc39;
}



#mitaVoiPantata h2 {
	position: relative;
	float: left;
	width: 100%;
}
#mitaVoiPantata h2 span,
#mitaVoiPantata h2 span img {
	position: relative;
	float: left;
}
#mitaVoiPantata h2 span {
	padding: 1.2em 0 0;
}

.left p,
.left ul,
 {
	/*font-size: 12px;*/
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #808080;
	
}
.left td {
	padding-bottom: 1em;
}


#vintage .left p a,
#vintage .left ul a,
#vintage .left td a {
	color: #a4cc39;
}

.left p a:hover {
	text-decoration: underline;
	color: #666 !important;
}


#vintage .left div.left,
#vintage .left div.right,
#vintage .left div.left p,
#vintage .left div.right p {
	position: relative;
	float: left;
	width: 242px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}

#content_box .left li {
	position: relative;
	float: none;
	list-style-type: none;
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_gray.gif');
	background-position: 0px 2px;  /* 50%; */
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content_box .left ul.nostyle,
#content_box .left ul.nostyle2 {
	position: relative;
	float: left;
	width: 100%;
}
#content_box .left ul.nostyle li,
#content_box .left ul.nostyle2 li {
	position: relative;
	float: left;
	width: 100%;
	background-image: none;
	padding: 0.5em 0 0;
}
#content_box .left ul.nostyle2 li {
	padding: 0;
}
#content_box .left ul.nostyle li span,
#content_box .left ul.nostyle2 li span {
	position: relative;
	float: left;
	margin-top: 0.5em;
	margin-left: 0.5em;
}
#content_box .left ul.nostyle li img,
#content_box .left ul.nostyle2 li img {
	position: relative;
	float: left;
	vertical-align: top;
}


/*-------------------------------------------------------------------------------- */
/* ELEMENTS */

/* frontpage big image */
#bigImage p {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 747px;
	height: 342px;
}


/* pickups */

#pickups {
	position: relative;
	float: left;
	width: 747px;
	margin-top: 9px;
}
#pickups p {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	width: 244px;
}
#pickups img {
	position: relative;
}
#pickups .middleimg {
	position: relative;
	float: left;
	margin-left: 8px;
}


/* left banner */

#leftBanner {
	position: relative;
	float: right;
	clear: both;
	margin-top: 5px;
}
#leftBanner p {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
}
#leftBanner img {
	margin-bottom: 5px;
}


/* haku */

#search {
	position: absolute;
	top: 70px;
	right: 0;
	display: block;
	width: 193px;
	height: 50px;
	margin-left: 5px;
}

#search #s {
	position: relative;
	float: left;
/* 	border: inset 1px solid #ccc; */
	border: 0;
	background-color: transparent;
	width: 160px;
	font-size: 1.5em;
	height: 1.5em;
	padding-top: 0.2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: normal;
}
#searchBg {
	position: relative;
	float: right;
	border: 1px solid #ccc;
	width: 190px;
	background: #fff url('/wp-content/themes/pantti/img/bg_hae2.gif') center right no-repeat;
}

#search #searchsubmit {
	position: relative;
	float: right;
	width: 73px;
	height: 17px;
	background: url('/wp-content/themes/pantti/img/btn_hae.gif') no-repeat;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
}

label.screen-reader-text {
	display: none;
}

/* uutiskirje */

#MailPress .MailPressFormEmail {
	position: relative;
	float: left;
	font-size: 1.5em;
	height: 1.5em;
	border: 1px solid #ccc;
	padding-top: 0.2em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	width: 250px;
}
#MailPress .MailPressFormSubmit {
	position: relative;
	float: left;
	width: 73px;
	height: 17px;
	border: 0;
	font-size: 1.5em;
	line-height: 1.5em;
	height: 1.8em;
	background: transparent url('/wp-content/themes/pantti/img/btn_tilaa.gif') no-repeat;
	margin-top: 5px;
	margin-left: 10px;
}


/* Lainalaskuri */

#lainalaskuri {
	position: relative;
	float: right;
	width: 196px;
	background-color: #9bdaf7;
	clear: both;
}
#lainalaskuri h2 {
	background-color: #0060a6;
	color: #fff;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 10px;
}
#lainalaskuri label {
	position: absolute;
	left: 10px;
	width: 100px;
	height: 2em;
	font-size: 1.1em;
	color: #0060a6;
}
#lainalaskuri .row,
#lainalaskuri .row2 {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 2.2em;
}
#lainalaskuri .row2 {
	height: 5.1em;
}
#lainalaskuri .row2 p {
	font-size: 1.1em;
	color: #039;
	padding: 2px 5px;
	margin: 0 5px;
	background-color: #fff;
}

#lainalaskuri #paikkakunta_sel,
#lainalaskuri #summa,
#lainalaskuri #lainaaika_sel {
	position: relative;
	left: 80px;
	border: inset 1px solid #ccc;
	width: 110px;
}
#lainalaskuri #summa {
	width: 78px;
	left: 110px;
}
#lainalaskuri #btnLaske {
	position: relative;
	float: right;
	width: 73px;
	height: 17px;
	background: url('/wp-content/themes/pantti/img/btn_laske.gif') no-repeat;
	border: none;
	color: #fff;
	font-size: 0.8em;
	padding: 0;
	margin-right: 5px;
}


/* subpage head image */

#headImage {
	margin-bottom: 15px;
}



/* vintage myymï¿½lï¿½ */

.products {
	position: relative;
	float: left;
	clear: both;
	width: 490px;
	margin-bottom: 1em;
}
.products img {
	position: relative;
	float: left;
	border: 2px solid #A4CC39;
}
.products .prodInfo {
	position: relative;
	float: left;
	width: 350px;
	margin-left: 10px;
}
.products h3,
.products p {
	position: relative;
	float: left;
	width: 350px;
	font-size: 1.4em;
	color: #a4cc39;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
.products h3 {
	margin: 0;
	line-height: 1.4em;
}
.products p {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #666;
}
.products .price {
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
}
.products p.store {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}



/* search results */

#searchResults h1,
#searchResults h2,
#searchResults h3 {
	color: #0060a6;
	font-weight: normal;
}
#searchResults h3 {
	margin-bottom: 0;
}
#searchResults a {
	color: #0060a6;
	text-decoration: underline;
}
#searchResults a:hover {
	color: #666;
}
#searchResults small {
	margin-bottom: 2em;
}
#searchResults small a {
	color: #a4cc39;
	text-decoration: none;
}
#searchResults small a:hover {
	text-decoration: underline;
}
#searchResults p {
	margin: 0;
}


/*-------------------------------------------------------------------------------- */
/* FOOTER */
 
#footer {
	position: relative;
	float: left;
	width: 950px;
	clear: both;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #c0c0c0;
}
#footer .middle,
#footer .left,
#footer .right2,
#footer .right {
	position: relative;
	float: left;
	width: 100%;
}

#footer .left {
	width: 400px;
}
#footer .right {
	width: 350px;
}
#footer .right2 {
	width: 196px;
}
#footer ul {
	font-size: 1em;
}
#footer li {
	position: relative;
	float: left;
	width: auto;
	display: block;
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	color: #888 !important;
}
#footer li a  {
	display: block;
	padding: 0 1em;
	border-left: 1px solid #aaa;
	text-decoration: none;
	color: #888 !important;
}
#footer li:first-child a {
	border-left: 0;
}
#footer li a:hover {
	text-decoration: underline;
	color: #666;
}

#footer p {
	text-align: right;
	font-size: 1.1em;
	color: #888;
	padding-right: 10px;
}
#footer .right2 p {
	padding-right: 0;
}
#footer p a {
	text-decoration: none;
	color: #888;
}
#footer p a:hover {
	text-decoration: underline;
	color: #666;
}


/*-------------------------------------------------------------------------------- */
/* MISC */

.hidden {
	display: none;
}

/*-- Onsaweb --*/

.left h1 {
	font-size:36px;
	text-transform: lowercase;  
 }
.left h1:first-letter {
	text-transform: uppercase;
} 
.right h2 {
	font-size:24px;
	text-transform: lowercase;  
 }
.right h2:first-letter {
	text-transform: uppercase;
}

#ostoskori {
	border:1px solid #CCC;
	display: block;
	padding: 0px;
	width: 196px;
	background-color: #BEE7FA;
	margin-bottom: 20px;
}
#ostoskoriHinta{
	padding-left: 10px;
}
#ostoskoriLinkit {
		padding-left: 10px;
}
#ostoskoriLinkit a {
	text-decoration: none;
	color: #888;
}

#ostoskoriLinkit a:hover {
	text-decoration: underline;
	color: #666;
}


/*  css:t l&auml;hes kaikilla sivuilla */  
.col_lefti_viiva {background:#666666;}    

td.col_lefti_viiva {width: 1px;}    

.tuotteet th {  	color:#FFFFFF; background-color: #CCCCCC;  	background-image:url(../layoutimages/bg-head-vihr.gif);  	background-repeat: repeat-x;  	background-position: left bottom;  }    
.tuotteet_alaviiva{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}    
.tuotteet_alaviiva2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.tuotteet_alaviiva3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tuotteet_tr_ylaviiva{  	background-image:url(../layoutimages/tuotteet_ylaviiva.gif);  	background-repeat: repeat-x;  	background-position: left top;  }    

.col_lefti_header_right		{background-image:url(../layoutimages/ots_top_oikea_har.gif); width:9px; height:30px; padding-left:9px}    
.col_lefti_header_left		{background-image:url(../layoutimages/ots_top_vasen_har.gif); width:10px; padding-left:10px}    
.col_lefti_header_txt			{
	color:#fff;
	font-size:14px;
	background-image:url(../layoutimages/bg-head-vihr.gif);
	height:30px;
	width:100%;
	vertical-align:text-bottom;
	font-weight:bold;
	padding-left:5px;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 25px;
}
table .tuotteet {
	/*border: 1px solid #CCC;*/
}

.col_lefti_header_txt	a		{color:#333333; font-size:11px; text-decoration:none;}    
.col_lefti_header_txt	a:hover		{color:#333333; font-size:11px; text-decoration:underline;}    
table.col_lefti	{width:100%;}    
td.col_lefti	{	width:100%;	background-color: #FFFFFF;}  
table.tuotteet_keski			{  	width:100%;  	background-color: #FFFFFF;  }
   
td.tuotteet_keski				{width:100%;} 


table .maksutapa_table {
	border: 0px;
}

.maksutapa_table {
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.maksutapa_table th {  	color:#FFFFFF; background-color: #CCCCCC;  	background-image:url(../layoutimages/bg-head-vihr.gif);  	background-repeat: repeat-x;  	background-position: left bottom;  }
.maksutapa_table pre {
	color:#666;
	font-size:10px;
	text-decoration:none;
}

/*  painikkeet  */ 
.btn_ostoskoriin {
	/*position: relative;
	float: right;*/
	width: 122px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.0em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_lisaa_ostoskoriin.gif);
	background-repeat: no-repeat;
}
.btn_ostoskoriin_paivita {
	/*position: relative;
	float: right;*/
	width: 120px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_paivita_ostoskori.gif);
	background-repeat: no-repeat;
}
/*.btn_ostoskoriin {  	font-family: Verdana, Arial, Helvetica, sans-serif;  	font-size: 10px;  	color: #FFFFFF;  	background-color: #3399FF;  	font-weight: bold;  	border: 1px solid #666666;  }
*/
.btn_tilaa {  	
	width: 102px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_tilaa_tuotteet-OLD.gif);
	background-repeat: no-repeat;
}  
.btn_tilaa_tuotteet {  	
	width: 270px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_tilaa_tuotteet.gif);
	background-repeat: no-repeat;
}
.btn_tilaa_jatka {  	
	width: 114px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_jatka_tilaamista.gif);
	background-repeat: no-repeat;
}
.btn_tyhjenna {  		
	width: 134px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_tyhjenna_ostoskori.gif);
	background-repeat: no-repeat;  
	}    
.btn_palaa {  		
	width: 91px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_edellinen.gif);
	background-repeat: no-repeat;  
	} 
.btn_tulosta {  		
	width: 71px;
	height: 17px;
	border: none;
	color: transparent;
	font-size: 0.8em;
	padding: 0;
	margin-top: 6px;
	background-image: url(../layoutimages/btn_tulosta.gif);
	background-repeat: no-repeat;  
	}
/* teetilaus */  
		  	
.price {  	font-size: 1.4em;  	line-height: 1.4em;  }    

/*pikahaku.onc*/  
.ostoskoriotsikko {  	color: #FFFFFF;  	background-color: #d2222a;  }    

/*kassa*/  
.kassaotsikko {  	color: #FFFFFF;  	background-color: #d2222a;  }    

/*ilmoitusten taustav&auml;rit*/  
.epaonnistui {
	background-color: #FFA6A6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
}    
.onnistui {
	background-color: #B7CD39;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
}    
.tuotteet_keski pre {
	color: #333;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
}

.virheilmoitus {  	background-color: #FF3333;  	font-size: 14px;  	font-weight: bold;  	text-align: center;  	color: #FFFFFF;  }    
.kiitostilauksesta {  	background-color: #66CC99;  	font-size: 14px;  	font-weight: bold;  	text-align: center;  	color: #0033FF;  }    
.klikkaaohje {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #A4CC39;
	font-weight: normal;
	font-size: 24px;
}    
.tableCellOne, .tableCellOneBold {   	color: #333;   	padding: 6px 10px 6px 6px;   	border-bottom: 1px solid #CAD0D5;   	background-color: #EEF4F9;   }    
.tableCellOne a:link, .tableCellOne a:visited, .tableCellTwo a:link ,.tableCellTwo a:visited{  font-size:11px;  color: #1D7FC6;   }    
.tableCellOne div, .tableCellTwo div {  font-size:11px;    }    
.tableCellTwo, .tableCellTwoBold {   	color: #333;   	padding: 6px 10px 6px 6px;   	border-bottom: 1px solid #CAD0D5;   	background: #fff;   }    
	
.maksutavat_txt th{
	border-bottom: 1px solid #CAD0D5; 
	background-color: #EEF4F9;
	font-size:9px;
	color: #333;
}

.maksutavat_txt {
	font-size:9px;
	color: #999999;
}

.eiSallittuTapa {
	background-color: #FF0000;
	color: #FFFFFF;
	line-height: 12px;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #666666;
}

#popupsivu .tuotteet {
	font-size: 10px;
}

/*2.0 tyylejä etusivulle, Huom boxin koko*/
.mainpage-product-lift {
	background-image: url(../images/main_product-lift-box3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 171px;
	width: 145px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-right: 15px;
}
.mainpage-product-lift-midbox {
	height: 155px;
	width: 135px;
	border: 1px solid #999;
	}
.mainpage-product-lift .image {
	display: block;
	height: 120px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.mainpage-product-lift .image a img{
	margin-left: auto;
	margin-right: auto;
}
.mainpage-product-lift .title {
	display: block;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-transform: lowercase;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.mainpage-product-lift .prod_group {
	display: block;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: lowercase;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}

.mainpage-product-lift .producer, .mainpage-product-lift .description {
	display: block;
	font-size: 0.8em;
	color: #666666;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.mainpage-product-lift .producer:first-letter, .mainpage-product-lift .title:first-letter, .mainpage-product-lift .description:first-letter, .mainpage-product-lift .prod_group:first-letter {
	text-transform: uppercase;
}

.mainpage-product-lift .price {
	font-size: 1.2em;
	color: #a4cc39;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.mainpage-product-lift .aleprice {
	font-size: 1.0em;
	color: #FF0000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.mainpage-product-lift a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 0.8em;
	text-decoration: none;
}

.mainpage-product-lift a:hover {
	color: #666;
	text-decoration: none;
}

.mainpage-product-lift .tuoteryhman_nimi {
		display: block;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #404040;
	text-transform: lowercase;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*tuotenosto loppuu*/


/* subnav oikea */

#subnav2 {
/*	position: relative;
	float: left;
	clear: both;
	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav2 li {
	position: relative;
	float: none;
	font-size: 14px;
	margin-bottom: 0.4em;
	list-style-type: none;
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_gray.gif');
	background-position: 0px 2px;  /* 50%; */
	background-repeat: no-repeat;
	padding-left: 20px;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav2 li a {
	text-decoration: none;
	color: #888;
}
#subnav2 li.current_page_item,
#subnav2 li.current_page_ancestor,
#subnav2 li.current_page_parent {
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_blue.gif');
}
#subnav2 li.current_page_item a,
#subnav2 li.current_page_ancestor a,
#subnav2 li.current_page_parent a {
	color: #00bbf0;
}
#subnav2 li a:hover {
	text-decoration: underline;
	color: #666;

}

#subnav2 li ul {
	margin-bottom: 0px;
}
#subnav2 li li {
	font-size: 1em;
	margin-bottom: 0.1em;
	list-style-type: none;
	background-image: none;
/*	border: 1px solid #00f; /* ************ DEBUG **************** */
}
#subnav2 li.current_page_item li a,
#subnav2 li.current_page_ancestor li a,
#subnav2 li.current_page_parent li a{
	color: #888;
}
#subnav2 li.current_page_item li.current_page_item {
	background-image: none;
}
#subnav2 li.current_page_item li.current_page_item a,
#subnav2 li.current_page_ancestor li.current_page_item a,
#subnav2 li.current_page_parent li.current_page_item a {
	background-image: none;
	color: #00bbf0;
}



/* vintage oikea*/
#vintage #subnav2 li.current_page_item,
#vintage #subnav2 li.current_page_ancestor,
#vintage #subnav2 li.current_page_parent {
	background-image: url('/wp-content/themes/pantti/img/subnav_arrow_green.gif');
}
#vintage #subnav2 li.current_page_item a,
#vintage #subnav2 li.current_page_ancestor a,
#vintage #subnav2 li.current_page_parent a{
	color: #a4cc39;
}
#vintage #subnav2 li.current_page_item li a,
#vintage #subnav2 li.current_page_ancestor li a,
#vintage #subnav2 li.current_page_parent li a{
	color: #888;
}
#vintage #subnav2 li.current_page_item li.current_page_item a,
#vintage #subnav2 li.current_page_ancestor li.current_page_item a,
#vintage #subnav2 li.current_page_parent li.current_page_item a {
	color: #a4cc39;
}

/*Näytätuotteet*/
.tuotteet {
	width: 490px;
	color: #666;
}
.tuotteet_yksi {
	float:left;
	margin-bottom: 10px;
	padding-bottom: 1px;
	width: 490px;
	border: 1px solid #CCC;
}
.tuotteet_yksib {
	float:left;
	margin-bottom: 20px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;*/
	padding-bottom: 10px;
	width: 490px;
}
.tuotteet_painike {
	float: left;

}
.tuotteet_kuva {
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-left: 10px;
}
/*näytätuotteet-sivu*/
.tuotteet_kuva a img {
	border: 1px solid #999;
}
/*näytätuote-sivu*/
.tuotteen-kuva  img {
	border: 1px solid #999;
}
.tuotteet_txt {
	float: left;
	width: 200px;
	padding-top: 5px;

}
/*naytatuote*/
.tuote_txt {
	float: left;	
	width: 285px;
}
.tuote_txt2 {
	float: left;	
	width: 200px;
}
.tuote_txt3 {
	float: left;	
	width: 270px;
}
.vihrea { color:#a4cc39;
text-transform:lowercase;
}
.vihrea:first-letter {
	text-transform: uppercase;
}
.tuote_ostokoripainike {
	float: right;	
	width: 150px;
}
.tuotteen-kuva {
	width: 490px;
	float: right;
	margin-top: 10px;
	margin-left: 5px;
}
.tuottee-kuva img {
	border: 1px solid #666;
}
/*cms-sviu*/
.cms_sivu {
	/*font-size: 1.4em;*/
	width: 490px;
	color: #666;
}
/*kassa kentät*/
.kassa-henkilo {
		font-size: 12px;
	width: 490px;
	color: #666;
}

.kassa-henkilo input {
	/*position: relative;
	float: left;*/
 	border: 1px solid #ccc; 
	
	background-color: transparent;
	width: 160px;
	font-size: 16px;
	height: 20px;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	font-weight: normal;
}
.sivutuslinkit a {
	color: #A4CC39;
}
.sivutuslinkit a:hover {
	color: #666;
	text-decoration: underline;
}
.left p {
	color: #666;
}
#maksutavat img {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}

