/****  Angels Wardrobe  ****/
/****    CSS Entries    ****/
/****  ©2005 Du Maurier ****/

body {
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	background-color: #dcd1bf;
	/*border: 4px;*/
	font-size: 0.9em;
}

button {
	/*background-color: #dcd1bf;*/
	padding:1px;
	margin: 0px;
	font-size: 0.9em;
}

.price-savings {
	color: red;
}

.value {
	text-align: right;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.banner {
	font-size: 0.8em;
	width: 100%;
	background-color: #dcd1bf;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;	
}

.banner a,.banner a:visited,.banner a:hover {
	text-decoration: underline;
	color: black;
}

a,a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: black;
}

/**** MAIN *****/

table#main div#login {
	font-size: 0.8em;
	padding: 5px;
	float: right;
	color: black;
}
table#main div#login a {
	color: black;
}

table#main td {
	padding-left: 4px;
	padding-right: 4px;
}

table#main td#header {
	padding: 4px;
	text-align: left;
	margin-bottom: 8px;
	color: white;
}

table#main td#cb {
	font-size: 11px;
}

table#main td#slave {
	padding-left: 8px;
	vertical-align: top;
}

/***** STANDARD *****/

table.standard {
	margin-left: auto;
	margin-right: auto;
}


table.standard th {
	font-weight: bold;
	font-size: 0.8em;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}

table.standard td {
	font-size: 0.8em;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
}

table.standard td a,table.standard td a:visited {
	display: block;
	text-decoration: underline;
	color: black;
}

table.standard td a:hover {
	text-decoration: underline;
	color: black;
}

table.standard td a.inline {
	display: inline;
}

/***** CONTENT *****/

div.content {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 0.8em;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
}

div.content td a,div.content td a:visited {
	display: block;
	text-decoration: underline;
	color: black;
}

div.content td a:hover {
	text-decoration: underline;
	color: black;
}

div.content td a.inline {
	display: inline;
}

/***** PRODUCTS *****/


table#products {
	margin-left: auto;
	margin-right: auto;
}

table#products td {
	font-size: 0.8em;
	background-color: #dcd1bf;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table#products td.qty {
	text-align: right;
}

table#products td.qty table.size-table td {
	font-size: 0.8em;
	text-align: right;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}


/****** CATEGORIES ******/

table#categories {
	margin-left: auto;
	margin-right: auto;
}


table#categories td {
	height: 150px;
	width: 100px;
	font-size: 0.8em;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}

table#categories td a,table#categories td a:visited {
	display: block;
	text-decoration: none;
	color: black;
}

table#categories td a:hover {
	text-decoration: underline;
	color: black;
}


table#categories td div {
	border-top: 1px solid #614f2d;
	border-left: 1px solid #614f2d;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 70px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

a.order_by,a.order_by:visited {
	text-decoration: underline;
	color: black;
}

a.order_by:hover {
	text-decoration: underline;
	color: black;
}

/***** SIDEBAR *****/

td#sidebar {
	vertical-align: top;
	width: 120px;
}

td#sidebar div#basket {
	background-color: #dcd1bf;
	padding: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 12px;
}

td#sidebar div#cats {
	background-color: #dcd1bf;
	padding: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

td#sidebar div#cats ul {
	margin-left: 0px;
	padding-left: 0px;
}

td#sidebar div#cats li {
	background-color: #dcd1bf;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td#sidebar div#cats li.selected {
	font-style: italic;
	background-color: #dcd1bf;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #dcd1bf;
	border-right: 1px solid #dcd1bf;
	border-top: 1px solid #dcd1bf;
	border-left: 1px solid #dcd1bf;
}
td#sidebar div#cats a,td#sidebar div#cats a:visited {
	display: block;
	text-decoration: none;
	color: black;
}

td#sidebar div#cats a:hover {
	display: block;
	text-decoration: underline;
	color: black;
}


div#header_bar {
	float: right;
	background-color: #dcd1bf;
	padding: 4px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 12px;
}

div#header_bar a,div#header_bar a:visited {
	text-decoration: none;
	color: black;
}

div#header_bar a:hover {
	text-decoration: underline;
	color: black;
}

/***** BASKET ****/

table#basket {
	margin-left: auto;
	margin-right: auto;
}

table#basket th {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #dcd1bf;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}


table#basket td {
	font-size: 0.8em;
	background-color: #dcd1bf;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

table#basket td input.qty {
	text-align: right;
}

/***** PRODUCT ******/


table#product {
	margin-left: auto;
	margin-right: auto;
}

table#product td {
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	background-color: #dcd1bf;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}

table#product td.qty {
	text-align: right;
}

table#product td.qty table.size-table td {
	font-size: 1em;
	text-align: right;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

table#price-table td {
	font-size: 1em;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

table#price-table .price-savings {
	color: red;
}

/***** ORDER SUMMARY *****/

table#order-summary {
	margin-left: auto;
	margin-right: auto;
}

table#order-summary form.button {
	display: inline;
	vertical-align: middle
	padding-right: 8px;
}

table#order-summary th {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}

table#order-summary th.header {
	text-align: center;
}

table#order-summary table th {
	font-size: 1em;
	font-weight: bold;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
}

table#order-summary table td {
	font-size: 1em;
}

table#order-summary table td {
	font-size: 1em;
}

table#order-summary table th.right {
	text-align: right;
}

table#order-summary td input.qty {
	text-align: right;
}

table#order-summary td a {
	padding: 2px;
	margin: 2px;
	font-size: 0.8em;
	/*border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	/*border-top: 1px solid #614f2d;
	border-left: 1px solid #614f2d;*/
}

table#order-summary td {
	font-size: 0.8em;
	background-color: #dcd1bf;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #614f2d;
	border-right: 1px solid #614f2d;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
}

table#order-summary .right {
	text-align: right;
}

	
/******** FOOTER **********/

#footer {
	margin-top: 2em;
	padding-top: 8px;
	margin-bottom: 1em;
	border-top: 1px solid #dcd1bf;
	font-size: 0.7em;
}



/**********************************************************************
/* acs-developer-support Toolbar
/**********************************************************************/
/* LARS: This ought to go in the developer-support package, somehow */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

#developer-toolbar {
  background-color: #616093;
  color: white;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a { 
  border: solid 1px #616093;
  text-align: center; 
  color: white;
  text-decoration: none;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: white;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

/* Developer-support footer */

.developer-support-footer {
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
}


