table {
  margin: 10px 0;
  width: 100%;
}

table th {
  background: url('../images/core/table-th-background.png') 0 0 repeat-x;
  color: #C6C6C6;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  padding: 0 3px;
  text-align: left;
  text-transform: lowercase;
}

table th.title {
  background: url('../images/core/table-th_title-background.png') 0 0 no-repeat;
  padding-left: 14px;
}

table th.input {
  background: url('../images/core/table-th_input-background.png') center right no-repeat;
}

table tbody td {
  color: #2F2F2F;
  font-size: 11px;
  text-align: justify;
  padding: 3px;
}

table td.desc {padding: 0 14px;}

table .price {
  text-align: center;
  width: 40px;
}

  table td.price {
    border-left: 1px dashed #B2826E;
    border-right: 1px dashed #B2826E;
    font-size: 13px;
  }

table .input {  

}

li.buttons {
  border: none  !important;
  margin-left: 0;
}

.buttons input[type="submit"] {
  color: #000;
  cursor: pointer;
  background: url('../images/core/button-order.png') 0 0 no-repeat;
  border: none;
  display: block;
  height: 37px;
  line-height: 0px;
  text-indent: -999em;
  width: 103px;
}

form#checkout_form fieldset {
  margin: 40px 0 0;
}

form#checkout_form li {
  border-bottom: 1px solid #7E6A52;
  margin: 0;
  padding: 10px 0;
}

form#checkout_form li label {
  font-weight: bold;
  width: 100px;
}

form#checkout_form legend {
  color: #221f30;
  font-size: 20px;
  font-weight: normal;
  padding-left: 15px;
  padding-top: 10px;
  line-height: 24px;
}

/* =========== */
/* = Listing = */
/* =========== */


#gift li.title {
	background: url(../images/core/pattern-bg.jpg) repeat;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}

	#gift li.title h3 { margin: 0; padding: 0; }

ol#voucher, ol#treatment, ol#package  {
	background: #d5c8b9;
	border: 1px solid #958371;
	display: block;
	margin: 0;
	padding: 0;
  	margin-bottom: 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ol#voucher li, ol#treatment li, ol#package li {
	display: inline;
	float: left;
	padding: 10px;
	max-width: 340px;
}

ol#voucher li.title, ol#treatment li.title, ol#package li.title{
	display: block;
	float: none;
	max-width: 540px;
}

ol#voucher li.buttons, ol#treatment li.buttons, ol#package li.buttons{
	margin-top:10px;
}



.krazzy-button{
	background: url(../images/core/button-info.png) no-repeat;
	display: block;
	height: 27px;
	text-indent: -9999px;
	width: 103px;
}
#item, #item-1{
	width: 340px;
}