@charset "utf-8";
/* CSS Document */

/* view product*/
.width100{
width:100%;
}

#view_property {
	margin:auto;
}
	
#view_property form {
	padding:0px;
	margin:0px;
}

#view_property .Pricebox{
margin-bottom:10px;
}

#view_property .propertydetails p{
line-height:9px;
}

#OptComboPriceEx{
font-size:200%;
color:#ff6600;
font-weight:bold;
}

#productimage {
	float:left;
	height:230px;
	width:230px;
	overflow:hidden;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
}

#productoptions{
margin-left:415px;
border:1px dotted #666;
padding:5px;
background-color:#f7f7f7;
width:265px;
display:none;
}

#view_desc{
	width:680px;
	float:left;
	margin-top:5px;
	padding:5px;
	border:1px dotted #999;
	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 {
	margin:0px;
	list-style:none;
	float:left;
	/*
	border-left:1px dotted #666666;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	*/
	width:110px;
	height:110px;
	overflow:hidden;
	margin:3px;
}

/* end of property Gallery*/

/* verticle layout for product results*/
.vert_products{
float:left;
width:100%;
/*border-top:1px dotted #999;
border-left:1px dotted #999;
border-right:1px dotted #999;*/
margin-bottom:5px;
margin-top:10px;
min-height:185px;
_height:185px;
}

.vert_products .vert_header{
background-color:#ff6600;
/*border-bottom:1px dotted #999;*/
font-size:100%;
padding-top:10px;
padding-bottom:10px;
padding-left:5px;
color:#fff;
}


.vert_products .vert_image{
width:150px;
height:150px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
float:left;
}

.vert_buttons{
/*border-top:1px dotted #999;
border-bottom:1px dotted #999;*/
background-color:#eee;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
clear:left;
}

.vert_products .vert_details{
/*border-left:1px dotted #999;*/
min-height:130px;
_height:130px;
width:37%;
text-align:left;
padding:10px;
float:left;
}

.vert_products .vert_prices{
/*border-left:1px dotted #999; */
min-height:130px;
_height:130px;
padding:10px;
width:25%;
text-align:right;
float:right;
}


.vert_products .price_display{
font-size:200%;
font-weight:bold;
text-align:right;
color:#ff6600;
}

.vert_products .vert_viewimage{
height:13px; 
width:560px;
}

/* end of verticle layout for product results*/

/* results tab*/

.Tab a{
text-decoration:none;
}
.Tab{
	float:left;
	width:100%;
	border-right:1px dotted #999;
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	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 dotted #999;
	padding:5px;
}
.Tab .records{
	text-align:right;
	padding:5px;
}

.Tab .navigate{
	text-align:center;
	height:20px;
	color:#999999;
}
.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:30px;
width:186px;
height:330px;
}
.property_search form{
margin:0px;
padding:0px;
}

.property_search label{
font-weight:bold;
line-height:20px;
}

.property_search h3{
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*/
