
/* ADVANCE SEARCH LINK */
#searchAdv {
	width: 620px;
/*	margin-left: 450px; */
	text-align: right;
	padding: 5px;
	margin-top: -21px;
}

#searchAdv a {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-size: 9px;
	text-decoration: none;
}

#searchArea a, #searchArea a:visited {
	color: #d40;
}
#searchArea a:hover {
text-decoration: none;
}

#searchContainer {
	padding: 4px;
	margin-bottom: 0px;
}

/*------------------------------*/
/* NEW SEARCH FORM 'More Search Options' STYLE */
#moresearch {
	padding-top: 9px;
}

#moresearch a
{
	padding: 4px 5px 4px 16px;
	color: #238;
	text-decoration: underline;
	background-image: url(../image/moreoptions.gif);
	background-repeat: no-repeat;
	background-color: #eee;
	background-position: 4px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}

#moresearch a:hover {
	padding: 4px 5px 4px 16px;
	color: #238;
	background-position: 4px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #B3B3B3;
}


/*------------------------------*/
/* DEFAULT */
#searchArea { 
position:absolute;
background: url(../image/search_area_bg03.gif) no-repeat; 
background-position:top center;
margin-left: 520px;
margin-top: -9px; 
margin-bottom: 5px;
padding: 0px;
width: 320px;
height: 22px;
}

#searchArea form {
margin-left: 48px;
margin-top: 2.5px;
}

.searchInput {
background-color: #FDFCDC;
color: #2E2E2E;
position: relative;
vertical-align: top;
/*
------------------------------------------
------------------------------------------
DO NOT CLOSE!!!!
CLOSING THE 'text-transform: uppercase;'
WILL CAUSE WINDOWS IE TO NOT WORK.
DOES NOT WORK IN OPERA - CORRECTION DOES WORK!

IF YOU KNOW THE WORK AROUND PLEASE EMAIL ME
jcorpuz@panda-group.com - Thank's
------------------------------------------
------------------------------------------
*/
text-transform: uppercase
/*vertical-align: text-top;*/
top: 2px;
left: 40px;
width: 148px;
height: 12px;
margin: 0px;
padding: 0px;
font-size: 10px;


}

.searchButton {
position: absolute;
top: 0px;
left: 238px;
width: 60px;
height: 22px;
font-size: 1px;
color: #fff;
border: 0px solid;
background: url(../image/search_button04.gif) no-repeat;
background-position: top left;
background-color: transparent; 
cursor: pointer;
margin: 0px;
}


/*
------------------------------------------
TOOL TIPS - REVISED 20070330 JCORPUZ
*/
.tipsShadow {
	border: 0;
	z-index: 100;
	float: left;
	clear:left;
	background: url(../image/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../image/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 200px;
    padding: 0;
	position: absolute;
}


.floattips {
	z-index: 100;
	background-color: #FFFBB8;
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #FFC30E;
	padding: 7px;
	margin: 0px 0px 0px 0px;
}

.floattips {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.floattips span
{
	font-family: arial, sans-serif;
	color: #9C7600;
	font-size: 11px;
	margin: 3px;
	line-height: 14px;
}

div.floattips iframe {
position: absolute;
left: 0;
top: 0;
z-index: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


