@charset "UTF-8";

@import url("../../css/com_stay.css");

/* ======================================

 "stay" index.html
 2008.3.9
 
 Color Cordination
 Key Color: #15252e(Dark Indigo)

======================================= */

/* ======================================

 contents

======================================= */

#contents div.main
{
	padding-bottom: 80px;
}

/* ========== room type ========== */

#roomType
{
	margin: 0 0 20px;
}
#roomType h4
{
	margin: 0 0 3px;
}
#roomType div.setPadding
{
	padding: 10px;
}
#roomType p.lead
{
	/*font-size: 100%;*/
}
#roomType p.caption
{
	font-size: 100%;
}
#roomType div.image
{
	margin: 10px 0;
}
#roomType div.image img
{
	border: 1px solid #ccc;
}
#roomType table.spec
{
	width: 395px;
}
#roomType table.spec th,
#roomType table.spec td
{
	padding: 5px;
	border-bottom: 2px solid #fff;
	font-size: 100%;
	vertical-align: top;
	background: #f6f6f6;
}
#roomType table.spec th
{
	width: 35%;
	background: #e7e7e7;
}
#roomType table.spec tr.price th
{
	background: #c00;
	color: #fff;
}
#roomType table.spec tr.price td
{
	color: #c00;
}

#roomType ul.action
{
	width: 170px;
	padding: 10px;
	margin: 0 0 0 auto;
}
#roomType ul.action li
{
	float: left;
	margin-left: 10px;
}
#roomType  table.rate
{
	width: 395px;
}
#roomType table.rate th,
#roomType table.rate td
{
	padding: 5px;
	border-bottom: 2px solid #fff;
	font-size: 100%;
	vertical-align: top;
	background: #f6f6f6;
	line-height: normal;
}
#roomType table.rate th
{
	width: 35%;
	background: #EDDEA0;
	vertical-align: middle;
	text-align: center;
}
#roomType  table td.price 
{
	width: 180px;
	text-align: center;
	vertical-align: middle;
	background: #F4EBC7;
}
#roomType  table td.btn 
{
	text-align: center;
	vertical-align: middle;
	background: #F9F1D9;
}
/* ========== room feature ========== */

table.features
{
	width: 395px;
	margin: 10px 10px 0 0px;
	empty-cells: hide;
}
table.features td
{
	width: 25%;
	padding: 7px 5px;
	border: 1px solid #e8e2c5;
	background: #f2eacd url(../img/index/bg_item.gif) repeat-x left top;
	text-align: center;
}
table.features td span.supplement
{
	font-size: 84%;
	line-height: 1em;
}
table.features td.empty
{
	border: 0;
	background: none;
}

.size10{
	font-size: 8pt;
}

