/* toolbar styles */

#leftBlankToolbar {
	float: left;
}

#toolbar {
	float: left;
}

/* column styles */

#centerContainerFullPage {
	background-image: url(http://ahongkongdisneyland.disney.go.com/media/hkdl_v0200/zh_CN/css_images/backgrounds/fullPage.gif);
	background-repeat: no-repeat;
}

#centerColumnFullPage .pad {
	margin: 0px 27px 25px 15px;
	padding-top: 5px;
}

#centerColumnFullPage #fullPageDotsHoriz {
	font-size: 2px;
	background-image:  url(http://ahongkongdisneyland.disney.go.com/media/hkdl_v0200/zh_CN/css_images/dots/fullPageDotsHoriz.gif);
	background-repeat: repeat-x; 
	height: 2px;	
	/* 
		diff value in diff page; 
		min height 2 must be defined, otherwise, the line-of-dots will not display in firefox;
		greater height contributes to the space below the line-of-dots;
	*/ 
/*	width: 704px;	/* diff value in diff page */
}

#centerColumnFullPage h1{
	font-size: 22px;
	font-family: Song;
	color: #A82E27;
	margin-top: 0px;
	padding-top: 0px;
/*	margin-bottom: 19px;	/* diff value in diff page */
}

#centerColumnFullPage h2{
	font-size: 13px;
	color: #A82E27;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 14px;
	font-weight: normal;
}

/* enhanced media styles */
#enhancedMedia {
	width: 760px;
	height: 22px;
}

#fullPageToolbar {
	padding-bottom: 40px;
}

#fullPageToolbar #leftBlankToolbar {
	width:275px;
}

#fullPageToolbar #toolbar {
	width:485px;
	height: 25px;
}

#fullPageToolbar #toolbar #toolbarNav {
	width:485px;
}

