
table.cart-items th.cart-item {
	width: 180px;
}

a.cart-item-remove {
	cursor: pointer;
}

/* shipping address popup */
.popup_js_popup {
  width: 680px;
  left: 50%;
  margin-left: -330px; /* negative half the width */
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 0.8em rgba(0,0,0,0.6);   /* Webkit */
  -moz-box-shadow: 0 0.2em 0.8em rgba(0,0,0,0.6);      /* Firefox 3 (possibly) */
  box-shadow: 0 0.2em 0.8em rgba(0,0,0,0.6);           /* CSS 3 */
}

/* for IE6 only */
.popup_js_popup {
  position: absolute;
  top: 150px;
}

/* for other browsers */
body > .popup_js_popup {
  position: fixed;
  top: 33%;
}

.popup_js_popup button {
  display: inline;
  width: 100px;
  margin: 10px 5px 5px 5px;
}

.popup_js_popup .popup_buttons {
	text-align: center;
}

span.framed-no-po-box {
  font-size: 80%;
  color: red;
}

/* ajax loading */
#cart-ajax-loading {
  float: right;
	width: 130px;
	height: 15px;
	margin: 20px 20px 0 0;
}




/* Old CSS

td.cart-item {
  background-color: #fff; 
}

table.cart-items th.cart-options {
	width: 180px;
}

table.cart-items input {
  width: auto;
}

input.radio, input.checkbox {
	border: 0;
} 

table.cart-items select.item-shipping-address, 
table.cart-items input.item-recipient-name {
  width: 360px;
}

#cart-total {
	font-weight: bold;
	font-size: 120%;
}

.item-option {
  margin-bottom: 10px;
}

span.postage-quote-required {
  color: red;
}

div.shippingHeading {
  font-family:'Garamond', 'Times New Roman', serif;
  font-size:2em;
	padding: 5px 5px 0 5px;
	margin: 0;
}

.cart-totals .SubmitHeading td {
	background-color: #fff;
}

.cart-totals .SubmitHeading td h3 {
	margin: 4px 0 0 0;
}

.cart-totals .Submit td {
	background-color: #fff;
	padding-bottom: 3em;
}

table.cart-totals tr.Submit td {

}

.cart-totals .Submit td img {
	margin-right: 5px;
	margin-left: 50px;
	position: relative;
	top: 9px;
}

#cart-add-items td {
	padding: 0;
  background-color: transparent;
}

#cart-add-items a.no-highlight {
  color: #000;
	text-decoration: none;
}

#cart-add-items a:hover {
  text-decoration: underline;
}

#cart-add-items a.no-underline:hover {
	cursor: pointer;
  text-decoration: none;
}

#cart-add-items a.button {
	display: block;
	width: 181px;
	height: 46px;
	margin: 0;
	padding: 20px 0 0 5px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

#cart-items a.cart-add-item {
	text-decoration: none;
  cursor: pointer;
}

#cart-items a.cart-add-item:hover {
	text-decoration: underline;
}

table.cart-items th {
  padding-left: 10px;
  font-size: 0.875em;
}
table.cart-items td {
  border-bottom: #f5f4f0 solid 1px;
}

table.cart-items a {
  margin:10px 0 0 0;
  display: block;
}

*/