/*
//  #                                      
//  #       #  ####  ##### # #    #  ####  
//  #       # #        #   # ##   # #    # 
//  #       #  ####    #   # # #  # #      
//  #       #      #   #   # #  # # #  ### 
//  #       # #    #   #   # #   ## #    # 
//  ####### #  ####    #   # #    #  ####  
*/

@import url( "/www/css/reset.css" );
@import url( "base.css" );

body {
	font: small "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #6d5645 url('/skins/listing/launch1/shared/images/body.png') repeat;
	}

.bd {
    overflow: hidden;
}

/*  WRAPPER  */

#wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
	background: #ded0c9 url('/skins/listing/launch1/shared/images/sidebar.png') top right repeat-y;	
	}

/*  COBRAND  */

#cobrand {
	width: 98%;
	min-height: 60px;
	background: #ededed url('/skins/listing/launch1/shared/images/cobrand.png') bottom left repeat-x;
	border-bottom: 2px solid #aaa;
	border-top: 2px solid #fff;
	padding: 6px 1%;
	}
	
/*  HEADER  */
	
#header {
	padding: 15px;
	height: 75px;
	color: #fff;
	background: #3d3025 url('/skins/listing/launch1/shared/images/header.png') top left repeat-x;
	}
	
	#header #title {
		font-size: 250%;
		}
		
		#header #title small {
			font-size: 75%;
			font-weight: normal;
			}
			
	#header #description {	
		display: block;
		font-size: 120%;
		font-style: italic;
		margin-top: 10px;
		padding-left: 20px;
		color: #e7e28e;
		}	
		
	#header #price {
		float: right;
		width: 244px;
		height: 32px;
        margin: 0 -15px;
		padding: 42px 0 0 0;
		text-align: center;
		font-size: 200%;
		font-weight: bold;
		font-family: "Cambria", "Palatino", "Book Antigua", "Times New Roman", serif;
		}	
    
    #header #price span {
        position: relative;
    	}
    
    #header #price.rent {
		background: url('/skins/listing/launch1/shared/images/for-rent.png') top right no-repeat;
    	}
    
    #header #price.rent span {
        left: 12px;
    	}

    #header #price.sale {
		background: url('/skins/listing/launch1/shared/images/for-sale.png') top right no-repeat;
    	}
    
    #header #price.sale span {
        left: 12px;
    	}
    
    #header #price.saleorrent {
		background: url('/skins/listing/launch1/shared/images/for-sale-or-rent.png') top right no-repeat;
		width: 280px;
    	}
    
    #header #price.saleorrent span {
        left: 7px;
   		}

/*  MAIN  */

.moreLink {
    font-style: italic;
}
#roomMouseoverPanel .ft {
    display: none;
}
		
#main {
	float: left;
	width: 770px;
	}
	
	#main .content {
		float: left;
		padding: 25px 15px;
		width: 738px;
		border-top: 1px dotted #978d88;
		}
		
		#main .content h2 {
			font-size: 170%;
			margin-bottom: 20px;
			}
	
	/*  pitch  */
	
	#main #pitch {
		border-top: 0 !important;
		}
	
	#main #pitch #breadcrumb {
		margin: 0 0 20px 0;
		color: #6e625c;
		font-size: 110%;
		font-family: "Cambria", "Palatino", "Book Antigua", "Times New Roman", serif;	
		}
		
		#main #pitch #breadcrumb a {
			color: #244487;
			text-decoration: underline;
			}
			
		#main #pitch #breadcrumb strong {
			color: #111;
			}	
	
	#main #pitch table {
		float: left;
        table-layout: fixed; /* makes IE behave sanely and not exceed the state table width */
		width: 230px;
		margin-right: 25px;
		font-size: 95%;
		}	
		
		#main #pitch table th,
		#main #pitch table td {
			padding: 7px;
			}
		
		#main #pitch table th {
			font-weight: bold;
			}
			
		#main #pitch table tr.odd {
			background: #c6b7af;
			}	
			
		#main #pitch table tr.even {
			}	
			
	/*  features  */
	
	#main #features h2 {
		float: left;
		display: inline;
		}
			
	#main #features #dwelling {
		float: left;
		clear: left;
		width: 500px;
		margin-right: 25px;
		margin-bottom: 10px;
		}
		
		#main #features #dwelling #roof {
			width: 100%;
			height: 25px;
			background: url('/skins/listing/launch1/shared/images/roof.png') top left no-repeat;
			}
				
		#main #features #dwelling #floorplan {
			float: left;
			width: 100%;
			}	
			
			#main #features #dwelling #floorplan .floor {
				float: left;
				padding: 10px 2% 13px;
				width: 92%;
				background: #c6b7af;
				border-top: 1px solid #e6d7cf;
				border-bottom: 1px solid #a89b94;
				margin-left: 2%;
				}
			
			#main #features #dwelling #floorplan .top {
				border-top: 0 !important;
				background: #c6b7af url('/skins/listing/launch1/shared/images/roof-shd.png') top left repeat-x;
				}
				
			#main #features #dwelling #floorplan #ground {
				float: left;
				height: 7px;
				width: 100%;
				background: url('/skins/listing/launch1/shared/images/ground.png') top left repeat-x;
				}
				
			#main #features #dwelling #floorplan .below {
				border-top: 1px solid #a89b94 !important;
				background: #c6b7af;
				}		
				
			#main #features #dwelling #floorplan .floor h3 {
				font-size: 110%;
				margin-bottom: 3px;
				}	
				
			#main #features #dwelling #floorplan .floor .room {
				float: left;
				height: 35px;
				padding: 8px 2%;
				margin: 8px 3% 2px 0;
				text-align: center;
				color: #244487;
				background: #efe7e2;
				border: 1px solid #978d88;
				font-size: 95%;
				}	
				
				#main #features #dwelling #floorplan .floor .room:hover { 
					color: #fff;
					background: #2c539d; 
					border: 1px solid #244487;
					text-decoration: none;
					}
			
			#main #features #dwelling #floorplan .floor .last { 
				margin-right: 0; 
				}	
			
			#main #features #dwelling #floorplan .room { 
				width: 13%; 
				}			

	#main #features .list {
		margin: 15px 50px 15px 0;
        clear: both;
        overflow: hidden;
		}	
		
		#main #features .list#first {
			}	
		
		#main #features .list h3 {
			font-size: 120%;
			margin-bottom: 4px;
			}
		
		#main #features .list li, #roomMouseoverPanel .list li {
			list-style-type: square;
			margin-left: 15px;
			margin-bottom: 4px;
			font-size: 95%;
            float: left;
            width: 155px;
			}	

	/*  widgets  */

	#main .widget-col {
		float: left;
		width: 48%;
		margin: 0 2% 30px 0%;
		}
	
	#main .widget-col#right {
		margin-right: 0;
		}
	
	#main .widget {
		width: 100%;
		margin-bottom: 30px;
		}
	
		#main .widget.last {
			margin-right: 0;
			}

		#main .widget h3 {
			width: 320px;
			padding: 5px 10px 4px;
			color: #fff;
			background: #2e261f url('/skins/listing/launch1/shared/images/widget.png') top left repeat-x;
			border-top: 1px solid #514337;
			font-size: 110%;
			font-weight: normal;					
			}
	
		#main .widget .body {
			width: 310px;
			background: #c6b7af url('/skins/listing/launch1/shared/images/roof-shd.png') top left repeat-x;
			border-bottom: 1px solid #a89b94;
			padding: 4px 15px;
			font-size: 95%;
			}
			
			#main .widget .body p {
				padding: 8px 0;
				margin: 0;
				}

/*  SIDEBAR  */
	
#sidebar {
	float: left;
	width: 180px;
	padding: 0 15px;
	}
	
	/*  buttons  */
	
	#sidebar .button {
		display: block;
		width: 100%;
		margin: 15px 0;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		}
			
	/*  widgets  */
	
	#sidebar .widget {
		float: left;
		width: 170px;
		margin: 15px 0 15px 4px;	
		}

	#sidebar .widget h3 {
		width: 88%;
		padding: 5px 6% 5px;
		color: #fff;
		background: #2e261f url('/skins/listing/launch1/shared/images/widget.png') top left repeat-x;
		border-top: 1px solid #564638;
		font-size: 100%;
	
		font-weight: normal;	
		}

	#sidebar .widget .body {
		width: 88%;
		background: #ded0c9 url('/skins/listing/launch1/shared/images/widget-body.png') top left repeat-x;
		border-bottom: 1px solid #9b8d86;
		padding: 0 6%;
		font-size: 95%;
		}
		
		#sidebar .widget .body p {
			padding: 8px 0;
			margin: 0;
			}		

/*  FOOTER  */
	
#footer {
	clear: both;
	color: #ddd;
	background: #3c2f24 url('/skins/listing/launch1/shared/images/footer-bg.png') top left repeat-x;
	font-size: 90%;
	width: 950px;
	padding: 14px 15px 5px;
	}	
	
	#footer a {
		color: #fff;
		text-decoration: underline;
		}
