
@charset "UTF-8";
/* CSS Document */



/* STYLE SHEET FOR Luce Di Luna
Created by */
/* forms, input etc. */

.entry-content  p.price {
  font-weight: bold;
  clear: left;
  color: #75111B
}

.entry-content  p.price span {
  color: #6E5946;
  display: block;
  float: left;
  width: 9em
}

.entry-content  p.price span#price {
  float: none;
  display: inline;
  color: #214f78
}

.entry-content label {
  float: left;
  width: 9em;
  padding: 5px 0
}

.entry-content form p {
  clear: left;
  float: left;
  width: 100%
}

.entry-content form p.yab-add {
  padding-left: 8em;
	width:170px;
}

.entry-content form p.yab-add input.submit {
  margin: 0

}

.entry-content select {
  outline: none;
  border: 1px solid #928E73;
  display: block;
  float: left;
  padding: 5px 2px
}

.entry-content input {
  outline: none;
  border: 1px solid #928E73;
  width: 1.5em;
  margin-right: 1em;
  padding: 5px 2px;
  text-align: center
}

.entry-content input.submit {
  width: auto;
  border: 3px double #FFFFFF;
  background: #214f78;
  color: #FFFFFF
}

.entry-content input.submit:hover,
.entry-content input.submit:focus {
  border: 3px double #214f78;
  background: #FFFFFF;
  color: #214f78
}



/* checkout table */

#yab-checkout-table {
  width: 100%;
  margin-bottom: 2em
}

#yab-checkout-table th {
  font-weight: bold
}

#yab-checkout-table td,
#yab-checkout-table th {
  border-bottom: 1px dotted #6E5946;
  padding: 2px 5px
}

#yab-checkout-table td img {
  float: left;
  width: 100px
}

#yab-checkout-table td.yab-checkout-price,
#yab-checkout-table th.yab-checkout-price {
  width: 20%;
  text-align: right
}

#yab-checkout-table td.yab-checkout-change,
#yab-checkout-table th.yab-checkout-change {
  width: 35%;
}

#yab-checkout-table form {
  padding: 0
}

#yab-checkout-table td.yab-checkout-change {
  text-align: right
}

#yab-checkout-table td.yab-checkout-change {
  vertical-align: bottom
}

#yab-checkout-table td.yab-checkout-price {
  vertical-align: bottom;
  color: #214f78
}

#yab-checkout-table ul {
  line-height: 130%;
  padding: 0.2em 0 0 1em;
  list-style: none
}

#yab-checkout-table ul li {
  padding: 0;
  font-size: 0.87em
}

#yab-checkout-table ul li.yab-checkout-item-price {
  padding: 0.5em 2em 0 0;
  color: #214f78;
  text-align: right;
  font-size: 1em
}

#yab-checkout-table p {
  padding: 0;
  width: 100%
}

#yab-checkout-table input {
  padding: 0
}

#yab-checkout-table input.submit-edit {
  width: auto;
  border: 1px solid #214f78;
  background: #FFFFFF;
  color: #214f78
}

#yab-checkout-table input.submit-del {
  border: 1px solid #214f78;
  background: #214f78;
  color: #FFFFFF
}

#yab-checkout-table td.yab-checkout-sum {
  text-align: right;
  color: #214f78
}

#yab-checkout-table tr.yab-checkout-total td {
  font-weight: bold;
  background: #214f78;
  color: #FFFFFF
}

/* promo-code */

.yab-promocode {
  padding: 0.5em 0;
  margin-bottom: 1em
}

.yab-promocode label {
  width: auto;
  margin-right: 0.5em
}

.yab-promocode #yab-promo {
  width: 5em;
  text-align: left
}

.yab-promocode .yab-promo-submit {
  width: auto;
  cursor: pointer;
  background: #214f78;
  border: 3px double #FFFFFF;
  color: #FFFFFF
}

.yab-promocode .yab-promo-submit:hover,
.yab-promocode .yab-promo-submit:focus {
  background: #FFFFFF;
  border: 3px double #214f78;
  color: #214f78
}

p.yab-promo-error {
  border: 1px dashed #214f78;
  padding-top: 1em;
  color: #214f78;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em
}

p.yab-promo-success {
  padding-top: 1em;
  color: #214f78;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em
}

/* checkout-notices */

p.yab-shop-required-notice {
  background: #214f78;
  color: #FFFFFF !important;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em
}

ul.yab-shop-notice {
  border: 2px dashed #214f78;
  list-style: none;
  padding-top: 1em;
  color: #214f78;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em
}

/* checkout form */

#yab-checkout-form {
  padding-left: 0.5em
}

#yab-checkout-form p {
  width: 100%
}

#yab-checkout-form input {
  width: 32em;
  text-align: left
}

#yab-checkout-form input#postal {
  width: 7em
}

#yab-checkout-form textarea {
  width: 32em;
  height: 8em;
  padding: 2px 5px
}

#yab-checkout-form p.tou input {
  margin-left: 9em;
  width: auto;
  float: left
}

#yab-checkout-form p.tou label {
  width: auto;
  padding: 0
}

#yab-checkout-form p.submit input {
  margin-left: 9em;
  width: auto;
  padding: 2px 10px;
  text-align: center
}

#yab-checkout-form p.yab-shop-required label {
  color: #214f78;
  font-weight: bold
}

.yab_shop_cart_subtotal {
	  color: #666666;
	font-size: 14px;
  	
}

.yab_shop_cart_link {
	  color: #666666;
	font-size: 14px;
  	
}