
b.headline	{ color: #f60; }

.checkoutPageHeading {
  font-size: 19px;
  font-family: nimbus-sans;
  font-weight: bold;
	color: #f60;
  text-align: center;
}
.checkoutPageMain {
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
}
.checkoutCenter, .checkoutPageText {
  text-align: center;
  /* border: thin solid red; */
}
.checkoutMainHed {
font-size: 15px;
font-weight: 700;
}
.orange_hr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: rgb(255,102,0);
  margin: auto;
  width: 405px;
  height: 5px;
}
.checkoutInnerTable, .checkoutShippingMain {
  margin: auto;
}
td.mainSelected {
  font-weight: bold;
}
td.checkoutInputLabel {
  width: 45%;
  font-size: 15px;
  font-weight: 700;
  font-family: nimbus-sans;
  text-align: right;
  vertical-align: top;
  line-height: 15px;
}
td.checkoutInputField {
  vertical-align: top;
  text-align: left;
  font-size: 15px;
  font-family: nimbus-sans;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
}
td.checkoutInputField a {
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  font-family: nimbus-sans;
  color: #f60;
  line-height: 18px;
  text-decoration: none;
}
td.checkoutInputField a:hover {
  color: #fc0;
  text-decoration: underline;
  }
.checkoutInputSmall {
 font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.checkoutError {
  color: red;
  padding-left: 6em;
  padding-right: 6em;
}

.checkoutPageMain .main, .checkoutPageText {
  font-size: 14px;
  line-height: 150%;
}
.checkoutMain {
  font-size: 14px;
  line-height: 150%;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.checkoutPageMain .giftwrap {
  font-size: 14px;
  line-height: 150%;
}

.checkoutMessageStack {
  font-size: 14px;
}

.checkoutPopMe {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 300px;
  background-color: white;
  border: thin solid #f60;
  padding: 20px;
  margin: 20px;
	font-size: 14px;
	line-height: 150%;
}
.checkoutCloseMe {
  color: #f60;
  font-weight: bold;
  position: floating;
  float: right;
}

#new_branch_cart {
  /*
	padding: 0px 5px;
  */
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
}
/*
#new_branch_cart h2 {
	background: #420000;
	color: #fff;
	font-size: 12px;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 2px;
}
*/
#new_branch_cart_left {
  font-size: 13px;
  margin-left: 12px;
	width: 49%;
}
#new_branch_cart_left h2 {
  margin-bottom: 0px;
  font-size: 15px;
  font-family: bello-pro;
  font-family: bello-pro, nimbus-sans;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #360;
}
#new_branch_cart_right {
	width: 49%; 
	float: right;
  margin-left: 12px;
  padding-left: 6px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
}

a.underit {
  text-decoration: underline;
  color: black;
  font-weight: normal;
}
.checkoutBottomDiv {
  font-size: 14px;
  text-align: center;
}
.checkoutBottomDivGreen {
  font-family: bello-pro;
  font-size: 16px;
  color: #360;
  font-style: normal;
  font-weight: 400;
}
.checkoutPlainBox, .checkoutPlainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:1px solid #9a9a9a;
  padding: 5px;
}
.checkoutPlainBoxHeading, TD.checkoutTableHeading {
  font-size: 12px;
  font-weight: bold;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.shipEstimatorDivider { 
	border-top:thin dotted #999;
	font-size: 2px;
	line-height: 0.5; 
}

.hrLine {
	border-bottom: 1px solid #000;
	margin: 9px 0px;	
}

.paymentLogo {
	margin-bottom: -8px;
	margin-left: 10px;	
}

