.search_bg {
	background-color: #e8e8e8;
	padding-top: 6px;
	padding-left: 12px;
	/* border: 1px #036 solid; */
}

/* added by Susan */

input {
	border: 1px solid #999; 
	padding: 3px;
}
textarea {
	border: 1px solid #999; 
	padding: 3px;
}
input.subscr {
	margin-top: 2px;
	margin-bottom: 9px;
}
select {
	border: 1px solid #999; 
	padding: 3px;
}
select.subscr {
	margin-top: 2px;
	margin-bottom: 9px;
}

/* for the breadcrumb indentation */
P.indent1 { 
	text-indent: 20px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.indent2 { 
	text-indent: 40px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.indent3 { 
	text-indent: 60px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.indent4 { 
	text-indent: 80px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.indent5 { 
	text-indent: 100px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
.red {
	/* color: #fe1615; */
	color: #9EAD00;
	font-size: 12px;
}
.listingname {
	font-size: 12px;
}
/* for the listings page */
.category-header {
	border: 1px solid  #D1D0D6;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	font-size: 13px;
}
#content p.breadcrumb {
	padding-top: 10px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 12px;
}
ul.search-categories {
	list-style-image: url('/images/site_images/bullet.gif');
	margin-bottom: 2em;
}
ul.search-categories li {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul.search-categories li a {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}

/* testing */
#content div {
	font-family: verdana, arial;
	font-size: 11px;
}

