@charset "utf-8";
/* CSS Document */

/*
 * panels stuff
 */

.tab-container{
	margin:0 15px;
}

body.js .tab-container{
	position:relative;
	padding-top:50px;
	overflow:hidden;
	width: 830px;
}
.margin{
	margin-top:42px;}
.tabs{
	height:57px;
	width:100%;
	line-height:23px;
		.line-height:53px;
		_line-height:60px;
	padding-left:60px;
	
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/barra.jpg);
	background-repeat:repeat-x;

}

.tabs li{
	float:left;
	display:block;
}

.tabs a{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#934A02;
text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:108px;
}

.tabs li a:hover{
color:#660000;


}

.tabs li.active a{
color:#663300;

}

.tabs a.previous{
	text-indent:-5000px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:101px;
	height:56px;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:0px;
	}
	.tabs a.next{

	position:absolute;
	left:0;
	top:0;
	display:block;
	width:101px;
	height:56px;
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;


	margin-top:0px;
	margin-left:729px;
	}
	
	
	
.ame{
background-image:url(images/amenities.jpg);
background-repeat:no-repeat;}


body.js .panels{
	position:relative;
	width:9000px;
	left:0;
}

.panel{
	font-size: 14px;
	line-height: 20px;
	padding:15px 15px 0 290px;
	position:relative;
	border-bottom:1px solid #eee;
}

body.js .panel{
width:554px;
	_width:524px;
	float:left;
	height:248px;
	border:none;
	background-color:#fcf4d0;

}


.panel .image{
	position:absolute;
	left:15px;
	top:10px;
	padding:6px;
}

.panel .actions{
	position:absolute;
	left:560px;
	top:15px;
	list-style-type:none;
}

.panel li {
	margin: 4px 0;
}

/* tabs */
#get-it2 {
width:537px;

	padding:15px 15px 0pt 320px;
	_padding:15px 15px 0pt 279px;
}
#get-it {
width:537px;
_width:687px;

	padding:15px 15px 0pt 130px;
	_padding:15px -15px 0pt 100px;
}
#get-it p {
	width: 450px;
}
#get-it li {
	margin-left: 34px;
}
#get-it li.download_stable {
	list-style-image:  none;
	margin: 0;
}
#get-it li.download_stable a{
	text-align:center;
	display:block;
	width:240px;
	height:120px;
	line-height:140px;
	background:transparent url(images/download_btn.png) no-repeat;
}