/* ----------- REAL ESTATE CSS ----------- */

/*********** #suppermarketTab ***********/

#suppermarketTab .SMTabactive {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 140px;
}
#suppermarketTab .SMTabactive:hover {
	text-decoration: underline;

}
#suppermarketTab .SMTabnoneActive {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #EA0D16;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	width: 140px;
}
#suppermarketTab .SMTabnoneActive:hover {
	text-decoration: underline;
}
#suppermarketTab .TDon {
	background-color: #EA0D16;
}
#suppermarketTab .TDoff {
	background-color: #FFFFFF;

}

#SupperMarketContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#SupperMarketContent a {
	font-size: 11px;
	font-weight:normal;
	color: #000000;
}
#SupperMarketContent a:hover {
	font-size: 11px;
	color: #0064a7;
}
#SupperMarketContent .price, .NewsID, .cashActive {
	line-height: normal;
	font-size:11px;
	font-weight: bold;
	color: #EA0D16;
}
#SupperMarketContent .location, .saveID {
	line-height: normal;
	font-size:11px;
	color: #00913A;
	text-decoration: none;
}
#SupperMarketContent .cashActive {
	font-weight: normal;
	color: #EA0D16;
}
#SupperMarketContent .cash {
	font-weight: normal;
	color: #0BA047;
}

#viewRealestate .price {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
#viewRealestate .exchange {
	font-size: 11px;
	color: #0BA047;
}
#viewRealestate .exchangeActive {
	font-size: 11px;
	color: #FF0000;
}

/*--------------------------------------------*/

.borderDot {
	border: 1px dotted #0669B1;
}
#TypicalProject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EA0D16;
	text-decoration: none;
	line-height: normal;
}
/*--------------------------------------------*/
/*-------------Catalogue VLXD-------------*/
#CatVLXD .MainCat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0bb343;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-left: 12px;
}
#CatVLXD a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0067ac;
	font-weight: normal;
	text-transform: none;
	display: block;
	padding: 3px 5px 0px 20px;
	border-bottom: 1px solid #e7f2ff;
}
#CatVLXD a:hover {
	border-bottom: 1px solid #0067ac;
	display: block;
	padding: 3px 5px 0px 20px;
}
