/*  Controls Management */
#ContentPage{padding:0 10px 55px 15px;}

#ProductControlsContainer {
	float: right; 
	margin:49px 0 0 0;
	padding: 0 12px 0 0;
}

/*  Content Wrappers*/
#ProductContentPageWrapper { background:#ffffff; }
#ProductContentPage {
	width:716px;
	border-top:1px solid #003366;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	padding:12px 8px 4px 8px;
}
#ProductContentPage h3 {
	width:300px;
	font-family: Gill Sans,Arial;
	font-size:medium;
	font-weight:bold;
	color:#6C9DCE;
	margin:0px;
	padding-bottom:4px;
	margin-bottom:4px;
}
#ProductContentPage h3 .h3Ln2 { color:#003366; }
/* Slideshow */
#ProductContentPage #SlideShowWrapper {
	width:454px;
}
#ProductContentPage #SlideShowImage {
	width:450px;
}

/*  Resort Scorecard */
/*
#ProductScorecard {
	float:right;
	width:198px;
	border:1px solid #6C9DCE;
	padding:1px;
	margin-bottom:15px;
}
h4 {
	display:block;
	color:#ffffff;
	background:#6C9DCE;
	font-size:small;
	padding:2px;
	margin:0px;
}
div#ProductResortScorecard div#ProductScorecard div.ProductScorecardRow div.ProductScorecardCol1 {
	float: left;
	width: 135px;
	padding: 2px;
}
div#ProductResortScorecard div#ProductScorecard div.ProductScorecardRow div.ProductScorecardCol2 {
	float: right;
	margin-right: 5px;
	text-align: right;
	width: 45px;
	padding: 2px;
}
div#ProductResortScorecard div#ProductScorecard div.ProductScorecardRowBg {
	background:#E9F0F8;
	width: 100%;
}
div#ProductResortScorecard div#ProductScorecard div#ExtraFeatures { 
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
div#ProductResortScorecard div#ProductScorecard a { 
	color:#FF6600; 
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
div#ProductResortScorecard div#ProductScorecard span.paleBlue { color:#6C9DCE; }
*/

/* General Form Table - Used in Price Panels */
#generalFormTable {
	padding:1px;
	border: #6C9DCE 1px solid;
	width:100%;
}
#generalFormTable tr.header {
	height: 24px;
	background: url('../pics/productResortTabsBg.jpg') repeat-y top left;
	color:#FFFFFF;
}
#generalFormTable tr {	background: #EBF0F8; }
#generalFormTable tr.alt { background: #FFFFFF; }
#generalFormTable td { 
	width: 100px;
	border-right:0px; 
	border-right:#003366 solid 1px;
	}
#generalFormTable td.noRHBorder { border-right:0px; }

#cProductAccommodationSearchFilter a.cClearFilter {text-decoration:none; color:#FF9900; font-weight:bold;}
#cProductAccommodationSearchFilter a.cClearFilter:hover { text-decoration: underline; }