/*
  General font and margin/padding styles
  ***Note: styles here override styles in layout.css
     but not ielayout.css or ie6layout.css
*/

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1em;
}
.searchHeader {
	margin: 2em 0 .25em 0;;
}

/* Merchant Directory styles */
.merchantList thead tr td {
	font-size: .925em;
	font-weight: bold;
	padding-bottom: 4px;
}
.merchantList td {
	padding: 1px 8px 1px 0;
	font-size: .75em;
}
.merchantList td.address {
	width: 35%;
}
.merchantList td.phone {
	width: 20%;
}
.merchantList a {
	/* font-weight: bold; */
	text-decoration: none;
}
.merchantList a:hover {
	text-decoration: underline;
}
.merchantList, .merchantListing {
	width: 100%;
	padding: 6px 0 6px 0;
}
.merchantListing {
		font-size: .75em;
}
#directorySeacher {
	margin-top: 2em;
}
#directorySeacher .menuChildren {
	padding: 0;
	list-style: none;
}
#directorySeacher .menuChildren li {
	height: auto;
}
#directorySeacher h2 {
	font-size: 1.5em;
}
#directorySeacher h3 {
	margin: 8px 0 8px 0;
}
#directorySeacher .form {
	padding-right: 24px;
	font-size: .75em;
	line-height: 1em;
}
#directorySeacher .form .alt {
	font-size: 1.25em;
}
#directorySeacher .categories {
	width: 150px;
}
#directorySeacher .categories ul li {
	height: 16px;
}
#directorySeacher .categories a {
	height: auto;
	font-size: .8em;
}

