/* ---- views.css ----- */
/* ---- This CSS file defines styles for the views ----  */
/* ---- Created 5/09/08 by John Gallagher ---- */

/* ---- For places listing ---- */

/* ---- Image replacement for table headings ---- */

table.PlacesListTable th div span{
	display:none;
}

table.PlacesListTable th div.VolOpps{
	padding:0;
	margin:0;
	background: url('/images/categoryheadings/VolOpps.gif') no-repeat top center;
	height:100px;
	width:30px;
}

table.PlacesListTable th div.Textiles{
	padding:0;
	margin:0;
	background: url('/images/categoryheadings/Textiles.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Clothes{
	padding:0;
	margin:0;
	background: url('/images/categoryheadings/Clothes.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Books{
	padding:0;
	margin:0;
	background: url('/images/categoryheadings/Books.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.BricaBrac{
	padding:0;
	background: url('/images/categoryheadings/BricaBrac.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.BabyWear{
	background: url('/images/categoryheadings/BabyWear.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.SElec{
	background: url('/images/categoryheadings/SElec.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.LElec{
	background: url('/images/categoryheadings/LElec.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.SFurn{
	background: url('/images/categoryheadings/SFurn.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.LFurn{
	background: url('/images/categoryheadings/LFurn.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Carpets{
	background: url('/images/categoryheadings/Carpets.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Bikes{
	background: url('/images/categoryheadings/Bikes.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.IT{
	background: url('/images/categoryheadings/IT.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Ink{
	background: url('/images/categoryheadings/Ink.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Wood{
	background: url('/images/categoryheadings/Wood.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.Mobiles{
	background: url('/images/categoryheadings/Mobiles.gif') no-repeat top center;
	height:100px;
	width:30px;
}
table.PlacesListTable th div.EnvOrg{
	background: url('/images/categoryheadings/EnvOrg.gif') no-repeat top center;
	height:100px;
	width:30px;
}

table.PlacesListTable th{
	background: #9BCF50;
	padding:0;
	margin:0;
}

/* ---- Image replacement for cat icons in cells --- */

table.PlacesListTable td div span.inner{
	display:none;
}

table.PlacesListTable td div{
	height:15px;
	width:15px;
}


/* ---- Image replacement for ticks in cells --- */

/*table.PlacesListTable td div span{
	display:none;
}

table.PlacesListTable td div{
	background: url('../../images/categoryicons/10.png') no-repeat center center;
	height:20px;
	width:30px;
}
*/

table.PlacesListTable td {
	background: #DCFCB3;
	padding:0;
	margin:0;
}


/* ---- For place show ----*/

div.PlaceShowRight div#map-search{
/*	visibility:hidden; 
	background:#B00; */
}


div.PlaceShowRight{
	
}
div.PlaceShowLeft{
	
}