/*
 
Copyright (c) Enigma Interactive 2005

SOM2
Project:		DCH
Filename:		coHome.css
Description:	coHome layout
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	17/7/07		PG			added room link
1	29/9/05		PG			Created

*/

#Details{

}

#Details #DetailsMenu{
	overflow:hidden;
	width:100%;
}

#Details #DetailsMenu .details_item{
	float:left;

}

#Details #DetailsMenu .details_item span{
	display:none;
}

#Details #DetailsMenu .details_item a{
	width:210px;
	height:28px;
	display:block;
}

#Details #About.details_item a{
	background:transparent url('/images/home/details_about.gif') no-repeat 0px 0px;
	padding-right:1px;
}

#Details #Homes.details_item a{
	background:transparent url('/images/home/details_homes.gif') no-repeat 0px 0px;
	padding-right:1px;
}

#Details #Plot.details_item a{
	background:transparent url('/images/home/details_find.gif') no-repeat 0px 0px;
}


#Details #AboutHome.details_item a{
	background:transparent url('/images/home/details_housetype.gif') no-repeat 0px 0px;
}

#Details #Floor.details_item a{
	background:transparent url('/images/home/details_floor.gif') no-repeat 0px 0px;
}





#Details #DetailsContainer{
	background:transparent url('/images/home/details_panel_top.gif') no-repeat top left;
	margin-top:-2px;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding:10px 10px 20px 30px;
}

#Details #DetailsFooter{
	background:transparent url('/images/home/details_panel_bottom.gif') no-repeat top left;
	width:100%;
	height:40px;
}


#Details #DetailsMenu .details_item a.selected{
	background-position:bottom left;
}

#Details #DetailsMenu .details_item a:hover{
	background-position:0px -28px;
}

.devel_back{
	float:right;
}

.development_title{
	float:left;
	margin-top:0;padding-top:0;
}


.dev_top{
	overflow:hidden;
	width:100%;
	padding-bottom:1.5em;
}

.hometype_row{
	overflow:hidden;
	width:95%;
	padding:0em 0em 1em 0em;
}

.hometype_row_contents{
	overflow:hidden;
	width:100%;
	padding-bottom:1em;
	border-bottom:2px solid #8FBCD6;
}

.hometype_row_contents .thumbnail{
	float:left;
	width:160px;
}

.hometype_row_contents .thumbnail img{
	margin:1em 0em 0em 0em;
	border:1px solid #000;
}

.hometype_row_body{
	float:left;
	width:380px;
}

.large_image{
	float:right;
}

.large_image img{
	padding:1em 0em 1em 2em;
}

#Current_Dev{
	padding-left:100px;
}

#Current_Select{
	overflow:hidden;
	width:100%;
	padding:1em 0em;
}

#Current_Select .selectBox{
	float:left;
}

#Current_Select .goButton{
	float:left;
	padding-left:2em;
}

.dev_image{
	float:right;
	padding:1em 1em 2em 2em;
}

.roomPlannerLink{
	margin:20px 20px 20px 0;
	display:block;
	float:right;
}

.roomPlannerLink img{
	
}

/*
#HomeSearch{
}

#HomeSearch #SearchArea{
	position:relative;
	padding:30px 0px 0px 10px;		
}
#HomeSearch #SearchArea .row{
	position:relative;
	padding-bottom:30px;
}
#HomeSearch #SearchArea .label{
	position:relative;		
	width:120px;
	float:left;	
	font-weight:bold;
}

#HomeSearch #SearchArea .select{
	position:relative;	
	width:210px;	
	float:left;
}
#HomeSearch #SearchArea .select select{
	position:relative;	
	width:200px;	
}
#HomeSearch table .Number{
	
	width:70px;	
	text-align:center;
	padding-right:5px; 
}

#HomeSearch #ListArea .row h3{
	display:inline;
	padding-right:10px;
}*/