html { 
    height: 100%;
    margin-bottom: 1px;
}

#travelTipsHeader{
	width:564px;
	margin:0 auto;
	margin-top:15px;
}

#interiorHeaderText{
	font-weight:normal;
}

.travelTipsHeaderText{
	margin-top:10px;
	font-weight:normal;
}

.travelTipsContainer{
	margin:15px 15px 20px 25px;
	width:100%;
	clear:both;
}

.tip_accordion_toggle{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#9b9981;
	cursor:pointer;
}

.tip_accordion_toggle_active{
	color:#f69523;
}

.tip_accordion_toggle:hover{
	color:#f69523;
}

.tip_accordion_toggle_nested:hover{
	color:#f69523;
	cursor:pointer;
}

.tip_accordion_toggle_nested{
	font-weight:normal;
	margin-bottom:3px;
	color:#333333;
	padding-left:10px;
	margin-left:5px;
	background-image:url(/img/interior/tip_bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.tip_accordion_toggle_nested_active{
	color:#333333;
	font-weight:bold;
	background-image:none;
	padding-left:0;
	margin-left:0;
}

.tip_accordion_toggle_nested_active:hover{
	color:#333333;
}

.all_tip_accordion_content{
	/*display:none;*/
	height:0px;
	overflow:hidden;
	margin-bottom:10px;
}

.tip_accordion_content{
	margin-left:20px;
}

.tip_accordion_content_nested{
	width:520px;
	padding:10px;
	margin-bottom:5px;
	/*margin-left:20px;*/
	background-color:#fff;
	border:solid #ccc 1px;
	color:#333333;
}