@charset "utf-8";

@import url("../../css/tier_three_master.css");

/*enjoy*/

/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #81a47d;
	text-align: center;
	width: 780px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
}

#nav_two a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#dde6dc;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #dde6dc;
}

/* tier two sub navigation*/

#nav_two_sub {
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav_two_sub a{
	text-decoration: none;
	color: #666666;
}
#nav_two_sub a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}


#subject a {
	color:#333333;

}
#booking h2 {
	font-size: 14px;
	color: #81A47D;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#subject .hot_deal a {
	color: #FF3300;
	text-decoration: underline;
	font-size: 10px;
}
#subject .hot_deal a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #FF3300;
}
#subject .hot_deal  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 85px;
}
#subject .close a {
	color: #FF3300;
	text-decoration: underline;
	font-size: 10px;
}
#subject .close a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	background-color: #FF3300;
}
#subject a{
	font-weight: bold;
}

