@charset "utf-8";


body{
	background-image: none;
	background-color: #000;
	color: #fff;
	position: relative;
}

#aman{
	padding: 20px;
	position: relative;
}

.name{
	/*margin-top: 8px;*/
}

.intro{
	/*margin-top: 5px;*/
	font-weight: bold;
	font-size: 150%;
	line-height: 1.4em;
}

.location{
	/*margin-top: 5px;*/
	font-size: 84%;
}

.description{
	border-top: solid 3px #363636;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 1.6em;
}

#slideShow{
	height: 426px;
	width: 640px;
}

div#text{
	width: 300px;
	_width: 280px;
	padding-right: 5px;
	_padding-right: 0px;
	overflow: auto;
	_overflow-x: visible;
	_overflow-y: auto;
	height: 426px;
	position: absolute;
	top: 20px;
	left: 680px;
	_left: 660px;
}

table.amanDetail{
	width: 100%;
	margin: 5px 0 5px 0;
	border-top: 1px dotted #333;
}

table.amanDetail-noBoder{
	border: none;
}

table.amanDetail td{
	padding: 5px 0 0 5px;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #333;
}

table.amanDetail th{
	padding: 5px 0 0 5px;
	width: 70px;
	vertical-align: top;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #333;
}

table.amanDetail th.w2{
	width: 90px;
}

table.amanDetail th.longWidth{
	width: 90px;
}

table.amanDetail tr{
	padding: 5px 0;
}

table.amanDetail tr.nl{
	/*border-bottom: none;*/
}


.suitePlanName{
	color: #a3f5fb;
	font-weight: bold;
	font-size: 117%;
	line-height: 1.5em;
}

.planDate{
	font-size: 117%;
	line-height: 1.5em;
	text-decoration: underline;
}

table.suite,
table.suite tr,
table.suite td{
	border: 1px solid #333;
}

table.suite td{
	padding: 5px 15px 5px 5px;
}

table.suite td.plan{
	width: 70px;
}

table.planPrice,
table.planPrice tr,
table.planPrice td{
	border: 1px solid #333;
}

table.planPrice td.plan{
	width: 180px;
}

table.planPrice td{
	padding: 5px 15px 5px 5px;
}
