/* BOOKING STRATEGIES MODULE */

#booking_strgy_container
{
	position:relative;
	clear:left;
	margin:0px 3px 10px 4px;
	padding-bottom:13px;
	width:653px;
	background:url('../images/bgbottom.gif') bottom left no-repeat;
}

	#secfront_body #booking_strgy_container
	{
		font-size:12px;
	}

#booking_strgy_container h2,
#secfront_body #booking_strgy_container h2
{
	display:block;
	margin:0px;
	padding:20px 15px 10px 95px;
	height:31px;
	background:url('../images/bgtop.gif') no-repeat top left;
	overflow:hidden;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	line-height:1.2em;
	text-transform:uppercase;
	color:#000;
}

#booking_strgy_container div.booking_strgy_bodytext,
#booking_strgy_container div.booking_strgy_bodytext2
{
	padding-left:44px;
	padding-right:34px;
	background:url('../images/bg.gif') repeat-y;
}

#booking_strgy_container div.booking_strgy_bodytext
{
	padding-top:10px;
	padding-bottom:15px;
}


#booking_strgy_container div.booking_strgy_bodytext p
{
	margin-bottom:0px;
	padding-bottom:15px;
	
	line-height:1.3em;
}


#booking_strgy_container div.booking_strgy_bodytext #bs_expand,
#secfront_body #booking_strgy_container div.booking_strgy_bodytext #bs_expand
{
	display:block;
	position:absolute;
	bottom:10px;
	/* right:15px; */
	padding-right:10px;
	background-image:url('../images/arrow_down.gif');
	background-color:transparent;
	background-position:center right;
	background-repeat:no-repeat;
	outline:none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0f665e;
	font-weight:bold;
	text-transform:none;
	text-decoration:none;
}



#booking_strgy_container div.booking_strgy_bodytext #bs_expand.arrow-up,
#secfront_body #booking_strgy_container div.booking_strgy_bodytext #bs_expand.arrow-up
{
	background-image:url('../images/arrow_up.gif');
}
