﻿.google .ajax__tab_header 
{	
	font-weight:bold; 
    padding-left:2px;
    border-bottom:solid 3px #666666;
}
.google .ajax__tab_body 
{    
    border:solid 1px #dddddd;
    border-top:none;
    padding:2px;
} 
/* Active/Hover States */
.google .ajax__tab_active .ajax__tab_outer
{
    margin-right:2px;
	background:url(img/active-tl.gif) no-repeat left top;    
}
.google .ajax__tab_active .ajax__tab_inner
{
    margin-left:4px;
	background:url(img/active-tr.gif) no-repeat right top;        
}
.google .ajax__tab_active .ajax__tab_tab
{
	margin-right:2px;	
	padding:2px 3px;
	color:#fff;
	background:#666666;
	text-decoration:none;
}
/* Regular States */
.google .ajax__tab_outer
{
    margin-right:4px;
	background:url(img/inactive-tl.gif) no-repeat left top;   	
}
.google .ajax__tab_inner
{
    margin-left:4px;
	background:url(img/inactive-tr.gif) no-repeat right top;  	
}
.google .ajax__tab_tab
{
	margin-right:2px;
	padding:2px 3px;
	color:#0d4eb2;
	background:url(img/inactive-mid.gif) repeat-x;
	text-decoration:underline;
}
 
