@charset "utf-8";
/* Directory CSS */
h1 {
	font-size:1.2em;
	color:#444;
	margin-bottom:35px;
}
h2 {
	font-size:1.2em;
	color:#933;
}
h3 {
	font-size:1.1em;
	color:#444;
}
.thisPageNav {
	min-height:18px;
	padding:7px;
	border:1px #CCC solid;
	font-size:0.9em;
}
.thisPageAdd {
	/*min-height:18px;
	float:right;
	padding:7px;
	background-color:#E2E2E2;
	border:1px #CCC solid;
	font-size:0.9em;
	font-weight:bold;*/
	float:right;
	font-size:0.8em;
	margin-top:20px;
}

.dirCat1 {
	padding: 6px 3px 10px 10px;
	background-color: #EAEAEA;/*F2F2F9*/
}
.dirCat2 {
	float:left;
	width:29%;
	padding: 2px 2px 2px 20px;
	margin-left: 5px;
	background: url(/directory/images/dirBullet.gif) no-repeat left center;
}

.dirListing {
	padding: 6px 6px 6px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	background-color:#F5F7F3;/*F8FBFC*/
}
.dirTitle {
	font-size:1em;
	font-weight:bold;
}
.dirDescription {
	margin-top:6px;
}
.dirContact {
	margin-top:10px;
	font-size:0.9em;
}
.cdv {/* could become obsolete */
	color:#888;
	margin-left:5px;
	margin-right:5px;
}
/* Contact icons (phone etc) */
.ic {
	margin-left:10px;
	margin-right:2px;
}
.ad {
	padding-left:24px;
	margin-right:12px;
	background: url(/home/images/icons/icon-home.gif) no-repeat left center;
}
.ph {
	padding-left:20px;
	margin-right:12px;
	background: url(/home/images/icons/icon-phone.gif) no-repeat left center;
}
.mob {
	padding-left:20px;
	margin-right:12px;
	background: url(/home/images/icons/icon-cellphone.gif) no-repeat left center;
}
.fax {
	padding-left:20px;
	margin-right:12px;
	background: url(/home/images/icons/icon-fax.gif) no-repeat left center;
}
.em {
	padding-left:20px;
	margin-right:12px;
	text-decoration:none;
	background: url(/home/images/icons/icon-email.gif) no-repeat left center;
}
.ws {
	padding-left:20px;
	margin-right:12px;
	text-decoration:none;
	background: url(/home/images/icons/icon-website.gif) no-repeat left center;
}
.editIcon {
	clear:both;
	width:16px;
	height:16px;
	float:right;
	margin-top:-30px;
}
.editIcon a:hover {
	background: url(/home/images/icons/edit-over.png) no-repeat left center;
}
.dirSpacer {
	height:10px;
}
/* Edit Form */
.formLargeTxt {
	font-size: 17px;font-weight:bold;background-color:#CCCCCC;
}
.formSmallTxt {
	font-size: 12px;
}
#listingForm th {
	padding-left:10px;
	background-color:#CCCCCC;
	text-align:left;
	font-size: 17px;
	font-weight:bold;
}
#listingForm td {
	padding-left:10px;
	background-color:#EEF0F2;
	font-size: 14px;
}
