/*#########################################################
###        Document Stylesheet for Ruohonjuuri          ###
###       Type: Formatting for Structure & Text         ###
###          Jussi Lahtinen / Smilehouse Oy             ###
#########################################################*/

/* ----------------------------------------------------- */
/* Resetting style formats         */
/* ----------------------------------------------------- */

html, body {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  outline: 0;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


table th {
  font-weight: bold;
  text-align: left;
}
table td {
  vertical-align: middle;
}

  
hr {
 display: block;
 width: 100%;
 height: 1px;
 background: #eeeeee;
 border: none;
}
.hr {
  height: 1px;
  color: #c0d860;
  border-bottom: 1px solid #c0d860;
  clear:both;
}
hr.double{
  height: 2px;
}
.spacer {
  height: 1px;
  color: #c0d860;
  border-bottom: 1px dashed #c0d860;
  clear:both;
  margin: 20px 0;
  padding-top:10px;
}

b, strong {
  font-weight: bold;  
}
a {
  color: #0090c6;
}
input[type="hidden"], input[type="image"], input[type="file"] {
-webkit-appearance: none;
border: none;
}
/* ----------------------------------------------------- */
/* Reusable classes                            */
/* ----------------------------------------------------- */

.hide {
  display: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.nfloat {
  float: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.debug {
  border: 1px solid red;
}
/* ----------------------------------------------------- */
/* Typography                            */
/* ----------------------------------------------------- */

body, ul, ol, dl, td, th, caption, pre, p, blockquote, font, input, textarea, select {
  font: 1.0em 'Lato', Arial, Helvetica, sans-serif;
}
.red {
  color: #ea0000;
}
/* ----------------------------------------------------- */
/* Forms                                 */
/* ----------------------------------------------------- */
 
form {
  margin:0;
  padding:0;
  display:inline;
}
label {
  cursor:pointer;

}
fieldset {
  padding: 15px 0;
  margin-bottom: 1.5em;
}
legend {
  padding: 0.5em 0;
  background: transparent;
  font-size: 24px;
  font-weight: bold;
  color: #5d9731;
  width: 100%;
  border-bottom: 2px solid #d2d2d2;
  text-transform: uppercase;
}
.paymentconfirmation_header {
  text-align: center;
  padding: 0;
}
.shoppingProcess .paymentconfirmation_header legend {
  width: 100%;
  border: none;
}
textarea, select {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
select {
  border: none;
  width: 365px;
  height: 40px;
  padding: 0 0 0 10px;
  background: url(../gfx/rp-select.png) left top no-repeat;
}
select.small {
  width: 215px;
  height: 32px;
  padding: 0 0 0 6px;
  background: url(../gfx/rp-select-small.png) left top no-repeat;
}

.select-hider {
  display: block;
  width: 345px;
  height: 40px;
  overflow: hidden;
}
.select-hider.larger {
  width: 424px;
}
.select-hider.larger select{
  width: 444px;
  background: url(../gfx/rp-select-big.png) left top no-repeat;
}
.select-hider.small {
  width: 196px;
  height: 52px;
}
option {
  height: 40px; 
  padding: 10px;
}
.req {
  color: #FF0000;
}
/* ----------------------------------------------------- */
/* Framework Settings                     */
/* ----------------------------------------------------- */

#logo {
  display: block;
  float: left;
  width: 220px;
  height: 73px;
  margin: 0 0 11px 0;
  text-indent: -9999px;
  background-image: url(/fileadmin/template/files/r-logo.png);
  background-repeat: no-repeat;
  background-position: 0px 20px;
}
#maksutavat {
  display: block;
  float: left;
  width: 990px;
  height: 39px;
  text-indent: -9999px;
  background: url(../gfx/maksutavat.gif) no-repeat 0 0;
  margin-top: 25px;
}
.wrapper {
  margin: 0 auto;
  width: 1170px;
}
#faux {
  background: #FFF;
  margin: 17px auto 0 auto;
  padding: 0 0 40px 0;
  
}
#header {
  height: 84px;
  background: #333231;
  border-bottom: 4px solid #181716;
}
#headeractions {
  float: right;
  height: 85px;
  width: 950px;
}
#leftcolumn {
  width: 270px;
  float: left;
}
#content {
  float: right;
  width: 870px;
  display: inline;
}
.shoppingProcess #content {
  float: none;
  width: 100%;
}
.content-holder.paymentconfirmation {
  width: 565px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.content-holder.paymentconfirmation table, .content-holder.paymentconfirmation p{
  text-align: left;
}
.content-holder.paymentconfirmation .button {
  margin-bottom: 30px;
}
#content li {
  margin: 5px;
  list-style: disc;
  font-weight: normal;
  text-transform: none;
}
#content h3 {
  margin: 15px 0 0 0;
}
#content ul, #content ol {
  margin: 10px 12px;
}
#content .pad {
  padding: 10px;
}
#leftcolumn .pad, #rightcolumn .pad {
  padding: 5px;
}
#rightcolumn {
  width: 160px;
  float: right;
  margin-top: 12px;
}
#footer {
  
}

.tablepad td {
}
.maaraale td {
  padding: 2px;
}

.ots {
  color: #504738;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#etusivu_vapaateksti {
  text-align: center;
  background: #f0f0d8;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #c1c1c1;
  float: right;
    margin: 10px 0;
    padding: 8px 0;
    width: 758px;
}

/* ----------------------------------------------------- */
/* Basic formatting                         */
/* ----------------------------------------------------- */
 
body {
  text-align: left;
  color: #604848;
  background: #fff;
}
a img, :link img, :visited img, a:hover img {
  border:none;
  text-decoration: none;
}
a:link, a:visited {
  color: #5d9731;
  text-decoration: none;
}
#content p {
  margin-top: 5px;
  margin-bottom: 7px;
  line-height: 18px;
  word-spacing: 0.05em;
}

#content h1 {
  margin: 10px 0;
  padding-bottom: -1px;
  font-size: 18px;
  font-weight: bold;
  color: #604848;
}
#content h1.productgroup {
  font-size: 24px;
  color: #504738;
  margin-bottom: 0px;
}
h2 {
  margin:10px 0;
  font-weight: bold;
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
.border {
  border: 1px solid #ececec;
}
.noborder {
  border: 0 !important;
}
.oldprice {
  color: #999999;
  font-weight:700;
  font-size: 14px;
  margin: 0 0 15px 0;
  text-decoration: line-through;
  height: 20px;
}
.oldpriceempty {
  color: #999999;
  font-weight:700;
  font-size: 14px;
  margin: 0 0 15px 0;
  text-decoration: none;
  height: 20px;
}
/* ----------------------------------------------------- */
/* Notifications                                     */
/* ----------------------------------------------------- */
.notice, .ok, .warn, .error, .validation {
  border: 1px solid;
  margin: 15px 0;
  padding:10px 5px 10px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 5px center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.notice {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../gfx/notice.png');
  border-color:#91c3e2;
}
.note {
  background-image: url('../gfx/icon-i.png');
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.ok {
  color: #699326;
  background-color: #DFF2BF;
  background-image:url('../gfx/ok.png');
  border-color:#87c221;
}
.warn {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../gfx/warn.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../gfx/error.png');
}
.alarm {
  color: #D8000C;
  font-size: 11px;
}
.questiontable .warn, fieldset .warn {
  color:red;
  padding: 2px;
  margin: 0;
  border: none;
  background: transparent url(none);
  display:block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}
a.takaisin {
  clear:both;
  margin: 5px 0;
  display: block;
}
a.lightgreen {
    color:  #c0d860 !important;
}

a.lightgreen:hover {
    text-decoration:  underline !important;
}

input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(82, 168, 236, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(82, 168, 236, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 3px rgba(82, 168, 236, 0.2);
}


/** Laajennettu haku **/  

table#haku {
  width: 100%;
  margin-top: 15px;
}
#haku input[type=text] {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#haku .details {
  margin-top:8px;
}

#haku input[type=radio] {
  position:relative;
  top:2px;
}

#haku td label {
  margin-right:5px;
}

#haku td label:last-child {
  margin-right:0;
}

#haku th {
  background-color: inherit;
  font-weight: normal;
  border-bottom: 1px solid #F3F6F8;
  padding: 10px;
  line-height: 14px;
  text-align: left;
}
#haku td {
  background-color: inherit;
  border-bottom: 1px solid #F3F6F8;
  padding: 10px;
}
#haku tbody tr:hover {
  color: inherit;
  background-color: #f7f6f7;
}
#addmore {
  background: url(../gfx/gradbg.png) repeat-x left bottom;
  border: 1px solid #dbdbdb;
  padding: 7px;
  margin: 10px 0;
}
.box {
  border: 1px solid #c0d860;
  padding: 7px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  
}
#leftcolumn .box {
  border-left: none;
  border-top: none;
}
#rightcolumn .box {
  border-right: none;
  border-top: none;
}
.orderlinks {
  margin: 25px 0;
}
#productsearch {
  float: left;
  width: 383px;
  display: block;
  text-align:right;
  margin-top:20px;
  margin-right: 30px;
}
#productsearch input[type="text"] {
  background: #ffffff;
  border: 0 none;
  font-size: 16px;
  color: #999999;
  width:237px;
  height: 42px;
  padding: 11px 15px 11px 35px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  
}

#productsearch .button, #productsearch .button input {
  background: none;
  height: 42px;
  width: 96px;
  margin: 0;
}
#productsearch .button input { 
  padding: 0;
}
#productsearch .button {
  background: #5d9731;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 0;
  vertical-align: top;
}
a.tarkennettu {
  float: right;
  margin-top: 2px;
  color: #9c8585;
}

a.tarkennettu:hover {
  color:#fff;
}

.groupinfo {
  margin: 10px 0;
  border-top: 1px dashed #c0d860;
  border-bottom: 1px dashed #c0d860;
  padding: 8px 0;
}

.groupinfo .sort input {
  position: relative;
  top: 2px;
  padding-left: 7px;  
}

.groupinfo .sort label {
  padding-right: 8px;
}

.groupinfo .sort label:last-child {
  padding-right: 0px;
}

.productcount {
  font-weight: bold;
  font-size: 12px;
  float: left;
}
.sort {
  font-size: 12px;
  float: right;
}

.prodgroups {
  clear: both;
}
.prodgroups h4 {
  margin: 0!important;
}
.filter fieldset {
  padding-top: 0;
}
ul.prodgroups, .filter ul {
  list-style-type: none;
  margin: 0 !important;
}
.prodgroups li:hover, .filter li:hover, .filter label:hover, .filter input:hover, table.filtertable tr.filterset .filters a:hover {
  background: #b4cd9a;
}

.filtercheckbox {
   margin: 0 !important;
   padding:0 !important; 
}


#content .filter .filterChecked, #content .filter .filterUnchecked {
    white-space: nowrap !important;
}


#content .filter .filterChecked {
    background: #b4cd9a;
    color: #fff;
}

.prodgroups li a, .filter li a {
  color: #fff !important;
}

.productfilters {
  padding: 10px;
  background: #f9f9f9;
  border: solid 1px #dbdbdb !important;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  clear: both;
}




#tellfriend td {
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
}
#tellfriend .subject, #tellfriend .own_name, #tellfriend .receiver_email {
  width: 180px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#tellfriend .message {
  width: 352px;
  height: 103px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#tellfriend .message_preview {
  width: 290px;
  height: 123px;
}
/* ----------------------------------------------------- */
/* Big Cart                           */
/* ----------------------------------------------------- */
#content p.help_text {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  text-align: center;
  line-height: 32px;
  margin-bottom: 80px;
}
#bigcarttable {
  width: 710px;
  border-collapse: collapse;
  float: left;
  border-right: 1px solid #d2d2d2;
}
.userspace #bigcarttable {
  width: 100%;
  float: none;
  border-right: none;
}
#bigcarttable.paymentconfirmation {
  float: none;
  width: 100%;
  border-right: 0;
}
#bigcarttable a {
  border: none;
}
#bigcarttable .check {
  background-color:#e5e5e5;
  text-align:center;
}
#bigcarttable .th_price, #bigcarttable .price, #bigcarttable .delete, #bigcarttable .th_qty, #bigcarttable .qty {
  text-align:center;
}
.userspace #bigcarttable .qty, .userspace #bigcarttable .th_qty, .userspace #bigcarttable .th_price {
  text-align: right;
}
#bigcarttable .th_qty{
  padding-left: 20px!important;
}
#bigcarttable > tbody > tr:first-child th, #bigcarttotals tr:first-child td {
  border-bottom: 2px solid #d2d2d2;
  color: #504738;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 4px 10px 4px;
  line-height: 16px;
}
#bigcarttable > tbody > tr:first-child th, #bigcarttotals.paymentconfirmation tr:first-child td {
  font-weight: normal;
}
#bigcarttotals.paymentconfirmation tr:first-child td {
  border-bottom: 0;
}
#bigcarttable td.price, #bigcarttable td.total {
  color: #5d9731;
}
#bigcarttable .th_total {
  text-align:right;
}
#bigcarttable .total, #bigcarttable .grandtotal {
  text-align:right;
  color:#555;
  font-weight:bold;
  font-size:1.2em;
  white-space: nowrap;
}
#bigcarttable th  {
  padding:4px;
  text-align:left;
}
#bigcarttable th:first-child {
  width: 40px;
}
#bigcarttable th:nth-child(2) {
  width: 100px;
}
#bigcarttable th:nth-child(3) {
  width: 250px;
}
.updaterow {
  padding:4px;
  text-align:left;
  color: #fff;
}
#bigcarttable td {
  padding:4px;
  border-bottom: 1px solid #dadada;
  vertical-align: middle;
}
.shoppingProcess #bigcarttable td {
  border: none;
}
#bigcarttable > tbody > tr.prodrow > td:last-child, #bigcarttable > tr > th:last-child {
  width: 40px;
}
#bigcarttable.paymentconfirmation > tbody > tr.prodrow > td:last-child {
  width: auto;
  text-align: right;
}
#bigcarttable.paymentconfirmation > tbody > tr.prodrow > td:first-child {
  text-align: left;
  width: 30px;
}
#bigcarttable tr:last-child td {
  border: none;
}
#bigcarttable .vat {
  text-align:right;
  white-space: nowrap;
  font-size: 1.2em;
}
#bigcarttable .sum {
  text-align:right;
  color:#555;
  font-size:1.2em;
  font-weight:bold;
  white-space: nowrap;
}
#bigcarttable .productname {
  color: #333;
  font-weight: 700;
}
#bigcarttable .remove-circle {
  margin-top: 0px;
}
#bigcarttable .bigcartqty table {
  float: right;
}
#bigcarttable .bigcartqty table td {
  padding: 0;
}
#bigcarttable .bigcartqty .quantity {
  height: 39px;
  margin: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
#bigcarttotals, .bigcart-buttons-holder {
  float:right;
  width: 420px;
  margin-bottom: 10px;
}
#bigcarttotals.paymentconfirmation, .paymentDeliveryTable {
  width: 100%;
  float: none;
}
#bigcarttotals td {
  color: #504738;
  line-height: 26px;
}
#bigcarttotals.paymentconfirmation tr:first-child td {
  padding: 5px 0px;
}
#bigcarttotals tr td:nth-child(odd), .paymentDeliveryTable tr td:nth-child(odd) {
  width: 70%;
  text-align: right;
}
#bigcarttotals.paymentconfirmation tr td:nth-child(odd), .paymentDeliveryTable tr td:nth-child(odd) {
  text-align: left;
}
#bigcarttotals tr td:nth-child(even), .paymentDeliveryTable tr td:nth-child(even) {
  width: 30%;
  text-align: right;
}
#bigcarttotals tr:first-child td {
  text-align: left;
}
#bigcarttotals.paymentconfirmation tr:first-child td:first-child {
  text-align: left;
}
#bigcarttotals.paymentconfirmation tr:first-child td:last-child {
  text-align: right;
}
#bigcarttotals tr:nth-child(2) td {
  padding-top: 20px;
}
#bigcarttotals.paymentconfirmation tr:nth-child(2) td {
  padding-top: 0px;
}
#bigcarttotals.paymentconfirmation tr:last-child td {
  border-top: 2px solid #eee;
  padding-top: 5px;
}
#bigcarttotals .grandtotal {
  color: #5d9731;
  font-size: 18px;
}
.paymentDeliveryTable td {
  padding: 5px 0 15px 0;
}
.qty.button {
  float: left;
}
.prodrow {
  background: #fff;
  height: 115px;
}
.paymentconfirmation .prodrow {
  height: 40px;
}
.totalrow td {
  padding-bottom: 20px;
}
.prodrowCampaign {
  background: #fdee9d;
}
.campaignInfo {
  color: green;
}
.avaa-kerrokaverille {
  padding-left:20px;
  background: url(../gfx/icon-email.png) no-repeat left center;
}
.questiontable .requiredQuestion {
  font-weight: bold;
}
.questiontable input[type=text], .questiontable input[type=password], .questiontable textarea {
  width: 345px;
  height: 40px;
  margin-top: 5px;
  padding: 5px 8px;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
}
.questiontable select {
  
}
.questiontable input:hover, .questiontable textarea:hover, .questiontable input:focus, .questiontable textarea:focus {
  border-color: #aaa;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px;
}
input:hover[disabled=""]{
  border-color: #b7b7b7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.questiontable input[disabled="disabled"] 
 {
  background: #ededed !important;
}
.questiontable {
  padding:20px 0;
}
.questiontable input[type="checkbox"] {
  margin: 0 0 15px 0;
}
.questiontable td {
  padding: 5px 20px 5px 0px;
  color: #666;
  font-weight: bold;
}
#customerInformation {
  margin-bottom: 0px;
}
#customerInformation .questiontable td:nth-child(even) {
  padding-right: 0px;
}
.tablepad {
  margin-bottom: 2.5em;
}
#orderform #ws21, #ws22, #ws14, #ws28 {
  margin-right: 5px;
}
#orderform .tablepad tr > td {
  color: #666;
  font-weight: bold;
}
#paymentmethod td label {
  display: block;
  height: 132px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  border: 3px solid #f4f4f4;
}
#paymentmethod td:nth-child(even) {
  width: 30px;
  background: #fff;
}
#paymentmethod td img {
  margin-bottom: 20px;
}
.questiontable h2 {
    color: #607848
}  
.questiontable td.q {
  font-weight: bold;
  font-size: 12px;
}
.orderfield-holder {
  float: left;
  width: 710px;
}
.orderproduct-holder {
  float: right;
  width: 390px;
  padding: 20px;
  border: 3px solid #5D9731;
  border-radius: 3px;
}
.orderfield-holder #ws12 { margin-right: 10px; }

.shoppingProcess .orderproduct-holder fieldset {
  margin: 0;
  padding: 0;
}
.no-bottom-border {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.no-top-border {
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.shoppingProcess .orderproduct-holder legend {
  border: none;
}
/* ----------------------------------------------------- */
/* Sign in                       */
/* ----------------------------------------------------- */
.user, .password, .email {
  width: 155px;
  background: none repeat scroll 0 0 #EAEAEA;
  border: 1px solid #3e4d2e;
  height: 22px;
  padding:2px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.compactlogin td {
  padding:0 15px 0 0;
}
.compactlogin td:last-child {
  padding: 0px;
}
.compactlogin tr:nth-child(2) td {
  padding-top: 15px;
}
.compactlogin .user, .compactlogin .password {
  width: 140px;
}
.compactlogin a {
  font-size: 12px;
  line-height: 13px;
} 

#topslogan {
  position: relative;
  white-space:nowrap;
  color: #fff;
    width: 525px;
  text-shadow: 0px 1px 1px #3e4d2e;
  display: block;
  padding: 10px 15px;
  float: left;
  font-size: 11px !important;
}
#topslogan p {

  font-size: 11px !important;
}
 
 
#toplogin {
  position: relative;
  white-space:nowrap;
  color: #e4d2b5;
  z-index: 44;
  display: block;
  float:left;
}
#toplogin .arrow {
  margin-top: -13px;
}
#toplogin a {
  color: #666;
}
#toplogin .lgnbtn {
  padding: 33px 15px 30px;
  font-size: 14px;
  cursor: pointer;
  width: 114px;
}
#toplogin .lgnbtn:hover {
  text-shadow: none;
}
#toplogin .lgnbtn span:first-child {
  display: block;
  padding-right: 12px;
  text-align: center;
}
#toplogin .loginspacer {
}
#toplogin .loginpanel {
  position: absolute;
  top: 80px;
  right: 0px;
  padding: 10px;
  background: #ffffff;
  width:327px;
  z-index: 35;
  display: none;
  box-shadow: 1px 5px 4px 0px rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
#toplogin.logged .loginpanel {
  width: auto;
}
#toplogin .loginpanel input.user, #toplogin .loginpanel input.password {
  border: 1px solid #fff;
  border-radius: 5px;
  height: 42px;
  padding: 0px 15px;
  width: 285px;
  box-shadow: none;
  font-size: 16px;
}
.table {
  width: 100%;
  margin-top: 10px;
}
.table th {
  padding:4px;
  text-align:left;
  background: url(../gfx/prodtreeitembg.png) repeat-x;
}
.table td {
  padding: 4px;
  vertical-align: middle;
}
.TableFooter td {
  font-weight: bold;
  padding: 4px;
  margin-bottom: 20px;
  background-color:#ffde00;
}
.TableTdDark, .TableRowDark td {
  background: #f0f0f0;
  padding: 2px;
  font-weight: bold;
  margin: 1px;
}
.TdDark {
  background: #f8f8f8;
  padding: 2px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}
.TableError td {
  padding: 2px;
  font-weight: bold;
  background-color: #FF0000;
  color: #FFF;
}
.border {
  border: 1px solid #ececec;
}
.price {
  font-weight: 700;
  white-space: nowrap;
  color: #504738;
}
#bigcarttable .price {
  font-weight: normal;
}
.price_unit {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #999999;
}
/* ----------------------------------------------------- */
/* Product list cards                     */
/* ----------------------------------------------------- */


.productlistcard {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 195px;
  height: 285px;
  position: relative;
}
.productlistcard a img {
  max-height: 180px;
     max-width: 180px;
}
.productlistcard .pic {
    display: table-cell;
    height: 195px;
    text-align: center;
    vertical-align: middle;
    width: 195px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.productlistcard .pic:hover {
  border: 1px solid #333;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
  /*
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 60%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#f3f3f3));
  background: -webkit-linear-gradient(top,  #ffffff 60%,#f3f3f3 100%);
  background: -o-linear-gradient(top,  #ffffff 60%,#f3f3f3 100%);
  background: -ms-linear-gradient(top,  #ffffff 60%,#f3f3f3 100%);
  background: linear-gradient(to bottom,  #ffffff 60%,#f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  */
}
.productlistcard .prodinfo {
  margin:8px 0 0 0;
}
.productlistcard .prodinfo h4 {
  margin-bottom: 2px;
  min-height: 34px;
}
.productlistcard .prodinfo h4 a {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}
.productlistcard .brand{
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  line-height: 11px;
  margin-bottom: 10px;
}
.productlistcard .prices {  
  float: left;
}
.productlistcard .price {
  font-size: 18px;
  float: left;
  color: #5d9731;
}
.productlistcard .oldprice {
  display: block;
  float: left;
  height: 20px;
  line-height: 11px;
  padding: 6px 5px 0px;
}

.nomargin {
  margin-right: 0;
}
#productpackets  {
  margin: 0 0 15px 0;

}

.productpacket  {
  margin: 5px;
  border: 1px solid #ececec;  
  padding:5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.productpacket .productlistcard {
  width: 110px !important;
    padding: 0 !important;
  border: none !important;
  margin: none !important;
}


.productpacket .prodinfo  {
    margin: 0 !important;
  width: 110px !important;
}
.productpacket .packettotal  {
  float: left;
    margin: 20px 0 0 10px !important;
}

.productpacket .addtocart  {
    margin: 5px 0 0 0;
}
.productpacket .oldprice  {
    padding:0;
}


div.packetprice {
        color:#6d6d6d;
        font-size: 12px;
  font-weight: bold;
}

.saasto{
  color: #c5032f;  
        font-weight:bold;
        text-transform:uppercase;
        margin-bottom: 5px;
}

.productpacket .price{padding: 0; font-size: 16px;}

.productpacket h5{font-weight: normal;}
.productpacket h4{height: 40px!important;}
.productpacket h3 {margin: 0px !important; font-size: 12px;}

.productpacket .addtocart {
  margin: 5px 0 0 0;
}
.productpacket .plus {
  width: 20px;
  height: 110px;
  background: url(../gfx/icon-roundplus.png) no-repeat center center;
  float: left;
  margin-right: 5px;
}
.addtocartbutton {
  float: right;
}
/* ----------------------------------------------------- */
/* Product card                              */
/* ----------------------------------------------------- */

.productcard  {
  margin-bottom: 25px;
}

.productcard .productcode {
  color: #a9a9a9;
  margin-bottom: 4px;
}

.optionstable .price {
  font-size: 36px;
}

.productcard .ingressi {
  color: #333;
  font-size: 18px;
  font-weight:bold;
  margin-bottom: 20px;
}
#content .productcard h1 {
  font-size: 24px;
  margin: 0;
}
.productpic {
  float: left;
  margin: 0;
  width: 495px;
}
.productpic > a {
  width: 495px;
  height: 495px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.productpic img {
  cursor:url(../gfx/zoomin.cur), pointer !important;
  max-height: 450px;
  max-width: 450px;
}
#content .productpic p {
  margin: 0;
}
.smallpic {
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin: 15px 15px 15px 0;
}
.smallpic-holder {
  width: 70px;
  height: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.productpic .smallpic img {
  max-width: 45px;
  max-height: 45px;
}
.productdata {
  float: left;
  margin: 0 0 0 30px;
  position: relative;
  right: 0;
  width: 345px;
}
.productdata hr {
  margin: 15px 0px;
}
.productdata p {
  line-height: 15px !important;
}

.actions {
  padding: 10px 0;
  margin: 10px 0;
}
.buyblock {
  float: left;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

#some {
  float: left;
  width: 280px;
  margin: 15px 0 0;
}
.ml {
  margin: 20px 0;
}
.kk, .gp {
  margin: 0 0 10px 0;
    float:left;
}

.saatavuus {
  font-size: 10px;
}

#availability {
  padding-top: 19px;
}

#availability p {
  font-weight: 700;
  color: #333;
}
#availability p:first-child {
  margin: 25px 0 15px 0;
}
#availability p span { 
  width: 16px; 
  height: 16px;
  margin-right: 5px;
  display: block;
  float: left;
} 

.optionstable td {
  padding: 0 10px 0 0;
  vertical-align: middle;
}
.button #proceed, .optionstable .addtocartbutton, .button .returnhomebutton {
  padding: 11px 60px;
  box-shadow:inset 0 -2px 0 #4e7134;
}
.button #proceed:hover, .optionstable .button:hover, .optionstable .addtocartbutton:hover, .button .returnhomebutton:hover {
  background: #65a038;
}
.button #proceed:focus, .optionstable .addtocartbutton:focus, .button .returnhomebutton:focus {
  box-shadow:inset 0 2px 2px #4e7134;
}
.orderproduct-holder .button, .orderproduct-holder .button #proceed {
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.orderproduct-holder .button {
  margin-top: 10px;
}
.quantity {
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  padding: 3px;
  margin: 5px 0 15px 0;
  height: 30px;
  text-align: center;
  width: 40px;
}

.ppqtytd {
  padding-bottom: 20px !important;
}


.productOptionsField {
  border: 1px solid #bbb;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#infonav {
  margin-bottom: 15px;
  text-align:center;
}

#infonav a{
  font-size: 12px;
}

.tulosta {
  display: block;
  margin-bottom: 10px;
  width: 89px;
  height: 28px;
  text-indent: -9999px;
  background: url(../gfx/btn-tulosta.png) no-repeat 0 0;
}
.takaisin {
  clear:both;
  margin: 5px;
  margin-top: 15px;
  display: block;
}
a:link.takaisin, a:visited.takaisin {
  font-weight: bold;
}


.icons  {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  z-index: 2000;
  right:5px;
  top: 115px;
  
}
.icon-testimonial {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../gfx/icon-testimonial.png) no-repeat 0 0;
  text-indent: -9999px;
}
.icon-suosittu {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../gfx/icon-suosittu.png) no-repeat 0 0;
  text-indent: -9999px;
}

.saatavuus {
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0;
}


.saatavuus-saatavilla {
  background: url(../gfx/r-sprite.png) no-repeat 0px -60px;
}
.saatavuus-vahan {
  background: url(../gfx/r-sprite.png) no-repeat 0px -77px;
}
.saatavuus-loppu {
  background: url(../gfx/r-sprite.png) no-repeat 0px -94px;
}
#usernav li > a {
  padding-left: 35px;
}
#tilaushistorialink {
  display: block;
  background: url(../gfx/icon-calendar.png) no-repeat 0 0;
  border: none;
}
#muistilistabutton {
  display: block;
  margin-bottom: 10px;
  background: url(../gfx/icon-list.png) no-repeat 0 0;
  border: none;
  cursor: pointer;
}
#omattiedotlink {
  display: block;
  background: url(../gfx/icon-account.png) no-repeat 0 0;
  border: none;
}
#forgotpassword {
  display: block;
  margin: 10px 0 5px 0;
  padding: 0 0 0 20px;
  border: none;
  text-align: right;
}
#register {
  display: block;
  padding: 2px 0 0 20px;
  background: url(../gfx/icon-register.png) no-repeat 0 0;
  border: none;
}
#content .small-product-info {
  height: 60px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 16px;
  line-height: 23px !important;
}
/*-----------------------------------------------
Paging
 -----------------------------------------------*/

.paging {
  text-align: center;
  margin:20px 0;
  padding-top: 10px;
  height: 35px;
}
.paging a:link, .paging a:visited, .paging a:hover, .paging a:active, .paging .thisPage {
  color:#999999;
  border-color:#433939;
  background:#eeeeee;
  margin: 0px 3px;
  padding: 10px 15px;
  font-size:12px;
  font-weight: bold;
  border-radius: 4px;
}
.paging a.prev, .paging a.next {
  background: #5d9731;
  color: #fff;
}
.paging a.prev:hover, .paging a.next:hover {
  background: #3d5b28;
}
.paging .thisPage {
  background: #333231;
  font-weight: bold;
  color: #fff;
}
.paging a:hover {
  background: #333231;
  border-color:#ffde00;
  color: #fff;
}
.paging span {
  text-decoration:none;
  background:#000;
  padding:3px 6px;
  margin: 0px 2px;
  color:#ffde00;
  font-size:12px;
}
.paging .dots {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  border:0px;
  background:none;
  color: #686868;
}
/** Tuoteryhmät **/

#leftcolumn ul.ProductGroupTree {
  padding: 0;
  list-style-type: none;
  margin-bottom: 1px;
}
#leftcolumn .ProductGroupTree li {
  list-style: none;
  font-size: 14px;
  border-top: 1px solid #3c3b3a;
}
#leftcolumn .ProductGroupTree li ul {
  
}
#leftcolumn .ProductGroupTree li a {
  padding: 7px 15px;
  display: block;
  color: #fff;
  height: 35px;
}
#leftcolumn .ProductGroupTree li a:hover {
  background: #5d9731;
}
#leftcolumn .ProductGroupTree li ul li a:hover {
  background: #3d5b28;
  border-top: 1px solid rgba(238, 238, 238, 0.25);
}
#leftcolumn .ProductGroupTree li ul li {
  background: #607848;
  border: none;
  text-align: left;
  text-transform:none;
}
#leftcolumn .ProductGroupTree li ul li a {/*LINKKI TUOTEPUUSSA*/
  display: block;
  background: url(none);
  color: #fff;
  font-size: 11px;
  margin: 0;
  padding: 5px 0 5px 20px;
  height: 25px;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
}
#leftcolumn .ProductGroupTree li ul li:first-child a {
  border-top: none;
}
#leftcolumn li.sel a { /*AKTIIVINEN LINKKI TUOTEPUUSSA*/
  color: #fff;
  background-color:#5d9731;
}
#leftcolumn li.sel li a { /*EI-AKTIIVINEN LINKKI AVATUSSA RYHMÄSSÄ*/
  font-weight:normal;
  background-color:transparent;
}
#leftcolumn li.open a {
  background: #5d9731;
}
/*AVOIN LINKKI TUOTEPUUSSA, ALARYHMIÄ*/
#leftcolumn li.open li a {
  font-weight:normal;
}
#leftcolumn li.open li.sel a {
  background: #3d5b28;
  border-top: 1px solid rgba(238, 238, 238, 0.25);
}
#productgroups {
  color: #fff;
  background-color: #333231;
  border: 1px solid #000;
  border-radius: 5px;
}
#productgroups h3 {
  padding:17px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #E4D2B5;
  height: 55px;
}
.formError {
  position:absolute;
  top:300px;
  left:300px;
  width:150px;
  padding-bottom:15px;
  display:block;
  z-index:5000;
}
.formError .formErrorContent {
  width:100%;
  background: #DAE1D3;
  color:#604848;
  font-size:14px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  padding:4px 10px 4px 10px;
  border-radius: 6px;
}
.formError .formErrorArrow {
  position:absolute;
  bottom:0;
  left:20px;
  width:15px;
  height:15px;
}
.formError .formErrorArrow div {
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-size:0px;
}
.formError .formErrorArrow div {
  background: #DAE1D3;
}
.formError .formErrorArrow .line10 {
  width:15px;
  height:1px;
  margin:0 auto;
  font-size:0px;
  display:block;
}
.formError .formErrorArrow .line9 {
  width:13px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line8 {
  width:11px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line7 {
  width:9px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line6 {
  width:7px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line5 {
  width:5px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line4 {
  width:3px;
  height:1px;
  margin:0 auto;
  display:block;
}
.formError .formErrorArrow .line3 {
  width:1px;
  height:1px;
  margin:0 auto;
  display:block;
}
/* root element for tabs  */
ul.tabs, ul.filtertabs {
  list-style:none;
  margin:0 !important;
  padding:0;
  border-bottom:1px solid #c8c8c8;
  height:41px;
}
/* single tab */
ul.tabs li, ul.filtertabs li {
  float:left;
  text-indent:0;
  padding:0;
  margin:0 !important;
  list-style: none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a, ul.filtertabs a {
  background: #dae1d3;
  font-size:12px;
  font-weight: bold;
  display:block;
  height: 40px;
  line-height:40px;
  width: 100px;
  text-align:center;
  text-decoration:none;
  color:#604848 !important;
  padding:0;
  margin:0 5px 0 0;
  position:relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ul.tabs a:active, ul.filtertabs a:active {
  outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a, ul.filtertabs a.current, ul.filtertabs a.current:hover, ul.filtertabs li.current a {
  background: #eeeeee;
  cursor:default !important;
  color:#333;
  border-bottom: none;
  margin-bottom: -1px;
  height: 41px;
}

/* initially all panes are hidden */ 
div.panes {
  display:none;
}
div.panes {
  padding: 20px 0;
}


.LoginFormUser, .LoginFormPasswd, .RecoveryFormUser, .captha {
     height: 40px;
   width: 201px;
   padding: 10px;
     border: 1px solid #b7b7b7;
     background: #FFF url(../gfx/inputbg.png) no-repeat;   
   border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;    
}

#loginform tr:nth-child(3) > td:first-child {
  padding: 17px 0 0 20px;
  color: #666;
  font-size: 14px;
}
#loginform tr:nth-child(3) > td:first-child input{
  margin: 0 0 0 5px;
}

.nextprev {
  background: url(../gfx/nextprevbg.gif) repeat-y;
  padding: 5px 15px;
}
.breadcrumb {
  padding:5px 0 5px 0;
}
.breadcrumb a, .breadcrumb .thispage {
  padding: 2px 2px 2px 11px;
  background: url(../gfx/breadgrumbspacer.png) no-repeat left center;
  color: #000 !important;
}

.login-holder {
  background: #f4f4f4;
  border-radius: 3px;
  width: 710px;
  padding: 20px;
}

/* Group description */

.expandable .summary {
    padding-bottom: 6px;
}

a.breadCrumbHomeLink {
  background: url(none);
  padding-left: 0;
}

.productBannerList {
  text-align: center;
}
.productBannerList img{
  margin: 5px auto;
}
#topnav {
  float: left;
  margin-top: 20px;
}
#topnav li {
  float: left;
  list-style: none;
}
#topnav li:hover, #topnav .active {
}


#topnav li a {
  height: 1.3em;
  line-height: 1.3em;
  float: left;
  display: block;
  color: #e4d2b5;
  text-decoration: none;
  text-align: center;
  margin: 12px 11px;
  font-size: 14px;
}


#usernav {
  margin-left: 10px;

}

#usernav li {
  color: #fff;
  text-decoration: none;
  padding: 5px 15px 5px 0px;
  margin: 5px;
}

#usernav li.logout {
  width: 100%;
  margin: 0 5px;
}



ul#tilaus_navi {
  /*background: url(../gfx/stepbg.gif) repeat-x;*/
  height: 37px;
   padding: 0;
  margin: 30px 0 30px 27%; 
}
.content-holder.paymentconfirmation ul#tilaus_navi { 
  margin: 30px 0 10px 15%; 
}

ul#tilaus_navi li {
  text-align:center;
  float: left;
  list-style: none;
  font-size: 18px;
  text-transform:uppercase;
}
ul#tilaus_navi li h1 {
  text-transform:uppercase;
  margin: 0px;
}
#tilaus_navi li.active {
}

#tilaus_navi li.off {
}

ul#tilaus_navi li.last {
}

ul#tilaus_navi a {
  display: block;
  margin: auto;
  font-weight: bold;
  color: #dbdbdb;
}

ul#tilaus_navi .off a {

}

ul#tilaus_navi .active a {
font-weight:bold;
}


.emptycart {
  color: #333;
  padding: 6px;
  text-align: center;
  margin: 40px 0 15px 0;
  font-size: 14px;
}
#smallcart {
  display: none;
  cursor: default;
  background: #fff;
  color: #333;
  margin-bottom: 15px;
  padding: 10px;
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 9999;
  width: 427px;
  box-shadow: 1px 5px 4px 0px rgba(0,0,0,0.1);
  border-radius: 0 0 3px 3px;
}
#smallcart td {
  padding: 4px;
  vertical-align: middle;
}
#smallcart .price {
  color: #5d9731;
  font-size: 18px;
}
#smallcart .total, #smallcart .totalqty {
  font-weight: bold;
}

#smallcart .cartlist .pic {
  margin-right: 5px;
  display: block;
}
#smallcart a {
  color: #333;
}
.smallcartfooter  {
  padding:4px;
  font-weight: bold;
  font-size: 12px;
  height: 52px;

}
.smallcartfooterlink  {
  background: url(../gfx/greenspacer.png) repeat-x left top;
  padding:7px 5px 5px 5px !important;
}
a.toBuy {
  display: block;
  width: 129px;
  height: 40px;
  color: #fff;
}
.smallcart-holder {
  height: 80px;
  max-width: 157px;    /* RJ (Niko): Lisäys, ettei ostoskori pompi zoomatessa */
  border-left: 1px solid #444240;
  position: relative;
  padding: 20px 20px 20px;
  color: #fff;
}
#smallcart .pic img {
  padding: 10px 10px 10px 0;
  max-width: 80px;
  max-height: 80px;
}
.smallcart-holder .price-total {
  font-size: 16px;
}
.quantity-total {
  font-size: 12px;
}
.smallcart-holder .cart-icon {
  display: block;
  float: left;
  width: 24px;
  height: 22px;
  margin: 8px 20px 0 0;
  background: url(../gfx/r-sprite.png) no-repeat 0px 0px;
}
.arrow {
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  margin: 16px 0 0 0;
  background: url(../gfx/r-sprite.png) no-repeat -14px -22px;
}
.remove-circle {
  display: block;
  float: left;
  width: 24px;
  height: 22px;
  margin: 30px 10px 0;
  background: url(../gfx/r-sprite.png) no-repeat 0px -33px;
  box-shadow: none;
}
.remove-circle:focus {
  box-shadow: none;
}
.description {
  margin: 30px 10px 0 0;
  width: 180px;
  height: 19px;
  overflow: hidden;
}
.cartrow > div {
  float: left;
}
.cartrow > div:nth-child(2) {
  display: table-cell;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
.cartrow > div:nth-child(4) {
  margin: 27px 0 0 0;
}
.vaihe {
  margin: 15px;
}
#paymentmethod td, #deliverymethod td {
  padding: 0 0 20px 0;
  background: #fff;
  text-align:center;
  vertical-align:bottom;
  white-space:nowrap;
}

#frontslider {
  height: 290px;
  width: 640px;
  overflow: hidden;
  position: relative;
  margin: 5px;
}

.quicksearchajaxurl {
  z-index: 998;
}
.quicksearchresultsbox {
  margin-left: 0px;
  margin-top: 0px;
  border:solid 1px #f4f4f4;
  overflow:hidden;
  z-index: 999;
  background:#fff;
  width: 333px;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  position: relative;
}
.quicksearchresultsbox .result {
  height: 60px;
}
.quicksearchresultsbox a {
  display: table-cell;
  color: #604848;
  height: 60px;
  vertical-align: middle;
}
.quicksearchresultsboxtop {
  z-index: 998;
  position: relative;
  display: block;
  height: 13px;
  width: 238px;
  background: url(../gfx/searchtopbg.png) no-repeat 10px bottom;
}
.result{
   width: 100%;
}

.resultrow td {
  border-bottom: 1px solid #ececec;
  padding:2px;
  vertical-align: middle;
}


.arvostelija {
  font-size: 12px;
  margin: 15px 0 4px 0;
}
.arvosteluteksti {
  padding: 10px 0;
  margin-bottom: 10px;
}
.moreproductsindicator {
  padding: 5px;
  background: url(../gfx/topgrad.gif) repeat-x left bottom;
}
#klarna_kk, #nettiluotto_price {
  background: url(../gfx/icon-info_sml.png) no-repeat right center;
  padding-right: 17px;
  margin: 0 10px;
  font-weight: bold;
}
#klarna_popup {
  margin-top: 10px !important;
  width: 200px;
}
.popup {
  position: absolute;
  left:40;
  top:-200;
  width:170;
  height:150;
  background-color: #FFDE00;
  padding: 15px !important;
  filter: alpha(opacity=90);
  -moz-opacity: .90;
  opacity: .90;
  z-index: 2;
  visibility: hidden;
  margin-top:24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
#creditinfo {
  position:relative;
  top:2px;
  margin-right:4px;
}
.popup td {
  white-space:nowrap;
  padding: 2px 10px 2px 2px;
  text-align:left;
}

.frontpagecontent {
}


.frontpageslider {
  display: block;
  height: 380px;
  float: right;
}

.groupfiilis {
  display: block;
  float: right;
}


.testimonial { 
  background: #5d9731;
  width: 495px;
  border-radius: 3px;
  margin: 5px 0 20px;
}
.testimonial div  {
  padding: 15px;
  color: #fff;
}

.testimonial p  {
  margin: 0 !important;
}

.testimonial div strong, .testimonial div b  {
  margin: 15px 0;
  font-weight: normal;
}

.ikoni {
   background: url(../gfx/ikonit.png) no-repeat top left;
   float: left;
   margin: 5px 5px 5px 0;
}

.biohajoava{ background-position: 0 -69px; width: 19px; height: 19px; } 
.co2neutr{ background-position: 0 -138px; width: 19px; height: 19px; } 
.gluteeniton{ background-position: 0 -207px; width: 19px; height: 19px; } 
.laktoositon{ background-position: 0 -276px; width: 19px; height: 19px; } 
.lisa_aineeton{ background-position: 0 -345px; width: 19px; height: 19px; } 
.luomu{ background-position: 0 -414px; width: 19px; height: 19px; } 
.luonnonkosmet{ background-position: 0 -483px; width: 19px; height: 19px; } 
.maak_mauk{ background-position: 0 -552px; width: 19px; height: 19px; } 
.rawfood{ background-position: 0 -621px; width: 19px; height: 19px; } 
.reilukauppa{ background-position: 0 -690px; width: 19px; height: 19px; } 
.superfood{ background-position: 0 -759px; width: 19px; height: 19px; } 
.vegaaninen{ background-position: 0 -828px; width: 19px; height: 19px; } 
.vhh{ background-position: 0 -897px; width: 19px; height: 19px; } 
.villi2{ background-position: 0 -966px; width: 19px; height: 19px; } 



#vasenlaita_vapaateksti {
background: #617949;
padding:10px;
color: #fff;
  text-shadow: 0px 1px 1px #48583e;
  border: 1px solid #5f4a49;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
margin-bottom: 15px;
}

#vasenlaita_vapaateksti p a {
    color:  #c0d860;
}

#vasenlaita_vapaateksti p a:hover {
    text-decoration:  underline;
}
.smallcart-holder {
  float: left;
  width: 169px;
}
.indicator-right {
  float: right;
}
.wide-banner {
  display: block;
  width: 870px;
  float: right;
  margin-top: 20px;
}
.wideBanner a {
  float: left;
  margin-right: 27px;
  margin-bottom: 15px;
}
.wideBanner a:first-child + a, .wideBanner a:last-child, .wideBanner a.last {
  float: right;
  margin-right: 0px;
}
.column { 
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
}
#footer a {
  font-weight: bold;
}
#footer .payment-info .wideBanner a {
  margin-bottom: 30px;
}
#footer > .column {
  margin-right: 30px;
}
#footer > .column.info {
  width: 270px;
}
#footer > .column.shops {
  width: 645px;
}
#footer > .column:last-child {
  margin-right: 0px;
}
#footer .column h4 {
  font-size: 18px;
  font-weight: bold;
  color: #504738;
  margin-bottom: 10px;
}
#footer .column hr {
  margin-bottom: 10px;
}
#footer .column p.column {
  width: 210px;
  color: #333;
}
#footer .column .minor-content {
  font-size: 11px;
  color: #999;
}
.productdata .brand {
  font-style: italic;
  color: #666;
}
.more-info {
  font-size: 12px;
  font-style: italic;
  color: #333;
}
#content .more-info {
    margin-top: 0px;
}

/*-- facets --*/
.facet-title, .facet-title-first  {
  cursor: pointer;
  font-weight: normal;
  background: url(/themes/ruohonjuuri/gfx/filter-closed.png) 0 5px no-repeat;
  padding-left: 15px !important;
}
/*
table.filtertable tr.filterset {
  border-bottom: 1px solid #eee;
}
*/

table.filtertable {
  border-bottom: 1px solid #eee;
  width: 100%;
}

table.filtertable td div {
  margin: 10px 0;
}

.facet-content {
  display: none;
}

.facet-content label input[type="checkbox"] {
  display: none;
}

.facet-title.filter-active {
  font-weight: bold;
  background: url(/themes/ruohonjuuri/gfx/filter-open.png) 0 5px no-repeat !important;
}

.facet-content.filter-active {
  display: block !important;
}

.facet-content a, .facet-content label {
  color: #604848;
}



/*
table.filtertable tr.filterset .filters {
  margin-left: -22px;
}

table.filtertable tr.filterset td:first-child {
  padding: 15px 0 15px 20px;
}

.facet-title-first .filters {
  margin-top: 20px;
}

table.filtertable:first-child tr.filterset td {
  border-top: 0 !important;
}
table.filtertable {
  width: 100%;
}

table.filtertable tr.filterset td.facet-content {
  padding-bottom: 15px !important;
}

.filter-active {
  font-weight: bold;
  background: url(/themes/ruohonjuuri/gfx/filter-open.png) 0 20px no-repeat !important;
}

.filter-active .filters {
  font-weight: normal;
}
*/



.filterButton, .filterUnchecked, .filterChecked {  
  float: left;
  border-radius: 5px;
  margin: 4px 7px;
  padding: 5px 10px;
}
.filterButton, .filterUnchecked {
  background: #DAE1D3;
}
.filters .filterButton, .filters .filterUnchecked {
  color: #604848;
}
tr.filterset td label, tr.filterset td a.filterButton {
  text-transform: lowercase;
}
.priceRangeShow {
  font-weight: bold;
}
#priceSlider {
  margin: 20px 225px 30px 16px;
}
.priceRangeShow #minPrice {
  margin: 0 0 0 7px;
}
table.filtertable tr.filterset td:last-child {
  display: none;
}
table.filtertable tr.filterset td:first-child {
  display: block;
}
#priceSlider .ui-widget-header {
  background: #5d9731;
}
#priceSlider .ui-state-hover, #priceSlider .ui-state-active {
  border: 1px solid #5d9731;
  background: #eaeee6;
}
.productslider-holder {
  position: relative;
}
#content .slider-product-holder {
  float: left;
  width: 870px;
  height: 315px;
  margin: 0px;
  list-style: none;
}
#content .caroufredsel_wrapper {
  margin: 0!important;
}
#next, #prev, #next2, #prev2 {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
}
#next, #next2 {
  right: 0px;
  top: -42px;
  background: url(../gfx/r-sprite.png) no-repeat -32px -132px;
}
#prev, #prev2 {  
  right: 33px;
  top: -42px;
  background: url(../gfx/r-sprite.png) no-repeat -32px -163px;
}
#availability {
  margin: 15px 0 30px 0;
}
.select-title {
  margin: 8px 15px 0 0;
}

.size-s {
  width: 50px !important;
}

.coupontip {
  font-size: 12px;
  font-weight: normal;
}

table.additionalinfo td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.proceedtip {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.availabilityhr {
}

.delmetimg {
  max-width: 60px;
  position: relative;
  top: -10px !important;
}

.deliverymethodtable td {
  
}

.deliverymethodtable td label {
  position: relative;
  top: 10px;
}

/******************************/
/* 3rd order step, visible    */
/******************************/

body.vahvistatilaus #leftcolumn { display: none; }
body.vahvistatilaus #bigcarttable, body.vahvistatilaus #content { float: none; width: 100%; }
body.vahvistatilaus #bigcarttable { border: none; }
body.vahvistatilaus #bigcarttotals tr:first-child td { text-align: right; }

/*********************************/
/* no javascript, 3rd order step */
/*********************************/

/*body.vahvistatilaus #content > p, body.vahvistatilaus #tilaus_navi, body.vahvistatilaus #bigcarttable, body.vahvistatilaus #payment fieldset, body.vahvistatilaus table.tablepad, body.vahvistatilaus #leftcolumn, body.vahvistatilaus #footer { display: none; }*/
/*body.vahvistatilaus #content { float: none; margin: 0 auto; }*/

/******************************/
/* NOSTO elements             */
/******************************/

.nosto-left-nav .productlistcard { height: 80px; width: 80px; margin: 0 15px 15px 0; }
.nosto-left-nav .productlistcard.nomargin { margin: 0 0 15px 0; }
.nosto-left-nav .productlistcard .pic { height: 80px; width: 80px; }
.nosto-left-nav .productlistcard .pic img { max-height: 70px; max-width: 70px; }
.nosto-left-nav .ots { margin-top: 20px; padding-top: 10px; }

.nosto-footer { float: left; }
.nosto-footer .productlistcard { float: none; height: 70px; width: 280px; padding: 10px 0; margin: 0 10px 0 0; border-bottom: 1px solid #f4f4f4; }
.nosto-footer .productlistcard:nth-child(2) { border-top: 1px solid #f4f4f4; } 
.nosto-footer .productlistcard .pic { float: left; height: 50px; width: 50px; margin-right: 10px; border: none; }
.nosto-footer .productlistcard .pic img { max-height: 50px; max-width: 50px; }
.nosto-footer .productlistcard .prodinfo { float: left; width: 220px; margin: 0; }
#content .nosto-footer .productlistcard .prodinfo h4 a, #content .nosto-footer .productlistcard .prodinfo p { font-size: 12px; line-height: 14px; color: #333; font-weight: crisp; }
.nosto-footer .productlistcard .prodinfo h4 { min-height: 14px; }
.nosto-footer .productlistcard .prodinfo h4 a { display: block; overflow: hidden; height: 14px; }
.nosto-footer .productlistcard .prodinfo .price { font-size: 12px; font-weight: bold; color: #5d9731; }
.nosto-footer .productlistcard .prodinfo .oldprice { font-size: 12px; font-weight: normal; text-decoration: line-through; padding: 2px 6px 0; margin: 0; }
#content .nosto-footer .productlistcard .prodinfo p { margin: 0 0 2px 0; font-style: normal; }
.nosto-footer .ots {  width: 280px; padding: 10px 0; margin: 10px 10px 10px 0; }

#productgroup-carusel-1 { display: block; width: 870px; max-height: 172px; overflow: hidden; }
#content .nosto-productslider-holder { position: relative; }
#content .nosto-productslider-holder .slider-product-holder { height: 130px; }
.nosto-productslider-holder .productlistcard { width: 120px; height: 120px; }
.nosto-productslider-holder .productlistcard .pic { height: 120px; width: 120px; }
.nosto-productslider-holder .productlistcard a img { max-height: 100px; max-width: 100px; }

.nosto-cart .productlistcard { height: 120px; width: 120px; margin: 0 27px 27px 0; }
.nosto-cart .productlistcard .pic { height: 120px; width: 120px; }
.nosto-cart .productlistcard a img { max-height: 100px; max-width: 100px; }


/*****************/
/* ie hack       */
/*****************/

@media all and(min-width:0){
 .item-ie td{
   background: none;
 }
}

@-moz-document url-prefix() {
    select, select.small {
        padding-top: 6px;
    }
  /*
  .facet-content label input[type="checkbox"] {
    display: inline;
  }
  */
}


