/***** hotel *****/

.hotel{
	margin			: 0 0 10px 0;
}

.hotel li{
	font-size		: 14px;
	line-height		: 26px;
	border-bottom	: 1px dotted #cccccc;
}

.hotel li a{
	background		: url(../../system/img/i4.gif) no-repeat 10px 4px;
	padding			: 0 0 0 22px;
}

.hotel li:last-child th{
	border-bottom	: none;
}

.hotel li:nth-child(even){
	background		: rgba(0,0,0,0.02);
}


/***** list *****/

.list{
	margin			: 0 0 10px 0;
}

.list li{
	padding			: 5px 10px; 
	border-bottom	: 1px dotted #cccccc;
	position		: relative;
}

.list li:nth-child(even){
	background		: rgba(0,0,0,0.02);
}

.list li h4{
	font-size		: 14px;
	background		: url(../../system/img/i4.gif) no-repeat 2px 8px;
	padding			: 0 0 0 9px;
}

.list li p{
	font-size		: 13px;
	line-height		: 16px;
}

.list li span{
	font-size		: 13px;
	line-height		: 16px;
}

.list li div{
	position		: absolute;
	right			: 5px;
	bottom			: 5px;
}

.list div a{
	font-size		: 12px;
	line-height		: 16px;
	color			: #121212;
	display			: block;
	width			: 64px;
	padding			: 4px 3px;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
	border			: 1px solid #cccccc;
	border-radius		: 5px;
	-webkit-border-radius	: 5px;
	box-shadow		: 0px 1px 1px #cccccc;
	-webkit-box-shadow	: 0px 1px 1px #cccccc;
}


.s_bt{
	margin			: 0 0 10px 0;
	padding			: 10px 0 5px 0;
}
