@charset 'utf-8';
/*************************************************
*
*	project:  	liteTabs - Lightweight jQuery tabs plugin
*	author:   	Nicola Hibbert
*	url:	  	http://nicolahibbert.com/lightweight-jquery-tab-plugin/
*	demo:	  	http://www.nicolahibbert.com/demo/liteTabs/
*
/*************************************************/
/****************************************** Core */
.liteTabs { position: relative; margin: 0; padding: 0; overflow: hidden; width: 400px; font-size: 16px;  font-family: 'futura_bk_btbook';}
.liteTabs ul {overflow: hidden ; margin-top:25px; }
.liteTabs li { float: left; list-style-type: none; border-right:1px solid #fff; margin-right:16px; }
.liteTabs li a {  text-decoration: none; outline: 0; padding: 0 16px 0 0;
 color: #fff; font-weight:bold;  }
.liteTabs li.last{
border-right:none;	
}
.liteTabs a:hover {   color:#47afb8;  font-weight:bold; }
.liteTabs a:focus {  }
.liteTabs a.selected, .liteTabs a.selected:hover {  font-weight:bold; color:#47afb8; text-decoration:none;}
.liteTabs div { float: left;  padding:0px 0 0 0; }
.liteTabs div.selected { position: static !important }

/*************************************** Rounded */
.rounded ul { -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;  }
.rounded li a { -moz-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0 }
.rounded div { -moz-border-radius: 0 8px 8px 8px; border-radius: 0 8px 8px 8px }

/**************************************** Borders */
.borders ul { position: relative; top: 1px }
.borders li a { border: 1px solid #999; border-bottom: 0 }
.borders div { border: 1px solid #999 }

/****************************************** Boxed */
.boxed { padding: 2px; background: #Black; border: 1px solid #666 }
.boxed ul {	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(204,204,204)), color-stop(1, rgb(238,238,238))); padding:10px 0 0 0;
	background: -moz-linear-gradient(center bottom, rgb(204,204,204) 0%, rgb(238,238,238) 100%) }
	.speci_content ul{
	background:none;
	margin-top:0px;	
	}
	.speci_content ul li{
	list-style-type:none;
	border:none;
	line-height:21px;
	padding:2px 0 0 0;	
	}
	.amenities_list ul{
	
	margin-top:0px;	
	}
		