body {
	background-color: #d3d6b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #59550a;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	color: #59550a;
}
table {
	border: 2px solid #59550a;
}


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

.agreen {
	color: #004B3F;
	text-decoration: underline;
}

a:hover {
	color: #1f0800;
	text-decoration: underline;
}
a:visited {
	color: #1e3561;
	text-decoration: underline
}

a:active {
	color: #1f0800;
	text-decoration: none;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5;
	color: #1e3561;
	}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
	color: #1e3561;
	}
	
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2;
	color: #1e3561;
	font-style: italic;
	text-align: center;
	}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2 em;
	line-height: 1;
	color: #1f0800;
	font-style: italic;
	font-weight: bold;
	}	
	
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #004B3F;
	}
	
h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #004B3F;
	}
.inventory {
	display: block;
	width: 425px;
	position: relative;
	margin: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.rightAlignLink {
	display: block;
	padding: 5px;
	float: right;
	height: 25px;
	width: 150px;
	font-size: 0.9em;
	color: #004B3F;
	cursor: pointer;
}
.sold {
	display: block;
	z-index: 1000;
	float: right;
	clear: both;
	background-image: url(_images/sold_sign.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 300px;
	border: 1px solid #000;
	position: relative;
	top: 10px;
}
.break {
	display: block;
	height: 5px;
	width: 450px;
}


.inventory h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #1f0800;
	display: block;
	
}
.pricing {
	font-size: 1.5em;
	font-weight: bold;
	color: #900;
	text-decoration: line-through;
}

.inventory p {
	font-size: 0.9em;
	display: block;
	padding-top: 0.1em;
}
.rightLogo {
	display: block;
	float: right;
	width: 250px;
	height: 300px;
}
.phoneListing {
	font-size: 1.5em;
	color: #59550a;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 410px;
	height: 60px;
	background-image: url(_images/phone_listing_bg.jpg);
	background-repeat: no-repeat;
}
