
/*My Tab  CSS */

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border: 1px dashed #999;
	width:685px;
	background:#e0e0e0;
	
	
}
.mytab{
	width:685px;
	height:auto;
	float:left;
}
.inner_content{
	width:auto;
	font-size:13px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-right:1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000 !important;
	display: block;
	font-size:13px !important;
	padding: 0 10px;
	 /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight:normal !important;
	font-family:Verdana, Geneva, sans-serif;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

/* My Tab Content */

.tab_container {

	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 685px;
	background: #fff;
	text-align:justify;
}

/*My Tab  CSS */


.tab_content{
	
	padding:0px;
	padding-top:10px;
}
#tab1 li{
	list-style-image:url(../images/arrow.png);
	list-style-position:inside;
	padding-left:5px;
	line-height:21px;
}
#tab2 li{
	
	line-height:22px;
	padding-left:10px;
	font-size:13px;
}
#tab3{
	
	line-height:22px;
	
	font-size:13px;
}
#tab3{
	padding-left:15px;
}
#tab5 li{
	list-style:none;
}
.main_heading{
	border-bottom:1px solid #CCC;
	background:#E0E0E0;
	padding:5px;
	color:#000;
	font-weight:bold;
}
.main_content_text{
	width:auto;
	height:auto;
}
.more_in_this{
	width:auto;
	height:auto;
	margin-top:10px;
}
.heading_more{
	font-weight:bold;
	background:#E0E0E0;
	padding:5px;
	color:#000;
	
}
.heading_text{
	width:auto;
	height:auto;
	background:#488F47;
}

ul.booking_btn{
	width:685px;

	

}
ul.booking_btn li{
	float:left;
	margin-left:10px;
	border:1px solid #CCC;
	border: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background: url(../images/top-navbg.jpg);
color: #fff;
cursor: pointer;
padding: 5px 10px;
display: block;
font-weight: bold;
text-decoration: none;

	list-style:none;
	
}
ul.booking_btn li:hover{
	background: #00F;
}
ul.booking_btn li a{
	text-decoration:none;
	color:#CCC;
	font-size:16px;
	
}
ul.booking_btn input{
	border:none;
	background:none;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:5px;
	
	
}
ul.booking_btn input:hover{

	color:#000;
}

.right_sidebar{
	width:250px;
	height:auto;
	float:right;
}
.trp_fa{
	width:auto;
	height:auto;
	margin-bottom:10px;
}
h4.su_head{
	font-size:12px;
	font-weight:bold;
	color:#000;
	background: none;
	border-radius:5px 0px 5px 0px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
		height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border:1px dashed #CCCCCC;
	padding-left:10px;
}
.trip_box{
	width:auto;
	border:1px dashed #CCCCCC;
	border-top:0;
	padding:5px;
	
}
table#trt{
	border-collapse:collapse;
}
table#trt{
	border-collapse:collapse;
}
table#trt td{
	padding:3px;
}
table#trt td.left{
	color:#000;
	font-size:11px;
	font-weight:bold;
}
ul.mores{
	padding:0 5px;
	list-style:none;
}
ul.mores li{
	background:url(../images/cat_li.png) bottom repeat-x;
}
ul.mores a{
	text-decoration:none;
	line-height:26px;
	color:#030;
}
ul.mores a:hover{
	color:#666;
}