body {
	margin: 5px;
	padding: 0px;
	font: normal 10pt Verdana,Sans-Serif;
}

#load_icon {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	position: absolute;
	top: 5px;
	left: 600px;
}

form {
	margin: 0px;
	padding: 0px;
}

a#stuff_tab,
a#garage_tab,
a#pets_tab,
a#autos_tab {
	display: block;
	float: left;
	position: relative;
	top: 1px;
	padding: 2px 8px 2px 8px;
	margin: 0px 10px 0px 0px;
	font: bold 10pt "Trebuchet MS",Tahoma,Sans-Serif;
	text-align: center;
	border: #464678 1px solid;
	background-color: #dbdbcf;
	color: #000000;
	text-decoration: none;
}

a#stuff_tab.active,
a#garage_tab.active,
a#pets_tab.active,
a#autos_tab.active {
	background-color: #fcfcf0;
	border: #464678 1px solid;
	border-bottom: #fcfcf0 1px solid;
	color: #0167cb;
}

div#stuff_search_container,
div#garage_search_container,
div#pets_search_container,
div#autos_search_container {
	display: none;
	background-color: #fcfcf0;
	padding: 0px;
	text-align: center;
	border: #464678 1px solid;
}

div#stuff_search_container table,
div#garage_search_container table,
div#pets_search_container table,
div#autos_search_container table {
	background-color: #ffffff;
	border: solid #a4aae1 1px;
	margin: 10px;
	padding: 0px;
}

div#stuff_search_container table tr th,
div#garage_search_container table tr th,
div#pets_search_container table tr th,
div#autos_search_container table tr th {
	background-color: #f0f0f0;
	background-image: none;
	border-bottom: solid #a4aae1 1px;
	font: bold 8pt Verdana,Sans-Serif;
	color: #000000;
	text-align: left;
	margin: 0px;
}

div#stuff_search_container table tr td,
div#garage_search_container table tr td,
div#pets_search_container table tr td,
div#autos_search_container table tr td {
    padding: 3px;
    font: normal 8pt Verdana,Sans-Serif;
    text-align: left;
}

input {
	font: normal 8pt Verdana,Sans-Serif;
	color: #000066;
}

select {
    font: normal 8pt Verdana,Sans-Serif;
}

div#stuff_results,
div#garage_results,
div#pets_results,
div#autos_results {
	display: none;
	font: normal 10pt Verdana,Sans-Serif;
}

/* SEARCH RESULTS TABLE */
#custom_search_results {
    border: solid #eeeeee 1px;
	border-bottom: none;
    margin: 5px 0px 0px 0px;
	width: 100%;
}
#custom_search_results tr td#left_border{
	border-left: solid 1px #eeeeee;
}
#custom_search_results tr td div{
	font: normal 10pt Verdana,Sans-Serif;
	color: #666666;
}
#custom_search_results tr td img{
	border: none;
}
#custom_search_results tr td img#detail{
	width: 100px;
	border: none;
}
#custom_search_results th {
    background-color: #eeeeee;
    color: #666666;
    font: bold 10pt Verdana,Sans-Serif;
    text-align: center;
    padding: 3px 3px 3px 3px;
}
#custom_search_results  tr td a{
    color: #264CA1;
	text-decoration:none;
	font-weight:bold;
	font-size: 8pt
}
#custom_search_results  tr td a:hover{
    text-decoration:underline;
}
#custom_search_results  tr td.custom_text{
    color: #000000;
    font: normal 10pt Verdana,Sans-Serif;
}
#custom_search_results  tr td.custom_text a{
    color: #264CA1;
	text-decoration:none;
	font-weight:bold;
	font-size: 8pt
}
#custom_search_results  tr td.custom_text a:hover{
    text-decoration:underline;
}
#custom_search_results  tr td{
    border-bottom: solid #eeeeee 1px;
}
#custom_search_detail tr td{
	border:none;
	font: normal 8pt Verdana,Sans-Serif;
	padding: 0px 5px 0px 0px;
}
#custom_search_detail tr td#right{
	border-left: solid #cccccc 1px;
	padding: 0px 0px 0px 5px;
	color: #666666;

}
#custom_search_results  tr td.custom_text a#custom_text_detail{
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	font-size: 10pt;
}