
	
/* @group Property Page Tabs
	-------------------------------------------------------------------------- */	
	
	/* new styles */
	ul#propertyTabs
	{
		padding: 0px 0px 0px 0px;
		margin: 0px 10px 20px 10px;
		background-image: url(../images/property-tab-list-border.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	
		ul#propertyTabs li
		{
			
			padding: 0px 0px 0px 0px;
			margin: 0px 2px 0px 0px;
			display: inline;
			float: left;
			background-image: none;
		}
		
			/* "Sliding Doors" technique used for tabs */
			/*  http://www.alistapart.com/articles/slidingdoors2/ */
			div#contentBody ul#propertyTabs li a,
				div#contentBody ul#propertyTabs li a span
			{
				background-image: url(../images/property-tab-idle.gif);
				background-repeat: no-repeat;
				display: block;
			}
			
				div#contentBody ul#propertyTabs li a
				{
					text-decoration: none;
					color: #ffffff;
					
					/* sliding door - left */
					padding-left: 10px;
					background-position: left 3px;
					border-bottom: 1px solid #62830b;
				}
				
					div#contentBody ul#propertyTabs li a span
					{
						/* sliding door - right */
						padding-top: 3px;
						margin-top: 6px;
						padding-right: 10px;
						background-position: right 3px;
						line-height: 22px;
						font-size: 13px;
					}
					
					div#contentBody ul#propertyTabs li a:hover,
						div#contentBody ul#propertyTabs li a:hover span
					{
						background-image: url(../images/property-tab-hover.gif);
					}
				
			/* Currently Selected Tab Element */
			div#contentBody ul#propertyTabs li.current a,
				div#contentBody ul#propertyTabs li.current a span,
				div#contentBody ul#propertyTabs li.current a:hover,
				div#contentBody ul#propertyTabs li.current a:hover span
			{
				background-image: url(../images/property-tab-current.gif);
				background-repeat: no-repeat;
				text-decoration: none;
					color: #62830b;
			}
				
				div#contentBody ul#propertyTabs li.current a
				{
					background-position: left top;
					border-bottom: 1px solid white;
				}
				
					div#contentBody ul#propertyTabs li.current a span
					{
						background-position: right top;
						margin-top: 3px;
						line-height: 25px;
						font-size: 14px;
					}
			
	/* @end Property Page Tabs  */
	
	
		.clearFix:after
	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
	
	.clearFix
	{display: inline-block;}
	
	* html .clearFix
	{ height: 1%; }
	
	.clearFix
	{ display: block; }

/* @end Auto Float Clearing */


