.popup {
  background: #E3EBEE;
  border: 1px solid #838383;
  text-align: left;
}

.popup .close {
  cursor: pointer;
  float: right;
  width: 72px;
  margin-top: -30px;
  height: 23px;
  background: #E3EBEE url(/images/restock/popup_close_bg.gif) 0 0 no-repeat;
  font-size: 12px;
  padding: 9px 0px 0px 10px;
}

.popup .close a {
  background: url(/images/restock/popup_close_btn.gif) 0 0 no-repeat;
  display: block;
  padding-left: 20px;
  color: black;
}

.popup .title {
  background: #266AAB;
  font-size: 13px;
  color: white;
  font-weight: bold;
  padding: 7px;
}

.popup .info {
  font-size: 11px;
  margin-left: 9px;
 margin-top:10px;
}

.popup .image {
  background: white;
  border: 1px solid #D6D6D6;
  margin: 9px;
}

.left_link {
  float: left;
  padding: 15px 0 10px 12px;
  font-weight: bold;
}

.right_link {
  float: right;
  padding: 0 12px 10px 0;
}

#original {
  float: right;
  background: url(/images/restock/original_bg.gif) 0 bottom no-repeat;
  width: 385px;
  height: 29px;
  text-align: center;
  margin-right: 22px;
  _margin-right: 13px;

  padding-top: 11px;
  
  color: #2D2F30;
  font-size: 12px;
  font-weight: bold;
}

#original span {
  background: white;
  padding: 0 8px 0 8px;
}

#original .product {
  color: #3B79B3;
}

#supplies {
  color: #363B3E;
  width: 365px;
  float: left;
  margin: 0px 5px 0px 5px;
  _margin: 0px 5px 0px 3px;
}

#supplies .quantity {
  font-size: 10px;
}

#supplies .blue {
  font-weight: bold;
  color: #1E5588;
}

#supplies thead th {
  font-size: 10px;
  color: #282828;
  height: 28px;
  padding: 0px 0px 0px 4px;
}

#supplies thead th.code {
  padding: 0px;
}

#supplies td {
  height: 28px;
  border-bottom: 4px solid white;
  padding: 0px 4px 0px 4px;
}

#supplies tr.inactive td {
  color: #9A9D9E;
}

#supplies tr.active td {
  background: #b7d9f9;
}

#supplies tr.inactive a {
  color: #9a9d9e;
  text-decoration:none;
}

#supplies a {
  color: #333;
  text-decoration:none;
}

#supplies a:hover {
  color: #3b79b3;
  text-decoration:underline;
}

#supplies td.code, #supplies tr.active td.code {
  text-align: center;
  background: #FF7200;
  color: white;
  font-weight: bold;
  width: 17px;
}

#supplies tr.inactive td.code {
  background: #FFB87F;
  color: white;
}

#supplies tr.section td {
  color: white;
  background: #787878;
  text-transform: uppercase;
  font-weight: bold;
}

#supplies tr.section td.code {
  background: #282828;
}

.restock_wrap {
  background: url(/images/product/bg.gif) repeat-y;
  clear: both;
display:block;
float:left;
width:750px;
}

#cart {
  background: #F1F5F7;
  border-top: 0px solid #C7C7C7;
}

#cart_restock {
	background: url(/images/restock/bg_cart_heading.gif) 0 0 no-repeat;
	width:750px;
	height:29px;
	display:block;
	float:left;
}

#cart h1 {
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 0 4px 11px;
  line-height:18px;

}

#cart .clear_cart a {
  color: #3B79B3;
  background: url(/images/cart/clear_cart_button.png) 0 0 no-repeat;
  padding: 0 0 2px 8px;
  display: block;
}

#cart .clear_cart {
  font-size: 11px;
  font-weight: bold;
  float: right;
  padding: 5px 0px 0px 10px;
  width: 85px;
  text-align: center;
  height: 21px;
  margin-top: -26px;
  _margin-top: -26px;
}

#cart #total_items {
  background: #e3ebee;
  padding: 10px 0px 10px 12px;
  height: 15px;
  font-size: 13px;
  color: #363B3E;
  border-bottom: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
border-top:0px;
  width:736px;
  clear:both;
}

#cart #total {
  background: white;
  width: 157px;
  text-align: center;
  padding: 13px 0px 12px 0px;
  color: #0E0F0F;
  font-size: 17px;
  font-weight: bold;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;

  float: right;
}

#cart #checkout a {
  color: #3B79B3;
}

#cart_blue {
	display:none;
}

#cart #checkout {
  font-size: 13px;
  font-weight: bold;
  
  padding: 10px 0px 11px 0px;
  
  width: 157px;
  text-align: center;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom:-1px;
  float: right;
  clear: right;
  background: #E3EBEE;
  position: relative;
}

#cart .items_section {
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #C7C7C7;

}

#cart .items {
  float: left;
  color: #363B3E;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 18px 13px;
	width:500px;
}

#cart .items .item {
  padding: 0px 17px 16px 0px;
  float: left;
}

#cart .items .item .remove {
  display: none;
 }

#cart .items .item .title {
  text-decoration: underline;
  width: 300px;
  float:left;
}

#cart .items .item .price {
  display: table-cell;
  width: 50px;
}

#cart .items .item .price .currency, #cart .items .item .price .tax {
  display: none;
}

#cart .items .item .quantity {
  display: table-cell;
  padding: 0 0 0 8px;
}

#cart .items .item .quantity .text {
  display: none;
}

#cart .items .total {
  font-weight: bold;
  background: #666666;
  color: white;
}

#cart .money {
  text-align: right;
  font-style: italic;
}

.priceleft {

	margin-left:350px;
	margin-top:-12px;
}

.priceright {
	
	margin-left:250px;
	margin-top:-18px;
}


.product_tabs {
  font-weight: bold;
  clear: both;
  background: url(/images/restock/tab_bg.gif) 0 bottom no-repeat;
  height: 141px;
  text-align: center;
}

.product_tabs .restock_tab  {
  float: left;
  width:124px;
}

.product_tabs a {
  color: #D8E4F0;
  text-decoration: none;
}

.product_tabs div.restock_tab.active a {
  color: #3B79B3;
}

.product_tabs > div.hover a {
  color: white;
}

.product_tabs .info a {
  text-decoration: underline;
}

.product_tabs .image {
  height: 89px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 11px 0 0 0;
}

.product_tabs .tab {
  
  width: 124px;
  padding: 18px 0 0 0;
}

.product_tabs div.restock_tab.active .tab {
  height: 26px;
  background: url(/images/restock/active_tab_bg.gif) 0 0 no-repeat;
  padding: 15px 0 0 0;
}
.product_tabs .title {
  display: block;
  font-size: 12px;
}
.product_tabs .info {
  display: block;
  font-size: 10px;
}

