@charset "utf-8";
/* CSS Document */

/* view product*/

#propertyinfo{
float:right;
padding:20px;
}

.width100{
width:100%;
}

#view_property {
	margin:auto;
}
	
#view_property form {
	padding:0px;
	margin:0px;
}



#productimage {

	height:250px;
	width:250px;
	overflow:hidden;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	background:#f7f7f7;
}

#productimage .mainimage{
	max-height:250px;
	max-width:250px;
}

#view_desc{
	float:left;
/*	width:740px;*/
	margin-top:5px;
	padding:5px;
/*	border-top:1px solid #cfcfcf;
	border:1px solid #cfcfcf;
	background-color:#f7f7f7;*/
}


#back2top {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	float:left;
}
/* end of view product*/


/* property Gallery */
#propertygallery {
	margin:0px;
	padding:0px;

}
#propertygallery ul {
	margin:0px;
	padding:0px;

}
#propertygallery li {
	float:left;
	margin:0px;
	list-style:none;
	/*
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	*/
	width:110px;
	height:110px;
	overflow:hidden;
	margin:1px;
}

#propertygallery .galleryimages{
max-height:110px;
max-width:110px;
}

/* end of property Gallery*/

/* verticle layout for product results*/
.vert_products{
float:left;
width:100%;
/*border-top:1px solid #cfcfcf;
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;*/
margin-bottom:5px;
margin-top:10px;
min-height:185px;
_height:185px;
border-bottom:1px solid #cfcfcf;
font-size:80%;
}

.vert_products .vert_image{
width:150px;
height:150px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
float:left;
}

.vert_products .vert_image .propertylistimage{
max-height:150px;
max-width:150px;
}

.vert_products .vert_info{
/*border-left:1px solid #cfcfcf;
min-height:130px;
_height:130px;*/
text-align:justify;
margin-left:160px;
}



.vert_products .price_display{

}

.vert_products .vert_prices{
color: #060;
margin-bottom:15px;
font-weight:bold;
font-size:120%;
}



.vert_products .vert_header{
font-weight:bold;
margin-bottom:10px;
}

.vert_products .vert_header p{

font-weight:bold;
line-height:0.2em;
}

.vert_products .vert_header p a{
text-decoration:underline;
}

.vert_products .vert_details{
}

.vert_products .vert_viewimage{
height:13px; 
width:560px;
}

.vert_buttons{
/*border-top:1px solid #cfcfcf;
border-bottom:1px solid #cfcfcf;*/
padding-top:5px;
padding-bottom:5px;
clear:left;
}

/* end of verticle layout for product results*/

/* results tab*/

.Tab a{
text-decoration:none;
}
.Tab{
	float:left;
	width:100%;
	font-size:80%;
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin-top:10px;
	margin-bottom:5px;
}
.Tab .textbox{
	padding:0px;
	margin:0px;
}

#orderby{
font-size:11px;
}

#show{
font-size:11px;
}

.Tab .buttons{

	vertical-align:bottom;
} 
.Tab .ResultList{
	background-color:#f7f7f7;
	padding:5px;
	padding-top:20px;
	vertical-align:bottom;
	text-align:left;
}

.Tab .ShowRecords{
	width:400px;
	padding:5px;
	text-align:left;
}
.Tab td{
	border-top:1px solid #cfcfcf;
	padding:5px;
}
.Tab .records{
	text-align:right;
	padding:5px;
}

.Tab .navigate{
	text-align:center;
	height:20px;
	color:#cfcfcf;
}
.Tab img{
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
.Tab .navigate strong{
	padding:5px;
	font-weight:700;
}
/* end of results tab*/


/* Side Property Search box*/

.property_search{
margin:0px;
padding:0px;
font-size:75%;
padding-left:10px;
padding-top:35px;
width:186px;
height:230px;
background-image:url(../images/property_search.png);
background-repeat:no-repeat;
background-position:top;
margin-bottom:10px;

}
.property_search form{
margin:0px;
padding:0px;
}

.property_search label{
font-weight:bold;
line-height:20px;
}

.property_search h3{
display:none;
font-weight:bold;
font-size:125%;
}

.property_search .searchbtn{
padding-top:5px;
border:0px;
}

.property_search select{
width:175px;
padding:3px;
font-size:100%;
}

.property_search div{
padding-bottom:5px;
}

/* End of Side Property Search box*/
