/* stylesheets for the browse view */
div#views{
	float:right;
	text-align:right;
	width:350px;
	font-size:14px;
	font-weight:bold;
}/*
div#views a:link, div#views a:visited {
padding:5px;background:#00F;
}
div#views a.curent:link, div#views a.curent:visited {
color:#000;text-decoration:none;
}*/
div#cat_description{min-height:80px;}
ul#hotels {padding:0}
ul#hotels li {/*all views*/
	display:block;
	list-style-type: none;
	border: 1px solid #1F405E;
	margin: 15px;
/*	max-width: 600px;  */
}
ul#hotels.normal li {
}
ul#hotels.plusimage li{/*the normal+pictures view*/
	min-height:100px;
	padding-right: 2px;
	padding-bottom: 2px;
}
ul#hotels.plusimage li div,ul#hotels.vip li div{/*stars div*/
	width:120px;
}
ul#hotels li a.entry_title{
	font-size:18px;
	vertical-align:middle;
	margin-bottom:10px;
	height:29px;
}
img.img {/*image in any view*/
	background-color:#CCCCCC;
	vertical-align:top;
	display:block;
	width:120px;
	height:90px;margin:3px;
}
#hotels.plusimage img.img{float:right;}
ul#hotels.thumbs li{/*thumb*/
	width:128px;
	height:170px;
	float:left;
	margin:10px;
	text-align:center;
	padding:3px;
	font-weight:bold;/*background:#EEE;*/
}
/*#hotels.thumbs li:hover{background:#DDD;}*/
span.vipsign{font-weight:bold;font-size:18px;}
#browse_subcats ul {margin-left:20px;}/*list item indentation*/
#browse_subcats ul li img{display:none;}/*don't mess with this!*/
img.wrench{
	float:left;
}
#hotels li.vip{/*vip background*/
	background:/*URL('../images/vip.gif') no-repeat 0 0*/ #FFFFDD;
}
#notes{
width: 170px;
padding-bottom:10px;
}
#pages {
	text-align: center;
	float:left;
	width:100%;
	max-width:600px;
	margin-bottom:15px;
	padding-top:20px;
	font-weight:bold;
}/*
#pages a{
padding:5px;
padding-top:25px;
font-weight:bold;
}
a.U{
background:URL(../images/U.gif) no-repeat center top;
}
a.U_curent,a.U:hover{
color:#F00;
background:URL(../images/U_curent.gif) no-repeat center top;
}
#pages span{display:block;}
.previous{background:URL(../images/previous.gif) no-repeat right top;}
.next{background:URL(../images/next.gif) no-repeat left top;}*/
