/*
  $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 { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #EEEEEE; }
.orderEdit { font-family : Arial, Trebuchet MS, Verdana, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  margin: 0px;
  background: #000000 url("http://www.floodingsolutions.com.au/images/background.jpg") no-repeat;
}

.mainBox {
  height: 620px; 
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/main_box.png') no-repeat bottom right;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.mainBox[class] {
background: url("http://www.floodingsolutions.com.au/images/design/main_box.png") no-repeat bottom right;
}

a.ie6Link:link { font-family: Arial Black, Arial, sans-serif; font-size: 14px; color: #CCCCCC; text-decoration: none; }
a.ie6Link:visited { font-family: Arial Black, Arial, sans-serif; font-size: 14px; color: #CCCCCC; text-decoration: none; }
a.ie6Link:active { font-family: Arial Black, Arial, sans-serif; font-size: 14px; color: #FF6600; text-decoration: none; }
a.ie6Link:hover { font-family: Arial Black, Arial, sans-serif; font-size: 14px; color: #FF6600; text-decoration: none; }
}

a.ie6FooterLink:link { font-family: Arial Black, Arial, sans-serif; font-size: 10px; color: #CCCCCC; text-decoration: none; }
a.ie6FooterLink:visited { font-family: Arial Black, Arial, sans-serif; font-size: 10px; color: #CCCCCC; text-decoration: none; }
a.ie6FooterLink:active { font-family: Arial Black, Arial, sans-serif; font-size: 10px; color: #FF6600; text-decoration: none; }
a.ie6FooterLink:hover { font-family: Arial Black, Arial, sans-serif; font-size: 10px; color: #FF6600; text-decoration: none; }
}


.headerDIV {
	position: relative;
	width: 780px;
	height: 147px;
}

.footerDiv {
	position: relative;
	width: 780px;
	padding-left: 20px;
}

.footerText {
	position: relative;
	font-family: Arial,Trebuchet MS, Verdana, sans-serif;
	font-size : 9px;
	color: #FFFFFF;
	padding-top: 6px;
}

.logo {
  margin-left: 18px;
  margin-top: 8px;
  height: 100px; 
  width: 158px;
  float: left;
  position: relative;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/flooding_solutions_logo.png') no-repeat 50% 50%;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.logo[class] {
background: url("http://www.floodingsolutions.com.au/images/design/flooding_solutions_logo.png") no-repeat 50% 50%;
}

.headline {
  height: 29px; 
  width: 450px;
  margin-right: 103px;
  margin-top: 43px;
  float: right;
  position: relative;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/headline.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headline[class] {
background: url("http://www.floodingsolutions.com.au/images/design/headline.png") no-repeat 50% 50%;
}


.headline2 {
  height: 29px; 
  width: 450px;
  margin-right: 103px;
  margin-top: 43px;
  float: right;
  position: relative;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/headline.png') no-repeat 50% 50%;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.headline2[class] {
background: url("http://www.floodingsolutions.com.au/images/design/headline.png") no-repeat 50% 50%;
}

.sideBox {
  height: 373px; 
  width: 252px;
  float: left;
  margin-left: 10px;
  z-index: 11;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/sideBox.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.sideBox[class] {
background: url("http://www.floodingsolutions.com.au/images/design/sideBox.png") no-repeat;
}

.sideBox2 {
  height: 373px; 
  width: 252px;
  float: left;
  margin-left: 40px;
  margin-top: 180px;
  z-index: 12;
  position: absolute;
}

.mainTextBox {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size : 12px;
  color: #FFFFFF;
  height: 373px; 
  width: 490px;
  float: right;
  margin-right: 10px;
  text-align: left;
  z-index: 10;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/mainTextBox.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.mainTextBox[class] {
background: url("http://www.floodingsolutions.com.au/images/design/mainTextBox.png") no-repeat;
}

.mainTextBoxLG {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size : 12px;
  color: #FFFFFF;
  height: 373px; 
  width: 750px;
  float: right;
  margin-right: 10px;
  text-align: left;
  z-index: 10;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/mainTextBoxLG.png') no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.mainTextBoxLG[class] {
background: url("http://www.floodingsolutions.com.au/images/design/mainTextBoxLG.png") no-repeat;
}
/* @group Navbars */

/*reset*/
table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

ol,ul {
}

caption,th {
text-align:left;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
}

/* @group Page Sections */

div#hd {
}

/* @end */

/* @group Navbars */

ul.nav {
	background-color: none;
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width:  780px;
}

ul.nav li {
	float: left;
}

ul#footnav {
	margin-top: 0px;
}

li.first {
	margin-left:  0px;
}

div.navwrapper {
	margin: 0;
	padding: 0;
	width: 780px;
	z-index: 9;
	position: relative;
}

.buttons {
	margin-top: 95px;
	margin-left: 250px;
	width: 400px;
	z-index: 90;
	position: absolute;
}

/* @end */


.navLinks {
  float: left;
  height: 31px; 
  width: 780px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.floodingsolutions.com.au/images/design/nav_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.navLinks[class] {
background: url("http://www.floodingsolutions.com.au/images/design/nav_bg.png");
}


A {
  color: #CCCCCC;
  text-decoration: underline;
}

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

FORM {
	display: inline;
}


TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.infoBox {
  background: #FFFFFF;
  padding: 1px;
  border: 1px solid;
  border-color: #7b0c4c;
}

.infoBoxContents {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 10px;
  background: #FFFFFF;
}

.contentBoxContents {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 10px;
  background: #FFFFFF;
  border: 1px solid;
  border-color: #7b0c4c;
}

.infoBoxReview {
  background: #F3F2FF;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #7b0c4c;
}

TD.contentBoxHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #7b0c4c;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
}

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

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

TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  padding: 6px;
  background: #7b0c4c;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults:hover {
  color: #7b0c4c;
  font-weight: bold;
}


.pageHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FF6600;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

.mainText {
  font-family:  Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #FFFFFF;
}

TD.subtotal, P.subtotal {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.mainblue {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #CCCCCC;
}

TD.mainheader, P.mainheader {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #7b0c4c;
}

TD.mainheaderGray, P.mainheaderGray {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  background-color: #999999;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.smallTextHeader, SPAN.smallTextHeader, P.smallTextHeader {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  padding: 4px;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

.fieldbg {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #f8f8f9;
}

TD.fieldKey {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #FF9B9B;
}

TD.fieldValue {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  background-color: #D1E0FC;
}

TD.tableHeading {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Trebuchet MS, Verdana, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; color: #ff0000; }

.inputRequirementheader { font-family: Arial, Trebuchet MS, Verdana, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #7b0c4c; }