@charset "UTF-8";
/* CSS Document */
.descriptionUL {
	margin-top: 5px;
	list-style-type: disc;
}
.footerUL {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 9px;
}
.footerUL li {
	margin-top: 5px;
}
.footerUL li a {
	margin-top: 5px;
	text-decoration: none;
	color: #666;
}
.footerUL li a:hover {
	margin-top: 5px;
}
.footerUL li a:active {
	margin-top: 5px;
}
.footerUL li a:visited {
	margin-top: 5px;
}
.countryResortUL {
	padding: 0px;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: capitalize;
}
.countryResortUL li {
	margin-top: 5px;
}.countryResortUL a {
	text-decoration: none;
	color: #333;
}
#tabs #data ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	padding-left: 15px;
	list-style-type: disc;
}
#tabs #data ul li {
	margin-top: 3px;
}