/*----- Global Margin and Padding -----*/
*{
	font-family: "Times New Roman";
	color: #000000;
	border-style: none;
}

/*---- body ----*/
body{
	background: #FFFFFF;
	font-size: 9pt;
}

body img{
	display: none;
}

/*---- centerd ----*/
.centerd{
}

/*---- empty ----*/
.empty{
	clear: both;
}

.emptyS{
	display: none;
}

/*---- footer ----*/
#footer{
	display: none;
}

/*---- Header ----*/
#header {
	display: none;
}

#nav{
	display: none;
}

/*---- Listings ----*/
#listings {
}

#listings a:link, #listings a:visited, #listings a:active {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#listings a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bolder;
}

/*---- Lots ----*/
.lots {	
	height: 200px;
}

/*---- lotInfo ----*/
.lotInfo{
	margin: 0 5px;
	display: inline;
}

.lotInfo h3{
}

/*---- Main ----*/
#main {
	background-color: #FFFFFF;
}

/*---- sort ----*/
#sort{
	display: none;
}

/*---- Pedigree ----*/
.pedigree{
	margin: 25px 0 0;
	width: 200px;
	display: inline;
	float: left;	
}

/*---- Parents ----*/
.parent{
	float: left;
	text-align: center;
	font-size: .7em; 
	width: 90px; 
	height: 39px; 
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.gparent{
	float: left;
	text-align: center;
	font-size: .7em; 
	width: 90px; 
	height: 24px; 
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.ggparent{
	display: none;
}

/*---- special ----*/
#special {
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

/*---- thumb ----*/
.thumb{
	display: none;
}

/*---- txtInfo ----*/
#txtInfo {
	float: left;
	width: 450px;
}

/*---- Wrapper ----*/
#wrapper {
	background: #FFFFFF;
	width: 100%;
}