/* Styles for the listing page with multiple properties
---------------------------------------------------------*/

/* Adjustable Colors
----------------------------------------*/
#primsListingBody{
	background: white url(/media/bg_tile.jpg) top repeat-x;
	color: white;
}
#primsListingTable tr.even td.even{
	/* even rows in listing table */
	color: black;
	background: white;
	border-bottom: 1px solid #6A010F;
	padding: 4px 0;
}
#primsListingTable tr.odd td.odd{
	/* odd rows in listing table */
	color: black;
	background: #eeeeee;
	border-bottom: 1px solid #6A010F;
	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 #ccc;
}
#primsListingLeft .even{
	background: inherit;
}
#primsListingLeft .odd{
	background: inherit;
}
#primsListingBody a:link	{color: #333;}
#primsListingBody a:visited	{color: #333;}
#primsListingBody a:hover	{color: #666;}
#primsListingBody a:active	{color: #333;}


/* General
----------------------------------------*/
#primsListingBody{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#primsListingBody img{
	border: none;
}
#primsListingBody a{
	text-decoration: none;
}
#primsListingBody h1{
        position: absolute;
        top: 10px;
	font-size: 20px;
	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: 100%;
}
#primsListingHeader{
}
#primsListingHeader img{
	margin: 10px 25px 0 25px;
}
#primsListingHeader h1.prims{
}
#primsListingTopInfo{
        text-align: center;
	clear: both;
	margin: 5px 0 5px 0;
	position: relative;
	top: -40px;
	_top: -33px; /* IE6 Display Hack */
}
#primsListingTopInfo h2{
position: relative;
	top: -20px;
	_top: -33px; /* IE6 Display Hack */
}
#primsListingTopInfo p{
position: relative;
top: -20px;
}
#primsListingMid{
	position: relative;
	top: 10px;
}
#primsListingLeft{
	position: absolute;
	top: 4px;
	_top: 2px; /* IE6 Display Hack */
	left: 0;
	width: 270px;
	padding: 5px;
}
#primsListingRight{
}
#primsListingRight, #primsListingTopInfo,
#primsListingBottomInfo, #primsListingFooter{
	/* adjust for left col width */
	margin-left: 285px;
}
#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 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: 11px Tahoma, 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 */

