@charset "utf-8";
/* ADVANCED SEARCH*/

.advSearchWrapper
{
	width:550px;
	position:relative;
	float:left;
	padding:6px 0 20px 3px;
	margin:5px 0 0 0;	
}
	.advSearchWrapper .top
	{
		width:550px;
		height:20px;
		background: url(../images/SearchBgTop.jpg) no-repeat;
	}
	.advSearchWrapper .middle
	{
		width:550px;
		background: url(../images/searchbgMiddle.jpg) repeat-y;
	}
	.advSearchWrapper .bottom
	{
		width:550px;
		height:20px;
		background: url(../images/SearchBgBottom.jpg) no-repeat;
	}
.advSearchTitle{	
	font-size:0.8125em;
	font-weight:bold;
	float:left;
	padding:0 6px 0 6px;
	color:#4d5785;
}
.advSearchTitle2{	
	font-size:0.8125em;
	font-weight:bold;
	padding:0 6px 0 40px;
	float:left;
	color:#4d5785;
}
.advSearchWrapperL{
	float:left;
}
.advSearchWrapperR{
	float:left;
}
.advSearchTxt{
	width:80px;
	height:20px;
	font-size:0.6875em;
	padding:3px 0 0 3px;
	float:left;
}
.advSearchTxt2{
	width:120px;
	height:20px;
	font-size:0.6875em;
	padding:3px 0 0 3px;
	float:left;
}
.advSearchBox{
	width:130px;
	height:20px;
	float:left;
	margin-bottom:4px;
}
.advSearchInput{
	width:120px;
	height:15px;
	_height:20px;
	font-size:0.8em;
	line-height:1.0em;
	float:left;
	}
.advSearchSelect{
	width:124px;
	_width:126px;
	height:19px;
	font-size:0.6875em;
	line-height:1.0em;
	float:left;
}
.advSearchFind{
	width:83px;
	height:42px;
	padding-top:6px;
	_padding-top:8px;
	float:right;
}
	.advSearchFind .tab
	{
		float:lef;
	}
		.advSearchFind .tab a,
		.advSearchFind .tab a:visited
		{
			display:block;
			color:#000;
			font-size:0.7em;
			font-weight:bold;
			text-decoration:none;
			cursor:pointer;
		}			
		
			.advSearchFind .tab span.tab_left 
			{
				display:block;
				float:left;
				width:14px;
				height:25px;
				background: url(../images/tabR_left.jpg) 0 0 no-repeat;
			}
			
			.advSearchFind .tab span.tab_middle 
			{
				display:block;
				float:left;
				height:19px;
				padding:6px 0 0 0;
				background:url(../images/tabR_middle.jpg) 0 0 repeat-x;
			}
			
			.advSearchFind .tab span.tab_right 
			{
				display:block;
				float:left;
				width:14px;
				height:25px;
				background: url(../images/tabR_right.jpg) 0 0 no-repeat;
			}
			
			/** Hover & Active State **/
			
			.advSearchFind .tab a:hover,
			.advSearchFind .tab a.active
			
			{
				color:#000;
				background:none;
				
			}
			
				.advSearchFind .tab a:hover span.tab_left,
				.advSearchFind .tab a.active span.tab_left,
				.advSearchFind .tab a:hover span.tab_middle,
				.advSearchFind .tab a.active span.tab_middle,
				.advSearchFind .tab a:hover span.tab_right,
				.advSearchFind .tab a.active span.tab_right
				
				{
					background-position:0 -25px;
					text-decoration:underline;
				
				}