
/*	listings page  */

	#preowned_yachts ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		#preowned_yachts ul li {
			list-style-type:none;
			margin:0;
			padding:0;
			display:block;
			width:450px;
			height:170px;
			overflow:hidden;
			float:left;
			position:relative;
		}
		
			#preowned_yachts ul li a.yacht {
				position:absolute;
				top:5px;
				left:173px;
				color:#c2bb6e;
				font-size:17pt;
			}
				#preowned_yachts ul li a.yacht img {
					position:absolute;
					top:-5px;
					left:-173px;
					border:1px solid white;
					padding:2px;
				}
					#preowned_yachts ul li a.yacht:hover img { border:1px solid #c2bb6e; }

			#preowned_yachts ul li p {
				position:absolute;
				top:33px;
				left:175px;
			}
			
			#preowned_yachts ul li a.more_info {
				position:absolute;
				left:170px;
				top:112px;
				display:block;
				width:85px;
				height:26px;
				text-indent:-999px;
				background:url(../../images/preowned_more_info_button.gif) top left;
			}
				#preowned_yachts ul li a.more_info:hover { background-position:bottom left; }
				
	#pages { padding-bottom:20px; }
		#pages ul {
				list-style-type:none;
				margin:0;
				padding:0;
			}
				#pages ul li { 
					list-style-type:none;
					margin:0;
					padding:0;
					display:inline;
				}
					#pages ul li a {
						display:block;
						float:left;
						margin-right:5px;
						border:1px solid #c2bb6e;
						padding:2px 6px;
						color:#c2bb6e;
						background:white;
					}
						#pages ul li a:hover, #pages ul li a.highlighted {
							background:#c2bb6e;
							color:white;
							text-decoration:none;
						}