body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/************** End Yahoo Reset CSS *****************/
body {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	line-height: 22px;
	color: #000000;
	font-size: 12px;
	background: #E4E4E4;
}
strong {
	font-weight: bold;
}
em {
	font-weight: normal;
	font-style: italic;
}
h1 {
	font-size: 17px;
	color: #333333;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
blockquote {
	background: url(http://www.grandlocal.com/repository/images/bg_blockquote.jpg) 0 0 no-repeat;
	width: 300px;
	line-height: 16px;
	margin-top: 10px;
}
blockquote div {
	padding: 0 20px;
	background: url(http://www.grandlocal.com/repository/images/bg_leftQuote.jpg) right bottom no-repeat;
	font-style: italic;
	color: #666;
}
p {
	margin-bottom: 12px;
}
a {
	color: #0066AC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 995px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#header {
	background: url(http://www.grandlocal.com/repository/images/bg_header.jpg) repeat-x;
	height: 94px;
	position: relative;
}
#header p {
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 14px;
	margin-left: 25px;
}
#logo {
	position: absolute;
	top: 45px;
	left: 25px;
}
#logo span {
	display: none;
}
#searchBox {
	position: absolute;
	top: 50px;
	right: 25px;
}
#topBanner {
	text-align: center;
	margin: 10px;}
#headerBanner {
	position: absolute;
	margin: 0px 0 0 260px;
}
#nav {
	position: absolute;
	top: 0;
	right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav li {
	float: left;
	margin-left: 10px;
	display: block;
	height: 31px;
	margin-top: 3px;
}
#nav li a {
	color: #fff;
	padding: 0 5px 12px 5px;
	text-decoration: none;
}
#nav li a:hover {
	background: url(http://www.grandlocal.com/repository/images/bg_nav.jpg) top left repeat-x;
}
#contentContainer {
	padding: 10px 25px 15px 25px;
	background: #FFFFFF;
}
#footer p#disclaimer {
	position: absolute;
	width: auto;
	color: #999;
	top: -15px;
	right: 25px;
}
#contentLeft {
	width: 45%;
	float: left;
	background: #FFFFFF;
}

#contentLeft p {
	font-size: 13px;
}
#contentLeft p#statesButton {
	font-size: 11px;
	color:#999999;
	vertical-align: top;
	margin-bottom: 0;
}
#contentLeft p#statesButton img {
	margin-bottom: -8px;
}
#states {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 0 10px 10px;
	position: relative;
	display: none;
}
#states a.close {
	padding: 5px 43px;
	color: #0066FF;
	background: #eee;
	border: 1px solid #999;
	text-decoration: none;
	position: absolute;
	top: -33px;
	left: -1px;
}
#states a.close:hover {
	background: #0066FF;
	border: 1px solid #0066FF;
	color: #fff;
}
#states p a {
	font-size: 11px;
	display: block;
	float: left;
	margin: 0px 10px 0 0;
	line-height: 17px;
	width: 220px;
}
#contentRight {
	width: 45%;
	float: right;
	background: #FFFFFF;
}
/****************** ROUNDED BOX ********************************/

.roundedBox {
	border: 1px solid #ccc;
	position: relative;
	margin: 20px 0 40px 0;
	padding-bottom: 5px; 
}
#states span.corner, .roundedBox span.corner {
	position: absolute;
	height: 14px;
	width: 14px;
}
span.topRight {
	background: url(http://www.grandlocal.com/repository/images/corner_right_top.gif);
	top: -1px;
	right: -1px;
}
span.topLeft {
	background: url(http://www.grandlocal.com/repository/images/corner_left_top.gif);
	top: -1px;
	left: -1px;
}
span.bottomLeft {
	background: url(http://www.grandlocal.com/repository/images/corner_left_bottom.jpg);
	bottom: -1px;
	left: -1px;
}
span.bottomRight {
	background: url(http://www.grandlocal.com/repository/images/corner_right_bottom.jpg);
	bottom: -1px;
	right: -1px;
}
.roundedBoxContent {
	height: 170px;
	overflow-y: auto;
	overflow-x: none;
	margin: 0 10px 5px 0;
}
.roundedBox h2 {
	text-align: right;
	background: #ccc;
	color: #1E4B78;
	margin: 10px 10px 10px 10px;
	padding-right: 10px;
}
.roundedBox p {
	line-height: 18px;
	padding: 0 10px 0 10px;
}
.roundedBox .homeAds {
	padding: 10px 0 0 10px;}
.icon {
	position: absolute;
	top: -15px;
	left: -15px;
}
/****************** END ROUNDED BOX ********************************/
.reviewTitle {
	font-size: 11px;
	color: #999999;
	margin: 0;
}
.small {
	font-size: 11px;
	color: #999999;
}
.clear {
	clear: both;
}
#footer {
	height: 85px;
	background: url(http://www.grandlocal.com/repository/images/bg_footer.jpg) repeat-x;
	padding: 8px 0 0 25px;
	position: relative;
}
#footer p {
	width: 100px;
	float:left;
	font-size: 11px;
	line-height: 18px;
	color: #0066AC;
}
#adListing {
	position: absolute;
	top: 30px;
	left: 0;
	margin-left: 49%;
}
#grandLocal {	
	position: absolute;
	top: 25px;
	right: 25px;
}



/*********** New Stuff *****************************************************************************************/
#searchLeft {
	width: 490px;
	float: left;
	position: relative;
}
.top-links {
	position: absolute;
	top: 32px;
	width: 100%;
}
#adsTower {

	float: right;
	margin-left: 10px;
}
#searchBy {
	background: #ccc url(http://www.grandlocal.com/repository/images/searchBy_left.jpg) 0 0 no-repeat;
	font-size: 11px;
	height: 26px;
	/*position: relative;*/
	margin-bottom: 2px;
}
#searchBy #wrapsEverything {
background: url(http://www.grandlocal.com/repository/images/searchBy_right.jpg) top right no-repeat;
padding-right: 7px;
height: 26px;}
#searchBy p {
	padding: 2px 0 0 10px;
	margin: 0;
}
#searchBy p.found {
	float: right;
	padding: 3px 10px 0 0;
	margin: 0;
}
#searchBy p a {
	padding: 4px 0;
}
.listing {
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px dashed #ccc;
	line-height: 18px;
	/*width: 310px;*/
}
.listing h3 {
	margin: 12px 0 3px 0;}
.listing strong {
	font-size: 12px;
}
.listing a {
	font-size: 15px;
}
.related {
	display: none;
	margin-left: 15px;
	border-bottom: none;
}
.listing a.relatedLink {
	font-size: 11px;
}
.featured {
	background-color: #fff;}
.featured h3 {
	font-weight: bold;
	padding: 0 0 0 18px;
	background-image: url(http://www.grandlocal.com/repository/images/icon_featured_star.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.listingReviews {
	padding-top: 5px;
	float: right;
}
.listingReviews span.best {
	display: none;
}
#searchRight {
	width: 445px;
	float: right;
}
#listingRight {
	width: 445px;
	float: right;
}
#browse {
	text-align: right;
}
.adsBlock {
	margin: 10px 0 10px 0;
}
#searchAddListing {
	width: 345px;
	height: 34px;
	background: url(http://www.grandlocal.com/repository/images/bg_adListing.jpg) no-repeat;
	margin-bottom: 10px;
}
#searchAddListing p {
	float: right;
	padding: 7px 10px 0 0;
}
#searchAddListing img {
	padding: 4px 0 0 5px;
}
#usmap {
	border: 1px solid #ccc;
	width: 480px;
	height: 305px;
}
#map {
	border: 1px solid #ccc;
	width: 445px;
	height: 355px;
}
#zooms {
	display: none;
}
#floatContainer {
	position: relative;
	/*height: 650px;*/
}
#floatBox {
	/*position: fixed;*/
	top: 0px;
}

/***********************Map Styles*********************************************************************/

#mapInfo {
	line-height: 18px;}
#mapInfo h3 {
	font-size: 14px;
	margin: 0 0 3px 0;
	color: #006699;
	font-weight: normal;
}
#mapInfo .phone {
	font-weight: bold;}


/***********************Search Float Divs*****************************************************************/
.searchDropdown {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0px;
}
.searchDropdown ul {
	margin: 0;
	list-style: none;
}
.searchDropdown ul li {
	margin: 0;
}
.searchDropdown ul li a {
	text-decoration: none;
	padding: 0 5px;
	display: block;}
.searchDropdown ul li a:hover {
	background-color: #0079BC;
	color: #fff;
	}
#searchCategory {
	display: none;
	top: 25px;
	/*margin: 25px 0 0 65px;*/}
#searchCity {
	display: none;
	margin: 25px 0 0 125px;}
#searchAlphabet {
	display: none;
	height: 150px;
	overflow-x: none;
	overflow-y: scroll;
	width: 50px;
	margin: 25px 0 0 155px;}
	
	
/*********************** Search Filters **********************************************************************/

#searchFilters {
	color: #333;
	font-size: 11px;

	margin-bottom: 5px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #999999;
}
#searchFilters a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 3px;}
#searchFilters a:hover {
	background-color: #eee;}
#searchFilters .removeFilter {
	color: #666666;
	font-size: 11px;
	vertical-align: super;
	font-weight: normal;
	margin: 0 10px 0 0;
}
#searchFilters .removeFilter a {
	padding: 0;
	font-weight: normal;}
#searchFilters .removeFilter a:hover {
	background-color: #fff;}
	
/********** Newer Stuff **********************************************************************/
#breadCrumbs {
	font-size: 11px;
	color: #999;
}
#breadCrumbs a {
	color: #999;
}
#listingHead {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}
#listingHead h1 {
	margin-bottom: 0;
	width: 400px;
	font-weight: normal;
	font-size: 21px;
}
#listingHead h1.featured {
	background-image: url(http://www.grandlocal.com/repository/images/icon_featured_star.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#listingHead p {
	margin: 0;
	color: #333;
	font-size: 13px;
}
#listingHead p.phone {
	font-size: 15px;
	padding-left: 22px;
	font-weight: bold;
	margin-top: 10px;
	background: url(http://www.grandlocal.com/repository/images/icon_phone.jpg) 1px 3px no-repeat;

}
#listingHead p.address {
	font-size: 15px;
	padding-left: 22px;
	margin-top: 5px;
	background: url(http://www.grandlocal.com/repository/images/icon_location.jpg) 0 3px no-repeat;
}
#listingHead p.website {
	font-size: 13px;
	padding-left: 22px;
	font-weight: bold;
	margin-top: 10px;
	background: url(http://www.grandlocal.com/repository/images/icon_website.jpg) 0px 5px no-repeat;
}
#listingHead p.tollfree {
	font-size: 15px;
	padding-left: 22px;
	font-weight: normal;
	margin-top: 5px;
	background: url(http://www.grandlocal.com/repository/images/icon_phone.jpg) 1px 3px no-repeat;
}
#listingHead p.fax {
	/*font-size: 15px;*/
	padding-left: 22px;
	font-weight: normal;
	margin-top: 5px;
	background: url(http://www.grandlocal.com/repository/images/icon_fax.jpg) 1px 3px no-repeat;*/
}
#listingHead p.mobile {
	/*font-size: 15px;*/
	padding-left: 22px;
	font-weight: normal;
	margin-top: 5px;
	background: url(http://www.grandlocal.com/repository/images/icon_mobile.jpg) 1px 3px no-repeat;*/
}
#listingHead .listingReviews p {
	font-size: 11px;
	color: #666666;
	text-align: right;}
#listingImages {
	float: right;
	clear: right;
	margin-top: 10px;
}
#listingImages img {
	padding: 1px;
	border: 1px solid #ccc;
	margin-left: 3px;
}
#listingNav {
	clear: right;
	margin-top: 10px;
}
#listingNav li {
	float: left;
	width: 110px;
	height: 20px;
	margin-right: 10px;
}
#listingNav li a {
	display: block;
	height: 20px;
	color: #003366;
	text-decoration: none;
}
#listingNav li a:hover {
	color: #fff;
}
#listingNav li a span {
	margin-left: 30px;
}
#listingNav li#description a {
	background: url(http://www.grandlocal.com/repository/images/listingNav/description.jpg) 0 0 no-repeat;
}
#listingNav li#description a:hover {
	background: url(http://www.grandlocal.com/repository/images/listingNav/description.jpg) 0 -20px no-repeat;
}
#listingNav li#directions a {
	background: url(http://www.grandlocal.com/repository/images/listingNav/directions.jpg) 0 0 no-repeat;
}
#listingNav li#directions a:hover {
	background: url(http://www.grandlocal.com/repository/images/listingNav/directions.jpg) 0 -20px no-repeat;
}
#listingNav li#directions a span {
	margin-left: 22px;
}
#listingNav li#contact a {
	background: url(http://www.grandlocal.com/repository/images/listingNav/contact.jpg) 0 0 no-repeat;
}
#listingNav li#contact a:hover {
	background: url(http://www.grandlocal.com/repository/images/listingNav/contact.jpg) 0 -20px no-repeat;
}
#listingNav li#edit a {
	background: url(http://www.grandlocal.com/repository/images/listingNav/edit.jpg) 0 0 no-repeat;
}
#listingNav li#edit a:hover {
	background: url(http://www.grandlocal.com/repository/images/listingNav/edit.jpg) 0 -20px no-repeat;
}
#listingDescription {
	font-size: 13px;
	margin: 10px 25px 0 23px;
	line-height: 20px;}
#adLibExplanation {
	font-size: 11px;
	color: #999999;
	border-top: #CCCCCC solid 1px;
	margin-top: 10px;
	}
#listingForm {
	margin-bottom: 5px;
	line-height: 17px;
}
#listingForm h2 {
	padding: 4px;}
.adsBlock {
	margin: 20px 0 20px 15px;}
.right {
	float: right;
	margin-top: 3px;
}
.disclaimer {
	margin: 5px 0 0 5px;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}
#contactTable td {
	padding: 4px;
}
#reviewContainer {
	margin: 40px 0 20px;
}
#reviewHead {
	height: auto;
	background: #eee;
	position: relative;
	margin: 20px 0 10px 0;
}
#reviewHead h2 {
	padding: 6px 0 6px 45px;
	margin-bottom: 0;
}
#reviewContainer div.right {
	margin: 6px 10px 0 0;
}
.review {
	line-height: 20px;
	padding: 10px 5px 0 5px;
	border-bottom: 1px dashed #ccc;

}
.review  p {
	font-size: 13px;
	color: #666;
}
.review .reviewContent {
	line-height: 21px;
	font-size: 14px;
	padding: 0 0 0 16px;
	color: #000;}
.review  p strong {
	font-size: 14px;
	color: #000000;
}

/******************** NEW SEARCH FILTERS USING SPIDERMONKEYFISH*************************************************/

#searchByNav>li {
	padding-left: 7px;
	padding-top: 2px;
	margin-right: 2px;
}

#wrapsEverything {
	padding: 0 0 2px 3px;}

#searchBy ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#searchBy li { /* all list items */
	float: left;
	position: relative;
	/*width: 8em;*/
}
#searchBy li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	margin-left: -5px;
	left: 0;
	width: 11em;
}
#searchBy li ul li {
	width: 11em;}

#searchBy li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#searchBy li:hover ul, #searchBy li.over ul { /* lists nested under hovered list items */
	display: block;
}
#searchBy .dropdown {
	position: absolute;
	/*display: none;*/
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 150px;
	}
#searchBy ul li a {
	text-decoration: none;
	padding: 0 5px;
	display: block;}
#searchBy ul li a:hover {
	background-color: #0079BC;
	color: #fff;
	}
#searchBy .title {
	padding: 0 10px 0 0;
	margin: 0 15px 0 0;
	font-weight: bold;
	cursor: pointer;
	color: #003399;
	background-image: url(http://www.grandlocal.com/repository/images/icon_downarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

/*  LISTING PAGE    ************************************************************************/

.textButton {
	/*padding: 1px 5px;
	margin: 2px;
	background-color: #eee;
	border: 1px solid #ccc;*/
	}
.textButton {
	background: #DBE6DE url(http://www.grandlocal.com/repository/images/button_bg.gif) repeat-x scroll 0 50%;
	border: 1px solid #B0B0B0;
	color: #999900;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin: auto;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	}
.textButton:hover {
	color: #003366;
	}
#minimizeMap {
	display: none;
	}
.listingTable td {
	padding: 3px 3px 3px 0;
	}
/* Listing Tools **************************************/
#listingTools {
	float: right;
	font-size: 11px;
	width: 150px;
	text-align: right;
	position: relative;
	}
#listingTools img {
	cursor: pointer;}
#listingTools ul{
	margin: 0 0 0 0;
	width: 150px;
	position: absolute;
	top: 19px;
	right: 0px;
	background-color: #eee;
	border: 1px solid #ccc;
	display: none; /*initial state*/
	}
#listingTools ul li a  {
	cursor: pointer;
	display: block;
	padding: 0px 2px 0px 27px;
	margin: 3px 0;
	text-align: left;
	}
#listingTools ul .toolDelicious {
	background-image: url(http://www.grandlocal.com/repository/images/icon_tools_delicious.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	}
#listingTools ul .toolMap {
	background-image: url(http://www.grandlocal.com/repository/images/icon_tools_map.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	}
#listingTools ul .toolPrint {
	background-image: url(http://www.grandlocal.com/repository/images/icon_tools_print.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	}
#listingTools ul .toolSend {
	background-image: url(http://www.grandlocal.com/repository/images/icon_tools_phone.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	}

#sendToPhone {
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 5px;
	position: absolute;
	margin: 0 0 0 -35px;
	display: none;
	width: 170px;
	}
.closeDivButton {
	float: right;}

/* Add Listing Page ************************************************************************/

#error {
	border: 1px solid #999;
	margin: 10px 0 15px -4px;
	padding: 5px 5px 5px 25px;
	background: #FFFFCC url(http://www.grandlocal.com/repository/images/account/icon_error.jpg) no-repeat 4px 5px;
	}

#submit {
	font-size: 15px;
	padding: 2px 5px;}
	
/* Add Review Section ************************************************************************/

#reviewAdd {
	border-bottom: 2px solid #ccc;
	margin: 5px 0 10px 0;
	padding: 10px 10px 20px 10px;	
	line-height: 22px;
}
#reviewAdd strong {
	line-height: 30px;
	margin: 0 0 10px 0;}
#reviewAdd input {
	}
	
	/*  Rating section  ************************************************************************/
#rating{
	width:60px;
	height:20px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	position:relative;
	background: url(http://www.grandlocal.com/repository/images/icon_ratings2.jpg) no-repeat 0 0;
}
.ratingBar {	
	float: left;
	height:17px;
	margin:0pt 0pt 10px 10px;
	padding-top:2px;
	white-space:nowrap;
	width:200px;
}
.ratingBar span {
	display: block;
	width: 35px;
	float: left;
}
.ratingBar ul#rating {
	float:left;
	height:17px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:100px;
}
.ratingBar ul#rating li {
	cursor:pointer;
	 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
	height:17px;
	margin:0pt 2px 0pt 0pt;
	padding:0pt;
	width:19px;
}
.ratingBar ul#rating li a {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	text-decoration:none;
	z-index: 200;
}
.ratingBar ul#rating li#star1 a {left:0}
.ratingBar ul#rating li#star2 a {left:20px;}
.ratingBar ul#rating li#star3 a {left:40px;}
.ratingBar ul#rating li a:hover {
	z-index:2;
	width:60px;
	height:20px;
	overflow:hidden;
	left:0px;	
	background: url(http://www.grandlocal.com/repository/images/icon_ratings2.jpg) no-repeat 0 0;
}
.ratingBar ul#rating li#star1 a:hover {background-position:0 -30px; left: 0px;}
.ratingBar ul#rating li#star2 a:hover {background-position:0 -60px; left: 0px;}
.ratingBar ul#rating li#star3 a:hover {background-position:0 -90px; left: 0px;}
/*.ratingBar li:hover {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings.jpg) no-repeat scroll -5px -35px;
}*/
#rating.onestar {background-position:0 -30px}
#rating.twostar {background-position:0 -60px}
#rating.threestar {background-position:0 -90px}
#rating.nostar {background-position:0 0}
/*.ratingBar li#star1:hover {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings2.jpg) no-repeat scroll 0px -30px;
}
.ratingBar li#star2:hover {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings2.jpg) no-repeat scroll 0px -60px;
}
.ratingBar li#star3:hover {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings2.jpg) no-repeat scroll 0px -90px;
}
.starOn {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings.jpg) no-repeat scroll 0px -50px;
}
.starOff {
	background:transparent url(http://www.grandlocal.com/repository/images/icon_ratings.jpg) no-repeat scroll -5px -5px;
}*/

/* Account Styles ************************************************************************/

#listingVital {
	width: 600px;
	padding: 10px;
	background-image: url(http://www.grandlocal.com/repository/images/account/bg_listing_vital.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	border-top: 3px solid #999;
	}
#listingVital h1 {
	font-size: 20px;
	color: #000000;}
#listingVital span {
	padding: 0 0 5px 5px;
	font-size: 11px;
	float: right;
	font-weight: bold;}
#listingVital span img {
	float: left;}
#listingInfo {
	margin: 20px 0 0 0;}
.infoHeader {
	background-color: #eee;
	padding: 4px;
	font-size: 15px;
	color: #333;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.infoHeader span {
	float: right;}
.infoHeader img {
	padding: 0 5px 0 0;
	float: left;}
.infoContent {
	font-size: 13px;
	margin: 5px 20px 20px 30px;}
	
#listingInfoTable {
	background-image: url(http://www.grandlocal.com/repository/images/account/bg_info.jpg);
	background-repeat: repeat-y;
	margin: 0 0 0 -30px;
	font-size: 13px;
	}

#listingInfoTable .leftColumn {
	padding: 10px 15px 10px 0;
	width: 75px;
	font-size: 11px;
	color: #666666;
	text-align: right;}
.infoRightCallout {
	float: right;
	background-color: #eee;
	margin: 5px 0;
	font-size: 12px;
	padding: 8px;}
/*********Google Maps********************/
.tooltip {
        background-color:#ffffff;
        font-weight:bold;
        border:2px #006699 solid;
}
/*********Forms********************/
form#listingAdd label {
	float: left;
	width: 140px;
	margin-bottom: 10px;
	padding-right: 5px;
	text-align: right;
	font-size: 13px;
}
.floatLeftLabel {
	float: left;
	width: 150px;
	margin-bottom: 10px;

}
br {
	clear: left;
}
form#listingAdd span.checkboxlabel {
	margin-bottom: 10px;
	bottom: 2px;
	position: relative;
}
.mapIt {
	display: none;
	float: right;
	}
.mapItActive {
	display: inline;
	float: right;
	}
	
/**Add listing page **/
.addLeftColumn form {
	
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	width: 290px;}

#matchedListings {
	background: #eee;
	padding: 5px;
	}

.listingOutput {
	line-height: 17px;
	margin: 0 0 5px 0;
	padding: 8px 3px;
	border-bottom: 1px solid #ccc;
	color: #666666;
}
.listingOutput a {
	text-decoration: none;}
.listingOutput span {
	color: #000000;
	font-size: 14px;}
.listingOutput .textButton {
	line-height: 20px;
	float: right;}
#enlargeMap {
	margin-top: 5px;
	height: 25px;
	margin-bottom: -5px;
	border-top: 1px solid #ccc;}

.linkUnitListingHead {
	margin: -3px 0 10px -13px;
	}
	
.hiddenLink {
	text-decoration: none;
	color: #000;
	}
.hiddenLink:hover {
	color: #003399;}
.featuredImage {
	float: right;
	width: 90px;
}
.featuredImageListing {
	margin: 0 0 10px 0;}
.featured p a {
	font-size: 11px;}
.infoRightCallout img {
	position:absolute;
	}


/**************** Clientcide Form Validation ******************************/
.validation-failed {
	border: #FF0000 1px dashed;
}
/*.validation-passed {
  border: 1px solid  #8DFE9B;
}*/
.validation-advice {
	color: #FF0000;
	font-weight: bold;
}
#spryMerge {
	display: none;
}
.form td {
	padding: 5px 0 5px 0;
}

/**************** Hide iPhone specific markup *****************************/
.iphone {
	display: none;
}
