.businessHead {
	background: url( ../images/bg/Business.png ) no-repeat center top;
	width: 445px;
	height: 78px;
	}

.businessHeadTitle {
	margin: 8px 0px 2px 0px;
	font-weight: bold;
	color: #555555;
	}
	
.businessHeadClass {
	height: 20px;
	}
	
#Prompts {
	margin-top: 6px;
	line-height: 22px;
	font-size: 0.9em;
	color: #5555BB;
	}

.Prompt {
	padding: 2px;
	cursor: pointer;
	color: #555555;
	}

.PromptCurrent {
	font-weight: bold;
	}
	
.Prompt:hover {
	text-decoration: underline;
	}
	
#Tabs {
	visibility: hidden;
	margin: 4px 20px 0px 20px;
	}

#hiddenTabs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	}

#tabGeneral {
	margin-top: 6px;
	}

#tabGeneral .Content table td {
	font-size: 0.7em;
	vertical-align: middle;
	padding: 0px 2px 0px 2px;
	color: #555555;
	}
	
#tabGeneral .Content table td h3 {
	font-size: 1.1em;
	font-weight: bold;
	}
	
#Photos {
	width: 386px;
	height: 257px;
}

#Photos img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 386px;
	height: 257px;
	margin: 10px 2px 0px 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	}
	
#Avatars img {
	width: 90px;
	margin: 10px 4px 0px 4px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	}
	
#DescriptionContent {
	padding: 10px 20px 0px 20px;
	font-size: 0.9em;
	}

#DescriptionContent  p {
	margin-bottom: 10px;
	}
	
#DescriptionContent  img {
	width: 90px;
	}

#DescriptionContent  img.Left {
	float: left;
	margin: 0px 10px 6px 4px;
	}
	
#DescriptionContent  img.Right {
	float: right;
	margin: 0px 4px 6px 10px;
	}

#DescriptionPhotos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	}

#tabMore {
	margin: 10px 20px 0px 20px;
	}

.Renderings {
	margin-bottom: 20px;
	}
	
.renderingsTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
/*****************************/
	
.roomsTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
.Rooms {
	font-size: 0.9em;
	margin: 14px 20px 14px 20px;
	padding: 2px;
	}

.Rooms  table {
	text-align: center;
	}
	
.Rooms  td {
	padding: 2px;
	}
	
.Rooms  td.Left {
	text-align: right;
	}
	
.Rooms  td.Right {
	text-align: right;
	font-weight: bold;
	}
	
/*****************************/
	
.pricesTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
.Prices {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
	}
	
.Season {
	margin: 4px 20px 14px 20px;
	padding: 2px;
	border: outset 2px #FFFFFF;
	}
	
.SeasonTitle {
	font-size: 1em;
	font-weight: bold;
	}
	
.SeasonDates {
	}
	
.SeasonPrices {
	float: right;
	}
	
.SeasonPrices  td {
	padding: 2px;
	}
	
.SeasonPrices  td.Left {
	text-align: right;
	}
	
.SeasonPrices  td.Right {
	text-align: right;
	font-weight: bold;
	}
	
/*****************************/
	
.periodTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
.Period {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
	}
	
/*****************************/
	
.costTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
.Cost {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
	}
	
/*****************************/
	
.explanationTitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 4px;
	border-bottom: solid 1px #000000;
	padding: 0px 0px 4px 30px;
	width: 50%;
	}
	
.Explanation {
	padding: 10px 20px 0px 20px;
	font-size: 0.9em;
	}

.Explanation  p {
	margin-bottom: 10px;
	}
	
.Explanation  img {
	width: 90px;
	}

.Explanation  img.Left {
	float: left;
	margin: 0px 10px 6px 4px;
	}
	
.Explanation  img.Right {
	float: right;
	margin: 0px 4px 6px 10px;
	}

