/* CSS Document */
div#sale-container {
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
	}
div.listingsbar {
	width:100%;
	border:2px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	font-weight:bold;
	background-color:#6f084d;
	padding:5px 0px;
	margin-bottom:10px;
	margin-top:10px;
	}
	div.listingsbar a {color:#FFFF66;}
div.sorting {
	width:80%;
	margin:0 auto;
	border:2px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	font-weight:bold;
	background-color:#6f084d;
	padding:5px 10px;
	margin-bottom:10px;
	margin-top:10px;
	}
div.sorting form#sorting {
	float:left;
	width:50%;
	}
div.sorting form#forms_master {
	float:left;
	width:50%;
	}
div.sorting form#filtering {
	float:left;
	width:50%;
	}
div.sorting select {
	background-color:#F7F7F0;
	font-size:14px;
	font-weight:bold;
	}
div.sorting input {
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	}
div.sale {
	width:80%;
	margin:0 auto;
	margin-bottom:10px;
	background:transparent url(../images/bg-saleboxes.gif) top left repeat-x;
	padding:5px 10px;
	border:1px solid #6f084d;
	}
div.sale-info {
	float:left;
	margin-left:20px;
	}
div.sale-info h2 {
	display:block;
	color:#6f084d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0;
	}
div.sale-info p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	}
table.sale-image {
	float:left;
	font-size:1px;
	}
td.sale-image-right {
	background:transparent url(../images/bg-dropright.gif) top right no-repeat;
	}
td.sale-image-bottom {
	padding:0;
	text-align:right;
	background:transparent url(../images/bg-dropbottom.gif) no-repeat;
	font-size:1px;
	}
table.listings {
	margin-bottom:15px;
	margin-top:15px;
	border-right:2px solid #6f084d;
	border-bottom:2px solid #6f084d;
	}
td.listingheaders {
	background-color:#6f084d;
	padding:5px;
	}
td.listingheaders h2.details {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:0;
	}
td.listingcells {
	border-top:1px solid #6f084d;
	border-left:1px solid #6f084d;
	background:white url(../images/bg-saleboxes.gif) top left repeat-x;
	padding:3px; 
	}
td.picturecell {
	border-top:1px solid #6f084d;
	border-left:1px solid #6f084d;
	padding:3px;
	background:white url(../images/bg-saleboxes.gif) top left repeat-x;
	text-align:center; 
	}
td.listingcells span.name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
	}
td.listingcells p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
td.listingcells span.status {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#990000;
	margin:0;
	padding:0;
	}
div#picture-container{
	width:100%;
	margin:10px 0px;
	}
div.pictures {
	width:auto;
	float:left;
	margin:5px 4px 5px 5px;
	}
table#pedigree {
	}
table#pedigree td {
	}
table#pedigree span.generation-label {
	display:block;
	background-color:#F0E6ED;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	border-right:2px solid #000000;
	color:#666666;
	padding-left:5px;
	}
table#pedigree span.generation-name {
	display:block;
	background-color:#F0E6ED;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	padding-left:5px;
	}