/**************************************/	
/* APT LISTINGS (FURNISHED AND HOMES) */
/**************************************/


/* EXTRAS SUBMENU */

#extrasSubmenu {
   margin: 0;
   padding: 0;
   height: 20px;
   font-size: 11px;
   line-height: 20px;
   background-color: #999;
}

#extrasSubmenu li {
   margin: 0;
   /*padding: 0 1.5em;*/
   border-right: 1px solid #CCC;
   height: 20px;
   float: left;
   text-align: center;
   list-style-type: none;
   text-transform: lowercase;
}

#extrasSubmenu li a {
   display: block;
   color: #FFF;
   text-decoration: none;
}

#extrasSubmenu li a:hover {
   color: #000;
}



/* EXTRAS CONTENT */

#extrasContent {
   border-top: 2px solid #CCC;
}


#extrasContent .featureBlock {
   display: none;
   color: #FFF;
	width: 550px;
	background-color: #999;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 12px;
}

#extrasContent .featureBlock p {
	line-height: 1.3em;
	margin: 0px;
	padding: 0 20px 20px 20px;
}

#extrasContent .featureBlock .bullet {
   font-size: 9px;
}


#extrasContent .videoBlock {
   display: none;
   color: #FFF;
	width: 550px;
   background-color: #999;
	margin: 0;
	font-size: 12px;
}

#extrasContent .videoBlock table {
   width: 100%;
   background-color: #999;
}

#extrasContent .videoBlock .textCell {
   padding: 10px 0 0 0;
   vertical-align: top;
}


#extrasContent .videoBlock .textCell p {
   font-size: 10px;
	margin: 0 24px .5em 24px;
	padding: 0;
}

#extrasContent .videoBlock .textCell p a {
   color: #FFF;
   text-decoration: underline;
}

#extrasContent .videoBlock .textCell p a:hover {
   color: #000;
}



#extrasContent .videoBlock .textCell a.videoLink {
	font-size: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
   text-transform: lowercase;
   text-align: center;
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   padding: 5px 0;
	margin: .75em 24px 1.5em 24px;
}

#extrasContent .videoBlock .textCell a.videoLink:hover {
   color: #000;
}



#extrasContent .videoBlock .videoCell {
   padding: 0;
   width: 374px;
}

#extrasContent .videoBlock p {
	line-height: 1.3em;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	text-align: left;
}






#extrasContent .testimonialBlock {
   display: none;
	background-color: #999;
}


#extrasContent .testimonialBlock td {
   vertical-align: top;
}

#extrasContent .testimonialBlock #testimonialList {
	font-size: 10px;
	width: 175px;
	/*min-height: 260px;*/
	padding: 10px 0px;
	float: left;
}

#extrasContent .testimonialBlock a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0 24px .5em 24px;
	line-height: 1em;
}	

#extrasContent .testimonialBlock a:hover{
	color: #000;
}

#extrasContent .testimonialBlock a.videoLink {
   text-transform: lowercase;
   text-align: center;
   border-top: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   padding: 5px 0;
   margin-top: .75em;
   margin-bottom: 1.5em;
}



#extrasContent .testimonialBlock #testimonialText {
	border-left: 1px solid #CCC;
	padding-bottom: 1em;
}

#extrasContent .testimonialBlock #testimonialText p {
	font-size: 12px;
	color: #FFF;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 15px 0 15px;
}	




/* GENERAL PROPERTY LIST RULES */

ul#propertylist, 
#propertylist ol,
#propertylist ul li,
#propertylist ol li,
#propertylist h2
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

ul#propertylist {
   margin-top: 12px;
	border-top: 1px solid #999;
	color: #F70;
}

#propertylist li {
}


/* LIST HEADER RULES */

#propertylist li h2 {
   line-height: 28px;
   height: 28px;
   font-weight: normal;
   font-size: 17px;
	border-bottom: 1px solid #999;
   /*text-transform: lowercase;*/
}

#propertylist li h2 a {
   /*text-transform: lowercase;*/
	display: block;
	color: #F70;
	text-decoration: none;
	padding: 0px 4px 0px 0;
}

#propertylist li h2 a:hover {
	color: #666;
}

#propertylist li h2 a.active {
	color: #666;
}


/* LIST SUB-ITEM RULES */

#propertylist ol {
   display: none;
}
	
#propertylist ol li {
	font-size: 10px;
	line-height: 1em;
	display: block;
	margin: 0;
	padding: 0;
}	

#propertylist ol li a {
   /*text-transform: lowercase;*/
	display: block;
	padding: 6px 0 7px 12px;
   color: #FFF;
	background-color: #666;
	text-decoration: none;
	border-bottom: 1px solid #888;
}

#propertylist ol li a:hover {
	background-color: #777;
}
