@charset "UTF-8";
/* CSS Document */

/*-- LISTINGS-HEADER --*/
#listings-header h1 {
	margin:0;
	padding:0;
}

/*-- PAGINATION --*/

.pages-label {
	font-style:italic;
	color:#b5b0b5;
	font-size:13px;
}

#pagination ul {
	margin:0; padding:0;

}

#pagination li {
	margin:10px 5px 10px 0px;
	padding:0;
	float: left;
	list-style: none;
}

#pagination li a {
	font-size:10px;
	color:#cc1c13;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	text-decoration:underline;
}

#pagination li a:hover {
	color:#fff;
}

#pagination ul li a.active {
	color:#fff;
	text-decoration:none;
}

#pagination-footer {
	float:left;
	width:778px;
	overflow:hidden;
    position:relative;
}

#pagination-footer ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

#pagination-footer ul li {
	float: left;
	list-style: none;
	margin:10px 5px 10px 0px;
	padding:0;
	position:relative;
	right:50%;
}

#pagination-footer li a {
	font-size:10px;
	color:#cc1c13;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	text-decoration:underline;
}

#pagination-footer li.firstlast a {color:#999; text-decoration:none;}

#pagination-footer li a:hover {
	color:#fff;
}

#pagination-footer ul li a.active {
	color:#fff;
	text-decoration:none;
}


/*-- LISTINGS --*/

#listings {
	float:left;
}
#listing {
	width:230px;
	height:230px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	background:url(../img/properties/listing_bg.gif) bottom left repeat-x #000;
}

#listing h2 {
	margin:10px 0 0 0;
	padding:0;
	text-transform:capitalize;
}
#listing p {
	font-size:12px;
	margin:0 0 10px 0; padding:0;
	color:#b5b0b5;
}

#listing .address {
	margin-top:4px;
	text-transform:capitalize;
	width:165px;
	height:30px;
	overflow:hidden;
}

.listing-col-1 {margin-right:30px;}
/*.listing-col-2 {margin-left:30px; margin-right:30px;}
.listing-col-3 {margin-left:30px;}*/
.listing-col-2 {margin-left:60px; margin-right:60px;}
.listings-mls {color:#666666;}

#listing a.right:hover {color:#fff;}

#property-detail {
	background-image:url(../img/properties/listing_detail_bg.gif); background-position:top left; background-repeat:repeat-y; color:#000; margin-top:20px;
}
#property-detail h1, #property-detail h2 {color:#fff; font-size:20px; margin:10px 0; padding:0; font-weight:normal;}
#property-detail h3.address {color:#e6e6e6; font-size:14px; margin:10px 0; padding:0;}
#property-detail p.description {color:#e6e6e6;}
#property-detail h4.features {color:#e6e6e6; margin:0; padding:0;}
#property-detail p.features {color:#e6e6e6;}
#property-detail h4.photos {color:#e6e6e6; margin-top:10px;}
#property-detail h4.videos {color:#e6e6e6; margin:0; padding:10px 0;}
#property-detail h4.tools {color:#e6e6e6; margin:0; padding:10px 0;}
#property-detail h4.specs {color:#e6e6e6; margin:0; padding:10px 0;}

#property-listing {
	float:left;
	width:650px;
}

#property-detail .thumb img {margin-bottom:15px;}
#property-detail .center-thumb img {margin:0 15px 15px 15px;}

.detail-col-1 {width:370px; margin:0 10px;}
.detail-col-2 {width:240px; margin:0 10px;}

#property-specs {}
#property-specs h4 {margin-bottom:20px;}
#property-specs p {margin:5px 0 5px 0; padding:0; color:#e6e6e6; font-size:11px;}

.video-1 {margin-right:20px;}

#back-link-wrap {padding-top:15px;}
.back-link {color:#000 !important; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px !important; font-style:italic; margin-top:0;}

/* ----- MORTGAGE CALCULATOR ----- */
#mortgage-calculator-wrap {border-bottom:thin inset #333; padding-bottom:5px; margin-bottom:20px;}
#MORTGAGECALCULATOR .jNiceInputWrapper {background: transparent url(../js/jNice/elements/input.png) no-repeat left top;}
#MORTGAGECALCULATOR .jNiceInputInner {background: transparent url(../js/jNice/elements/input.png) no-repeat right top;}
#MORTGAGECALCULATOR .jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;	
	line-height: 12px;
	height: 36px;
	*line-height: 34px;/* IE Hacks */
	*height: 34px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
	width:100px !important;
}
#MORTGAGECALCULATOR .jNiceInputWrapper_hover { background-position: left bottom; }
#MORTGAGECALCULATOR .jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }

#mortgage-calculator-wrap { height:auto;}
#MORTGAGECALCULATOR label {float:left; color:#333; display:block; font-size:11px; margin:15px 10px 0 0; width:90px; text-align:right;}
#MORTGAGECALCULATOR .input-wrap {float:left; width:140px;}
