/* Layout : 1-General, 2-Structure, 3-Form, 4-Map, 5-Classes */  

 /* 1-General */ 
body {
	background-color: white; 	
	
 }
#paging {
	display		: block;
	text-align	: center;
}

#paging a, a#a_block:link, a#a_block, a#a_block:visited {
	line-height		: 30px;
	border			: 1px #aaa solid;
	padding			: 4px;
	text-decoration	: none;
	margin			: 2px;
	background		: #efe;
}
select {
	font-size:10px;
}

body {
	margin: 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

ul.menu,li.menu {
	font-style: italic;
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-indent: 1px;
}

a:link img, a:visited img {
	border-width	: 0px;
}

	
h1 {
	font-size: 15px;
	margin: 0;
}

h2 {
	font-size	: 14px;
	color		: #669933;
	
}
pre,h4,h5,h6 {
	margin		: 0;
	font-size	: 11px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
}
/* 2-Structure */ 
div#div_left {
	
	float		: left; 
	width		: 10%;	
	min-width	: 60px;
	clear		: left;
}
div#div_main {
 	float		: left; 
	width		: 65%;	
}

div#div_right {
	float		: left; 
	width		: 25%;
	min-width	: 100px;
	clear		: right;
	background  : #fff;
}

div#div_footer {
	border-width: 2px 0px 0px 0px;
	border-color: #87C48C;
	border-style: solid;
	text-align: right;
	padding: 2px 50px 2px 2px;
}

#mod_menu h4, h3 {
	border-bottom:2px solid #87C48C;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:22px;
	text-transform:uppercase;
}

#mod_menu a {
	display: block;
	margin: 0;
	padding: 1px 10px 1px 15px;
	border-bottom: 1px solid #ccc;
	background-color:#E2F8CA;
}

#mod_menu a:hover {
	padding: 1px 10px 1px 2px;
	display: block;
	border-width: 0px 0px 0px 13px;
	border-color: #333333;
	border-style: solid;
	border-bottom: 1px solid #ccc;
}

#div_property_detail_left {
	float		: left; 
	margin		: 0 2px 0 2px;
	width		: 48%;

}

#div_property_detail_right {
	float		: left; 

	width		: 48%;
	margin		: 0 2px 0 2px;
}

div#div_debug {
	text-align: left;
}

div#div_debug table {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
table#table_listing {
	padding: 0 2px 0 2px;
	
} 

table#table_listing th {
	text-align: left;
	font-size: 12px;
}

table#table_listing tr {
	vertical-align: middle;
}

table#table_listing td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	line-height:1.2em;
}




div#frame_home {
	text-align: center;
}


/**** 3-Forms *****/

.optional {
	background: #ddd;

}
.disabled {
	color:#aaa;	
}

form#frmPropertySearch select{
	width: 150px;
}

form.default select{
	width: 80px;
	border: 1px #ccc solid;
}

form.default option{
	border-bottom: 1px #aaa solid;
	text-transform: lowercase;
	text-indent: 3px;
}

.div_map_options {
	float: left; 
	height:120px; 
	display:block;
	margin: 0 5px 0 5px;
}

label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	text-align: left;
}

/* 4-MAP */

/* Google Map: lines
v\:* {
    behavior:url(#default#VML);
}
 */
div#sidebar_map {
	overflow: auto;
}

ul.gmapSidebar{
	margin: 0 0 1px 0px;
	padding: 0 0 1px 0px;
	text-indent: 1px;
}
.gmapSidebar li{
	border-bottom: 1px solid #CCC;

}

div#map {
	border: 0px #000000 solid;
}

.img_map_summary {
 	margin	: 2px;
	height	: 75px;
	width	: 100px;
}

.div_map_summary {
	min-width	: 350px;
	text-align	: center;
}

span.map_summary_price {
	color: #970000;
	font-weight: bolder;
}

table#table_map_listing {
	width: 400px;
}

/* 5-CLASSES */
.img_border, a:link img.img_border, a:visited img.img_border {
	border	: #888 solid 1px ; 
	padding	: 1px;
	margin	: 1px;
}



.even {
	background: #efe; 
}

.front_h1 {
	font-size: 18px;
	
}
