.section{
	background:#E4E4E4;
}
ul.section{
	border-bottom:1px solid white;
	padding: 10px
}
.section li.section a{
	font-size:120%;
}
.section li a{
	font-weight:bold;
}

.section .price{
	font-size:1.1em;
	font-weight:bold;
	color:#FC7203;
}

li.section{
	cursor: pointer;
}
.subSection a{
	cursor: pointer;
}
.hid{
	float:left;
	width:200px;
}
.row_title{
	width:360px;
}
.row_price{
	min-width:70px;
	}
/* Tours*/
.content .section ul{
	padding:0;
	margin:0;
}
.section li{
	list-style:none;
	margin:0px;
	padding:3px;
	margin-bottom:-1px;
	display:inline;
}

.section .sectionLink{
	padding:10px;
	padding-bottom:9px;
	padding-top:11px;
	
}
.sectionRec{
	margin-top:20px;
	border-top:1px solid white;
}
.section .subSectionAndTours,.section .subSectionAndTours2{
	background:#E5F3F9; 
	padding:1px 0px;
	padding:10px;	
	overflow:hidden;
	
}

.section a.selected{
	background:#E5F3F9;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid #E5F3F9;
	position:relative;
	top:1px;
}

.section a{
	padding:5px 7px;
}


.subSection{
	list-style-type:circule;
	color: white;
}
.section .subSection li{
	width:200px;
	float:left;
}

.section table{
	border-collapse: collapse;
	width:100%;
}

.section td{
	border-bottom:1px solid white;
	padding:1px 5px 3px 5px;
}

.section .tours{
	clear:both;
	
}
.section table{
	border-top:2px solid white;
}
.section h2{
	margin-top:5px;
	margin-bottom:-5px;
}

