/* Styles for the listing page with multiple properties
---------------------------------------------------------*/

/* Adjustable Colors
----------------------------------------*/
#primsListingBody{
	background: #E8E8E8;
	color: black;
}
#primsListingTable tr.even td.even{
	/* even rows in listing table */
	color: black;
	background: white;
	border: 1px solid red;
	padding: 4px 0;
}
#primsListingTable tr.odd td.odd{
	/* odd rows in listing table */
	color: black;
	background: #E4E4E4;
	border: 1px solid red;
	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 #C6CEE0;
}
#primsListingLeft .even{
	background: inherit;
}
#primsListingLeft .odd{
	background: inherit;
}
#primsListingBody img{
	border: 1px solid #999999;
}
#primsListingBody a:link	{color: #000;}
#primsListingBody a:visited	{color: #000;}
#primsListingBody a:hover	{color: red;}
#primsListingBody a:active	{color: #000;}

#primsHeader{
	position: absolute;
	top: 50px;
	width: 749px;
	height: 100px;
	}

#cperry a:link	{color: #1E7BC1;}
#cperry a:visited	{color: #1E7BC1;}
#cperry a:hover	{color: #1E7BC1;}
#cperry a:active	{color: #1E7BC1;}


/* General
----------------------------------------*/
#primsListingBody{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#primsListingBody a{
	text-decoration: none;
}
#primsListingBody h1{
	font-size: 24px;
	font-family: georgia, times, 'times new roman', serif;
}
#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: 80%;
}
#primsListingHeader{
}
#primsListingHeader img{
	margin: 10px 5px;
}
#primsListingTopInfo{
	clear: both;
	margin: 5px 0 5px 0;
}
#primsListingMid{
	position: relative;
}
#primsListingLeft{
	position: absolute;
	top: 129px;
	/* _top: 2px; /* IE6 Display Hack */
	left: 0;
	width: 278px;
	padding: 5px;
	border: 1px solid red;
}
#more-results{
	position: absolute;
	top: 195px;
	left: 300px;
color: #6c759d;
}
#primsListingRight{
	position: absolute;
	top: 125px;
	_top: 127px !important; 
	left: 290px;	
	width: 90%; 
	_width: 650px !important; 
}
#primsListingTopInfo,
#primsListingBottomInfo, #primsListingFooter{
	/* adjust for left col width */
	margin-left: 290px;
}
#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;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac */
