@charset "utf-8";
/* Custom Styles for Secondary Page */

/*all pages*/

#containerbox {
	background: transparent url(/global/images/SecondaryPageBackgrounds/phillips.jpg) no-repeat scroll left top;
}

img{
	border:none;
}

.nobullet{
	list-style:none;
	margin-left:-24px;
}

.circlebullet{
	list-style-type:circle;
}

.squarebullet{
	list-style-type:square;
}

.bold{
	font-weight:bold;
}

.underline{
	text-decoration:underline;
}

ul#bullets li{
	list-style-type:circle;
}

ul#bullets ul li{
	list-style-type:square;
}

ul#bullets ul ul li{
	list-style-type:disc;
}

/*dressingroom.asp*/
ul#dressingroompics li{
	list-style:none;
	float:left;
	padding-right:20px;
}

/*etiquette.asp*/
.etiquettehead{
	text-transform:uppercase;
	font-weight:bold;
}

ol#etiquettelist li{
	margin-bottom:24px;
}

ol#etiquettelist li.lastitem{
	margin-bottom:0px;
}

/*booking.asp*/
#bookingparagraph{
	padding-bottom:24px;
}

#bookingparagraph p{
	margin-bottom:-12px;
}

#bookingparagraph #indent{
	margin-left:24px;
}
