/*These styles used to be in interior.css. Styles have been moved as to not conflict with the MCC driven pakages pages. -RG*/
/* ----- Packages layout -----------------------------*/
div#content div.package-wrapper {
	border-top: 1px solid #7a7a7a;
	margin-bottom: 2em;
	padding: 12px 15px 0 15px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("../images/interior/package-wrapper-bg.gif");
	}
		

*:first-child+html div.package-wrapper {
	min-height:1%;  /* the star html hack below doesn't work for IE7, so I'm feeding another height to IE7 */ 
	}

* html div#content div.package-wrapper {
	height: 0; /* fixes disappearing text in IE/Win */
	}

div.package-photo {
	display: inline;
	float: left;
	width: 127px;
	}

div.package-photo img {
	border: 1px solid white;
	}

body#section-golf div.package-content { margin-bottom: 10px; }

div.package-content {
	/* margin-left: 135px; */
	display: inline;
	float: left;
	width: 300px;
	margin-left: 8px;
	/* padding-top: 5px; */
	}

/*
div.bestseller div.package-content {
	background: url("../images/interior/icon-bestseller.gif") no-repeat right top;
	}
*/

div.bestseller { display: inline; float: right; width: 75px; }

div#content div.package-wrapper h2,
body#section-golf div#content div.package-content h2
 {
	margin: 0 0 0.1em 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #445055;
	}

div#content div.package-wrapper h3,
body#section-golf div#content div.package-content h3 {
	margin: 0 0 0.1em 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #445055;
	}

div#content div.package-wrapper h4,
body#section-golf div#content div.package-content h4 {
	margin: 0 0 0.1em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #445055;
	}

div#content div.package-wrapper p,
body#section-golf div#content div.package-content  p{
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.2em;
	}

div#content div.package-wrapper ul, div#content div.package-wrapper ol,
body#section-golf div#content div.package-content ul,
body#section-golf div#content div.package-content ol {
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: 2.5em;
	font-size: 1.1em;
	line-height: 1.2em;
	}

div#content div.package-wrapper ul ul, div#content div.package-wrapper ul ol, 
div#content div.package-wrapper ol ol, div#content div.package-wrapper ol ul,
body#section-golf div#content div.package-content ul ul,
body#section-golf div#content div.package-content ol ol,
body#section-golf div#content div.package-content ul ol,,
body#section-golf div#content div.package-content ol ul {
	font-size: 1em;
	}

div.package-reserve {
	clear: both;
	text-align: right;
	}


