/* Tour List page CSS */

.tli_wrapper {
	position: relative;
	background-color: #e7fcfc;
	width: 518px;
	border: #208585 1px solid;
	margin: 10px 0; 
/*	margin: 10px 0 10px 0; */
	padding: 0 0 10px 0;
}

.tli_desti {
	float: left;
/*	width: 80%; */
	width: 74%;
	color: #fff;
	background-color: #208585;
	padding: 5px 10px;
	font-weight: bold;
}
.tli_price {	
	text-align: right;
	color: #fff;
	background-color: #208585;
	padding: 5px 10px;
	font-weight: bold;
}
.tli_body {
/*	padding: 10px; */
	padding: 10px 10px 5px 10px;
}

.tli_body p {
	margin: 0;
/*	border: #000 solid 1px; */
}
#col2 img {
	float: left;
	margin: 0 10px 10px 0;
}
/*
.tli_morelink {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 498px;
	padding: 10px 0;
	text-align: right;
}
*/
.tli_morelink {
/*	position: absolute;
	bottom: 0; 
	left: 0; */
	width: 498px;
/*	padding: 5px 0; */
	text-align: right;
/*	border: #000 solid 1px; */
	clear:both; /* this  is instead of a clearing div */
}
.tli_morelink {
	background: transparent url(images/blue_arrow.gif) center right no-repeat;
	padding-right: 13px;
}
.tli_morelink:hover {
	background: transparent url(images/blue_arrow2.gif) center right no-repeat;
}