p {
	font-size:14px;
	line-height:24px;
}

.destination-map {
	margin:0 0 10px 0;
	border:1px solid #e8e8e8;
}

.destination-climate {
	margin-bottom:10px;
}

/*********************** PRODUCT BLOCK ***************************************/

.product-block-header {
	background-color:#f4aa00;
	color:#FFFFFF;
}

.product-block-header h2{
	color:#ffffff;
}

/******************** cities-within ***********************/

.cities-within ul {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:10px;
}

.cities-within ul li {
	padding:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	background-color:#1c1c1c;
}

.cities-within-left {
	width:380px;
	float:left;
}

.cities-within-right {
	width:30px;
	float:right;
	text-align:right;
}

.cities-within ul li a{
	color:#ffffff;
	background-color:#1c1c1c;
}

.cities-within ul li a:hover {
	color:#f4aa00;
	background-color:#1c1c1c;
	cursor:pointer;
}
