
li { list-style-type: none; }
.basic { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 186px;
	padding: 0 0 14px 0;	
	background: url(/images/bgrounds/basic.gif) no-repeat bottom left;
	margin: 0 0 10px 0;
}


.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a span {
	display: none;
}
.basic a.similar-homes,
.basic a.promotion,
.basic a.display-locations-white,
.basic a.display-locations-dark {
	cursor:pointer;
	display:block;
	height: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background: url(/images/text/similar-homes.gif) no-repeat 0 0;
}


.basic a.display-locations-white {
	background-image: url(/images/text/display-locations-white.gif); 
}
.basic a.display-locations-dark {
	background-image: url(/images/text/display-locations-dark.gif); 
}
.basic a.promotion {
	background-image: url(/images/text/promotion-dark.gif); 
}
#home .basic a.promotion {
	background-image: url(/images/text/promotion.gif);
}


div.similar-homes {
	background-color: #1d4574;
}
div.promotion {
	background-color: #7a8baf;
}
div.display-locations {
	background-color: #c2c9dc;
}

/*.basic a.selected {
	background-color: #00a0c6;	
	background-image: url(/images/text/promotion.gif);
}
*/






@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}