/*
  $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
  
  Changes Copyright (c) 2004 DevHype
  http://www.devhype.com
  
  Released under the GNU General Public License
*/

body {
  	background: #000000;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 12px;
  	color: #ffffff;
  	margin: 0px;
	}

.headerstyle {
	background: #000000;
	width:760px;
	border: #FFFFFF; 
	border-width:1px;
	}

.boxText { 
	font-size: 90%; 
	}

.errorBox { 
	font-size : 90%; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
	
.stockWarning { 
	font-size : 90%; 
	color: #cc0033; 
	}
	
.productsNotifications { 
	background: #f2fff7; 
	}
	
.orderEdit { 
	font-size : 90%; 
	color: #70d250; 
	text-decoration: underline; 
	}

A {
  	color: #ffffFF;
  	text-decoration: none;
	}

A:hover {
  	color: #FF0000;
	text-decoration: underline;
	}

FORM {
	display: inline;
	}

TR.header {
  	background: #000000;
	}

TR.headerNavigation {
	background-image: url(http://www.inspiredtricks.co.uk/images/bannerBkgrnd.gif);
	}

TD.headerNavigation {
  	font-size: 90%;
  	background-image: url(http://www.inspiredtricks.co.uk/images/bannerBkgrnd.gif);
  	color: #000000;
  	font-weight : bold;
	height: 30px;
	}

A.headerNavigation { 
  	color: #000000; 
	}

A.headerNavigation:hover {
  	color: #999999;
	text-decoration: underline;
	}

TR.headerError {
  	background: #ff0000;
	}

TD.headerError {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	background: #ff0000;
  	color: #ffffff;
  	font-weight : bold;
  	text-align : center;
	}

TR.headerInfo {
  	background: #00ff00;
	}

TD.headerInfo {
  	font-family: Tahoma, Verdana, Arial, sans-serif;
  	background: #00ff00;
  	color: #ffffff;
  	font-weight: bold;
  	text-align: center;
	}

TR.footer {
	}

TD.footer {
  	font-size: 90%;
	height: 100px;
  	color: #ffffff;
  	font-weight: bold;
	}

.infoBox {
  	background: #ffffff;
	}

.infoBoxContents {
  	background: #000000;
  	font-size: 90%;
	}

.infoBoxNotice {
  	background: #FF8E90;
	}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 90%;
	}

TD.infoBoxHeading {
  	font-size: 85%;
  	font-weight: bold;
	background-image:url(http://www.inspiredtricks.co.uk/images/infobox-Bkgrnd.gif);
	height: 20px;
  	color: #000000;
	}

TD.infoBox, SPAN.infoBox {
  	font-size: 90%;
	}

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: #000000;
	}

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: #000000;
	}

TABLE.productListing {
  	border: 0px;
  	border-style: solid;
  	border-color: #ffffff;
  	border-spacing: 1px;
	}

.productListing-heading {
  	font-size: 90%;
  	background: #000000;
  	color: #FFFFFF;
  	font-weight: bold;
	}

TD.productListing-data {
  	font-size: 90%;
	}

A.pageResults {
  	color: #0000FF;
	}

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

TD.pageHeading, DIV.pageHeading {
  	font-size: 125%;
  	font-weight: bold;
  	color: #ffffff;
	}

TR.subBar {
  	background: #f4f7fd;
	}

TD.subBar {
  	font-size: 90%;
  	color: #000000;
	}

TD.main, P.main {
  	font-size: 95%;
  	line-height: 1.5;
	}

TD.smallText, SPAN.smallText, P.smallText {
  	font-size: 90%;
	}

TD.accountCategory {
  	color: #aabbdd;
	}

TD.fieldKey {
  	font-weight: bold;
	}

TD.tableHeading {
  	font-weight: bold;
	}

SPAN.newItemInCart {
  	font-size: 90%;
  	color: #ff0000;
	}

CHECKBOX, INPUT, RADIO, SELECT {
  	font-size: 95%;
	}

TEXTAREA {
  	width: 100%;
  	font-size: 95%;
	}

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

TABLE.formArea {
  	/* background: #000000; */
  	border-color: #000000;
  	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;
	}

.moduleRowOver { 
	background-color: #D7E9F7; cursor: pointer; cursor: hand; 
	}

.moduleRowSelected { 
	background-color: #E9F4FC; 
	}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 90%; color: #8c8c8c; 
	}


.checkoutBarCurrent { 
	font-size: 90%; color: #000000; 
	}

/* message box */

.messageBox { 
	font-size: 90%; 
	}

.messageStackError, .messageStackWarning { 
	font-size: 90%; background-color: #ffb3b5; 
	}

.messageStackSuccess { 
	font-size: 90%; background-color: #99ff00; 
	}

/* input requirement */

.inputRequirement { 
	font-size: 90%; color: #ff0000; 
	}

   .cssbutton {
 background: #000000;
 color : #ffffff;
 width : 150px;
vertical-align: top;
   font-weight: normal;
  font-family: Tahoma;
font-size: 14px;
cursor: pointer;
text-align:center;
  border: 1px;
 border-style: ridge;
 border-color: #6AE4A3A;
 border-spacing: 1px;
}

 
.cssbuttonsubmit{
background: #000000;
vertical-align: top;
color: #ffffff;
font-family: Tahoma;
font-weight: normal;
font-size: 12px;
text-decoration: underline;
cursor: pointer;
border:none;
}

SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}