/* CSS Document */

#content {
	padding-right: 0;
	width: 580px;
	}

.cart {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	margin: 20px 0;
	color: #666;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	}
	
.cart th {
	background: #eee;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.cart td {
	border-bottom: 1px solid #eee;
	}
	
.form_buttons {
	text-align: right;
	}
	
.button {
	width: 90px;
	height: 25px;
	background: url(button.gif);
	border: none;
	color: #fff;
	font-size: 10px !important;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}

.button:hover {
  background-position: 0 -25px;
  text-decoration: none;
}
	
.orange {
	background: url(button_orange.gif);
	}

a.button {
	width: 150px;
	height: 25px;
	background: url(button_wide.gif);
	border: none;
	color: #fff;
	font-size: 10px !important;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 25px;
	text-align: center;
	}

	
#currency_picker {
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	position: absolute;
	top: 20px;
	right: 0;
	}

	
.currency_select {
  font-size: 10px;
  width: 60px !important;
}

th.money,
td.money
 {
  text-align: right;
  white-space: nowrap;
}
