@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 250px;
	position: absolute;
	top: 0px;
	right: 18px;
	z-index: 1000;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	background-image: url(../images/bgCollapsiblePanelClosed.gif);
	background-repeat: no-repeat;
	height: 16px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	background-color: #F6F6F6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	z-index: 1000;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/**color: #990000;**/
	background-image: url(../images/bgCollapsiblePanelOpen.gif);
	background-color: #0079C2;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,
.CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: url(../images/bgCollapsiblePanelOpen.gif);
	background-color: #0079C2;/**color: #990000;**/
}

.CollapsiblePanelTab:focus {
	outline: none;
}

/**** begin CollabsiblePanel mods ****/
.CollapsiblePanelContent li {
	list-style-type: none;
	margin-bottom: 5px;
}

.CollapsiblePanelContent ul {
	padding: 0px;
	margin-left: 25px;
}

.CollapsiblePanelTab {
	line-height: 16px;
}

/**** listingDetails page mods ****/
#content #requestInfo.CollapsiblePanel {
	width: 300px;
	background-color: white;
	z-index: 2000;
	left: 15px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}

#content #requestInfo.CollapsiblePanelContent,
#content.listingDetails #virtualTours .CollapsiblePanelContent {
	width: 274px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background-color: #e9eff2;
	position: relative;
	float: left;
	z-index: 990;
}

#content.listingDetails .detailsLeft #virtualTours {
	width: 438px;
	border: none;
	position: relative;
	height: 210px;
	left: 0px;
}

#content.listingDetails #virtualTours .CollapsiblePanelContent {
	width: 427px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-bottom: solid 1px #CCC;
	z-index: 900;
}


#content.listingDetails #virtualTours .CollapsiblePanelTab,
#content.listingDetails #virtualTours .CollapsiblePanelTabHover,
#content.listingDetails #virtualTours .CollapsiblePanelOpen .CollapsiblePanelTab,
#content.listingDetails #virtualTours .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image: none;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 448px;
}


#content.listingDetails .CollapsiblePanelTab strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	left: -10px;
	width: 100%;
}


#content.listingDetails #virtualTours .CollapsiblePanelTab {
	padding-left: 0px;
	text-align: center;
	height: 24px;
	margin-left: 0px;
}


#content.listingDetails #requestInfo .CollapsiblePanelTab strong,
#content.listingDetails #virtualTours .CollapsiblePanelTab strong {
	color: #fefefe;
}
/****
#content.listingDetails #virtualTours .CollapsiblePanelTab strong {
	text-align: center;
	width:100%;
}
#wrapper #content .detailsLeft .absoluteContainer #virtualTours .CollapsiblePanelTab {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
****/

