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

@import url("reset.css");
@import url("layout.css");
@import url("forms.css");
@import url("typography.css");
@import url("elements.css");
@import url("general.css");
@import url("hacks.css");

.product-listing {

	padding: 10px;
	border: #CCCCCC solid 1px;
	margin-top: 20px;

}

a.yab-to-checkout 

	{
	
	 border: none;
	 padding: 5px;
	 color: #FFFFFF;
	 background:#666666;
	  width:138px;
	 text-align: center;
	 display: block;
	 margin-left:auto;
	 margin-right:auto;
	margin-top: 10px;
	}

.yab-cart ul {

	list-style:none;
	
	}
	
.yab-cart {

	list-style:none;
	padding:0px;
	
	}
	
.yab-item  {

	padding:5px;
	padding-left:15px;
	border:#EEEEEE solid 1px;
	margin-bottom:10px;

	}
	
#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.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: #75111B
}

#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-right: 2em;
  color:#ABCFF0;
  text-align: right;
  font-size: 1em
}

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

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







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


/* checkout-notices */

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

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

/* checkout form */


#maincontent label {

padding-right:10px;
padding-left:3px;
padding-top:3px;
clear:both;

}

.zip-city input {

	width:45px;
	
	}

.yab-subtotal {
 display: block;
 padding-bottom: 0.5em;
 font-weight: bold

}

a.yab-to-checkout 

	{
	
	 border: none;
	 padding: 5px 15px;
	 color: #FFFFFF;
	 background:#666666;
	 width:178px;
	 height:28px;
	 display:block;
	
	}

.yab-cart ul {

	list-style:none;
	
	}
	
.yab-cart {

	list-style:none;
	padding:0px;
	
	}
	
.yab-item  {

	padding:5px;
	padding-left:15px;
	border:#EEEEEE solid 1px;
	margin-bottom:10px;

	}

#yab-shop-one-payment {

	display: block;
	background-color: #FEF49B;

}

.yab-shop-required {

	background-color:#F8BEBA;

}

.zemThanks {
	border:1px solid #9DC747;
	color:#688430;
	margin-bottom:5px;
	padding:7px 5px 7px 33px;
	background-attachment: scroll;
	background-color: #E3F0C9;
	background-image: url(_images/success_message.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	clear:both;
	overflow:auto;
}

form.zemContactForm ul.zemError li {
	border:1px solid #CD382B;
	color:#CD382B;
	margin-bottom:5px;
	padding:7px 5px 7px 33px;
	background-attachment: scroll;
	background-color: #F5D2C1;
	background-image: url(_images/error_message.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	clear:both;
	overflow:auto;
}
