/* CSS Document */
/*
Classes for tiles "Buying,Selling and Renting" 
NB - the height and width dimensions will change depending on padding and width etc of child elements
*/
#topArea #tileHolder #buying { background: url(/webdata/graphics/homepage/buyingBg.jpg) no-repeat; height:97px; }
#topArea #tileHolder #selling { background: url(/webdata/graphics/homepage/sellingBg.jpg) no-repeat; height:99px; }
#topArea #tileHolder #renting { background: url(/webdata/graphics/homepage/rentingBg.jpg) no-repeat; height:91px; }
#topArea #tileHolder .tile { clear:both; width:300px; margin-top:10px; overflow:hidden;padding:0px 25px;}
#topArea #tileHolder .first { margin-top:0px; }
#topArea #tileHolder .tile .blue { font-size:18px;  color:#003c78; padding-right:16px; }
#topArea #tileHolder .tile .blue a{ font-size:18px;  color:#003c78; padding-right:16px; background:url(/webdata/graphics/blueArrow.gif) no-repeat right;}
#topArea #tileHolder .tile .blue a:hover {text-decoration:underline;}
#topArea #tileHolder .tile .innerText {color:#003d79; font-size:10px; width:150px;}
  