table#listingsTable{
	width:100%;
	border-collapse:collapse;
}

table#listingsTable td#listingsCategoryMenu{
	background-color:#94ac58;
	width:200px;
	border-right:1px solid #94ac58;
}

	
div.catListTab { 
	background-color:#abbe7d;
	font-size:11px;
	border-bottom:1px solid #f4f1dd;
	text-transform:none;
	overflow:auto;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}

div.catListTab a.catListTabTitle{
	padding-left:3px;
	text-decoration:none;
	color:black;
	display:block;
	width:98%;
}

div.cat-list{
		background-color:white;
		height:225px;
		padding-top:3px;
		padding-bottom:3px;
		overflow:auto;
		font-size:9px;
}


div.cat-list a{
	color:black;
	text-decoration:none;
	padding-bottom:2px;
	padding-left:12px;
	display:block;
	padding-top:2px;
	font-weight:bold;
	width:173px;
}

div.cat-list div.catListCat:hover{
	background-color:#f4f1dd;
}

table#listingsTable td#listingsMain{
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

div#listingPageBtns{
	padding-bottom:30px;
	border-bottom:1px solid #f4f1dd;
}

div#listingPageBtns div.button{
	margin-bottom:10px;
	margin-left:4px;
}

div.listing-full{
	background-color:white;
}


div.listing div.listing-full div.listing-full-inner h1{
	font-size:18px;
	color:#94ac58;
}

table#listingsTable td#listingsAds{
	width:180px;
	background-color:#f4f1dd;
	vertical-align:top;
	text-align:center;
	padding-bottom:30px;
}

table#listingsTable td#listingsMain div.listing-full-inner h1{
	font-size:18px;
}

div#memberNote{
	font-size:10px;
	font-weight:bold;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
}

span.stripe-cat-name{ 
	color:#4d85cf;
}



