#page .boxA { 
	/*border: 3px solid #777; */
	/*background: #cff5f5;*/
	background: transparent;
}

#page .boxA .content { background-image: none; }

#wrapper { }

h3 { text-align: center; }
h3.pageheader { font-size: 1.5em; font-weight: normal;}

.rentalitem { 
	position: relative; 
	padding: 2em 1em 1em 1em;
	margin-top: 0em !important;
	margin-bottom: 0 !important;
	border: 1px solid transparent;
	border-top: 2px solid #777;
	border-left: 0; border-right: 0;
	/*min-height: 20em;*/
	color: #444;
	font-size: 1.1em;
}

div.firstrental { border-top: 0px; }

.rentalitem .mainimgbox { border: 3px solid #777; width: 225px; height: 150px; overflow: hidden; background-color: white; }
.rentalitem .mainimg { width: 225px; }
.rentalinfo { 	
	margin-left: 0px; 
	position: absolute;
	top: 2em; right: 0;
	width: 68.5%; /* CHANGE */
	padding: 0; margin: 0;
}

.rentalinfo p { padding: 0; margin: 0; }

.amounts { 
	width: 50%; 
	min-width: 230px;
	border: 1px solid #727272; 
	padding: 1em 0 2em 0em ; 
	margin-top: 1em; margin-bottom: 1em;   
	margin-right: auto; margin-left: auto; 
	position: absolute;
	top: 3em; right: 1em;
}
.amounts h3 { border: 0px solid green; margin-right: 1em; }
.amounts p  { height: 1em; clear: both; padding: 0; margin: 0 0 0 1em; }
.amounts p span { display: block; float: left; }
.amounts p .type { width: 9em; border: 0px solid green; }
.amounts p .amount { width: 5em; text-align: right; padding-right: .5em; border: 0px solid red; }
.amounts p .amountper { width: 7em; border: 0px solid blue; }

.important { font-weight: bold; }

.address { padding: 1em 0; font-style: normal; }
.address .cityname { font-weight: bold; }

div.links { /*position: absolute; top: 2em; right: 1em;*/ }
div.links p { padding: 0 0 1em 0; margin: 0; }

#citylinklist { text-align: left; }

.actionbuttons { 
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 2px solid #666; 
	text-align: center;
	background-color: #ddd;
	color: black;
}

.actionbuttons p { padding: 0; margin: 0; text-align: center; }
.actionbuttons p .submit { padding-right: 2em;  }

.actionbuttons p #submit { color: black; }

.viewwith { 
	padding-left: 31%; padding-top: 0em;
	position: absolute; 
	bottom: 1em;
}

.amounts .listingType { 
	text-align: center; padding-bottom: 1em; padding-left: 0 padding-right: 0; margin-left: 0; margin-right: 0; 
	position: relative;
	left: -1em;
	width: 104%;
}

.filters {
	position: relative;
	z-index: 400;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 2.2em;
	clear: both;
	border: 2px solid #777;
	padding: 10px;
	padding-top: 18px;
	margin-bottom: 2em;
	padding-bottom: 25px;
	font-weight: bold;
	/*background-color: #cff5f5;*/
	background-color: #eee;
	
}

.filters p {
	line-height: 100%;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.filters #leftoptions {
	float: left;
	display: none;
}

.filters #rightoptions {
	float: right;
	display: none;
}

form .filters label {
	float: none;
	width: inherit;
	padding: 0;
	font-weight: bold;
}

.filters .dispOptions {
	clear: both;
	font-weight: normal;
	font-size: 9px;
	width: 100%;
	position: relative;
	float: left;
	height: 2em;
	padding-top: 6px;
	margin-top: 8px;
	background-color: #ddd;
}

.filters .dispOptions legend { color: black; display: none; }
.filters .dispOptions div, .filters .dispOptions p { margin: 0; padding: 0; }

.filters .totalCount, .filters .itemsPerPage, .filters .pagesCount { position: absolute; }
.filters .totalCount p, .filters .itemsPerPage p, .filters .pagesCount p { position: relative; }

.filters .dispOptions .totalCount {
	left: 0;
}

.filters .dispOptions .itemsPerPage {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}

.filters .dispOptions .itemsPerPage p {
	text-align: center;
	width: 99%;
}

.filters .dispOptions .pagesCount {
	right: 4px;
}

#dispOptionsBottom.filters {
	margin-top: 2em;
	padding-top: 1.5em;
	padding-bottom: 2.2em;
	height: 2.2em;
}
#dispOptionsBottom.filters .dispOptions {
	margin-top: 4px;
}

#propLocation {
	display: none;
}
