.listContainer {
	position: relative;
	width: 800px;
	margin-bottom: 10px;
	height: 100px;
}
.listImage {
	float: left;
	margin: 0px 5px 0px 0px;
	position: relative;
}
.listTextarea {
	float: left;
	border: solid 3px #006600;
	height: 84px;
	padding: 5px;
	background-color: #DDFFDD;
/*	background-color: #DDFFDD;
*/	
	width: 625px;
	position: relative;
}

.listMake {
	font-size: larger;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	float: left;
	position: relative;
}
.listPrice {
	font-size: larger;
	font-weight: bold;
	color: #000000;
	float: right;
	margin-right: 2em;
	position: relative;
}
.listDescription {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: relative;
}
/*Detail Rules*/
.detailContainer {
	position: relative;
	width: 800px;
	margin: 20px auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.detailImageContainer {
	width: 276px;
	margin: 20px auto;
}
.detailImage {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 5px solid #006600;
}
#detail-tn {
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#detail-tn  img {
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid #003300;
	margin-top: 4px;
	margin-bottom: 0px;
}
.detailTextarea {
	border: solid 3px #006600;
	padding: 5px;
	background-color: #DDFFDD;
	clear: left;
	margin-top: 10px;
}
.detailMake {
	font-size: larger;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.detailPrice {
	font-size: larger;
	font-weight: bold;
	color: #000000;
	float: right;
	margin-right: 2em;
}
.detailDescription {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#imagePrev {
	background-image: url(images/image_nav.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 30px;
	float: left;
	background-position: -60px 0px;
}
#imageNext {
	background-image: url(images/image_nav.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 30px;
	float:left;
	background-position: -90px 0px;
}
#imagePrev:hover {
	background-position: 0px 0px;
}
#imageNext:hover {
	background-position: -30px 0px;
}