/*
	CSS ostoskoria varten
*/


/* hoverit maksutapoihin ja toimitustapoihin. */

.hover_container {
  position: relative;
}

.hover_container .deliveryInfo, .hover_container .paymentInfo {
  
  display: none;
  position: absolute;
  top: 0px;
  left: 245px;
  color: white;
  background: #808080;
  padding: 5px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 280px;

}

.hover_container:hover .deliveryInfo, .hover_container:hover .paymentInfo {
  display:block;
  -webkit-transition: visibility 0s linear .3s;
  -moz-transition: visibility 0s linear .3s;
  -o-transition: visibility 0s linear .3s;
  transition: visibility 0s linear .3s;
    z-index: 2;
}


div.hover_container {
	width: 280px;
}

.tx-dsshopcart-pi1 table {
  width: 60%;
}

#rightColumn {
  float: right;
  width: 200px;
  border: 1px solid #ddd;
border-radius: 4px;
padding: 5px 20px 20px 20px;
margin-right: 10px;
}
#rightColumn ul li {
  list-style: none;
  margin-bottom: 3px;
}
#rightColumn ul li a {
  text-decoration: none;
}
#rightColumn ul li a:hover {
  text-decoration: underline;
}

.fancybox-wrap {
  max-width: 980px;

}
.fancybox-wrap p{
  max-width: 700px;
  line-height: 22px;

}


th.productnumber, th.product-remove, th.product-quantity, th.product-price {
  text-align: left;
}
td.product-price {
  white-space:nowrap;
}

div#c6, div#c51 {
    left: 510px;
    margin: -260px 0 0;
    position: relative;
    top: 307px;
    width: 250px;
}

div#c5 {
  float: right;
  width: 300px;
}
div#c5 #tx-srfeuserregister-pi1-email {
  width: 140px;
}

.cart_pikatie {
  float: left;
  padding: 0px 8px;
  width: 200px;
}
.cart_pikatie ul {
  list-style: disc;
  margin-left: 20px;
}
.cart_pikatie input {
  margin-top: 1em;
}

.cart_tilaajarekisteroidy {
  float: left;
  padding: 0px 8px 0px 20px;
  width: 230px;
  height: 450px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cart_tilaajarekisteroidy input{
  margin-top: 1em;
}
.rekisteroityminenVaaditaan {
  padding-top: 8px;
  font-style: italic;
}

#luottokuntaTable {
  width: 700px;
}
#luottokuntaTable td {
  padding: 12px;
  font-size: 12px;
  border: 1px solid #ddd; 
}


.tableLeftColumn {
  width: 200px;
}


.cart_current {
  font-weight: bold;
  color: #f00;
  text-decoration: underline;

}
#cartState a {
  color: #000;
  text-decoration: underline;

}

.disabledRadio {
  color: #C9C9C9;
}

.tx-dsshopcart-pi1 input[type="text"], 
.tx-dsshopcart-pi1 input[type="password"],
.tx-dsshopcart-pi1 input[type="email"] {
  padding: 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
}

.tx-dsshopcart-pi1 table tr td {
  vertical-align: initial;
}

.tx-dsshopcart-pi1 table tr td select {
  padding: 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
}

select {
  padding: 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
}

#checkout {
  margin-top: 40px;

}
#checkout .bank {
  float: left;
  width: 140px;
  height: 110px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px;
  padding: 10px;
  display: table;
}
#checkout .bankContent {
  display: table-cell;
  vertical-align: middle;
  margin:0 auto;
  width: 100px;
  height: 100px;
  text-align: center;
}


.paymentMethods, .deliveryMethods {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 12px;
}

.price-for-delivery-payment {
  font-size: 12px;
  width: 20px;
  display: inline-block;
  width: 50px;
}


.cartPrimary-btn {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 6px;

  height: 31px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 147px;
  margin: 6px 0px;
}
.cartPrimary-btn:hover {
  background-color: #53b3df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53b3df), color-stop(100%, #3479a3));
  background-image: -webkit-linear-gradient(top, #53b3df, #3479a3);
  background-image: -moz-linear-gradient(top, #53b3df, #3479a3);
  background-image: -ms-linear-gradient(top, #53b3df, #3479a3);
  background-image: -o-linear-gradient(top, #53b3df, #3479a3);
  background-image: linear-gradient(top, #53b3df, #3479a3);

  color: #f7f7f7;
  text-shadow: 0 1px 0 #404040;
}

.cartSecondary-btn, .tx-felogin-pi1 input[type=submit], #shopping-cart .product-remove a, #palautelomake input.powermail_submit,
.powermail_submit_uid30, .powermail_submit_uid93 {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 6px;
  color: #333;

  height: 31px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  padding: 0px 12px;

  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: auto;
}
.cartSecondary-btn:hover,.tx-felogin-pi1 input[type=submit]:hover, #shopping-cart .product-remove a:hover, #palautelomake input.powermail_submit:hover,
.powermail_submit_uid30:hover, .powermail_submit_uid93:hover {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #d4d4d4));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -moz-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -ms-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: -o-linear-gradient(top, #f5f5f5, #d4d4d4);
  background-image: linear-gradient(top, #f5f5f5, #d4d4d4);
}
#shopping-cart .product-remove a {
  padding: 3px 12px;
  font-size: 11px;
}


.cartFloatRight-btn {
  float: right;
  margin-right: 40px;
}

td a, td span {
  font-size: 12px;

}

#paymentMethod5 {
  margin-bottom: 1em;
}

.note {
  font-style: italic;
  color: rgb(175, 175, 175);
  font-size: 11px;
}

.removeDiscountCode-btn {
    height: 23px;
    font-size: 11px;
    margin-top: -4px;
    margin-bottom: 8px;
}

.tx-dsshopcart-pi1 .addthis_default_style .at300b {
  padding: 10px;
}
#loadCart .addthis_default_style .at300b {
  padding: 10px 10px 10px 0px;
  margin-left: -9px;
}


.hlotunnus {
  padding: 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
}
.hlotunnusWrap {
  float: right;
  margin-right: 40px;
}
.hlotunnusWrap label {
  padding-right: 8px;
}
.hlotunnusWrap input {
  float: right;
}



/* Tilauksen listaus */

table#order-lines {
  width: 731px;
}

#order-lines .product-picture img{
    width: 80px;
}

.orderProduct {
  padding: 10px 5px 5px 5px;
  border-bottom: 1px solid #ccc;
}

.orderProduct th, .orderProduct td {
  padding: 10px 5px 5px 5px;
}
.orderProduct th {
  font-size: 12px;
  text-align: left;
}

.product-text {
  text-align: left;
}

table#order-lines tr td.product-price, table#order-lines tr td.product-price p, .orderTotalPrice {
  color: #d71821;
  font-weight: bold;
  font-size: 15px;
}

.orderTotal {
  font-size: 12px;
}

.cartButtonLeft {
  float: right;
  margin-right: 40px;
}

table#order-lines .confirmation-total td {
  text-align: right;
}

table#order-lines tr td {
  font-size: 11px;
  vertical-align: top;
  padding: 10px 5px 5px 5px;
}


/* Tilaushistoria datatables */

#allOrders tbody tr td, #allOrders_length, #allOrders_filter{
  padding: 6px;
}

#allOrders tbody tr.even{
  background: rgb(231, 231, 231);

}

#allOrders_previous, #allOrders_next {
  padding: 6px;
  line-height: 28px;
  background: rgb(220, 220, 220);
  cursor: pointer;
}
#allOrders_next {
  margin-left: 580px;
}



.tilaustieto {
  font-weight: bold;
  text-align: right;
  padding-right: 6px;

}

span.maksuerat {
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
}
p.grenkemaksutieto {
  font-size: 11px;
}





input.addProductQty {
  width: 30px;
}
span.addProductQty {
  width: 30px;
}




/* Loginform */
.tx-felogin-pi1 form {
  margin-top: 10px;
}
.tx-felogin-pi1 legend {
  margin-bottom: 10px;
  display: none;
}
.tx-felogin-pi1 label {
  margin-bottom: 3px;
}
.tx-felogin-pi1 input#user, .tx-felogin-pi1 input#pass {
padding: 6px;
border-radius: 4px;
border: solid 1px #ccc;
width: 210px;
margin-bottom: 8px;
}




/* fancyboxit */
.fancybox-inner {
  font-size: 12px;
  color: #000;
}
.fancybox-inner h1 {
  margin-top: 0;
}


#discount {
  margin-top: -60px;
  width: 500px;
}

.cartDiscountCode {
  margin-bottom: 4px;

}
input[name^=discountCode] {
  margin: 0px 1px 5px 0px;
}
.activeCodes {
  font-size: 13px;
}



.tx-srfeuserregister-pi1 input {
  margin: 0;
  padding: 6px;
  border-radius: 4px;
  /*border: solid 1px #ccc;*/
}
.tx-srfeuserregister-pi1-password {
  width: 80px;
}


#palautelomake fieldset {
	background: #fff;
	border: 0;
	padding: 0;
}

#palautelomake legend {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	color: #000;
	font-weight: 600;
	margin: .67em 0;
}

#omat-tiedot-lomake input[type=text], #palautelomake input[type=text], #palautelomake input[type=email], #palautelomake textarea {
  width: 290px;
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 4px;
  background: #fff;
}
#omat-tiedot-lomake select, #omat-tiedot-lomake input, #palautelomake input, #palautelomake select {
  margin-bottom: 6px;
}
#omat-tiedot-lomake input[type="password"] {
  padding: 6px;
  border-radius: 4px;
  width: 290px;
}

form[name=tt_address_form] table {
  width: 500px;
}

form[name=tt_address_form] input[type=text] {
  width: 290px;
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 4px;
}

form[name=tt_address_form] input[type=checkbox] {
  width: auto;
}
form[name=tt_address_form] #product .add-button {
  line-height: 20px;
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-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;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#search-form input:focus {
  border: 1px solid #ddd;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}





/* Bootstrap tabit harmaiksi. */
#tabs {
  border-bottom: 1px solid #b2b2b2;
  font-size: 11px;
  height: 28px;
  margin: 20px 10px 20px 0;
}


#tabs li {
  float: left;
  border: 1px solid #b2b2b2;
  border-left: 0;
  position: relative;
  top: 1px;
  height: 26px;
  background: #dadada;
}
#tabs li:first-child {
  border: 1px solid #b2b2b2;
}
#tabs li a {
  padding: 0 10px;
  line-height: 26px;
  height: 26px;
  text-decoration: none;
  color: #000;
  outline: none;

  border: 0px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

}
#tabs li a:hover {
  background: none;

}
#tabs li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}
#tabs #results {
  float: right;
  line-height: 26px;
}
#tabs #results span {
  font-weight: bold;
  color: #d92819;
}

