/*
  $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 {
  font: 80%/130% "bitstream vera sans", helvetica, verdana, sans-serif;
  background: #aaa url(/images/background.png);
  color: #000;
  margin: 1em auto;
  width:90%;
  min-width:640px;
  max-width:1100px;
}
#container {
  background:#fff url(/images/container-background.jpg) 100% 100% no-repeat;
  position:relative;
  padding-bottom:1em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #abd;
  text-decoration: underline;
}

form {
	display: inline;
}

tr.headerNavigation {
  background: #4c4c4c;
  color: #fff;
  font-weight : bold;
}

a.headerNavigation { 
  color: #fff; 
}

a.headerNavigation:hover {
  color: #fff;
}

tr.headerError {
  background: #f00;
}

td.headerError {
  background: #f00;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

tr.headerInfo {
  background: #0f0;
}

td.headerInfo {
  background: #0f0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #bbc3d3;
}

td.footer {
  background: #bbc3d3;
  color: #fff;
  font-weight: bold;
}

.infoBox {
  background: #4c4c4c;
}

.infoBoxContents {
  background: #f8f8f9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

td.infoBoxHeading {
  font-weight: bold;
  background: #4c4c4c;
  padding:0.2em 5px;
  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: #fff;
}

table.productListing {
  border: 1px solid #4c4c4c;
}

.productListing-heading {
  background: #4c4c4c;
  color: #fff;
  font-weight: bold;
}

td.productListing-data {
}

a.pageResults {
  color: #00f;
}

a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

td.pageHeading, div.pageHeading {
  font-weight: bold;
  color: #9a9a9a;
}

tr.subBar {
  background: #f4f7fd;
}

td.subBar {
  color: #000;
}

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 {
  font-weight: bold;
}

span.newItemInCart {
  color: #f00;
}

input, select {
}

textarea {
  width: 100%;
}

span.greetUser {
  color: #f0a480;
  font-weight: bold;
}

table.formArea {
  background: #f1f9fe;
  border:1px solid #7b9ebd;
}

td.formAreaTitle {
  font-weight: bold;
}

span.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #f00;
}

span.errorText {
  color: #f00;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #f00; }

table.infoBoxContents td.boxText {padding-top:1em; padding-bottom:1em;}
.pageHeading {font-family:arial,sans-serif;}
.price {font-size:1.6em;}
.productmodel {display:block; margin-top:-1em;}
h2 {font-size:1.6em; margin:0 0 1em;}
h3 {font-size:1.1em; margin:0 0 1em;}

#header {
	height:76px;
	background:#252525 url(/images/topbar.png) repeat-x;
}
#header h1 {
	background:url(/images/trcorner.png) 100% 0 no-repeat;
	padding-top:25px;
	margin-left:110px;
}
#header address {
	position:absolute;
	top:10px;
	right:30px;
	text-align:right;
	font-style:normal;
	font-weight:bold;
	line-height:1.2;
	color:#eee;
}
#header address .street, #header address .town, #header address .telephone {
	display:block;
	text-align:right;
}

#logo {
	background:url(/images/logo.png);
	height:168px;
	width:176px;
	position:absolute;
	top:0;
	left:0;
	margin-top:-70px;
	margin-left:-80px;
	z-index:1;
}
#headerNavigation {
	background-color: #4c4c4c;
  	color: #fff;
  	font-weight:bold;
  	padding:0.2em 5px;
}
#headerNavigation span {
	display:block;
	text-align:right;
}
#headerNavigation #breadcrumbs {
	text-align:left;
	position:absolute;
	margin-left:60px;
	z-index:10;
}

#rightcol {
	padding-right:3px;
	padding-top:3px;
}
#content {
	padding:1em;
}