/* stay/index.html */

div.rightbox p{
	font-size:85%;
	color:#333333;
	line-height:2em;
	margin-top:5px;
	margin-bottom:5px;
}

img.planimg{
	margin-bottom:20px;
}



/* stay/plan/index.html */
div.planbox{
	clear:both;
	margin-top:20px;
	padding-top:10px;
	background-image: url(../../common/2dot_line_670.gif);
	background-repeat: no-repeat;
	height:auto;
}
div.planleft{
	float:left;
	width:160px;
	height:145px;
	padding-bottom:20px;
	_padding-bottom:0px;
}
div.planbox h3{
	font-size:90%;
	font-weight: bold;
}
div.planbox img.plancheck{
	margin-top:5px;
}



div.planbox table.planspec{
	width:505px;
	margin:0px;
	padding:0px;
}
div.planbox table.planspec caption{
	text-align:left;
}
div.planbox table.planspec td p{
	font-size:85%;
	color:#333333;
	margin:0px;
}
div.planbox table.planspec td.ptl{
	width: 13%;
	vertical-align: top;
}
div.planbox table.planspec td.ptr{
	vertical-align: top;
}


/* stay/plan/yyyy/index.html */

h2.planname{
	display:block;
	width:670px;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedecc;
}
table.planspecd{
	width:670px;
	clear:both;
	margin-bottom:20px;
}
table.planspecd td p{
	font-size:85%;
	color:#333333;
	margin:0px;
}
table.planspecd td.ptl{
	width: 9%;
	vertical-align: top;
}
table.planspecd td.ptr{
	vertical-align: top;
}


div.chargebox{
	margin-top:1px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
div.chargebox p{
	margin:0px;
	padding:7px;
}

div.chargebox table.chargetable{
	width:650px;
	margin-left:10px;
	margin-right:10px;

	border-top:1px solid #dedecc;
	border-right:1px solid #dedecc;
	border-collapse:collapse;
}
div.chargebox table.chargetable td{
	height:2.5em;
	text-align: center;
	vertical-align: middle;
	font-size:85%;

	border-bottom:1px solid #dedecc;
	border-left:1px solid #dedecc;
}
tr.setbg{
	background-color:#d6d6c9;
}
tr.setbg2{
	background-color:#f3f3e9;
}
div.chargebox table.chargetable td.setwl{
	border-left:1px solid #ffffff;
}

div.chargeboxb{
	margin-top:1px;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:8px;
	background-color:#FFFFFF;
	text-align:right
}
div.chargeboxb{
}

