.new-hotel-avail{
    margin: 0 0 10px;
	position:relative;
	border:1px solid #CCC;
}

.new-hotel-avail:hover{
   border-color:#F33;
}

.new-hotel-avail .avail-title{
	position:relative;
	height:44px;
	border-bottom:1px solid #CCC;
	background:#F5F5F5;
}

.new-hotel-avail .avail-title h1.name {
	height:40px;
	overflow:hidden;
	padding:0 230px 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
}

.new-hotel-avail .avail-title .hotelname{
    font-weight:bold;
	font-size:14px;
}

.new-hotel-avail .avail-title .actions {
	position:absolute;
	right:10px;
	top:10px;
}

.new-hotel-avail .avail-title .actions a {
    display: block;
    float: right;
    height: 24px;
	width:80px;
	background: url(images/icon.png) no-repeat;
    border-left: 1px solid #E5E5E5;
    color: #878C90;
    line-height: 28px;
	text-indent:40px;
}
.body-en-us .new-hotel-avail .avail-title .actions a{width:80px;}
.new-hotel-avail .avail-title .actions .review {
    background-position: 20px -145px;
}

.new-hotel-avail .avail-title .actions .album {
    background-position: 20px -95px;
}

.new-hotel-avail .avail-title .actions .detail{
    background-position: 20px -45px;
	border:none;
}

.new-hotel-avail .avail-content {
	height:130px;
	padding:0 10px;
	position:relative;	
}

.new-hotel-avail .avail-content table{
	table-layout:fixed;
	width:100%;
	margin:10px 0;
}

.new-hotel-avail .avail-content td{
	padding:0;
	position:relative;
	border:0;
	color:#666;
}

.new-hotel-avail .avail-content .photo{
	width:170px;
}

.new-hotel-avail .avail-content .photo img{
	width:160px;
	height:120px;
	border:1px solid #EEE;
}

.new-hotel-avail .avail-content .price{
	width:120px;
	text-align:right;
}


.new-hotel-avail .avail-content .lowest {
	color:#F60;
}

.new-hotel-avail .avail-content  .lowest  b{
	font-size:24px;
	padding:0 5px;
}

.new-hotel-avail .avail-content .score  b{
	color:#0079FE;
	font-size:24px;
}

.new-hotel-avail .avail-content  .review  a{
	color:#0079FE;
}

.new-hotel-avail .avail-content .row1{
}

.new-hotel-avail .avail-content .row2{
	height:32px;
}

.new-hotel-avail .avail-content .row1 div{
	height:1.5em;
	line-height:1.5em;
	overflow:hidden;
	padding:0 20px;
	background: url(images/icon.png) no-repeat 0 0;
}

.new-hotel-avail .avail-content .row1 .links{
	padding:0;
	background:none;
}

.new-hotel-avail .avail-content  .links  a{
	display:inline-block;
	height:20px;
	padding:0 20px;
	background: url(images/icon.png) no-repeat 0 0;
	color:#0079FE;
}

.new-hotel-avail .avail-content .row1 .phone {
    background-position: 0 -198px;
}

.new-hotel-avail .avail-content .row1 .address {
    background-position: 0 -248px;
	margin:10px 0;
}

.new-hotel-avail .avail-content  .links .map{
	background-position: 0 -298px;
}

.new-hotel-avail .avail-content  .links .telescope{
	background-position: 0 -348px;
}

.new-hotel-avail .avail-content .hidden-info{
	height:30px;
	width:90px;
	float:left;
	margin:0 5px 0 0;
	border:1px solid #CCC;
	position:relative;
}
.body-en-us .new-hotel-avail .avail-content .hidden-info{width:110px;}
.new-hotel-avail .avail-content .hidden-info .content{
	border:1px solid #CCC;
	background:#FFF;
	width:400px;
	padding:10px;
	position:absolute;
	top:30px;
	left:-1px;
	display:none;
}

.new-hotel-avail .avail-content .hidden-info .title{
	height:30px;
	width:90px;
	background:#FFF url(images/arrow_down_1.gif) no-repeat 70px 50%;
	line-height:30px;
	color:#000;
	text-indent:15px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
.body-en-us .new-hotel-avail .avail-content .hidden-info .title {width:110px; background:#FFF url(images/arrow_down_1.gif) no-repeat 80px 50%;}
.new-hotel-avail .avail-content .hidden-info:hover .content{
	display:block;
	z-index:99;
}

.new-hotel-avail .avail-content .hidden-info:hover .title{
	background-color:#F5F5F5;
}

.new-hotel-avail .avail-content .hidden-info p{
	line-height:1.5em;
}

.new-hotel-avail .avail-list {
	padding:0 10px 10px;
	background:url(images/bg_list.gif) repeat-x 0 0;
	border-top:1px solid #CCC;
}

.new-hotel-avail .avail-table th{
    background:#F2F4F7;
	color:#666;
	border:none;
	line-height:18px;
}

.new-hotel-avail .avail-table td{
	border-width:0 0 1px;
	border-color:#E5E5E5;
	line-height:24px;
	color:#999;
}

.new-hotel-avail .avail-table .room-type-val-col{
	width:30px;
	text-align:center;
}

.new-hotel-avail .room-type-val-col .room-type-radio{
	width:16px;
	height:17px;
	background: url(images/icon.png) no-repeat 0 -400px;
	border:none;
	cursor:pointer;
	margin-top:4px;
}

.new-hotel-avail .room-type-col a {
    color: #099;
	font-weight:bold;
	cursor:pointer;
}

.new-hotel-avail .rate-type-col b{
	color:#F60;
	font-size:14px;
	white-space:nowrap;
}

.new-hotel-avail .rate-type-col span{
	white-space:nowrap;
}

.new-hotel-avail .room-status-col{
    font-weight:bold;
    white-space: nowrap;
}

.new-hotel-avail .avail-list .quantity-status-0 {
    color: #E64C3B;  
}

.new-hotel-avail .avail-list .quantity-status-2 {
    color: #A9CD53;  
}

.new-hotel-avail .booking-col .but, .new-hotel-avail .booking-col .buth ,.new-hotel-avail .score-col .but,.new-hotel-avail .time-exchange-col .but {
	display:block;
	width:52px;
	height: 24px;
    background: url(images/btn_1.png) no-repeat 0 0;
    color: #999;
	font-weight:bold;
	text-align:center;
}

.new-hotel-avail .booking-col .but{
	background-position:0 -30px;
	color:#FFF;
}

.new-hotel-avail .score-col .but ,.new-hotel-avail .time-exchange-col .but{
	background-position:0 -58px;
	color:#F60;
}

.new-hotel-avail .price_all_tr td{
	padding:0;
	border:none;
}

.new-hotel-avail.room_detail{
	border:1px solid #099;
}

.new-hotel-avail .room_detail .room-logo{
	width:102px;
	border-right:1px solid #CCC;
}

.new-hotel-avail .room_detail .room-logo img{	
	width:100px;
	height:80px;
	margin:1px;
}

.new-hotel-avail  .avail-table .room-desc {
	border-bottom:1px solid #CCC;
}

.new-hotel-avail  .avail-table .room-desc div{
	padding:5px;
	color:#666;
}

.new-hotel-avail .calendar td{
	padding:0;
}

.new-hotel-avail .price-all th,.new-hotel-avail .price-all td{  
	border:1px solid #FFF;
	background:#CCC;
	text-align:center;
}

.new-hotel-avail .price-all td{  
	background:#EEE;
}

.new-hotel-avail .price-all td span{  
	color:#F30;
}

.new-hotel-avail .avail-table .book_tip{ color:red;padding-left:10px;}