#page .boxA { 
	border: 2px solid #777; 
	background: #cff5f5;
}
#page .boxA h2 { display: none; }

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

#wrapper { }

#page h2 { text-align: center; color: #FF7200; }
h3 { text-align: center; }
h3.pageheader { font-size: 1.6em; font-weight: normal;}
#page h3:first-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

#page h3+h3 {
	padding-top: 0;
	margin-top: 0;
}

.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: 260px; 
	position: absolute;
	top: 2em; right: 0;
	width: 580px;
	padding: 0; margin: 0;
}

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

.amounts { 
	width: 45%; 
	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: 6em; border: 0px solid blue; }

.important { font-weight: bold; }

.address { padding: 1em 0; font-style: normal; width: 300px; text-align: left; }
.address .cityname { font-weight: bold; }
.address p { text-align: left; }

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; }

.listing-id {
	position: relative;
	z-index: 50;
}

.viewwith {
	padding-left: 243px; padding-top: 0em;
	position: absolute;
	z-index: 25;
	bottom: 1em;
}

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

.filters {
	position: relative;
	z-index: 400;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	height: 4.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;
}

.filters #rightoptions {
	float: right;
}

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;
}
