
/* ---table */

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


/* HEADER */

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

/* FOOTER */

tfoot.listingcomp_free {
	color: #fff;
	background: #524123;
}
tfoot.listingcomp_free tr th, tfoot.listingcomp_free tr td {
	padding: .2em .6em;
	
	text-align: center;
}
tfoot.listingcomp_free tr th {
}
tfoot.listingcomp_free tr td {
	text-align: right;
}

/* BODY for listing */




tbody.listingcomp_free tr td {
	background: #F5FFDA  no-repeat top left; width: 24%; 
}

tbody.listingcomp_free_city tr td {
	background: #F5FFDA  no-repeat top left; width: 49%; 
}

tbody.listingcomp_free tr.odd td {
	background-color: #D0EBA6;
}
tbody.listingcomp_free tr td:hover, tbody.listingcomp_free tr.odd td:hover {

}
tbody.listingcomp_free tr th, tbody.listingcomp_free tr td, tbody.listingcomp_free_city tr th, tbody.listingcomp_free_city tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;text-align: center;	
}

tbody.listingcomp_free_city tr th, tbody.listingcomp_free_city tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;text-align: left;	
}

tbody.listingcomp_free tr th,tbody.listingcomp_free_city tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #DDF0BD no-repeat top left;
	
}
tbody.listingcomp_free tr th:hover {

}


/* LINKS */

table.listingcomp_free a {
	color: #524123;
	text-decoration: underline;
}
table.listingcomp_free a:visited {
	text-decoration: underline;
}
table.listingcomp_free a:hover {
	color: #fff;
	background: #524123;;
	text-decoration: underline;
}

tfoot.listingcomp_free tr th a, tfoot.listingcomp_free tr td a{
	color: #fff;
	text-decoration: underline;
}