/*** Pajutila: tuotekuvapopparin navi ***/

div#tuotekuva-navi-wrapper {
 text-align:right;
 height:31px;
 overflow:hidden;
 background-color:white;
}

img.tuotekuva-navi {
 width:25px;
 height:31px;
}

img.tuotekuva-navi.pass {
 filter:alpha(opacity=40);
 -moz-opacity:.40;
 opacity:.40;
}

img#tuotekuva-sulje {
 width:62px;
 height:31px;
 margin-left:20px;
}

/***  Tarjous- ja uutuustaulukot ***/

td.sale-data {
  vertical-align:top;
  padding: 5px 2px;
  border-bottom: 1px dashed #000000;
}

/***  Tuotelista + tuotetiedot ***/

table.prodlist {}

td.prodlist-data {
 vertical-align:top;
 padding:20px 20px 0 0;
}

td.prodlist-data-top {
 vertical-align:top;
 padding:0 20px 0 0;
}

td.prodlist-data-attachment {
 vertical-align:top;
 padding-top:20px;
}

td.prodlist-data-attachment-top {
 vertical-align:top;
}

img.prodlist-attachment-icon {}

td.prodlist-separator {
 border-bottom: 1px dashed #000000;
 padding-top:20px;
}

.hinta {
 color: #d9261c;
 font-size:130%;
 font-weight: bold;
}

/***  Isokuvapoppari ***/

body.prod-image {
 background-color:white;
 margin:0px;
 padding:0px;
 overflow:hidden;
 text-align:center;
}


/***  Ostoskorin sisältöinfo  ***/

.cart-info-price {
 font-weight:bold;
}

.cart-info-header {
 font-weight:bold;
}


/***  Ostoskori ym. tilaussivut  ***/


div.order-path {
 border-width:1px 0;
 border-color:#deddd2;
 border-style:dashed;
 padding:6px 0;
 margin-bottom:1em;
}

table.cart-mother {
 width:100%;
 border-collapse:collapse;
 border:1px solid #deddd2;
}

td.cart-data-header {
 background-color:#f9f9f7;
 border:1px solid #deddd2;
}

td.cart-data {
 border:1px solid #deddd2;
}

td.cart-data-price {
 background-color:#f9f9f7;
}

/*** Delivery.tmpl -> toimitus- ja maksutapojen kuvaukset ***/

table.delivery-mother {
 width:100%;
 border-collapse:collapse;
 border:1px solid #deddd2;
}

td.delivery-data {
 border:1px solid #deddd2;
 border-left:none;
 border-right:none;
 vertical-align:top;
}

td.delivery-data-selected {
 background-color:#fefefe;
}

