﻿._searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D2815;
}

._searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D2815;
}

#searchbox {
	height: 215px;
	width:300px;
	vertical-align:top;
	text-align:left;
	background:url(../img/search_tab/search_bg.png);
	background-repeat:no-repeat;
	padding-top:1px;

}

#searchtab {
	height: 18px;
	width:auto;
	text-align:center;
	padding-top: 8px;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height:18px;
	
}

.tabContainer{
	height: 18px;
	width:auto;
	margin-right:2px;
	float:left;
	cursor: pointer;
	margin: 0px auto 0px auto;
}

#tab_current1{
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab1a.png);
	background-repeat:no-repeat;
	float:left;
}

#tab_current2{
	height: 18px;
	width:auto;
	background-color:#C3C3AA;
	color:#2D2815;
	font-weight: bold;
	float:left;
}

#tab_current3{
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab1b.png);
	background-repeat:no-repeat;
	float:left;
}

#tab_inactive1{
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab2a.png);
	background-repeat:no-repeat;
	float:left;
}

#tab_inactive2{
	height: 18px;
	width:auto;
	background-color:#413C29;
	color:#FFCE33;
	font-weight: bold;
	float:left;
}

#tab_inactive2 a{
	text-decoration: none;
	color:#FFCE33;
}

#tab_inactive2 a:hover{
	text-decoration: none;
	color:#FFFFFF;
}

#tab_inactive3{
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab2b.png);
	background-repeat:no-repeat;
	float:left;
}

.SearchTab .ajax__tab_body 
{

	

	
}

.SearchTab .ajax__tab_header 
{

	 height  : 18px;
	width:272px;
	text-align:center;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.SearchTab .ajax__tab_tab .tabContainer .tab1
{
   	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab2a.png);
	background-repeat:no-repeat;
	float:left;
	color:#FFCE33;
	font-weight: bold;
}

.SearchTab .ajax__tab_tab .tabContainer .tab2
{
   
		height: 18px;
	width:auto;
	background-color:#413C29;
	color:#FFCE33;
	font-weight: bold;
	float:left;
}

.SearchTab .ajax__tab_tab .tabContainer .tab3
{
   
   height : 18px;
	width:10px;
	background:url(../img/search_tab/tab2b.png);
	background-repeat:no-repeat;
	float:left;
	color:#FFCE33;
	font-weight: bold;
}




.SearchTab .ajax__tab_active .ajax__tab_tab .tabContainer .tab1
{
	
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab1a.png);
	background-repeat:no-repeat;
	float:left;
	color:#2D2815;
	font-weight: bold;
}

.SearchTab .ajax__tab_active .ajax__tab_tab .tabContainer .tab2
{
	height: 18px;
	width:auto;
	background-color:#C3C3AA;
	color:#2D2815;
	font-weight: bold;
	float:left;

}

.SearchTab .ajax__tab_active .ajax__tab_tab .tabContainer .tab3
{
	
	height: 18px;
	width:10px;
	background:url(../img/search_tab/tab1b.png);
	background-repeat:no-repeat;
	float:left;
	color:#2D2815;
	font-weight: bold;
}

