/****** Layout and Global Styles *******/

body {
  background-color: #000000;
  color: white;
  font-size: small;
}

table.layout {
  background-color: #333333;
  width: 95%;
  height: 95%;
  margin: 10px;
  border: 3px solid black;
}

.leftbar {
	width: 150px;
	background-image: url('bgdesert.jpg');
}

td.layout {
	height: 95%;
	vertical-align: top;
	border: 3px solid black;
  	background-color: #000000;
}

.leftbar select {
	width: 100px;
}

a {
  color: white
}

h1, .title {
	color: white;
  text-align: center;
}

h1.title, .pagetitle { /* site title at top of page */
  font-size: 30pt;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
  text-align: center;
}

p.news:first-line {
	font-weight: bold;
	font-size: large;
  color: white;
}

input, select {
  border: 1px solid white;
  background-color: black;
  color: white;
  font-weight: bold;
}

.nav {
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  font-size: small; 
}

.nav td {
	padding-top: 10px;
}

.nav .header {
	text-align: left
}

img {
	text-decoration: none; 
	border: 0px;

}

/******** Search Page Styles *******/

.content {

}

table.recent {
	margin-top: 20px;
}

.error {
  color: white;
  font-weight: bold;
}

.header {
  color: white;
  font-size: large;
  text-align: center;
  font-weight: bold;
}

.rfield {
  text-align: right;
}

.button {
  text-align: center;
}

.pages {
  font-size: smaller;
  font-weight: bold;
}

.outstock {
  color: white;
  font-weight: normal;
}

.iteminfo, .price { /* bold product title */
  font-weight: bold;
}

.price {
  
}

.details .iteminfo a { /* artist and label links in product title */
	color: white;
}

.details .price a { /* buy now link */
  color: red;
  font-weight: bold;
}

.details a {
	color: white; /* listen here link */
}

table.results tr td {
  padding-bottom: 20px;
  vertical-align: top;
}

.descr {
  text-align: justify;
}

.linput input, .rinput input, .input input {
  width: 80px;
}

table.search {
  width: 100%;
}

/********* cart styles *********/
table.shopcart {
	width: 90%;
	margin: 10px;
}

table.shopcart .header td {
  background-color: #333333;
  border-top: 1px solid #ff66cc;
  border-bottom: 1px solid #ff66cc;
}

.shopcart td {
	padding-left: 2px;
	padding-right: 5px;
}

.total, .subtotal, .shipping {
	text-align: right;
}

.total {
	font-weight: bold;
}

.total .money {
	border-top: 1px solid #ff66cc;
}

.money, .quantity {
	text-align: right;	
}

.shopcart .item td {
	border-bottom: 1px solid #ff66cc;
}

.shopcart td.subtotal {
	border-left: 1px solid #ff66cc;
	border-right: 1px solid #ff66cc;
}

p.checkout {
	font-size: 130%;
	text-align: right;
	margin-right: 100px;
}

/********* edit shipping styles ************/
.editShipping td {
	padding: 2px;
}

.editShipping .method .fieldName {
	padding-left: 50px;
}

.editShipping .tier .fieldName {
	padding-left: 80px;
	text-align: right;
}

.fieldName {
	border-left: 1px solid white;
}

.destination td {
	border-top: 1px solid white;
	padding-top: 10px;
}

.method td {
	padding-top: 20px;
}

/******** Checkout styles *************/
.shipping td {
	padding: 3px;
}

/********** edit styles **********/

table.login {
  width: 100%;
  margin: 0 auto;
}

table.login .input {
  text-align: center;
  color: white;
}

input.number {
  width: 40px;
}

input.url {
  width: 100%;
}

input.checkbox {
  width: 15px;
}

textarea {
  border: 1px solid white;
  wdith: 100%;
}

.success {
  color: lime;
  font-weight: bold;
}

/********* Order Styles ************/
.orders td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #ff1129;
}

/********* Recent-page Styles **********/
img.recent {
	width: 30px;
}
