/* Styles for the listing page with multiple properties
---------------------------------------------------------*/

/* Adjustable Colors
----------------------------------------*/
#primsListingBody{
	color: white;
	background: #534c4b;
}
#primsListingTable tr.even td.even{
	/* even rows in listing table */
	color: black;
	background: #ffffff;
	border: 1px solid #eee;
	padding: 4px 0;
}
#primsListingTable tr.odd td.odd{
	/* odd rows in listing table */
	color: black;
	background: #e0dfcd;
	border: 1px solid #eee;
	padding: 2px;
}
#primsListingTable table.primsListing td.primsheader{
	/* labels for data in cells */
	color: black;
	font-weight: bold;
}
#primsListingLeft{
	/* box with links on left side of page */
	color: black;
	background: white;
}
#primsListingLeft .even{
	background-color: #ffffff;
}
#primsListingLeft .odd{
	background-color: #ffffff;
}
#primsListingBody a:link	{color: #333333;}
#primsListingBody a:visited	{color: #999999;}
#primsListingBody a:hover	{color: #999999;}
#primsListingBody a:active	{color: #333333;}


#primsHeader{
	position: absolute;
	top: 50px;
	width: 950px;
	height: 134px;
	border: 1px solid white;
	}

#cperry a:link	{color: white;}
#cperry a:visited	{color: white;}
#cperry a:hover	{color: white;}
#cperry a:active	{color: white;}

/* General
----------------------------------------*/
#primsListingBody{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#primsListingBody img{
	border: none;
}
#primsListingBody a{
	text-decoration: none;
}
#primsListingBody h1{
	font-size: 24px;
}
#primsListingBody h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}
#primsListingBody h3{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* Layout
----------------------------------------*/
#primsListingPage{
	width: 100%;
}
#primsListingHeader{
}
#primsListingHeader img{
	margin: 10px 25px 0 25px;
	border: 1px solid #ccc;
}
#primsListingTopInfo{
	clear: both;
	margin: 5px 0 5px 0;
}
#primsListingMid{
	position: relative;
}
#primsListingLeft{
	position: absolute;
	top: 159px;
	_top: 157px; /* IE6 Display Hack */
	left: 0;
	width: 290px;
	padding: 5px;
}
#more-results{
	position: absolute;
	top: 185px;
	left: 300px;
}
#primsListingRight{
	position: absolute;
	top: 155px;
width: 650px;
left: 300px;
_left: 330px; /* IE6 Display Hack */
}
#primsListingRight, #primsListingTopInfo,
#primsListingBottomInfo, #primsListingFooter{
	/* adjust for left col width */

}
#primsListingBottomInfo{
	clear: both;
}
#primsListingFooter{
	clear: both;
	font-size: smaller;
	text-align: center;
}

/* Listing links UL on left side
----------------------------------------*/
#primsListingLeft h4{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 5px 0;
}
#primsListingLeft h5{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 5px 0;
}
#primsListingLeft ul{
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0 0 0 0;
}
#primsListingLeft ul li{
	margin: 0 0 2px 0;
	padding: 0px 0;
}

/* Table of listings
----------------------------------------*/
#primsListingTable{
	width: 100%;
	border-spacing: 4px;
}

/* Individual listing table
----------------------------------------*/
#primsListingTable table.primsListing{
	border-collapse: collapse;
}
#primsListingTable table.primsListing td{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px 5px 0;
}
#primsListingTable table.primsListing td.listingImage{
	width: 136px;
	text-align: center;
	padding: 4px 8px;
}

/* More Pages links
----------------------------------------*/
#primsListingBody div.morePages{
	text-align: center;
	white-space: normal;

}
#primsListingBody div.morePages h2{

}
#primsListingBody div.morePages a{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 3px;
	color: white;
}

/* contact form
----------------------------------------------*/
#contact-form{
	width: 265px;
	padding: 10px;
	text-align: center;
border: 1px solid black;
font-weight: bold;
}
#contact-form h5{
	text-align: center;
	margin-bottom: 10px;
}
#contact-form input,
#contact-form select,
#contact-form textarea{
	float: left;
	width: 135px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#contact-form label{
	float: left;
	width: 105px;
	text-align: right;
	margin-right: 5px;
}
#contact-form br{
	clear: both;
}
#contact-form #btnSubmit {
	width: auto;
	float: none;
	margin: 5px;
}
#contact-form #selContact{
	width: 70px;
}
#contact-form textarea{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 5em;
}
#contact-form #lblCaptchaV{
	margin-left: 60px;
	float:none;
}
#contact-form #txtCaptchaV{
	margin-left: 83px;
	width: 150px;
}
#contact-form #imgCaptchaV{
	border: 1px solid #ccc;
}
#contact-form h5.error{
	color: red;
}

/* clearfix
----------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac */
