/***  Tarjous- ja uutuustaulukot ***/

td.sale-data {
  vertical-align:top;
  padding: 5px 2px;
  border-bottom: 1px dashed #00aeef;
}

/***  Tuotelista + tuotetiedot ***/

table.prodlist {}

td.prodlist-data {
 vertical-align:top;
 padding:20px 0px;
 border-bottom: 1px solid #00aeef;
}

td.prodlist-data-top {
 vertical-align:top;
 padding: 20px 0;
 border-top: 1px solid #00aeef;
 border-bottom: 1px solid #00aeef;
}

td.prodlist-data-attachment {
 width: 140px;
 vertical-align:top;
 padding: 20px 10px 20px 0;
 border-bottom: 1px solid #00aeef;
 text-align:center;
}

td.prodlist-data-attachment-top {
 width: 140px;
 vertical-align:top;
 padding: 20px 10px 20px 0;
 border-top: 1px solid #00aeef;
 border-bottom: 1px solid #00aeef;
 text-align:center;
}

img.prodlist-attachment-icon {
 margin-bottom: 5px;
}



.prod-title {
 text-transform: uppercase;
 font-weight: bold;
}

.prod-info {
 border:1px dashed #00aeef;
 padding:5px;
 margin-top:5px;
}

.price {
 font-family: impact;
 font-size:180%;
}

.price-wrap {
 padding: 10px 0;
}




/***  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;
 text-transform:uppercase;
}


/***  Ostoskori ym. tilaussivut  ***/


div.order-path {
 border-width:1px 0;
 border-color:#00aeef;
 border-style:solid;
 padding:4px 0;
 margin-bottom: 10px;
}

table.cart-mother {
 width:100%;
 border-collapse:collapse;
 border:1px solid #00aeef;
}

td.cart-data-header {
 background-color:#eaf7fc;
 border:1px solid #00aeef;
}

td.cart-data {
 border:1px solid #00aeef;
}

td.cart-data-price {
 background-color:#eaf7fc;
}

/*** Delivery.tmpl -> toimitus- ja maksutapojen kuvaukset ***/

table.delivery-mother {
 width:100%;
 border-collapse:collapse;
 border:1px solid #00aeef;
}

td.delivery-data {
 border:1px solid #00aeef;
 border-left:none;
 border-right:none;
 vertical-align:top;
}

td.delivery-data-selected {
 background-color:#fffeea;
}

