@charset "utf-8";
/* CSS Document */

.page_title{ font-size:20px; color:#000000; margin:10px 10px 20px 0; font-weight:bold; }
    .page_title a{color:#000000; text-decoration:none; }
	.page_title a:hover{ text-decoration:underline; }
#page_showing{ color:#000000; font-size:14px; }
    #page_showing div{ float:left; width:48%; text-align:right; }
#villa_listing{ color:#273144; margin-top:20px; padding:6px; text-align:justify; }
   #villa_listing .villas{ width:665px; background:#847a67; margin:0; }
       .villa_title{ width:100%; font-size:14px; font-weight:bold; padding:5px 0 5px 0; }
           .villa_title a{color:#fff; text-decoration:none; padding-left:10px; }
		   .villa_title a:hover{ text-decoration:underline; }
		   .villa_title div{float:left; text-align:right; padding:5px 0 5px 0;}
       .villa_descr_row0{ background-color:#ad9f86; padding:5px 5px 20px 5px; line-height:150%; }
	   .villa_descr_row1{ background-color:#c8bdaa; padding:5px 5px 20px 5px; line-height:150%; }
   #villa_listing table{ margin-bottom:10px; }
   #villa_listing table a { font-size:15px; font-weight:bold; color:#990000; text-decoration:none; } 
   #villa_listing table a:hover { border-bottom:1px dotted #990000; }   
   #villa_listing table td p{ text-align:justify; font-size:12px; line-height:14px; }
   #villa_listing table td{ text-align:justify; }
   
