/* Styles for the listing page with multiple properties
---------------------------------------------------------*/

/* Adjustable Colors
----------------------------------------*/
#primsListingBody{
	background: #333;
	color: white;
}
#primsListingTable tr.even td.even{
	/* even rows in listing table */
	color: black;
	background: white;
	border: 1px solid #3F77B8;
	padding: 4px 0;
}
#primsListingTable tr.odd td.odd{
	/* odd rows in listing table */
	color: black;
	background: #eeeeee;
	border: 1px solid #3F77B8;
	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;
	border: 1px solid #cccccc;
}
#primsListingLeft .even{
	background: inherit;
}
#primsListingLeft .odd{
	background: inherit;
}
#primsListingBody a:link	{color: green;}
#primsListingBody a:visited	{color: green;}
#primsListingBody a:hover	{color: green;}
#primsListingBody a:active	{color: green;}

#primsHeader{
	position: absolute;
	top: 50px;
	width: 1000px;
	height: 116px;
	}

#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;
}
#primsListingTopInfo{
	clear: both;
	margin: 5px 0 5px 0;
}
#primsListingMid{
	position: relative;
}
#primsListingLeft{
	position: absolute;
	top: 124px;
/*	_top: 2px; /* IE6 Display Hack */
	left: 0;
	width: 285px;
	padding: 5px;
}
#primsListingRight{
	position: absolute;
	top: 120px;
}
#more-results{
	position: absolute;
	top: 130px;
	left: 300px;
	font: color: white;
}
#primsListingRight, #primsListingTopInfo,
#primsListingBottomInfo, #primsListingFooter{
	/* adjust for left col width */
	margin-left: 305px;
}
#primsListingBottomInfo{
	clear: both;
}
#primsListingFooter{
	clear: both;
	font-size: smaller;
	text-align: center;
}

/* Listing links UL on left side
-------------------------------------------------*/
#primsListingLeft h2{
	font-size: 12px;
	text-align: left;
	margin: 8px 0 5px 0;
}
#primsListingLeft ul{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#primsListingLeft ul li{
	margin: 0 0 5px 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;
}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

