.classifieds_menu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a81e22;
}

.classifieds_menu li{
	list-style: none;
	padding: 3px;
	border-right: 1px solid #a81e22;
	border-top: 1px solid #a81e22;
	border-left: 1px solid #a81e22;
}

.column_header th{
	background-color: #c4ad81;
}

.column_header img {
     position: relative;
     top: 1px;
     left: 3px;
}

.sortheader {
	position: relative;
	top: 1px;
	left: 3px;
}

#leftColumn_c {
	float: left;
	width: 250px;
	margin-right: 10px;
}

#rightColumn_c {
	float: left;
	width: 636px;
	margin-bottom: 10px;
}

label {
	display: inline-table;
	display: inline-block;
	width: 155px;
}

.characters {
	font-size: 9pt;
}

.fieldgrp {
	margin-bottom: 10px;
}

.pedigree_field{
	border:0px;
	border-top: 1px solid #dfd2bb;
	padding: 2px 5px;
}

.pedigree_field legend{
	font-size: 8pt;
	text-transform: uppercase;
	color: #dfd2bb;
}

.descendant {
	border-left: 1px solid #dfd2bb;
}

.pedigree_break{
	line-height: 6px;
}

fieldset.top_only {
     border: 0px;
     margin: 0px;
     border-top: 1px solid white;
}

.favorites {
	background: url('/classifieds/templates/ncha/images/favorites.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.delfavorites {
	background: url('/classifieds/templates/ncha/images/favorites_delete.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.printer {
	background: url('/classifieds/templates/ncha/images/printer.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.moreads {
	background: url('/classifieds/templates/ncha/images/moreads-seller.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.friendmail {
	background: url('/classifieds/templates/ncha/images/friendmail.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}
.contact {
	background: url('/classifieds/templates/ncha/images/contact.gif') left top no-repeat;
	padding: 0px 0 2px 20px;
	margin-left: 10px;
	height: 16px;
}

td.featured{
	background-color:#F1F1F1;
}

/* Bold Listings
 * td.bold handles the display of bold listings
 *
*/
td.bold{
	font-weight: bold;
}
/* Highlighted Listings
 * td.highlighted handles the display of highlighted listings
 *
*/
td.highlighted{
	background-color:#c0a798;
}
td.highlighted a{
	color:#fff;
}

/* row1 & row2
 * This section handles alternating rows
 *
*/
.row1{
     background-color:#2a1414;
}
.row2{
     background-color:#421414;
}

#youtubeinstr {
	padding-left: 25px;
	font-size:10pt;
}

#main_menu {
	width: 625px;
	padding-left: 125px;
}

.regMenu {
	background-color: #A81E22;
	border-top: 1px solid #5a1012;
	text-align: right;
	font-size: 8pt;
	text-transform: uppercase;
	padding: 2px 5px;
}

.regMenu a {
	background-color: #A81E22;
	color: white;
	margin-left: 10px;
}

.featured_image{
	float: left;
	margin-right: 10px;
}

.featured_image img {
	border: 1px solid #dfd2bb;
}

