/* colour text title box for destinations page */

.activitytypeheader
{
	color:white;
	font-size: 16px;
	font-weight:bolder;
	margin:0px;
	padding:2px;
	margin-bottom:5px;
}

/* destinations page title boxs */

.destinationsbox, .destinationsbox1 
{
	margin:0px;
	padding: 10px;
	width:380px;
	margin-bottom: 4px;
	float:left;
}

.destinationsbox .showcontinent
{
	border-bottom: 1px solid #FFFFFF;
	width: auto;

	cursor: pointer;
	cursor: hand;
}

.destinationsbox h3 
{
	font-size: 20px;
	margin:0 0 10px 0;
	padding:0px;
}

.destinationsbox hr
{	
    color: #cccccc;
    background-color: #cccccc;
    border: 0;
    height: 1px;
}

.destinationsbox1 
{
	
}

.detailtextmain .showcontinent
{
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: auto;
	cursor: pointer;
	cursor: hand;
}

.destinationsbox1 h3 
{
	font-size: 20px;
	margin:0px;
	padding:0px;
}

.destinationsbox1 hr
{	
    color: #cccccc;
    background-color: #cccccc;
    border: 0;
    height: 1px;
}


.mapbullet
{
	padding:0px;
	margin:0px;
	margin-top:5px;
	position: relative;
	list-style-type: none;
	left:25px;
}

.mapbullethide
{
	display: none;
}



.mapbullet li
{		
	float: left;
	display:block;
	width: 150px;	
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-indent: 20px;
	margin-right: 22px;
	font-size:12px;
	
}

.detailtextmain .mapbullet li a
{	
	margin-left:5px;
	display:block;
	padding-bottom:10px;
}
