
* {
  margin: 0;
  padding: 0;
}

body {
    WIDTH: 1000px;
    FONT: 62.5%/1.6 Arial, Verdana, sans-serif;
    MARGIN: 0 auto;
    POSITION: relative;
    TEXT-ALIGN: center;
    FLOAT:inherit;
}   

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h3 {
  font-size: 1.6em;
  font-weight: normal;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
}


p {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.1em;
	color:#666;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #007229;
}

a:visited {
	text-decoration: none;
	color: #333;
}

p, li {
	font-size: 1.2em;
	text-align: left;
}


a img {
	border: 0px;
}


/*===================================================================================================================================================*/


/* ==========================================================
						mainContent
=============================================================*/

.default_image
{
    position:absolute;
    top:157px;
    left:522px;
    
}


#mainContentLeftBG    /* mike's added bg for selector product page */ 
 
{
	width: 616px;
    float: left;
	background-image: url(../images/maincontent_bg.gif);
	background-repeat: repeat-y;
	border-bottom: solid 2px #CCCCCC;
	/*background-color:#f5f5f5;*/
}

#mainContentLeft h3 {    /* mike's edited for selector product page */ 
	color:#333;
	margin-top:2px;
	padding-bottom: 0px;
	border-bottom: 4px solid #999;
	font-weight: bold;
} 

#mainContentLeft h4 {    /* mike's edited for selector product page */ 
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 0px;
} 

#selectorContent {
	color:#666;	
	width: 616px;
	float: left;
	padding-top: 1px;
	margin-top: -5px;
	line-height: 1.1;
}

/* ---mikes edited--- */
.selectorDivider {
	width: 612px;								/*EDITED 081009*/
	height: 159px;								/*EDITED 081009*/
	padding: 0 0 10px 0;						/*EDITED 081009*/
	border-top: 4px solid #666;       	        /*EDITED 050809*/
	border-left: 2px solid #8F8F8F;				/*EDITED 081009*/
	border-right: 2px solid #666;				/*EDITED 081009*/
	border-bottom: 2px solid #666;				/*EDITED 081009*/
	background-color: #aaa;						/*EDITED 081009*/
	background-image: url(../images/ProductCatalogue/selector_bg.jpg);	/*EDITED 081009*/
	background-repeat: no-repeat;				/*EDITED 081009*/
	display: inline;
	float: left;
}

#selectorContent h3 {
	color:#333;
	margin-top: 18px;
	padding-bottom: 3px;
	border-bottom: 4px solid #999;
}

#selectorContent a {
	font-size: 1.2em;
   color: #333;
  text-decoration: none;
  margin-bottom: 1px;
 }

#selectorContent a:hover {
	text-decoration: underline;
	color:#666; /*#C60 */
}

/*  =========================================
			Drop Down menus
	=========================================  */

.menus_start {							/* NEW STYLE 100809*/
	margin: 10px 0 0 0;
  width: 590px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
}


.menus_left {
	margin: 10px 0 0 0;
  width: 305px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: left;
} 

.menus_right {
  margin: 10px 0 0 0;  
  width: 305px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
} 


/* =============================================
			Drop Down Selector
===============================================*/


#criteria {
	padding: 0 10px 6px 10px;			/*EDITED 081009*/
}

.selectby {
	font: normal 1.8em Arial, Helvetica, sans-serif;		/*EDITED 081009*/
	color: #333;						/*EDITED 050809*/
}

.step {									/* NEW STYLE 081009*/
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333;
}


#selectInstructions {
	/*margin: 10px 0 0 0;*/
	padding: 0 10px 5px 10px;
	clear: both;
	}
	
#selectInstructions ol { 
	margin: 8px 10px 6px 10px;
	padding: 0 0 0 25px;
	width:505px;
	
	}


select {   /* !!!  class <.> or id <#>  !!!  ???  */
	width: 285px;
	color: #000;
	background-color: #fff;
	font-size: 1.2em;
	margin-top: 3px;
}
	
	
/* - - - - - - - - - - - - - - -
 ... single/multiple/reset ....
- - - - - - - - - - - - - - - - */

.singleMultiRow {
	/*clear: both;
	display: block;*/
	height: 16px;
	margin: 3px 0 5px 0;
	}
	
.singleMulti {
	width: 130px;
	height: 16px;
	background-color: #C9D7FD;
	background-image: url(../images/ProductCatalogue/button_single_multiple.jpg);
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	}

a.singleMulti:link {
	color: #333;
	}
	
a.singleMulti:visited {
	color: #333;
	}
	
a.singleMulti:hover {
	color: #000;
	text-decoration: none;
	background-color: #C6EBFF;
	background-image: url(../images/ProductCatalogue/button_single_multiple_ov.jpg);
	text-align: center;
	}
	
a.singleMulti:active {
	color: #999;
	}
	
.left {
		float: left;
	}
	
.right {
	float: right;
	}
	
.selected {
	font-weight: bold;
	}

#resetPosition {
	position: absolute;
	left: 510px;
	top: 324px;
	height: 26px;
	}

.reset {
	width: 270px;
	height: 26px;
	background-color: #C9D7FD;
	background-image: url(../images/ProductCatalogue/button_reset_selection.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	line-height: 26px;
	position: absolute; 
	top: 8px; 
	left:510px;
	}
	.reset_chrome {
	width: 270px;
	height: 26px;
	background-color: #C9D7FD;
	background-image: url(../images/ProductCatalogue/button_reset_selection.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	line-height: 26px;
	position: absolute; 
	top: 0px; 
	left:510px;
	}
.reset_ff {
	width: 270px;
	height: 26px;
	background-color: #C9D7FD;
	background-image: url(../images/ProductCatalogue/button_reset_selection.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
	line-height: 26px;
	position: absolute; 
	top: 0px; 
	left:510px;
	}	
	
	

a.reset:link {
	color: #333;
	}
	
a.reset:visited {
	color: #333;
	}
	
a.reset:hover {
	color: #000;
	text-decoration: none;
	background-color: #C6EBFF;
	background-image: url(../images/ProductCatalogue/button_reset_selection_ov.jpg);
	background-repeat:no-repeat;
	}
	
a.reset:active {
	color: #999;
	}
	
/* - - - - - - - - - - - - - - -
	END OF NEW SECTION 081009 Single/multiple/reset
- - - - - - - - - - - - - - - - */	
	
	
/* =============================================
			Search Results List
===============================================*/
#results {
	clear: both;
	z-index: 112;
	text-align:left;
	left: 5px;
	width: 990px;
	position: absolute;
	top:330px;
}   

#results .method {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 187px;
	}

.method {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 187px;
	}
	
#resultsHeading 
{
    top:500px;
	border-bottom: solid 4px #b3b3b3;
	padding: 9px 0 4px 0;
	margin-bottom: 8px;
	margin-left:10px;
	}
	
.grid 
{   
    font: 1.2em Arial, Helvetica, sans-serif;
	color: #666;
	position:relative;
	left:0px;
	top:28px;
	background:white;
	
	}

#grid a:link {
	font-weight: bold;
	}
	
#grid a:hover {
	font-weight: bold;
	/*text-decoration: none;
	color: #000;*/
	}
		    
#grid a:visited {
	font-weight: bold;
	}
	
#grid a:active {
	font-weight: bold;
	}

#grid td {
	vertical-align: top;
	text-align: left;
	padding: 4px 0 7px 7px;
	border-top: solid 1px #e6e6e6;
	}
	
#grid td.image {
	text-align: right;
	border: none;
	padding-top: 0px;
	}
.image {
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:8px;
	clip:rect(79, 79, 79, 79);
	width:185px;
	height:79px;
	position:relative;
	left:14px;
	}
	.image_ie6 {
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:8px;
	clip:rect(79, 79, 79, 79);
	width:175px;
	height:79px;
	position:relative;
	left:14px;
	}
.image_ff {
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:2px;
	clip:rect(79, 79, 79, 79);
	width:205px;
	height:79px;
	}	
.image2 {
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:8px;
	clip:rect(79, 79, 79, 79);
	width:170px;
	height:79px;
	position:relative;
	left:12px;
	}
.image2_ff {
	text-align: right;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:8px;
	clip:rect(79, 79, 79, 79);
	width:180px;
	height:79px;
	position:relative;
	left:10px;
	}
	
	.image_lnk {
	padding-top: 8px;
	padding-bottom: 2px;
	position:relative;
	width:1px;
	left:15px;
	}
	.image_lnk_ff {
	padding-top: 8px;
	padding-bottom: 2px;
	position:absolute;
	width:1px;
	left:181px;
	}

#grid td.attribute {
	border: none;
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #666;
	}
#attribute {
	border: none;
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #666;
		}

#grid td.last {
	vertical-align: top;
	text-align: left;
	padding: 4px 0 7px 7px;
	border: none;
	}
.last {
	vertical-align: top;
	text-align: right;
	padding: 4px 0 7px 7px;
	border: none; 
	font-weight:bold;
	font-size: 12px;
	}
	
	.pager {
	vertical-align: top;
	text-align: left; 
	position:absolute;
	height:20px;
	left:240px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:-28px;
	/*color:#000000;*/ 
	}
	.pager_chrome {
	vertical-align: top;
	text-align: left; 
	position:absolute;
	height:20px;
	left:0px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:-100px;
	}
	
	.pager_ff {
	vertical-align: top;
	text-align: left; 
	position:absolute;
	height:20px;
	left:240px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:44px;
	}

    .listheader {
	font-size: 15px; 
	vertical-align:middle;
	height:10px;
	font-weight: bold;
	line-height: 1.3em;
	color: #fff;
	text-align: left; 
	}

.listheadertext 
{
padding-left:5px;
margin-left:15px;
background-color:#666; 
}
.listheadertext:hover {
color: #fff;
text-decoration: none;
background-color: #333;
display: block;
}

.listheadertext_hide 
{
padding-left:0px;
margin-left:0px;
background-color:transparent; 
height:10px;
width:1px;
}

.listheadertext_ff 
{ 
padding-left:3px;
margin-left:15px;
background-color:#666; 

}
.listheadertext_ff:hover {
background-color: #333;
}

	.pagertitle 
	{
	height:70px;
	font-size: 15px; 
	vertical-align: top;
	text-align: left; 
	position:relative; 
	left:-480px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:35px;
	}
	.pagertitle_ff
	{
	height:70px;
	font-size: 15px; 
	vertical-align: top;
	text-align: left; 
	position:relative; 
	left:-480px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:35px;
	}
.pagertitle2 
	{
	    height:70px;
	font-size: 15px; 
	vertical-align: top;
	text-align: left; 
	position:relative; 
	left:-565px;
	border: none; 
	font-weight:bold;
	background-color:Transparent;
	top:35px;
	}


/* =============================================
			Product Page Layout
===============================================*/

.product_left {
	margin: 10px 4px 0 0;
	padding: 0 3px 10px 3px;
	width: 395px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: left;
} 

.leftWidth {
	width: 395px;
}


.product_right {
	margin: 10px 0 0 0;
	width: 202px;
  	height: 100%;
  	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  	float: right;
  	background-color:#f5f5f5;
  	padding: 0px 3px 10px 6px;
}

.rightWidth {
	width: 202px;
}

.productDivider 
{
    
	margin: 10px 0 10px 0;
	border-top: 2px solid #ccc;
	float: left;
}
.productDividerSml
{
    
	margin: 5px 0 2px 0;
	border-top: 2px solid #ccc;
	float: left;
}

/* ====== Left Column Content ====== */


.productImg {
	padding-left: 4px;
	}
#mainImg {
    padding:0px;

}

#featuresBenefits {
	float: left;
	width: 395px;
	padding: 0 0 0px 0;
	margin: 0 0 0 0px;
	list-style-type: disc;
}

#featuresBenefits li {
	padding: 0 0 10px 0;
	margin: 0 0 0 0; /*5px;*/
	list-style-type: none;
	text-align:left;
	
		display: inline; /* :KLUDGE: Fixes IE double margin float bug */
 	float: left; 
	
	
	 display: block;
    /* color: #333; */
    text-decoration: none;
    
    background-image:url(../images/grey_arrow.gif);
    background-position: 1% 4px;
    background-repeat: no-repeat;
    padding-left: 13px;
}

#featuresBenefits li.last {
	padding: 0;
}
#swatches {
	float: left;
	width: 395px;
	text-align: left;
}
#swatchSet {
	width: 395px;
	margin: 10px 0 10px 0;
}
#swatches1 {
	float: left;
	width: 395px;
	text-align: left;
}
#swatchSet1 {
	width: 395px;
	margin: 10px 0 10px 0;
}
#swatches2 {
	float: left;
	width: 395px;
	text-align: left;
}
#swatchSet2 {
	width: 395px;
	margin: 10px 0 10px 0;
}
.swatch {
	width: 96px;
	/*display: inline-block;
	text-align: left;
	position: relative; */ /*  ??? */
	float: left; 
}
.swatchImg {
	border: 2px solid #cbcbcb; 
	vertical-align:top;
}
.swatchText {
	display: block;
}
#extraText {
	float: left;
	width: 395px;
}
/* ====== Right Column Content ====== */
#productLinks li 
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    vertical-align:top;
    list-style-type: none;
}
 
#productLinks a
{    
    display: block;
    /* color: #333; */
    text-decoration: none;
    line-height: 1.6em;
    background-image:url(../images/grey_arrow.gif);
    background-position: 1% 8px;
    background-repeat: no-repeat;
    padding-left: 13px;
}

.attribute {
	padding: 0.4em 0 0.4em 0;
	vertical-align:top;
	/*border-top: solid 1px #e6e6e6;*/
	border-top: solid 2px #CCCCCC;
	text-align:left;
	padding-left:3px;
	}
	
	.attribute_desc {
	padding: 0.4em 0 0.4em 0;
	vertical-align:top;
	/*border-top: solid 1px #e6e6e6;*/
	border-top: solid 2px #CCCCCC;
	text-align:left;
	padding-left:3px;
	font-size: 10px;
	}
	
.attributeright {
	padding: 0.4em 0 0.4em 0;
	vertical-align:top;
	text-align:left;
	font-size:1.1em;
	}
.attributeName 
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color:  #666;
	text-align: left;
	vertical-align:top;
	padding: 0.4em 0 0.4em 0;
	width:190px;
	/*border-top: solid 1px #e6e6e6;*/
	border-top: solid 2px #CCCCCC;
	padding-left:17px;
	
}
.attributeName a:hover 
{
    text-decoration:underline;
    COLOR: #007229;
}
.attributeName a
{
    COLOR: #666;
}

.attributeNames {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	text-align: left;
	vertical-align:top;
	padding-bottom: 0.6em;
	width:190px;
	padding-left:0.0em; 	
}
.header {
	font-size: 15px; 
	vertical-align:middle;
	height:50px;
	padding: 20px;
	font-weight: bold;
	line-height: 1.3em;
	color: #666;
	text-align: left; 
	/*text-indent:10px;*/
	}
	
	/* ====== search menu on product page ====== */
	.mainitem {
    top: 327px;
    LIST-STYLE-TYPE: none;
    margin:0px 0px 0px 5px;
    BORDER-TOP: #707070 1px solid;
    BORDER-BOTTOM: #707070 1px solid;
    LINE-HEIGHT: 1.2em;
    WIDTH: 162px;
    BACKGROUND:  #999;
    COLOR: #000; 
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 5px;
    margin-left:5px;
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    FONT-SIZE: 1.2em;
    TEXT-DECORATION: none;
    height:26px; 
    text-align:left;
}
	.mainitemIE6 {
    top: 327px;
    MARGIN: 0px;
    LINE-HEIGHT: 1.3;
    WIDTH: 162px;
    PADDING-TOP: -5px;
    PADDING-BOTTOM: 4px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    height:28px;
    position:absolute;
    left:100px;
}
	.mainitemFF 
{
    LIST-STYLE-TYPE: none;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:1.4px;
    BORDER-TOP: #707070 1px solid;
    BORDER-BOTTOM: #707070 1px solid;
    LINE-HEIGHT: 1.2;
    WIDTH: 162px;
    BACKGROUND: #999;
    COLOR: #fff; 
    position:absolute;
    top:325px;
    PADDING-TOP: 1px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 10px;
    margin-left:5px;
    DISPLAY: block;
    FONT-SIZE: 1.2em;
    TEXT-DECORATION: none; 
    height:28px;
}

.rootitem {
    top: 317px;
    LIST-STYLE-TYPE: none; vertical-align:middle;
    MARGIN: 0px;
    LINE-HEIGHT: 1.1em;
    WIDTH: 158px;
    COLOR: #000;
    PADDING-TOP: -4px;
    PADDING-BOTTOM: 2px;
    DISPLAY: block;
    TEXT-DECORATION: none;
    height:28px; 
    FONT-SIZE: 13px; 
   
}

.rootitem A{
COLOR: #FFFFFF;
}

.rootitemFF {
    top: 317px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    LINE-HEIGHT: 1.2em;
    padding-right:-55px;
    WIDTH: 158px;
    COLOR: #fff;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 0px;
    DISPLAY: block;
    TEXT-DECORATION: none;
    height:26px; 
}

.rootitemIE6 
{
    COLOR: white;
    top: 317px;
    MARGIN: 0px;
    LINE-HEIGHT: 1.0;
    WIDTH: 162px;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 4px; COLOR:#000;
    DISPLAY: block;
    FONT-SIZE: 13px; 
    HEIGHT:26px;  
}
.rootitemIE6:a{
COLOR: white;
}
.rootitemIE6:hover{
COLOR: white;
}
.rootitemIE6:link{
COLOR: white;
}

	.parentmenu 
{
     LIST-STYLE-TYPE: none;
    margin-bottom:-5px; overflow:visible;
    margin-left:0px;
    margin-right:-10px;
    margin-top:-2px;
    WIDTH: 158px;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height:16px; 
    vertical-align:middle;
    line-height:12px;
    
  
        }
	.parentmenuFF 
{
    LIST-STYLE-TYPE: none;
    LINE-HEIGHT: 0.8;
    margin-bottom:0px;
    margin-left:-5px;
    margin-right:-15px;
    margin-top:8px; 
    text-align:justify;
    vertical-align:middle;
    WIDTH: 157px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: 8px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height:12px;
    }
	.parentmenuIE6 
    {
    LIST-STYLE-TYPE: none;
    margin-bottom:0px;
    margin-left:-10px;
    margin-right:0px;
    margin-top:0px;
    WIDTH: 137px;
    PADDING-TOP: 0px;
    PADDING-BOTTOM: -5px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height:18px; 
    vertical-align:middle;
    line-height:1.8;
         }
	.childmenu {
    LIST-STYLE-TYPE: none;
    margin-bottom:-5px; overflow:visible;
    margin-left:0px;
    margin-right:-10px;
    margin-top:-2px;
    WIDTH: 130px;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 7px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height:15px; 
    vertical-align:middle;
    line-height:12px;
    }
    .childmenuIE6 
    {
    LIST-STYLE-TYPE:circle;
    margin-bottom:5px; overflow:visible;
    margin-left:0px;
    margin-right:-10px;
    margin-top:2px;
    WIDTH: 155px;
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: -0px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height: 12px;
    word-spacing:normal; 
    line-height:12px;
    vertical-align:bottom;
     text-align:left;
    
    }
   	.childmenuFF {
    LIST-STYLE-TYPE:circle;
    margin-bottom:10px; overflow:visible;
    margin-left:0px;
    margin-right:-10px;
    margin-top:2px;
    /*WIDTH: 135px;*/
    PADDING-TOP: 2px;
    PADDING-BOTTOM: 5px;
    PADDING-LEFT: -0px;
    PADDING-RIGHT: 5px;
    DISPLAY: block;
    FONT-SIZE: 12px;
    TEXT-DECORATION:none;
    height: 12px;
    word-spacing:normal; 
    line-height:12px;
    vertical-align:middle;
     text-align:left;
    }
   .buttonActive /* select all */
   {
    color:#000000;
    /*font-style:oblique;*/
    font-weight:bold;
    text-decoration:underline;
  /*border-color:#ffffff;
    background-color:#999; 
    background-position:inherit; */
     }
   
   .buttonInactive /* select all */
   {
 color:#666;
   }
   
   
/* =============================================
			Browse by Category Styles - added 05/08/09
===============================================*/

#browseContent {
	color:#666;	
	width: 618px;
	float: left;
	padding-top: 5px;
	margin-top: 10px;
	line-height: 1.1;
}

#browseContent h2 {
	color:#333;
	margin-top: 5px; 
	margin-bottom: 3px;
}

.browseDivider {
	width: 617px;
	padding: 2px 0 10px 0;
	border-top: 4px solid #666;	
	display: inline;
	float: left;
	/*ackground-color:#099; */
}

.menu_single {
	margin: 10px 0 0 0;
  width: 617px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  /*background-color:#9FF; */
  float: left;
  /*padding: 20px 20px 10px 20px;*/
}

.browseOptions {
	font-weight: bold;
	margin: 20px 0 10px 15px;
	padding-bottom:10px;
	vertical-align: top;
	top: 200px;
	}
	
.browseOptions2 {
	font-weight: bold;
	margin: -20px 0 10px 15px;
	padding-bottom:10px;
	vertical-align: top;
	top: 200px;
	}	

/* instructions */
	
.gridInstructionCentre {
	width: 616px;
	float:left;
	}
	
.instructionHeading {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 0 0;
	width: 270px;
	border-bottom: 4px solid #999;
	}
	
#instructionSingle {
	width: 280px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
#instructionMulti {
	width: 280px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	}

.instructionGroup {
	clear: both;
	width: 270px;
	}

.instructionStep {
	width: 56px;
	font-weight: bold;
	margin: 10px 0 0 0;
	}
	
.instruction 
{
    
	margin: 10px 0 0 0;
	}
	
.productArrow {
	text-align: right;
	vertical-align: text-bottom;
	padding-top: 5px;
	}

.zeroEmptyLeft {
	width: 185px;
	float: left;
	}
	
.zeroInstructionCentre {
	width: 616px;
	float:left;
	}
	
.instructionZero {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 0 0;
	width: 616px;
	border-bottom: 4px solid #999;
	}
	
#instructionZero {
	width: 616px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.zeroText {
	margin: 10px 0 0 0;
	line-height: 1.5em;
	}
	
.error {
	margin: 10px 0 0 0;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;
	}
	

