@charset "utf-8";
/* CSS Document */

.search_cat_bar {
	width: 440px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
}

.search_cat_bar a 
{
	color:#FFFF00;
	text-decoration: none;
}

.search_cat_bar a:hover
{
	color: #FFFFFF;
}


.search_cat_title {
	float:left;
	width: 250px;
	font-weight:bold;
}
.search_cat_link {
	float:right;
	width:115px;
	padding-right:15px;
	text-align:center;
}
.search_cat_all {
	float:left;
	width:115px;
	text-align:right;
}
.search_cat_spacer {
	width:100%;
	height: 8px;
	background-image:url(../_images/search_cat_spacer.jpg);
	background-repeat:no-repeat;
	padding-top:3px;
	clear:both;
}


.search_sub {
	width:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;
}

.search_sub a 
{
	color:#FFFF00;
	text-decoration: none;
}

.search_sub a:hover
{
	color: #FFFFFF;
}

.search_sub_title {
	float:left;
	font-weight:bold;
	color:#FFFFFF;
}


.search_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}