﻿
/* Listings Page (listings.php) Styles
----------------------------------------------- */

div.listing {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 620px;
	height: 100px;
}

div.photo {
	position: relative;
	
	margin: 0px;
	padding: 5px;
	width: 120px;
}

div.info, div.description {
	position: absolute;
	top: 0;
	left: 140px;
	
	margin: 0;
	padding: 5px;
	width: 380px;
}

div.description {
	top: 55px;
}

div.price, div.compare {
	position: absolute;
	top: 0;
	right: 20px;
	
	margin: 0;
	padding: 5px;
	
	text-align: right;
}

div.compare {
	top: 76px !important;
	top: 72px; /* IE was having trouble with the check box */
	
	padding: 0 5px;
}

div.featured {
	position: absolute;
	top: 0;
	right: 0;
	
	margin: 0;
	padding: 5px;
	width: 10px;
	height: 90px;
	
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	text-align: center;
	
	background: #369;
}

div.alt {
	background: #f2f2f2;
}

input.compare {
	font-size: 11px;
}

div.search {
	position: relative;
	
	margin: 0;
	padding: 8px 10px;
	width: 660px;
	
	color: #fff;
	line-height: 11px;
	
	background: #369;
}

div.search td, div.search th {
	padding: 0;
	
	background: none;
}

div.search th {
	padding: 0 0 5px;
}

div.search input, div.search select {
	font-size: 11px;
}

div.pages, div.links {
	position: relative;
	
	margin: 0;
	padding: 8px 10px;
	width: 660px;
	
	color: #fff;
	line-height: 11px;
	
	background: #369;
}

div.links {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 400px;
	
	text-align: right;
}
