  #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: #000;
    -moz-opacity: 0.4;
    opacity: .4;
    filter: alpha(opacity=40);
  }
  
  #specsPage {
    position: relative;
    margin: 25px;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
  }
  
  #closeWin {
    font-family: arial, verdana, helvetica, san-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    display: block;
    background-color: #000;
  }
  
  #closeWin a, #closeWin a:visited {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  
  #closeWin a:hover {
	  color: #e00;
	  text-decoration: none;
  }
  
  #specs_head {
    position: relative;
		color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    padding: 0;
  }
  
  /* ---Category Navigation--- */
  #category_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    font-weight: bold;
    color: #fff;
    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: #999;
  }
  
  #category_tabs ul {
    list-style-type: none;
  }
  
  #category_tabs a, #category_tabs a:visited {
    color: #fff;
    margin: 0;
  	padding: 3px 2px 5px 2px;
  	text-decoration: none;
    text-align: center;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #000;
    display: block;
  }
  
  #category_tabs a:hover {
    position: relative;
    color: #fff;
    background: #000;
  }
  
  #expand_close_holder {
    position: relative;
    margin: 0;
    padding: 5px;
    float: left;
  }
  
  #legend {
    position: relative;
		color: #000;
    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: left;
    background: #999;
	color: #fff;
	font-weight: bold;
  }
  
  .specs_bkgd2 {
    text-align: center;
    background: #626262;
  }
  
  #specs_row_holder {
    position: relative;
    font-family: verdana, arial, helvetica, san-serif;
  	font-size: 11px;
    color: #fff;
    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: #e00;
    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 {
	  color: #fff;
    font-size: 11px;
  }
  
  #specsTable {
  	background: #f8f8f8;
	width:900px;
  
  }
  
.title {
  	color: #ffffff;
  	font-weight: bold;
	background: #999999;
  }
  
.subtitle {
  	background: #cccccc;
	color: #ffffff;
	font-weight: bold;
  }
  
 .s10 {
 	background: #ffffff;
	font-weight:bold;
}


 .s20 {
 	background: #ffffff;
	font-weight:normal;
}

 .s30 {
 	background: #ffffff;
	height:10px;
}

 .s40 {
 	background: #ffffff;
	font-weight:normal;
	text-align:center;
}
  
  

