td {
	font-family: verdana, arial, sans-serif;
	11px;
}
form {
display: inline;
}
input {		
		color:    #000000;
		background: #D4C5A8;
		border:    1px groove Highlight;
		outline: 1px solid #000;
		}

.alt {
	background-color: #F4F4F4;
}
.head {
	background-color: #BDA47D;
	color: #000000;
}
.ndata {
	font-size: 9px;
}
.listings {
	/*border: 1px solid #450102;*/
	font-size:10px;
	color:#000;
	line-height: 12px;
}
.listings td {
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
a:hover {color:#F4EDE0;}

.details {
    border-left: 1px solid #450102;
    border-top: 1px solid #450102;
    border-right: 1px solid #450102;
	font-size:11px;
	color:#000;
	line-height: 12px;
}

.details th {
	background-color: #6C4E31;
	color: #FFFFFF;
}
.details td {
	border-right: 1px solid #E6E6E6;
	padding: 4px;
	
	
}
.dalt {
	background-color: #D4C5A8;
}
.red { color: red;}

select { 
	
	background: #EDDEC1 url(/img/bg_fieldset.jpg) repeat-x bottom;
	width:120px;
	color:#450102;
	font-size:11px;
	display: block;	
}

#navcontainer {
	margin-top: 20px;
	margin-left: 310px;
	position:absolute;
	z-index: 1;
}
#detailnavcontainer {
	margin-top: -20px;
	margin-left: 310px;
	font-size: 12px;
	position:absolute;
	z-index: 1;
}
*html #detailnavcontainer {
	margin-top: -40px;
	margin-left: 310px;
	font-size: 12px;
	position:absolute;
	z-index: 1;
}

#printnavcontainer {
	margin-top: -20px;
	margin-left: 310px;
	font-size: 12px;
	position:absolute;
	z-index: 1;
}
		
#navlist ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	}

#navlist a { 
	padding: 3px 10px; 
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #6C4E31;
	text-decoration: none;
	}

#navlist a:hover {
	color: #fff;
	background-color: #9C7048;
	text-decoration: none;
	}


