/*
Company:		Adamswells PhoneBooks LLC
URL:			phonebook.adamswells.com
Last Update:	2/3/05
Description: These styles only pertain to the result pages of the website.
*/

/* links - link visited hover active */

/* Begin site definitions */
body {
	padding: 0px;
}
div.header {
	background-color: #efeffa;
}
/* Search Bar */
div.searchOuter {
	width: 100%;
	font-size: .85em;
}
div.searchBox {
	float: left;
	width: 35%;
}
div.searchBoxInner {
	height: 70px;
	background-color: #e7fbd6;
	padding: 10px;
	font-size: .8em;
	font-style: italic;
}
form.search {
	padding: 0px;
	margin: 0px;
}
span.toptxthead {
	font-size: 12pt;
}
div.yellowPages {
	float: left;
	width: 30%;
}
div.yellowPagesInner {
	background-color: #FFFF33;
	padding: 10px;
	height: 70px;
}
div.whitePages {

float: left;
	width: 30%;
}
div.whitePagesInner {
	background-color: #ddddfa;
	height: 70px;
	padding: 10px;
}
/* Text Styles */
div.searchOuter h3 {
	font-size: 1.1em;
	margin-left: 5px;
	color: #e49300;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 3px;
}
h3 span.reverseSearch {
	font-size: .7em;
	font-weight: lighter;
	color: #333333;
}
/* Search Result Styles */
p.resultsHead {
	width: 97%;
	background-color: #666ab5;
	color: #ffffff;
	padding: 3px 10px;
	margin-top: 4px;
}
div.leftResults, div.rightResults {
	float: left;
}
div.leftResults {
	width: 80%;
	margin-left: 10px;
}
div.rightResults {
	width: 140px;
	font-size: .75em;
	text-align: right;
	font-style: italic;
}
h1.yellowPageHead {
	width: 98%;
	background-color: #FFFF33;
	font-size: 1.2em;
	padding: 2px 8px;
	margin-top: 0px;
}
h2.whitePageHead {
	width: 98%;
	background-color: #ddddfa;
	font-size: 1.1em;
	padding: 2px 8px;
}







span.results {
	color: #102073;
	font-size: .8em;
	font-weight: normal;
}
p.resultItem {
	border-bottom: 1px solid #999999;
	font-size: .9em;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
}
span.website {
	color: #666666;
	font-size: .9em;
}
span.blue {
	color: #102073;
}
span.maps {
	font-size: .9em;
}
/* Business/Person Text Styles */
div.yellowPages h4, div.whitePages h4 {
	color: #102073;
	font-style: italic;
	font-size: .95em;
	margin: 2px 0px;
	padding: 0px;
	margin-top: 4px;
}
div.yellowPages h5, div.whitePages h5 {
	color: #666ab5;
	font-size: .75em;
	font-weight: lighter;
	padding: 0px;
	margin: 2px 0px;
	margin-bottom: 4px;
}
span.alphabetLinks {
	font-size: 1em;
}





span.browseAll {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
/* Form Styles */
form p {
	margin: 0px;
}
input#name {
	width: 150px;
}
input#city {
	width: 90px;
}
input#zip {
	width: 50px;
}
label.zip {
	margin-left: 100px;
}
input.searchBtn {
	padding: 0px;
	margin: 0px;
	margin-bottom: -8px;
	margin-left: 10px;
}



div.wplistingodd, div.wplistingeven, div.yplistingodd, div.yplistingeven {
	padding: 4px;
	margin: 2px 0px;
	margin-bottom: 4px;
	margin-left: 15px;
}
div.wplistingodd {
	background-color: #ffffff;
}
div.wplistingeven {
	background-color: #ddddfa;
}


div.yplistingodd {
	background-color: #ffffff;
}
div.yplistingeven {
	background-color: #FFFF99;
}


div.yplistingheader {
	background-color: #fffaa6;
padding: 4px;
	margin: 2px 0px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.2em;
	}

