/* CSS Document */

/* --------------------------------------------------------------------------- */
/* SHOPPING CART ------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
table {
	width: auto;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

th {
	background-color: #ffa326;
	color: white;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid white;
	padding: 1px 2px;
}

th, td {
	border-bottom: 1px solid #ffa326;
	font-size: 10px;
}

td.item_desc {
  border: 0;
  font-size: 10px;
}

tr {
	padding: 0px 0px;
}	

td img {
	padding-right: 3px;
}

.first_cell {
	background-color: white;
	border: 0;
	color: black;
	font-weight: 100;
	text-align: center;
	line-height: 1em;
	padding: 0;
	border-bottom: 1px solid #ffa326;
	border-right: 1px solid #ffa326;
	border-left: 1px solid #ffa326;
}

td.item_desc_cell {
  background-color: white;
  color: black;
  font-weight: 100;
  text-align: left;
  line-height: 1em;
  padding: 0;
  border-bottom: 1px solid #ffa326;
  border-right: 1px solid #ffa326;
}

td.last_cell {
  border-right: 1px solid #ffa326;
  text-align: right;
}

th.last_cell {
  border-right: 1px solid #ffa326;
}

.cell_right {
	text-align: right;
}

.cell_left {
  text-align: left;
}

/* --------------------------------------------------------------------------- */
/* BOTTOM HALF CHECKOUT INFO ------------------------------------------------- */
/* --------------------------------------------------------------------------- */
div#cart_info {
	width: 400px;
	padding-top: 10px;
}

div#cart_info img#update {
	clear:both;
	float: left;
}

div#cart_info div#checkout {
	padding: 2px;
	margin-left: 200px;
	background-color: #f5f6c5;
}

div#checkout table {
	clear:both;
	padding-left: 0;
	width: 100%;
}

div#checkout table tr th, div#checkout table tr td {
	border: 0;
	padding: 0px 0;
}

div#checkout table tr th.border, div#checkout table tr td.border {
	border-bottom: 1px solid #ffa326;
}

div#checkout table tr th {
	background-color: transparent;
	color: black;
}

img#checkout_img {
	float: right;
	padding: 0;
}