@charset "utf-8";
/* CSS Document */
/*div.hotel-entries1*/
div.hotel-entries1{
	width:550px;
	float:left;
	clear:both;
	margin-bottom:10px;
}
div.hotel-entries1 p{
	padding:0px;
	margin:0px;
}
div.hotel-entries1 div.entries-header{
	float:left;
	width:544px;
	padding:3px;
	background-color:#FFF4C7;
}
div.hotel-entries1 div.entries-header h3{
	float:left;
	font-size:14px;
}
div.hotel-entries1 div.entries-header ul.pankuzu{
	float:right;
}
div.hotel-entries1 div.entries-header ul.pankuzu li{
	font-size:11px;
}
div.hotel-entries1 div.entries-header li{
	float:left;
	padding-right:10px;
	font-size:14px;
}
div.hotel-entries1 div.hotel-entries-body{
	width:550px;
	clear:both;
	float:left;
}
div.hotel-entries1 div.hotel-entries-body div.picture-wrapper{
	width:100px;
	padding:3px;
	margin-right:10px;
	float:left;
}
div.hotel-entries1 div.hotel-entries-body div.picture-wrapper p.picture{
	padding:1px;
	/*border: 1px solid #CCCCCC;*/
	width:100px;
}
div.hotel-entries1 div.hotel-entries-body div.picture-wrapper p.btn-order{
	width:94px;
	height:24px;
	padding:4px 0px 0px 4px;
}
td.border_all p.btn-order{
	margin:0px;
}
td.border_all p.btn-order a{
	width:157px;
	height:40px;
	background-image: url(../img/btn-order-big.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
td.border_all p.btn-order a:hover{
	background-image: url(../img/btn-order-big.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.hotel-entries1 div.hotel-entries-body div.text-wrapper{
	font-size:13px;
	line-height:150%;
	width:auto;
}
div.hotel-entries1 div.hotel-entries-body div.text-wrapper h4,div.hotel-entries1 div.hotel-entries-body div.text-wrapper span.red{
	color:#CC0000;
}