/* --- WEDDING.CSS -------------------------------------------------

   Styles used specifically for weddings wedding pages.
   Selectors are grouped by function/page element.
   Attributes for each selector are then listed alphabetically to
   make them easy to find. Please try and stick to this convention :)

------------------------------------------------------------------- */

/* -- PAGE LAYOUT (no right-hand column) ----------------------------------- */
.package_box h2 {
	background:transparent url(/brochures/weddings/_assets/images/general/box_top.jpg) no-repeat top left;
	margin:0;
	width: 587px;
	border-bottom:1px solid #ccc;
	padding-top:6px;
}
.package_box h2 img {
	margin: 0 0 5px 10px;
}
.package_box .content {
	background-image: url(/brochures/weddings/_assets/images/general/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:0;
	width: 587px;
	margin:0;
}
.package_box ul {
	padding-left:30px;
	padding-top:10px;
}
.package_box {
	margin-bottom: 1em;
}
.package_box .content p {
	padding:5px 0 5px 10px;
}
p.price {
	padding-left:10px;
	padding-bottom: 0.4em;
	font-weight:bold;
	color:#666666;
}
p.price b {
	color:#000000;
}


/* --- SUB-COLUMNS -------------------------------- */ 
/* use to divide centre section #main into columns of set widths
set up other widths here as required */
/* -- split into 228 px left col, 136 right col -- */
#imgAndOffers_Right {
	float:right;
	margin:0 0 0 10px;
	width:228px;
}
#imgAndOffers {
	margin:0 10px 0 0;
	width:228px;
	float:left;
}
.clearBoth > #imgAndOffers {
	margin-bottom: 15px;
}
#ratingAndFacilities {
	float:left;
	margin:0;
	width:136px;
}


/* --- TOP OF WEDDING INFO PAGE --------------------------------------------------- */

#rating p {
	float:left;
	font-weight:bold;
	margin-right: 0.3em;
}
#rating img.stars {
	float:right;
}
#facilities {
	clear:both;
}
#facilities p {
	font-weight:bold;
	margin-bottom: 0.2em;
}
#facilities ul {
	padding-left:17px;
}
.pageseparator {
	clear:both;
	width:587px;
}
