
/* ---table */

table.listingcomp_map{
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;	
	font: 80%/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}
table.listingcomp_map, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}


/* HEADER */

thead.listingcomp_map{
	background: #524123;
}
thead.listingcomp_map tr th {
	padding: 1em 0;
	text-align: center;
	color: #FAF7D4;
	border-bottom: 3px solid #A5D768;width: 33%;
}

/* FOOTER */

tfoot.listingcomp_map {
	color: #fff;
	background: #524123;
}
tfoot.listingcomp_map tr th, tfoot.listingcomp_map tr td {
	padding: .2em .6em; width: 33%;
	
	text-align: left;
}
tfoot.listingcomp_map tr th {
}
tfoot.listingcomp_map tr td {
	text-align: right;
}

/* BODY */

tbody.listingcomp_map tr td {
	background: #F5FFDA  no-repeat top left; 
}
tbody.listingcomp_map tr.odd td {
	background-color: #D0EBA6;
}
tbody.listingcomp_map tr td:hover, tbody.listingcomp_map tr.odd td:hover {

}
tbody.listingcomp_map tr th, tbody.listingcomp_map tr td {
	padding: 0.2em 0.4em;
	border: 1px solid #a6ce39;text-align: center; width: 33%;	
}
tbody.listingcomp_map tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #DDF0BD  no-repeat top left;
	
}
tbody.listingcomp_map tr th:hover {

}



/* LINKS */

table.listingcomp_add_free a {
	color: #D0EBA6;
	text-decoration: underline;
}
table.listingcomp_add_free a:visited {
	text-decoration: underline;
}
table.listingcomp_add_free a:hover {
	text-decoration: underline;
}
