/* CSS Document */
  

   #tabheader {
   /* GA 25.01.09 */
     float:left;
     width:auto;
	 background:#eff3f3 url(../images/tab_bg.gif) repeat-y left top;
	 height:47px;
	 overflow:hidden;
    }
    

      /* GA 25.01.09 */
      #tabheader #toggle{
      width:413px;
    }
      
    #tabheader ul {
      margin:0px;
	  padding:0px;
      list-style:none;
      }
      
    #tabheader li {
      float:left;
      margin:0px;
	  padding:0px;
	  color:#000000;
	  border-style:solid;
	  border-color:#908f95 #000000 #000000 #000000;
	  border-width:1px 1px 1px 0px;
	  border-collapse:collapse;
      }
      
    #tabheader a {
      float:left;
	  display:block;
  	  background-color:#bec6c7;   
  	  padding:0;   
	  font-size:12px;
	  color:#000000;   
	  }
      
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #tabheader a {float:none;}
    /* End IE5-Mac hack */
    #tabheader a:hover {
	 padding:0;      
      color:#505758;
      }
      
    #tabheader #current {
	border-width:0;
	background-color:none !important;
	 display:block;
		  color:#000000;
	  border-style:solid;
	  border-color:#8a8b90 #000000 none none;
	  border-width:1px 1px 0px 0px;
      }
      
    #tabheader #current a {
      float:left;
      
	  padding:0;      
	  height:42px; 
      text-decoration:none;
  
      color:#000000;
	  background-color:transparent !important;
	  white-space:normal;
	  }
	    	  
    #contentarea .tab {
      clear: left;
      background:#eff3f3 url(../images/tab_bg.gif) repeat-y left top;
	  font-size:12px;
	  color:#000000;
	  height:260px;
	  padding:20px 8px 20px 20px;
	  border-color:none #292b32 #483a4d #909090;
	  border-width:0px 1px 1px 0px;
	  border-style:solid;
      }
#contentarea .tab p{
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.prodGap{
	margin:0px 27px 0px 0px;
}
.pinkdot{
	color:#d685aa;
}
	  
#contentarea{
	clear:both;
}
  
	  
