/* CSS Document */
/* root element for tabs  */
ul.css-tabs { 
	font-family:Arial, Helvetica, sans-serif; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #f1f1f1;
	width:700px;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #f1f1f1;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a.promotiontab { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #f1f1f1;	
	border-bottom:0px;
	height:20px;
	background-color: #CC0000 ; /*#ffb400*/
	color: #fff;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a.promotiontab:hover { 
	background-color: #FF9933;
	color: #000000;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#fff;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
font-family:Arial, Helvetica, sans-serif;  !important    font-size:12px;!important 
	display:none;
	border:1px solid #f1f1f1;
	border-width:0 1px 1px 1px;
	/*min-height:150px;*/
	padding:15px 20px;
	background-color:#fff;	
}
div.css-panes div p{
	font-family:Arial, Helvetica, sans-serif;  !important    font-size:12px;!important  color: #00FF00; }
div.css-panes div span{
	font-family:Arial, Helvetica, sans-serif;  !important    font-size:12px;!important color: #00FF00 ; }



div.css-panes div.rooms {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border:0;
	padding:5px;
	min-height:80px;
	/*padding:15px 20px;*/
	background-image: url(../../images/rooms_bg.png); background-position:bottom; background-repeat:repeat-x;
	border-bottom:#a7b7c7 1px solid;
	background-color:#efeeee;
	margin-bottom:20px; 
	/*padding-bottom:20px;*/
}
div.css-panes div.facts_title {	border:0;  background-image:url(../../images/_resort_title.png); width:647px; height:26px; background-repeat:no-repeat; padding:0 20px 0 0; 	
}
	
div.css-panes div.rooms ul{  
	list-style:none;
	margin:0;
	padding:0;
}

div.css-panes div.rooms ul li{  
	margin:0;
	padding:0;
}

div.css-panes div.resorts_facts {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border:0;
	padding:5px;
	min-height:80px;
	/*padding:15px 20px;*/
	background-image: url(../../images/bg_items_facts_resorts.png); background-repeat:repeat-x; background-position:bottom;
	margin-bottom:20px; background-color:#efeeee;
}

div.css-panes div.location {

	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border:0;
	padding:0px;
	min-height:80px;
	/*padding:15px 20px;*/
	/*background-image: url(../../images/rooms_bg.png); background-repeat:repeat-x;
	border-bottom:#a7b7c7 1px solid;
	background-color:#456486;*/
	margin-bottom:20px;
}

div.css-panes div.location div{

	font-family:Arial, Helvetica, sans-serif;
	display:block;
	border:0;
	padding:0px; text-align:center;
	/*padding:15px 20px;*/
	/*background-image: url(../../images/rooms_bg.png); background-repeat:repeat-x;
	border-bottom:#a7b7c7 1px solid;
	background-color:#456486;*/
	margin-bottom:20px;
}

/* alternate colors: skin2 */
ul.skin2 a {
	background-color:#d1dae2;		
	color:#8899aa; !important
}

.photo_room{
float:left; 
margin:0 10px 15px 0; border:#d1d1d1 2px solid; 
}
/* mouseover state */
ul.skin2 a:hover {
	background-color:#8899aa;
}

/* active tab */
ul.skin2 a.current {
	color:#375a7f;
	background-color:#fafafa;
	border-bottom:2px solid #fafafa;	
}

/* tab pane with background gradient */
div.skin2 div {
	color:#375a7f ;
	background-color:#fafafa;
	font-family:Arial, Helvetica, sans-serif;  !important
	font-size:12px;!important   }

	/*background:#234 url(http://static.flowplayer.org/img/global/gradient/h300.png) repeat-x scroll 0 -50px;*/
	/*min-height:400px;*/



