div#find-zipcode {
  padding-top: 12px;
}

div.listview-add {
  display: none;
}

div#zipcode-info-link {
  font-size: 80%;
  margin-top: 10px;
}

div.main .alerts-inside li.info {
	padding: 5px 5px 5px 32px;
}


/* Get Started, Checkout Button */

a.get-started {
  display: block;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  background: url(/images/get-started-btn-left.png) no-repeat 0 0;
  padding: 0 0 0 29px;
  font-size: 153.9%;
  margin-left: 15px;
  float: left;
  display: inline;
}
a.get-started span {
  display: block;
  line-height: 58px;
  background: url(/images/get-started-btn-right.png) no-repeat 100% 0;
  padding: 0 50px 0 20px;
  color: #fff;
}
a.get-started:link, a.get-started:visited {
  color: #fff;
  text-decoration: none;
}
a.get-started:hover {
  background-position: 0 -58px;
}
a.get-started:hover span {
  background-position: 100% -58px;
}

a.orange-btn span {
  display: block;
  line-height: 35px;
  background: url(/images/orange-btn-right.png) no-repeat 100% 0;
  padding: 0 18px 0 0;
  color: #fff;
}

/*=======================
  Zipcode
  ======================*/
span#zipcode-entry {
  float: left;
  color: #504F4F;
  font-size: 120%;
  line-height: 120%;
  padding: 10px;
  text-align: left;
  margin: 0 0px 0 20px;
}
span#zipcode-entry input[type="text"], input[type="password"] {
  width: 4.25em;
}

/*=======================
  Cart
  ======================*/
th, td { 
  border: 0px;
}
div#shopping_cart {
  border: 1px solid #fff;
  padding: 1em;
  width: 100%;
}
table.shoptable {
  border: 0;
  float: left;
  width: 65%;
  text-align: center;
/*  margin-left: 1em;*/
}
table.shoptable tr {
	border: 0px;
}
table.shoptable th {
  background: #F7F7F1 none repeat scroll 0 0;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: .5em;
  font-size: 12px;
  color: #565653;
}
table.shoptable tr.product_row td {
  padding: 1em;
  border:  0px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
table.shoptable tr td.product_col {
  text-align: left;
  font-weight: normal;
  line-height: 16px;
  border: 0px;
}
tr.text_left {
  text-align: left;
}
table.shoptable input[type="text"] {
	width: 2.25em;
}

/* Totals Table */

div.checkout {
  background: #F7F7F1 none repeat scroll 0 0;
  float: right;
  width: 32%;
  margin-top: 0;
/*  margin-right: .5em;*/
  padding: 15px 5px;
}
div.checkout img {
  border: none;
}
div.checkout label {
  font-size: 130%;
  color: #565653;
  width: 3em;
  padding: 0.5em;
}
div.checkout h3 {
  border-bottom: 3px dotted #eee;
  padding-bottom: 5px;
  margin: 0 0 1em 0;
}
div.checkout h3#total_hd {
  padding-top: 1em;
}
table#totals-table {
  border-bottom: 3px dotted #eee;
  width: 100%;
  font-size: 17px;
  color: #444444;
  margin: 0 0 1em 0;
  padding: 0;

}
table#totals-table th {
   width: 70%;
   padding: 2px;
   color: #565653;
}

table#totals-table tr {
/*   border: 1px solid #eee;*/
}
table#totals-table tr strong {
  color:#692409;
  font-size: 17px;
  font-weight: bold;
}

table#totals-table tr td{
   text-align: right;
}
a.remove {
  font-size: 80%;
}
.a-right {
  text-align: right;
}

a.btn-checkout{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 0;
  float: left;
  padding-bottom: 1em;
  width: 163px;
  height: 32px;
  margin-left: 1.8em;
}
a.btn-checkout:hover{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -44px;

}

#confirm_link {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 0;
  float: left;
  border: none;
  padding-bottom: 1em;
  width: 162px;
  height: 44px;
  margin-left: 2.5em;
}
#confirm_link:hover{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -44px;

}
p.continue-shopping {
  clear: left;
/*  background:#FFFFFF none repeat scroll 0 0;*/
/*  margin: 9px -13px -15px -13px; */
  padding-top: 8px;
}
a.btn-continue-shopping {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -87px;
  width: 163px;
  display:block;
  height: 37px;
  margin-left: 1.65em;
}
a.btn-continue-shopping:hover {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -123px;

}

#quantity_submit {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll -168px 0;
  width: 67px;
  display:block;
  height: 37px;
  border: none;
}

#quantity_submit:hover {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll -168px -36px;
}

/*=======================
  Checkout
  ======================*/
div#checkin_out {
/*  margin: 0 1em;*/
}
div#checkin_out a{
  font-size: 125%;
}
div#checkin_out h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin: 1em 0 .5em 0;
}
div#checkin_out img {
  border: none;
}
div#checkin_out label {
  font-size: 130%;
  color: #414141;
  display: block;
  margin: .5em 0 0 0;
}
div#checkin_out select {
  font-size: 100%;
}
div#checkin_out input:focus {
  background: #fff0ac;
  border: 2px solid #D2AE63;
}
div#billing_address_details span {
  font-size: 120%;
}
div#checkin_out label#ship_to {
  display: inline;
}
span.number {
  font-size: 170%;
}

#billing_details {
  float: left;
  width: 210px;
}
#billing_address {
  float: left;
  width: 215px;
}
#shipping_address{
  float: left;
  width: 215px;
}
#payment_info{
  clear: left;
  float: left;
  width: 210px;
}
#promo_code {
  float: left;
  width: 404px;
}
#order_review {
  clear: both;
  width: 100%;
}

/* Review Table */

table.reviewtable {
  width: 100%;
  text-align: center;
  background: #fff;
}
table.reviewtable th{
  background: #F7F7F1 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding: .5em;
  font-size: 12px;
  color: #565653;
}
table.reviewtable tr.product_row td{
  padding: 1em;
  border-bottom: 1px solid #eee;
  font-size: 130%;

}
table.reviewtable tr td.product_col {
  text-align: left;
  font-size: 120%;
  font-weight: normal;
  line-height: 16px;
}
tr.text_left {
  text-align: left;
}
table.reviewtable tr th.shipping-method {
  text-align: right;
  font-size: 95%;
}
.btnright {
  float: right;
  padding: 1em 0 0 0;
}

.error {
  color:#fb2137 !important;
  font-style: italic;
  font-size: 100% !important;
}





