.b_green {font-weight: bold; color: #A3BF2A; }
.b_white, .b_white:hover {color: #FFFFFF; font-weight: bold; }
.b_red {color: #D40000; font-weight: bold; }
.inputRequirement {color: #D40000; font-weight: bold;}

BODY {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  background: #232323;
  color: #999999;
  margin: 0px;
  padding: 0px;  
}

FORM {margin: 0px; padding: 0px;}

TD, TABLE, DIV, SPAN, SELECT {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;  
}

A {color: #999999; text-decoration: none; }
A:hover {color: #666666; text-decoration: underline; }

.button, .button:hover {color: #ffffff; font-weight: bold;display: block; cursor: pointer; background: #A3BF2A; padding: 6px; text-decoration: none;}

TABLE.header {background: #FFFFFF;}

A.headerNavigation {font-weight: bold; color: #FFFFFF; text-decoration: none;}
A.headerNavigation:hover {font-weight: bold; color: #FFFFFF; text-decoration: underline;}

A.infoBoxHeading {font-weight: bold; color: #FFFFFF; text-decoration: none;}
A.infoBoxHeading:hover {font-weight: bold; color: #FFFFFF; text-decoration: underline;}

A.headernav{font-weight: bold; color: #FFFFFF; text-decoration: none;}

TD.footer {background: url(../images/fmenu/menu_back.gif) repeat-x; height:20px;}

.form {
  	color: #A3BF2A;
	background-color: #ffffff;
	border: 0px solid #A3BF2A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_s {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #A3BF2A;	
	border-style: double;
	outline-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
INPUT.green {color: #999999; font-size: 10px; border: 1px solid #A3BF2A;}
INPUT.default {width: 120px; color: #999999; font-size: 10px; border: 1px solid #A3BF2A;}

.infoBox {border-top: 0px solid #E1E1E1;}

.infoBoxBsk {border: 0px solid #000000; background-color: #f1f1f1;}

.productListing-heading{
	border: 1px solid #FFFFFF;
	background-color: #9a9a9a;
    font-weight: bold;
	color: #FFFFFF;
}

.productListing-data{
	background-color: #ffffff;
}


TD.infoBoxHeading {
  background: #333333;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
 }
 
.infoBoxContents {
  background: #FFFFFF;
  color: #ffffff;
  font-size: 100%;
 }

 TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #9a9a9a;
}

TR.footer {
  background: #FFFFFF;
}

.headerNavigation {
  background: #A3BF2A;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
 }
 
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  color: #ff0000;
}

.productListing-odd{
	border: 2px solid #b2b2b2;
}


.prod_mbox { padding: 6px; float:top; border-top:1px dashed #b3b3b1; }

.size_gray {background: #bfbfbf; color: #ffffff; text-align: center;}
.size_green {background: #bede59; color: #ffffff; text-align: center;}

.blockgreen {cursor: pointer; color: #A3BF2A; font-weight: bold; style="float:left; width: 100px;" }
.hiddenImage, .Hidden {display: none;}

.BoxHeadingGreen {background: #A3BF2A; color: #ffffff; font-size: 120%; font-weight: bold;}

.bannerTextOn {cursor: pointer; border: 1px solid #A3BF2A;}
.bannerTextOff {cursor: pointer; border: 1px solid #bcbcbc;}

.markProductOutOfStock {color: #D40000; font-weight: bold;}
.StockHidden {display: none;}

.mainborder {border: 2px solid #b2b2b2;}
.greetUser {font-weight: bold; text-decoration: underline; color: #ffffff;}.white_txt {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
}
#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;        }
#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 */
            }          
