
/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
}
.topsearch
{
	background: url(top-search.gif) repeat-x;
	height: 34px;
	display: block;
	position: relative;
}

.topsearch
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#nav_header
{
	position: relative;
}
.nav_top
{
	position: relative;
}
body .topheadersearch
{
	display: block;
	width: 236px;
}
.nav_top .topheadersearch input
{
	position: absolute;
	right: 85px;
	top: -3px;
}
.nav_top .topheadersearch input.btnheadercss
{
	position: absolute;
	right: 6px;
	top: -5px;
}

.txtcss
{
	position: absolute;
	left: 8px;
	top: 8px;
}
.btncss
{
	position: absolute;
	left: 295px;
	top: 6px;
}


.topsearch .txtcss input
{
	width: 189px;
	border: 1px solid #CBCBCB;
	height: 15px;
	color: red;
	font-size: 11px;
}
.topsearch input.btncss
{
	background: url(button-bg.gif) no-repeat;
	width: 75px;
	border: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 22px;
	_height: 21px;
}

.topheadersearch
{
	background: url(top-search.gif) repeat-x;
	height: 1px;
	display: block;
}

.topheadersearch
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.topheadersearch .txtcss input
{
	width: 189px;
	border: 1px solid #CBCBCB;
	height: 15px;
	color: #000;
	font-size: 11px;
	position: relative;
	left: 5px;
	top: 5px;
}
.topheadersearch input.btnheadercss
{
	background: url(button-bg.gif) no-repeat;
	width: 75px;
	border: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 22px;
	_height: 21px;
}

.resultHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #525252;
	border-bottom: 3px solid #e3e3e3;
	padding-top: 22px;
	padding-bottom: 5px;
}
.resultHeading span.orange
{
	color: #ff6501;
	font-weight: normal;
	font-size: 13px;
}
.displayResult ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.displayResult ul li
{
	display: block;
	background: #fefefe url(result-bg.gif) repeat-x bottom;
	font-size: 11px;
	color: #656565;
	padding: 8px;
}
.displayResult ul li h3
{
	color: #ff6c04;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
}

