@charset "UTF-8";
/* CSS Document */

#container2 {
	margin: 0;
	padding: 0 0 0 172px;
	width: 812px;
	font: 11px/16px arial, verdana, sans-serif;
	color: #444;
	text-align: left;
	float: left;
}


div.infobar, div.infobar div.right {
	position: relative;
	
	margin: 0;
	padding: 8px 10px;
	width: 770px;
	
	color: #fff;
	line-height: 11px;
	
	background: #69c;
}

div.infobar div.right {
	position: absolute;
	top: 0;
	right: 0;
	
	width: 610px;
	
	text-align: right;
	
	background: none;
}


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

div.photo {
	position: relative;
	
	margin: 0;
	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: 770px;
	
	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: 770px;
	
	color: #fff;
	line-height: 11px;
	
	background: #369;
}

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

/* General Content Styles
----------------------------------------------- */

hr {
	margin: 10px 0 !important; /* IE Sucks */
	margin: 0;
	padding: 0;
	height: 1px;
	
	border: 0;
	border-bottom: 1px solid #69c;
}

p {
	margin: 0;
	padding: 5px 0;
}

img.none {
	margin: 0;
	padding: 0;
	
	border: 0;
}



/* Link Styles
----------------------------------------------- */

a {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #c00;
}

div.infobar a {
	padding: 2px 3px;
	
	color: #fff;
	text-decoration: none;
}

div.infobar a:hover {
	color: #369;
	
	background: #fff;
}

div.links a {
	padding: 2px 3px;
	
	color: #fff;
	text-decoration: none;
}

div.links a:hover, div.links a.current {
	color: #369;
	
	background: #fff;
}



/* Table Styles
----------------------------------------------- */

th, td {
	padding: 0px;
}

th {
	color: #fff;
	font-weight: normal;
	text-align: left;
	
	background: #369;
}

tr.alt {
	background: #f2f2f2;
}



/* Form Styles
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

div.form {
	position: relative;
	
	margin: 0;
	padding: 10px;
	
	border-top: 1px solid #69c;
	border-bottom: 1px solid #69c;
	
	background: #E7F1F8;
}

div.form td.label {
	width: 120px;
}

div.form td {
	padding: 4px 0;
}

div.form td.check, div.check {
	padding: 7px 0 8px;
}

input.widtha {
	width: 200px;
}

input.widthb {
	width: 100px;
}

input.widthc {
	width: 580px;
}

input.widthd {
	width: 50px;
}

select.widtha {
	width: 204px !important; /* ie and ff both render select box widths wrong? */
	width: 206px;
}

select.widthb {
	width: 104px !important; /* ie and ff both render select box widths wrong? */
	width: 106px;
}

textarea.widtha {
	width: 330px;
	height: 100px;
}

input.check {
	margin: 0;
	padding: 0;
}



/* Message Styles
----------------------------------------------- */

#msg-error {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #c00;
}

#msg-success {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #393;
}

#msg-alert {
	margin: 10px 0;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #f60;
}

span.success, span.alert, span.error {
	padding: 1px 3px;
	
	color: #fff;
	font-weight: bold;
	
	background: #393;
}

span.alert {
	background: #f60;
}

span.error {
	background: #c00;
}

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

div.listing {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 100px;
	background: #fff;
}

div.photo {
	position: relative;
	
	margin: 0;
	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: 770px;
	
	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: 770px;
	
	color: #fff;
	line-height: 11px;
	
	background: #369;
}

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

