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

BODY {
  background: #000000;
  color: #ffffff;
  margin: 0px;
}

A {
  color: #CCCCCC;
  font-size: 12px;
  font-weight : bold;
  text-decoration: none;
}

A:hover {
  color: #FFFFFF;
  font-size: 12px;
  font-weight : bold;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
}

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

A.headerSearch { 
  color: #FFFFFF; 
}

A.headerSearch:hover {
  color: #CCCCCC;
}

A.headerNavigation { 
  color: #CCCCCC; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

A.newsLink { 
  color: #CC0000; 
}

A.newsLink:hover {
  color: #FFFFFF;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Verdana, Trebuchet MS, 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, Verdana, Trebuchet MS, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #ffffff;
  font-weight: bold;
}

/* Info Box Rolloers */

#infoBoxMenu a {
	display:block;
	width:134px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-left: 17px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-decoration: none;
   	background: url("http://fuzzyadvertising.com/shop/images/design/arrow.jpg") top left no-repeat;
   	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
   }
#infoBoxMenu a:hover {
   	background-image: url("http://fuzzyadvertising.com/shop/images/design/arrow_over.jpg");
   	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
   }
#infoBoxMenu a:active {
   	background-image: url("http://fuzzyadvertising.com/shop/images/design/arrow.jpg");
   	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
   }
   
   /* End of Info Box Rolloers */

.mainBox {
  background: #FFFFFF;
}

.infoBox {
  background: #FFFFFF;
  padding: 1px;
  border: 1px solid;
  border-color: #FFFFFF;
}

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

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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.contentBoxHeading {
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  background: #FFFFFF;
}

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

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
}

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

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

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

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


TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #CCCCCC;
}

.newsHeading {
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}

.newsBox {
  font-family: Arial, Verdana, Trebuchet MS, sans-serif;
  color: #FFFFFF;
  width: 250px;
  height: 500px;
  overflow: auto;
  overflow-x: hidden;
  background: #222222;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

TD.mainheaderGray, P.mainheaderGray {
  font-family: Arial, Verdana, Trebuchet MS, 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, Verdana, Trebuchet MS, sans-serif;
  padding: 4px;
  font-size: 12px;
}

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

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, Verdana, Trebuchet MS, 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, Verdana, Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

/* message box */

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

/* input requirement */

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

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

/* Category Tabs 
==================================*/
#tabs {
  line-height:normal;
  font:80% "Trebuchet MS",Arial,Sans-serif;
  padding-left:50px;
  }

#tabs ul {
  margin:0;
  padding:12px 12px 0;
  list-style:none;
  }

#tabs li {
  float:left;
  background:url("./images/design/tab_bg_left.png") no-repeat left top;
  margin:0 0 0 1px;
  padding:0 0 0 8px;
  }

#tabs a {
  float:left;
  display:block;
  background:url("./images/design/tab_bg_right.png") no-repeat right top;
  padding:4px 8px 4px 0px;
  text-decoration:none;
  color:#333333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#FFFFFF;
  }

#tabs .active {
  background-image:url("./images/design/tab_bg_left_over.png");
  }
#tabs .active a {
  background-image:url("./images/design/tab_bg_right_over.png");
  color:#FFFFFF;
  }
  
  /* Lightbox */
  #lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;  color: #000000; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
