/* Styles for the listing page with multiple properties
---------------------------------------------------------*/

body.colored{

background: #022579 url(/prims/prims-bg.jpg) top center repeat-y;

}
#content{
    position: absolute;
    top: 0px;
	left: 290px;
    width: 550px;
    padding: 0px;
	font-size: 1.0em;
	line-height: 1.6;
}

h1{
line-height: 0.5em;
padding-top: 25px;
}

h2{
font-size: 13px;
text-align: left;
padding-bottom: 25px;
}

/* Adjustable Colors
----------------------------------------*/
#primsListingBody{
	color: black;
}
#primsListingTable tr.even td.even{
	/* even rows in listing table */
	color: black;
	border: none;
	padding: 4px;
border: 1px solid #1E7BC1;
}
#primsListingTable tr.odd td.odd{
	/* odd rows in listing table */
	color: black;
	border: none;
	padding: 4px;
border: 1px solid #1E7BC1;

}
#primsListingTable table.primsListing td.primsheader{
	/* labels for data in cells */
	color: #1E7BC1;
}
#primsListingLeft{
	/* box with links on left side of page */
	color: black;
	border: none;

}
#primsListingLeft {color: #1E7BC1;
}

#primsListingLeft a:link	{color: #1E7BC1;
text-decoration: underline;
}
#primsListingLeft a:visited	{color: #1E7BC1;
text-decoration: underline;
}
#primsListingLeft a:hover	{color: #1E7BC1;}
#primsListingLeft a:active	{color: #1E7BC1;}

#primsListingBody a:link	{color: #1E7BC1; }
#primsListingBody a:visited	{color: #1E7BC1;}
#primsListingBody a:hover	{color: #FF0000;}
#primsListingBody a:active	{color: #FF0000;}


/* General
----------------------------------------*/
#primsListingBody{
	font: 12px tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
#primsListingBody img{
	border: none;
}
#primsListingBody a{
	text-decoration: none;
}
#primsListingBody h1{
	font-size: 12px;
}
#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: 0px;
}
#primsListingMid{
	position: relative;
}
#primsListingLeft{
	position: absolute;
	top: 15px;
	_top: 2px; /* IE6 Display Hack */
	left: 10px;
	width: 270px;
	padding: 7px;
font-size: 1.2em;
}
#primsListingRight{
}
#primsListingRight, #primsListingTopInfo,
#primsListingBottomInfo, #primsListingFooter{
	/* adjust for left col width */
}
#primsListingBottomInfo{
	clear: both;
}
#primsListingFooter{
	clear: both;
	font-size: smaller;
	text-align: center;
}
#more-results{
position: absolute;
top: 45px;
left: 5px;
}

/* Listing links UL on left side
----------------------------------------*/
#primsListingLeft h2{
	font-size: 12px;
	text-align: left;
	margin: 8px 0 5px 0;
}
#primsListingLeft ul{
	font: 11px tahoma, 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: 12px tahoma, Verdana, Arial, Helvetica, sans-serif; 
	padding: 0 5px 5px 0;
}
#primsListingTable table.primsListing td.listingImage{
	width: 136px;
	text-align: center;
	padding: 4px 2px;
}

/* 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 */

