/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

body {
	background: #fff;
	color: #333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font: 75% Arial,Helvetica,Sans-Serif;
}
table, input, select {
	font-size: 100%;
	background: #FFF;
	text-align: left;
}
a {
	background: transparent;
	color: #33c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #f00;
	text-decoration: underline;
}

form {
	display: inline;
}

TR.header {
  background: #AC334D;
}

TR.headerNavigation {
  background: #601727;
}

TD.headerNavigation {
	border-top: 1px solid #C74A65;
	padding: 3px 10px;
	background: #601727 url(images/header_bg.gif) repeat-x top left;
	color: #fff;
	font-weight : bold;
}

A.headerNavigation { 
	color: #FFDC19;
}

A.headerNavigation:hover {
	color: #ffF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.infoBox {
	background: #b6b7cb;
	padding: 0px 0px;
}

.infoBoxContents {
	background: #f8f8f9;
}

.infoBoxNotice {
	background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
}

td.infoBoxHeading {
	padding: 3px 10px;
	font-weight: bold;
	background: #666;
	color: #fff;
}

TD.infoBox, SPAN.infoBox {
  
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  
  background: #b6b7cb url(images/menu_bg.gif) repeat-x top left;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 140%;

  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  color: #000000;
}

TD.main, P.main {
  
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  
}

TD.accountCategory {
	color: #aabbdd;
}

TD.fieldKey {
  
  font-weight: bold;
}

TD.fieldValue {
  
}

TD.tableHeading {
  
  color: #ff0000;
}

textarea {
	width: 100%;
}

SPAN.greetUser {
  
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

/*
div#header {
	background: #AC334D;
	margin: 0px auto 0px auto;
	height: 140px;
	text-align: right;
}

div#header a {
	color: #E69AAB;
}

div#header a:hover {
	color: #FFF;
}
*/

	#header {
		margin: 0px 0px 0px 0px;
		height: 130px;
		background: url("http://www.accessdisability.co.uk/images/header.jpg") no-repeat top right #66c;
		color: #fff;
		text-align: left;
	}
	#header #skipNav { display: none; }
	#header a:link {
		background: transparent;
		color: #fff;
		text-decoration: underline;
	}
	#header a img {
		border: none;
	}
	#header h1 {
		margin: 0px;
		padding: 20px 0px 10px 20px;
		background: transparent;
		color: #fff;
		font-size: 250%;
		font-weight: normal;
		text-align: left;
	}
	#header p {
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		background: transparent;
		color: #fff;
		text-align: left;
	}
	#header blockquote {
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
		background: transparent;
		color: #fff;
		font-size: 150%;
		font-weight: bold;
		text-align: left;
	}
	#header div {
		background: transparent;
		color: #fff;
		float: left;
		margin: 0px;
	}




div#top_navigation {
	background: #000;
	color: #fff;
	margin: 0px auto 10px auto;
	padding: 3px;
	height: 23px;
}
div#top_navigation ul {
	display: inline;
}
div#top_navigation ul li {
	float: right;
	list-style-type: none;
	margin: 0px 0px 0px 2px;
}
div#top_navigation ul li a {
	display: block;
	padding: 3px 5px;
	border: 1px solid #666;
	background: #000;
	color: #fff;
	text-decoration: none;
}
div#top_navigation ul li a:hover {
    display: block;
    padding: 3px 5px;
	border: 1px solid #999;
    background: #555;
    color: #fff;
    text-decoration: none;
}
div#top_navigation div#page_trail {
	float: left;
}
div#top_navigation div#page_trail ul li {
    float: left;
    list-style-type: none;
    margin: 0px 2px 0px 0px;
}





div.standard_box {
	margin: 0px 0px 10px 0px;
}
div.standard_box ul {
	margin: 0px;
}
div.standard_box ul li {
	list-style-type: none;
	margin: 0px;
}
div.standard_box ul>li {
	list-style-type: none;
	margin: 0px 0px 0px -40px;
}

div#static_banner {
	clear: both;
	margin: 20px auto 0px auto;
	width: 468px;
}




div#body {
	margin: 10px;
}
div#left_navigation {
	display: inline;
	float: left;
	width: 18%;
	margin: 0px 10px 0px 0px;
}
div#body_text {
	display: inline;
	float: left;
	width: 60%;
}
div#right_navigation {
	display: inline;
	float: right;
	width: 20%;
}

div#footer {
	clear: both;
	padding: 5px 0px 0px 0px;
	margin: 0px 10px;
	border-top: 1px dashed #ccc;
}
div#footer img {
	float: left;
	padding: 0px 20px 0px 0px;
}
div#footer div.left {
	float: left;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
div#footer div.right {
	float: right;
	padding: 0px 20px 0px 0px;
	text-align: right;
}
div#footer p#top_link {
	display: none;
	text-align: center;
}
	




.index_main div {
	margin-bottom: 10px;	
	padding-top: 10px;
	border-top: 1px dashed #CCC;
	float: left;
}



.index_main {
	padding: 3px;
	border: 0px solid #b6b7cb;
}

#hopefully_space td {
	padding: 0px 0px 0px;
}
