section.main2 {
    width: 810px; min-height: 480px;-moz-border-radius: 8px;border-radius: 8px;margin:100px 0 14px 0; float: right;padding:16px;
}

.next-page {
    border: 1px solid #94bbeb;
    min-height: 19px;
    margin: 0px 0 0 0;
    padding: 4px 12px;
    width: 614px;
    float: left;
	background-color:#F2FBFF;
}

.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.bottom {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*
	BREADCRUMBS
*/
p.breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
}

p.breadcrumbs a {
	color: #248ec8;
	font-weight: bold;
}

/*
	PROPERTY LISTINGS
*/
.border-top{
border: 1px solid #94bbeb;
border-bottom:none;
background-color: #f0f0f0;
height: 29px;
padding-left:12px;
}

.border-bot-left{
border:1px solid #94bbeb;
border-top:none;
border-right:none;
width: 125px;
padding-left:3px;
-moz-border-radius-bottomleft: 8px;
border-radius-bottomleft: 8px;
}

.border-bot-right{
border: 1px solid #94bbeb;
border-top:none;
border-left:none;
-moz-border-radius-bottomright: 8px;
border-radius-bottomright: 8px;
 vertical-align: top;
}

.icons{
	float:right;margin-right:14px;border:0px;
}

.info{
    float: left;
	border:1px solid #efa585;
    border-collapse: collapse;
    border-spacing: 0px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	width:322px;
	margin:2px 0 0 8px;
}

span.name{
	color:#416298;
	font-size:14px;
	font-weight:bold;
	float: left;
	margin-top: 3px;
}

span.address{
	color:#4d4d4d;
	font-size:12px;
	font-weight:bold;
	float: left;
	margin-top: 3px;
}

.list-text{
	font-size:12px;
	text-align:justify;
	margin:0px;
	padding: 4px 6px 2px 6px;
}

.sleeps-rooms{
	border-right:1px solid #efa585;
	width:75px;
	text-align:center;
    padding:2px;
}

.low-high{
	border-right:1px solid #efa585;
	width:86px;
	text-align:center;
}

.button{
	float:right;
	margin:0px 6px 6px 0px;
}

.list-pic{
    width:120px;
    height:80px;
    background-repeat: no-repeat;
    margin:0 0 0 3px;
    position: relative;
}

.list-pic img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

table.members {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 640px;
	margin-bottom:12px;
}

.non-members{
	border: 1px solid #a2c7f4;
	margin: -12px 0 12px 0;
	width:638px;
}

.non-members h2 {
	margin:8px 0 8px 10px;
	text-align:left;
}

.non-members div.listing {
	border-top: 1px dotted gainsboro;
	height:20px;
	padding:5px 10px;
}

a img.nextprev,
input.nextprev {
	float:right;
	margin:11px 10px 7px 10px;
	width: 83px;
	height: 12px;
}

a.details {
    display: block;
    width: 140px;
    height: 25px;
    background-color: transparent;
    background-image: url(../graphics/details9.png);
    background-position: 0 0;
    float:right;
	margin:0px 6px 8px 0px;
}
a.details:hover {
    background-position: 0 -26px;
}

.buttonsort {
	cursor: pointer;
  display: block;
  border: none;
  width: 94px;
  height: 22px;
  background-image: url(../graphics/sort-price.png);
  float:left;
	margin:4px 12px 4px 0px;
}

#sortRooms {
    width: 133px;
    background-image: url(../graphics/sort-rooms.gif);
}

#sortPeople {
    width: 134px;
    background-image: url(../graphics/sort-people.gif);
}

.buttonsort:hover,
.buttonsort.asc {
    background-position: 0 -23px;
}

.buttonsort.desc {
    background-position: 0 -46px;
}

#main2height {
  min-height: 1367px;
}

.last{height:979px;}


