  #specsWrapper {
    position: absolute;
    height: auto;
    margin: 0;
    padding: 0;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 9999;
  }
  
  #shadow {
    position: absolute;
    width: 3000px;
    height: 9999px;
    top: 0;
    left:0;
    margin: 0;
    padding: 0;
    background: #fff;
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
  }
  
  #specsPage {
    position: relative;
    margin: 25px;
    padding: 10px;
    border: 1px solid #000;
    background: #DFD7B4;
  }
  
  #closeWin {
    font-family: arial, verdana, helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    display: block;
    background-color: none;
  }
  
  #closeWin a, #closeWin a:visited {
    position: relative;
    color: #000;
    margin: 0;
    padding: 0;
  }
  
  #closeWin a:hover {
	  color: #fff;
	  text-decoration: none;
  }
  
  #specs_head {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    padding: 0;
  }
  

.maincelltitle {
background: #485e29;
color:#fff;
font-weight:bold;
padding:3px;
font-size:13px;
} 

.celltitle {
background: #001624;
color:#fff;
font-weight:bold;
padding:3px;
} 


.title {
background: none;
color:#000;
}

.blankcell {
background:none;
}   

.specscell {
background:#f5f5f5;
}
  
  
  /* ---Category Navigation--- */
  #category_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    font-weight: bold;
    color: #5b5849;
    padding: 0;
    overflow: hidden;
  }
  
  #category_tabs {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #category_tabs ul, #category_tabs li {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    background: #3e3926;
  }
  
  #category_tabs ul {
    list-style-type: none;
  }
  
  #category_tabs a, #category_tabs a:visited {
    color: #cbc4a4;
    margin: 0;
  	padding: 3px 2px 5px 2px;
  	text-decoration: none;
    text-align: center;
    border-right: 1px solid #DFD7B4;
    border-top: 1px solid #E7DFBA;
    border-bottom: 1px solid #000;
    display: block;
  }
  
  #category_tabs a:hover {
    position: relative;
    color: #3d3d3d;
    background: #cbc4a4;
  }
  
  #expand_close_holder {
    position: relative;
    margin: 0;
    padding: 5px;
    float: left;
  }
  
  #legend {
    position: relative;
    font-size: 10px;
  }
  
  #expand_close {
    position: relative;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
  }
  
  #rowText {
    position: absolute;
    width: auto;
    left: 1px;
    top: 0;
    margin: 0;
    padding-top: 4px;
    display: block;
    z-index: 1000;
  }
  
  .spec_toggle ul {
    list-style-type: none;
  }
  
  .specs_bkgd1 {
    text-align: center;
    background: #D6CEAC;
  }
  
  .specs_bkgd2 {
    text-align: center;
    background: #E7DFBA;
  }
  
  #specs_row_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    color: #3d3d3d;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
  }

  .specs_row {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    display: block;
  }
  
  .specs_row ul, .specs_row li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
  }
  
  .specs_row ul {
    list-style-type: none;
  }
  
  /* model title style */
  .specs_row li h3 {
    padding: 5px;
    display: block;
  }
  
  /* feature title style */
  .specs_row li strong {
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 5px 20px;
    display: block;
  }
  
  /* feature description style */
  .specs_row li span {
    padding: 5px;
    display: block;
  }
  
  /* subcategory title style */
  .specs_toggle_feature {
    position: relative;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
    display: block;
    background: #CE8229;
    clear: both;
  }
  
  .specs_toggle_feature ul, .specs_toggle_feature li {
    margin: 0;
    padding: 3px;
    float: left;
    display: block;
  }
  
  .specs_toggle_feature ul {
    list-style-type: none;
  }
  
  .specs_toggle_feature a, .specs_toggle_feature a:visited {
    color: #fff;
    margin: 0;
  	text-decoration: none;
    border: 0;
    display: block;
  }
  
  .specs_toggle_feature a:hover {
    position: relative;
    color: #000;
  }
  
  #specs_disclaimer {
    position: relative;
    font-size: 10px;
    margin: 0;
    padding: 10px 5px 5px 5px;
    display: block;
  }
  
  h3 {
    font-size: 11px;
  }
  
  .title {
  color: #fff;
  font-weight: bold;
  }